Skip to content

Commit de7903f

Browse files
committed
cargo-deny: 0.16.4 -> 0.17.0
1 parent d865758 commit de7903f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-deny/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "cargo-deny";
13-
version = "0.16.4";
13+
version = "0.17.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "EmbarkStudios";
1717
repo = "cargo-deny";
1818
rev = version;
19-
hash = "sha256-DykyIZBlIS4vUrD491boYcUvwcxllnV1PUT+58eOljI=";
19+
hash = "sha256-SEcs6iYVreZXbZl29CY6orjaN440T4oIh95H93RUUxo=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-0MgQmyN9vOe7ttYzSmHJ5vS1ELSdJ2hdkgeMhSJNVTs=";
23+
cargoHash = "sha256-egVM6ESB2CzAe4tw+4LRw1A+a/j7CSI1bUIr1EpurIM=";
2424

2525
nativeBuildInputs = [
2626
pkg-config

0 commit comments

Comments
 (0)