lol

Merge pull request #258041 from cafkafk/cafk-cargo-deny-0.14.3

cargo-deny: 0.14.2 -> 0.14.3

authored by

figsoda and committed by
GitHub
71f602f5 7a0945c7

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-deny/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "cargo-deny"; 12 - version = "0.14.2"; 12 + version = "0.14.3"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "EmbarkStudios"; 16 16 repo = "cargo-deny"; 17 17 rev = version; 18 - hash = "sha256-IA5LaagNsAkSP7ut5iqUUI8DJMr7U+nwqVsCWR8mOnY="; 18 + hash = "sha256-syBf90xPcwp86xJDHtLMZXCsqh4P0mcaAcNnvjYudn8="; 19 19 }; 20 20 21 - cargoHash = "sha256-xiVZNBIdnRorMZDabpfE6Pans3Nh56VA29fYRu7N5cE="; 21 + cargoHash = "sha256-YmHHuFubac0j0ptFGOr7GI1PYR4KhShrEwdqikG4RlQ="; 22 22 23 23 nativeBuildInputs = [ 24 24 pkg-config