cargo-deny: 0.18.2 -> 0.18.3 (#415899)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>

authored by nixpkgs-merge-bot[bot] matthiasbeyer and committed by GitHub 86708f18 818ef4d7

+3 -3
+3 -3
pkgs/by-name/ca/cargo-deny/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "cargo-deny"; 11 - version = "0.18.2"; 12 13 src = fetchFromGitHub { 14 owner = "EmbarkStudios"; 15 repo = "cargo-deny"; 16 rev = version; 17 - hash = "sha256-u93x0w6gSPxDCrp9bNJDCxLBZfh8EhXU4qvhklI4GKY="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-3fCACetvO9KRjoTh3V41+vhWFjwaNtoHZ/Zh+Zxmxlc="; 22 23 nativeBuildInputs = [ 24 pkg-config
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "cargo-deny"; 11 + version = "0.18.3"; 12 13 src = fetchFromGitHub { 14 owner = "EmbarkStudios"; 15 repo = "cargo-deny"; 16 rev = version; 17 + hash = "sha256-cFgc3bdNVLeuie4sVC+klmQ1/C6W3LkTgORMCfOte4Q="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-3TfyFsBSjo8VEDrUehoV2ccXh+xY+iQ9xihj1Bl2MhI="; 22 23 nativeBuildInputs = [ 24 pkg-config