File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111rustPlatform . 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*/*
You can’t perform that action at this time.
0 commit comments