Skip to content

Commit

Permalink
Merge pull request NixOS#210162 from r-ryantm/auto-update/cargo-geiger
Browse files Browse the repository at this point in the history
cargo-geiger: 0.11.4 -> 0.11.5
  • Loading branch information
figsoda authored Jan 11, 2023
2 parents 1b95972 + be33bb0 commit 8515585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-geiger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-geiger";
version = "0.11.4";
version = "0.11.5";

src = fetchFromGitHub {
owner = "rust-secure-code";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-GxlUhfzGIKHSTNcSme/mQums6yI4ev8V0L1bXAWt8pw=";
sha256 = "sha256-PrrhxY+Hk1XfdV0u4GgIsbo8oNOFnqbCeivY2Ix6g+k=";
};
cargoSha256 = "sha256-nCMUnhxNAMdk3Mi6eebrViQ1G5jcc3jk+CPRTUvcWRc=";
cargoHash = "sha256-D3upXhKFkuZfEVOPJ9mCwoZkbkX9s2MltyTkKcBvb6I=";

buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ CoreFoundation Security libiconv curl ];
Expand Down

0 comments on commit 8515585

Please sign in to comment.