3
0
Fork 0
forked from mirrors/nixpkgs

fzf-make: 0.18.0 -> 0.21.0

This commit is contained in:
R. Ryantm 2024-01-24 01:21:49 +00:00
parent e81467f581
commit a20fc0ef15

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "fzf-make";
version = "0.18.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "kyu08";
repo = "fzf-make";
rev = "v${version}";
hash = "sha256-6ijvj37BFPlFxd2SSe+X8hbYBGgex9IlpIhh1eQZUtM=";
hash = "sha256-wQ39qysRu5i5Po7G3uC/qHcssUhhIWwBdRwPiWgA004=";
};
cargoHash = "sha256-d2O4H9gKQIDH8jhBP36Ra/hOi7SDSoJRI28lJj/PG3U=";
cargoHash = "sha256-Kjr5lWEX1iki1C+r8OziCgu0WAvPcNk7U4uhQzCAWLA=";
nativeBuildInputs = [ makeBinaryWrapper ];