mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 23:49:40 +00:00
nix/packages: update tokei
This commit is contained in:
parent
2cd1cd766b
commit
48367edaf7
2 changed files with 4 additions and 47 deletions
|
|
@ -7,23 +7,22 @@
|
|||
darwin,
|
||||
zlib,
|
||||
}: let
|
||||
rev = "6392516c47d4573d16886b9fe5f79592b1c70d49";
|
||||
rev = "v13.0.0-alpha.8";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "tokei";
|
||||
version = lib.substring 0 7 rev;
|
||||
version = rev;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "XAMPPRocky";
|
||||
repo = "tokei";
|
||||
inherit rev;
|
||||
hash = "sha256-EYr4K1Bt+74jb85UQ3So0efrOcYAq71/4++kMCSPi1E=";
|
||||
hash = "sha256-jCI9VM3y76RI65E5UGuAPuPkDRTMyi+ydx64JWHcGfE=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-fdAJwQNJczRqy0KQqse8QRx5+1gZTCBw+kkwgn6UGKU=";
|
||||
cargoHash = "sha256-XvRO5AbPYZVRVxqFmKf2Xn4K9VvZyb3eyJLu/cGrPdI=";
|
||||
|
||||
patches = [
|
||||
./hledger.patch
|
||||
./skel.patch
|
||||
./why3.patch
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue