Skip to content

Commit f202c36

Browse files
zoxide: 0.9.6 -> 0.9.7 (#380745)
2 parents c1d5040 + 8d4f14e commit f202c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/zo/zoxide/package.nix

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

1212
rustPlatform.buildRustPackage rec {
1313
pname = "zoxide";
14-
version = "0.9.6";
14+
version = "0.9.7";
1515

1616
src = fetchFromGitHub {
1717
owner = "ajeetdsouza";
1818
repo = "zoxide";
1919
tag = "v${version}";
20-
hash = "sha256-3XC5K4OlituoFMPN9yJkYi+tkH6M0KK5jVAGdr/GLd0=";
20+
hash = "sha256-+QZpLMlHOZdbKLFYOUOIRZHvIsbMDdstj9oGzyEGVxk=";
2121
};
2222

2323
nativeBuildInputs = [ installShellFiles ];
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
3030
'';
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-+Vip7MjVV23dZdD8GxmNFrfnsjmucohMDUZE9vbpG5w=";
33+
cargoHash = "sha256-uqIL8KTrgWzzzyoPR9gctyh0Rf7WQpTGqXow2/xFvCU=";
3434

3535
postInstall = ''
3636
installManPage man/man*/*

0 commit comments

Comments
 (0)