lol

Merge pull request #247079 from happysalada/update_zoxide

zoxide: 0.9.1 -> 0.9.2

authored by

Weijia Wang and committed by
GitHub
5e362985 12703229

+3 -3
+3 -3
pkgs/tools/misc/zoxide/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "zoxide"; 13 - version = "0.9.1"; 14 15 src = fetchFromGitHub { 16 owner = "ajeetdsouza"; 17 repo = "zoxide"; 18 rev = "v${version}"; 19 - sha256 = "sha256-qmT/gTkizZpyYN/YdobBq2vunGM5SpNpCHIFmg8nPhk="; 20 }; 21 22 nativeBuildInputs = [ installShellFiles ]; ··· 28 --replace '"fzf"' '"${fzf}/bin/fzf"' 29 ''; 30 31 - cargoSha256 = "sha256-1sW6bvRJJp+qT5A9+l8wN3TQuzFDiBoeLyY5JvAA7dQ="; 32 33 postInstall = '' 34 installManPage man/man*/*
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "zoxide"; 13 + version = "0.9.2"; 14 15 src = fetchFromGitHub { 16 owner = "ajeetdsouza"; 17 repo = "zoxide"; 18 rev = "v${version}"; 19 + sha256 = "sha256-h/T3McaKKASwQt+0SBBxFXMnYyt+0Xl+5i8IulUAdnU="; 20 }; 21 22 nativeBuildInputs = [ installShellFiles ]; ··· 28 --replace '"fzf"' '"${fzf}/bin/fzf"' 29 ''; 30 31 + cargoSha256 = "sha256-uu7zi6prnfbi4EQ0+0QcTEo/t5CIwNEQgJkIgxSk5u4="; 32 33 postInstall = '' 34 installManPage man/man*/*