Skip to content

Commit

Permalink
Merge pull request #332594 from utkarshgupta137/master
Browse files Browse the repository at this point in the history
cargo-deny: 0.16.0 -> 0.16.1
  • Loading branch information
NickCao authored Aug 6, 2024
2 parents ec0b407 + ee6a796 commit af3a3d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-deny/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-deny";
version = "0.16.0";
version = "0.16.1";

src = fetchFromGitHub {
owner = "EmbarkStudios";
repo = "cargo-deny";
rev = version;
hash = "sha256-EaCG9KbL+4N0fFj69N66xqOFaVnu+8EOV1dpAjTRcgI=";
hash = "sha256-RfXKTACAVmQffOFHpQHDi/BgiMNRVuS8j4aLslMYL1Q=";
};

cargoHash = "sha256-JphmHW/KxKZmcskLDUKu7hVA7m2AUAi0fYMJaeMqyaE=";
cargoHash = "sha256-ywDjdlPhqqs740zGcwA8Ee9/TQ/sEiulSgGSejY41oY=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit af3a3d8

Please sign in to comment.