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 c1d5040 + 8d4f14e commit f202c36Copy full SHA for f202c36
pkgs/by-name/zo/zoxide/package.nix
@@ -11,13 +11,13 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "zoxide";
14
- version = "0.9.6";
+ version = "0.9.7";
15
16
src = fetchFromGitHub {
17
owner = "ajeetdsouza";
18
repo = "zoxide";
19
tag = "v${version}";
20
- hash = "sha256-3XC5K4OlituoFMPN9yJkYi+tkH6M0KK5jVAGdr/GLd0=";
+ hash = "sha256-+QZpLMlHOZdbKLFYOUOIRZHvIsbMDdstj9oGzyEGVxk=";
21
};
22
23
nativeBuildInputs = [ installShellFiles ];
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
30
'';
31
32
useFetchCargoVendor = true;
33
- cargoHash = "sha256-+Vip7MjVV23dZdD8GxmNFrfnsjmucohMDUZE9vbpG5w=";
+ cargoHash = "sha256-uqIL8KTrgWzzzyoPR9gctyh0Rf7WQpTGqXow2/xFvCU=";
34
35
postInstall = ''
36
installManPage man/man*/*
0 commit comments