Skip to content

Commit

Permalink
Merge pull request #274362 from r-ryantm/auto-update/fzf-make
Browse files Browse the repository at this point in the history
fzf-make: 0.9.0 -> 0.11.0
  • Loading branch information
Ma27 authored Dec 15, 2023
2 parents d384270 + 7034e9b commit cc9a93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/fzf-make/default.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.9.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "kyu08";
repo = "fzf-make";
rev = "v${version}";
hash = "sha256-nuTy2VhUYgz4OgV3ZI/KcsbTBQOoxumf+IIdM5wDSN4=";
hash = "sha256-YsX7PltOw5cDjQv9X5ZRsn5qCzus6QTUva98bd+wngo=";
};

cargoHash = "sha256-/qnIhBJ+Ivrnowv1V+BBhcPLTiQV0tqFLPs0yQbKTXs=";
cargoHash = "sha256-4YnVvkROjZD+erITzP3O4p/EVw/zjfOYRNmi1ykwtug=";

nativeBuildInputs = [
makeBinaryWrapper
Expand Down

0 comments on commit cc9a93a

Please sign in to comment.