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.
1 parent 769a46f commit 9f5a9b2Copy full SHA for 9f5a9b2
pkgs/by-name/ca/cargo-deny/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "cargo-deny";
11
- version = "0.18.2";
+ version = "0.18.3";
12
13
src = fetchFromGitHub {
14
owner = "EmbarkStudios";
15
repo = "cargo-deny";
16
rev = version;
17
- hash = "sha256-u93x0w6gSPxDCrp9bNJDCxLBZfh8EhXU4qvhklI4GKY=";
+ hash = "sha256-cFgc3bdNVLeuie4sVC+klmQ1/C6W3LkTgORMCfOte4Q=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-3fCACetvO9KRjoTh3V41+vhWFjwaNtoHZ/Zh+Zxmxlc=";
+ cargoHash = "sha256-3TfyFsBSjo8VEDrUehoV2ccXh+xY+iQ9xihj1Bl2MhI=";
22
23
nativeBuildInputs = [
24
pkg-config
0 commit comments