Skip to content

Commit

Permalink
fh: 0.1.10 -> 0.1.16, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpzin authored and alyssais committed Aug 19, 2024
1 parent 0918581 commit 7f90752
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/tools/nix/fh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,32 @@
, darwin
, gcc
, libcxx
, cacert
}:

rustPlatform.buildRustPackage rec {
pname = "fh";
version = "0.1.10";
version = "0.1.16";

src = fetchFromGitHub {
owner = "DeterminateSystems";
repo = "fh";
rev = "v${version}";
hash = "sha256-fRaKydMSwd1zl6ptBKvn5ej2pqtI8xi9dioFmR8QA+g=";
hash = "sha256-HC/PNdBOm4mR2p6qI2P+aS+lFabKWSiPhiBSJUsmcv4=";
};

cargoHash = "sha256-iOP5llFtySG8Z2Mj7stt6fYpQWqiQqJuftuYBrbkmyU=";
cargoHash = "sha256-pWPFiDRF9avZSSUtxDaTfl9ZVUEcnO/CY0VWByaGimo=";

nativeBuildInputs = [
installShellFiles
rustPlatform.bindgenHook
];

checkInputs = [ cacert ];

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
gcc.cc.lib
];

Expand Down

0 comments on commit 7f90752

Please sign in to comment.