Merge pull request #268414 from figsoda/fh

fh: 0.1.7 -> 0.1.8

authored by figsoda and committed by GitHub 9eeeb192 927a9655

+5 -3
+5 -3
pkgs/tools/nix/fh/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "fh"; 13 - version = "0.1.7"; 13 + version = "0.1.8"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "DeterminateSystems"; 17 17 repo = "fh"; 18 18 rev = "v${version}"; 19 - hash = "sha256-gyxlVSraZIVAyOaJk90fub4b8g1w4KXwqa1ecNAC7xA="; 19 + hash = "sha256-O0WcLEtbb5m3RA3LyWbD++fFt0Bk/pP16yhxRb+cGkM="; 20 20 }; 21 21 22 - cargoHash = "sha256-Tm/O9H0l37h+2zb4dgO6Z6CaYye8O+zVMrsUpWJ9okI="; 22 + cargoHash = "sha256-cGBYDwrw4NsbtE5bhETQ+YuBXMy1i7vNQaoTiuHYBXQ="; 23 23 24 24 nativeBuildInputs = [ 25 25 installShellFiles ··· 41 41 --fish <($out/bin/fh completion fish) \ 42 42 --zsh <($out/bin/fh completion zsh) 43 43 ''; 44 + 45 + __darwinAllowLocalNetworking = true; 44 46 45 47 meta = with lib; { 46 48 description = "The official FlakeHub CLI";