Skip to content

Commit

Permalink
Merge pull request #118962 from r-ryantm/auto-update/cargo-deny
Browse files Browse the repository at this point in the history
cargo-deny: 0.9.0 -> 0.9.1
  • Loading branch information
ryantm committed Apr 10, 2021
2 parents 018a1fe + b20d30e commit 2c8e88d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-deny/default.nix
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-deny";
version = "0.9.0";
version = "0.9.1";

src = fetchFromGitHub {
owner = "EmbarkStudios";
repo = pname;
rev = version;
sha256 = "sha256-ZjXAZN93ij42WVYSOgvKAzFZ/cZ2RTFKT2sr44j7TVc=";
sha256 = "sha256-v7Gdemn0IeO6lOg/kT6VKuL5ZSOqA9A721Wv5QStO2Q=";
};

cargoSha256 = "sha256-eQv9pFegHTjjjFURiD/yN/srtONAwAH3vwfrSY/LM/Q=";
cargoSha256 = "sha256-SF7LfxmUMX7f+9BmYTzdjTFplXj5j0e181yRVTIEGH4=";

doCheck = false;

Expand Down

0 comments on commit 2c8e88d

Please sign in to comment.