about summary refs log tree commit diff
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-17 06:01:22 +0000
committerGitHub <noreply@github.com>2023-10-17 06:01:22 +0000
commitc61915bc9615d3995d4f4dae505ae68a359eab7b (patch)
tree228a75f9ab69a5ceb631c06a92102daafe61d84e /pkgs/tools/nix
parent8c62479810b6133768092e96a0fc1bb0d3bebbb9 (diff)
parent02f19093946e59cfec028176c05c68beff2891bf (diff)
Merge master into staging-next
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 1cb74a60dcfab..c6e406aadab3e 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.6";
+  version = "0.1.7";
 
   src = fetchFromGitHub {
     owner = "DeterminateSystems";
     repo = "fh";
     rev = "v${version}";
-    hash = "sha256-Pbw1yggqIzmY23DuxrmSSf9IbOy5olAqVWectq97j20=";
+    hash = "sha256-gyxlVSraZIVAyOaJk90fub4b8g1w4KXwqa1ecNAC7xA=";
   };
 
-  cargoHash = "sha256-vr5M2TAty9z/n9wdA/ANnRp7Hq5S3Hpa4dE7mA59Keg=";
+  cargoHash = "sha256-Tm/O9H0l37h+2zb4dgO6Z6CaYye8O+zVMrsUpWJ9okI=";
 
   nativeBuildInputs = [
     installShellFiles