We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 600f03d + de7903f commit 027dd6bCopy full SHA for 027dd6b
pkgs/by-name/ca/cargo-deny/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "cargo-deny";
13
- version = "0.16.4";
+ version = "0.17.0";
14
15
src = fetchFromGitHub {
16
owner = "EmbarkStudios";
17
repo = "cargo-deny";
18
rev = version;
19
- hash = "sha256-DykyIZBlIS4vUrD491boYcUvwcxllnV1PUT+58eOljI=";
+ hash = "sha256-SEcs6iYVreZXbZl29CY6orjaN440T4oIh95H93RUUxo=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-0MgQmyN9vOe7ttYzSmHJ5vS1ELSdJ2hdkgeMhSJNVTs=";
+ cargoHash = "sha256-egVM6ESB2CzAe4tw+4LRw1A+a/j7CSI1bUIr1EpurIM=";
24
25
nativeBuildInputs = [
26
pkg-config
0 commit comments