Skip to content

Commit

Permalink
fzf-make: 0.47.0 -> 0.52.0 (#368604)
Browse files Browse the repository at this point in the history
  • Loading branch information
ck3d authored Dec 30, 2024
2 parents 2480d9d + 42ef799 commit c6f9325
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/by-name/fz/fzf-make/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@

rustPlatform.buildRustPackage rec {
pname = "fzf-make";
version = "0.47.0";
version = "0.52.0";

src = fetchFromGitHub {
owner = "kyu08";
repo = "fzf-make";
rev = "v${version}";
hash = "sha256-EqxMsxQpcoPPvWzzl/1JcekLJljmxJcoubXgAMqMhXY=";
hash = "sha256-KJdGUo7qSMIDJ8jvcBX/cla8pQkB/EGytIP0YzV/3fY=";
};

cargoHash = "sha256-GjOeiusc0zVEBOuEfsuy/MABDO1c5x+mA/twwm3yZF8=";
cargoHash = "sha256-nrttuY9x61aE3RJOtbUWZbqOX6ZRyghQSruu5EdX470=";

useFetchCargoVendor = true;

nativeBuildInputs = [ makeBinaryWrapper ];

Expand All @@ -31,7 +33,7 @@ rustPlatform.buildRustPackage rec {

meta = {
description = "Fuzzy finder for Makefile";
homepage = "https://github.com/kyu08/fzf-make";
inherit (src.meta) homepage;
changelog = "https://github.com/kyu08/fzf-make/releases/tag/${src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda sigmanificient ];
Expand Down

0 comments on commit c6f9325

Please sign in to comment.