We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bff6808 + 19e183c commit 434993fCopy full SHA for 434993f
1 file changed
pkgs/development/tools/misc/tokei/default.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "tokei";
13
- version = "12.1.2";
+ version = "13.0.0-alpha.8";
14
15
src = fetchFromGitHub {
16
owner = "XAMPPRocky";
17
repo = pname;
18
rev = "v${version}";
19
- sha256 = "sha256-jqDsxUAMD/MCCI0hamkGuCYa8rEXNZIR8S+84S8FbgI=";
+ sha256 = "sha256-jCI9VM3y76RI65E5UGuAPuPkDRTMyi+ydx64JWHcGfE=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-hCFFqvnbm0MXDvC5ea7Uo3xQdMO2e4tU7dEAvZxTM3s=";
+ cargoHash = "sha256-LzlyrKaRjUo6JnVLQnHidtI4OWa+GrhAc4D8RkL+nmQ=";
24
25
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
26
libiconv
0 commit comments