Skip to content

Commit afcb3b8

Browse files
committed
zoxide: 0.9.4 -> 0.9.5
1 parent 076d633 commit afcb3b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/zoxide/default.nix

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

1111
rustPlatform.buildRustPackage rec {
1212
pname = "zoxide";
13-
version = "0.9.4";
13+
version = "0.9.5";
1414

1515
src = fetchFromGitHub {
1616
owner = "ajeetdsouza";
1717
repo = "zoxide";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-Yp7uLoFEDkb0TztcDCeAkt+EHQRt56ncPqkBtd/zzzI=";
19+
hash = "sha256-4Vb0C6k36VQwiruGj7lu6MjDEeTh84JSHw47YMbFb30=";
2020
};
2121

2222
nativeBuildInputs = [ installShellFiles ];
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
2828
--replace '"fzf"' '"${fzf}/bin/fzf"'
2929
'';
3030

31-
cargoHash = "sha256-t6GVoMBCD0s36GhtqJu9Z2bwwq5P+beEObG+gSC+QUw=";
31+
cargoHash = "sha256-G6Aqn+q48s8Qsoa1EMowtw5bnUnnYWhyGr4hNhVYNMo=";
3232

3333
postInstall = ''
3434
installManPage man/man*/*

0 commit comments

Comments
 (0)