about summary refs log tree commit diff
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-27 17:38:31 -0500
committerGitHub <noreply@github.com>2023-11-27 17:38:31 -0500
commit9eeeb192fbdea666b8c7c395f13bbd59c895e60d (patch)
tree3a5fa29f9cd0da57fef076f0a3aa0adde3b11c8c /pkgs/tools/nix
parent927a9655a267b2b92ece7363efc4f74bf7b2612d (diff)
parent693025dbcfeae372380e98455cac355436d926b1 (diff)
Merge pull request #268414 from figsoda/fh
fh: 0.1.7 -> 0.1.8
Diffstat (limited to 'pkgs/tools/nix')
-rw-r--r--pkgs/tools/nix/fh/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/tools/nix/fh/default.nix b/pkgs/tools/nix/fh/default.nix
index c6e406aadab3e..3ffeeaf230339 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.7";
+  version = "0.1.8";
 
   src = fetchFromGitHub {
     owner = "DeterminateSystems";
     repo = "fh";
     rev = "v${version}";
-    hash = "sha256-gyxlVSraZIVAyOaJk90fub4b8g1w4KXwqa1ecNAC7xA=";
+    hash = "sha256-O0WcLEtbb5m3RA3LyWbD++fFt0Bk/pP16yhxRb+cGkM=";
   };
 
-  cargoHash = "sha256-Tm/O9H0l37h+2zb4dgO6Z6CaYye8O+zVMrsUpWJ9okI=";
+  cargoHash = "sha256-cGBYDwrw4NsbtE5bhETQ+YuBXMy1i7vNQaoTiuHYBXQ=";
 
   nativeBuildInputs = [
     installShellFiles
@@ -42,6 +42,8 @@ rustPlatform.buildRustPackage rec {
       --zsh <($out/bin/fh completion zsh)
   '';
 
+  __darwinAllowLocalNetworking = true;
+
   meta = with lib; {
     description = "The official FlakeHub CLI";
     homepage = "https://github.com/DeterminateSystems/fh";