about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-27 09:09:23 -0500
committerGitHub <noreply@github.com>2023-10-27 09:09:23 -0500
commit04b02e29649c6cbcd7e7c2759a211b352bb46642 (patch)
tree28a953120635fb5856d1336fc5098fe9f8de510b /pkgs/tools
parent61198704b76ae9bea390485130bc86a873291e87 (diff)
parentc0aea7a7715cb06546baa0cf2f07326047fb6468 (diff)
Merge pull request #263722 from r-ryantm/auto-update/fuc
fuc: 1.1.8 -> 1.1.9
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/fuc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/fuc/default.nix b/pkgs/tools/misc/fuc/default.nix
index 86b52fc094c2f..b52366ab76b22 100644
--- a/pkgs/tools/misc/fuc/default.nix
+++ b/pkgs/tools/misc/fuc/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "fuc";
-  version = "1.1.8";
+  version = "1.1.9";
 
   src = fetchFromGitHub {
     owner = "SUPERCILEX";
     repo = "fuc";
     rev = version;
-    hash = "sha256-jVJhV9uy49hWmBw8LVmrid/DswbdD/SOtDc1tZgBQnk=";
+    hash = "sha256-4yksr2gilR7Ec2sRzGsGmOgbRSQJR/5fDofZM4sRxDg=";
   };
 
-  cargoHash = "sha256-94NdaJfIcTB6o4+iZXvuqm0OlAQrChGZEy2E7/yMxqE=";
+  cargoHash = "sha256-U/LABtCtpop+MXAceE93FKtf1FfgLuVIYqqXtd0NckQ=";
 
   RUSTC_BOOTSTRAP = 1;