Skip to content

Commit

Permalink
fzf-make: 0.37.0 -> 0.47.0 (#362936)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 16, 2024
2 parents 1ae13fe + d3b7594 commit e27aff1
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.37.0";
version = "0.47.0";

src = fetchFromGitHub {
owner = "kyu08";
repo = "fzf-make";
rev = "v${version}";
hash = "sha256-msSiVlz6Aey8Q+NjtKl58TOkYtPIzw3733kVGs9/8UQ=";
hash = "sha256-EqxMsxQpcoPPvWzzl/1JcekLJljmxJcoubXgAMqMhXY=";
};

cargoHash = "sha256-q67UAAVvc070eArfMo4r/UcUUjODuR/vMukiA4ylQ5w=";
cargoHash = "sha256-GjOeiusc0zVEBOuEfsuy/MABDO1c5x+mA/twwm3yZF8=";

nativeBuildInputs = [ makeBinaryWrapper ];

Expand Down

0 comments on commit e27aff1

Please sign in to comment.