about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-19 10:31:03 -0400
committerGitHub <noreply@github.com>2024-06-19 10:31:03 -0400
commit8cc486b74aab0e5d8a9e1c18dd246833f58e0ade (patch)
treec19bf512aacebb6b256acc7625c94b5d7f0b5c41 /pkgs
parent0377e2890cb8a10e451c6390c5ee203723ffd30f (diff)
parent5ab5f68070822daaed99e5e424ecd1acb6d35a18 (diff)
Merge pull request #320898 from r-ryantm/auto-update/fzf-make
fzf-make: 0.33.0 -> 0.34.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/fz/fzf-make/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/fz/fzf-make/package.nix b/pkgs/by-name/fz/fzf-make/package.nix
index 9960f2cad6534..5bc3552fcc36c 100644
--- a/pkgs/by-name/fz/fzf-make/package.nix
+++ b/pkgs/by-name/fz/fzf-make/package.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "fzf-make";
-  version = "0.33.0";
+  version = "0.34.0";
 
   src = fetchFromGitHub {
     owner = "kyu08";
     repo = "fzf-make";
     rev = "v${version}";
-    hash = "sha256-ct4ugHqSekAZrkuFotjzMzcoJ0+P7d0Qhi79SqVZHPM=";
+    hash = "sha256-x+y0K6b/yCskowOuvjcSCJXM5ym2Qn84/Thui0ahUKU=";
   };
 
-  cargoHash = "sha256-0VhcpW56OePvHVFPG4QaK8ezvNUAuWyI5gztjuKFKVQ=";
+  cargoHash = "sha256-cIoc3sGy33iTkVAln4oSYSBGB0iAFanv746upxnv0ZA=";
 
   nativeBuildInputs = [ makeBinaryWrapper ];