Merge pull request #308684 from r-ryantm/auto-update/fzf-make

fzf-make: 0.28.0 -> 0.30.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-03 03:16:01 +00:00 committed by GitHub
commit b6e1c60857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "fzf-make";
version = "0.28.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "kyu08";
repo = "fzf-make";
rev = "v${version}";
hash = "sha256-USBK3In/1Uor33wrab1iTt0akQTcjuHd7I86XfERzzg=";
hash = "sha256-C2CDzcS6iE2ojXtFjQfHDJE2C1b5QNG6rda/MiDW8kk=";
};
cargoHash = "sha256-zEcll6X0iclDap40bQ1CXuVBQnVin8VwjpErm+/B0ZY=";
cargoHash = "sha256-N5hM5xTMNeryFgdICQcKvPt4lHgh02DCaPD3TTGmFBo=";
nativeBuildInputs = [ makeBinaryWrapper ];