Skip to content

Commit

Permalink
Merge pull request #308684 from r-ryantm/auto-update/fzf-make
Browse files Browse the repository at this point in the history
fzf-make: 0.28.0 -> 0.30.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored May 3, 2024
2 parents dd44f40 + 27578c4 commit b6e1c60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fz/fzf-make/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit b6e1c60

Please sign in to comment.