nix/packages: update tokei

This commit is contained in:
Primrose 2025-04-30 15:04:31 +02:00
parent 2cd1cd766b
commit 48367edaf7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 4 additions and 47 deletions

View file

@ -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
];