fzf-make: 0.42.0 -> 0.47.0

This commit is contained in:
FliegendeWurst
2024-12-15 13:38:26 +01:00
parent dc1c0287d1
commit d3b7594761
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "fzf-make";
version = "0.42.0";
version = "0.47.0";
src = fetchFromGitHub {
owner = "kyu08";
repo = "fzf-make";
rev = "v${version}";
hash = "sha256-5+WwtOYeOzI5/gIFRG5uxVcWiC2MaZBXP1IZERTVK4Y=";
hash = "sha256-EqxMsxQpcoPPvWzzl/1JcekLJljmxJcoubXgAMqMhXY=";
};
cargoHash = "sha256-/H84PkzN6dYQiXNDV/lbLcMaDfdnvnttc0EscV6PWyU=";
cargoHash = "sha256-GjOeiusc0zVEBOuEfsuy/MABDO1c5x+mA/twwm3yZF8=";
nativeBuildInputs = [ makeBinaryWrapper ];