Skip to content

Commit 9f5a9b2

Browse files
committed
cargo-deny: 0.18.2 -> 0.18.3
1 parent 769a46f commit 9f5a9b2

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
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "cargo-deny";
11-
version = "0.18.2";
11+
version = "0.18.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "EmbarkStudios";
1515
repo = "cargo-deny";
1616
rev = version;
17-
hash = "sha256-u93x0w6gSPxDCrp9bNJDCxLBZfh8EhXU4qvhklI4GKY=";
17+
hash = "sha256-cFgc3bdNVLeuie4sVC+klmQ1/C6W3LkTgORMCfOte4Q=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-3fCACetvO9KRjoTh3V41+vhWFjwaNtoHZ/Zh+Zxmxlc=";
21+
cargoHash = "sha256-3TfyFsBSjo8VEDrUehoV2ccXh+xY+iQ9xihj1Bl2MhI=";
2222

2323
nativeBuildInputs = [
2424
pkg-config

0 commit comments

Comments
 (0)