Skip to content

Commit

Permalink
fzf-make: 0.36.0 -> 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 29, 2024
1 parent 09e2e58 commit 5dc9d87
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.36.0";
version = "0.37.0";

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

cargoHash = "sha256-mMDPpiIWhGMl0a4v1msNfcQqmq5ziB+ppw7RxYNAPaI=";
cargoHash = "sha256-q67UAAVvc070eArfMo4r/UcUUjODuR/vMukiA4ylQ5w=";

nativeBuildInputs = [ makeBinaryWrapper ];

Expand Down

0 comments on commit 5dc9d87

Please sign in to comment.