about summary refs log tree commit diff
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-14 22:30:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-14 22:30:03 +0000
commit77172b88f64c8f2da1985e7854e2b036ddd79cfe (patch)
treed8e3b3220f080f4c74102e0ddaa19c8cb8618cdd /pkgs/tools/nix
parent55520e0602239cf57799cc5eebcac2712b5728eb (diff)
fh: 0.1.8 -> 0.1.9
Diffstat (limited to 'pkgs/tools/nix')
-rw-r--r--pkgs/tools/nix/fh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/nix/fh/default.nix b/pkgs/tools/nix/fh/default.nix
index 3ffeeaf230339..16df9471e6940 100644
--- a/pkgs/tools/nix/fh/default.nix
+++ b/pkgs/tools/nix/fh/default.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "fh";
-  version = "0.1.8";
+  version = "0.1.9";
 
   src = fetchFromGitHub {
     owner = "DeterminateSystems";
     repo = "fh";
     rev = "v${version}";
-    hash = "sha256-O0WcLEtbb5m3RA3LyWbD++fFt0Bk/pP16yhxRb+cGkM=";
+    hash = "sha256-G2bLYand61E/s652Q+5XSfXdM6XUWixiXRRMd3HvfM4=";
   };
 
-  cargoHash = "sha256-cGBYDwrw4NsbtE5bhETQ+YuBXMy1i7vNQaoTiuHYBXQ=";
+  cargoHash = "sha256-c3XxJQf2uHvj1X/djKyQg2AtrXdROyIVwLeYxFgHDNI=";
 
   nativeBuildInputs = [
     installShellFiles