Skip to content

Commit 434993f

Browse files
tokei: 12.1.2 -> 13.0.0-alpha.8 (#402701)
2 parents bff6808 + 19e183c commit 434993f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/misc/tokei/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "tokei";
13-
version = "12.1.2";
13+
version = "13.0.0-alpha.8";
1414

1515
src = fetchFromGitHub {
1616
owner = "XAMPPRocky";
1717
repo = pname;
1818
rev = "v${version}";
19-
sha256 = "sha256-jqDsxUAMD/MCCI0hamkGuCYa8rEXNZIR8S+84S8FbgI=";
19+
sha256 = "sha256-jCI9VM3y76RI65E5UGuAPuPkDRTMyi+ydx64JWHcGfE=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-hCFFqvnbm0MXDvC5ea7Uo3xQdMO2e4tU7dEAvZxTM3s=";
23+
cargoHash = "sha256-LzlyrKaRjUo6JnVLQnHidtI4OWa+GrhAc4D8RkL+nmQ=";
2424

2525
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2626
libiconv

0 commit comments

Comments
 (0)