Skip to content

Commit

Permalink
zoxide: 0.9.5 -> 0.9.6 (#343428)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 21, 2024
2 parents cc44d1b + 745ca3a commit 9c15bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/zoxide/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

rustPlatform.buildRustPackage rec {
pname = "zoxide";
version = "0.9.5";
version = "0.9.6";

src = fetchFromGitHub {
owner = "ajeetdsouza";
repo = "zoxide";
rev = "refs/tags/v${version}";
hash = "sha256-4Vb0C6k36VQwiruGj7lu6MjDEeTh84JSHw47YMbFb30=";
hash = "sha256-3XC5K4OlituoFMPN9yJkYi+tkH6M0KK5jVAGdr/GLd0=";
};

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

cargoHash = "sha256-G6Aqn+q48s8Qsoa1EMowtw5bnUnnYWhyGr4hNhVYNMo=";
cargoHash = "sha256-ZRsnoLysNzDIi9hDOqwAzbxcyFQgn2Wv3gRNAjV5HfE=";

postInstall = ''
installManPage man/man*/*
Expand Down

0 comments on commit 9c15bbb

Please sign in to comment.