lol

Merge pull request #297703 from r-ryantm/auto-update/cargo-deny

cargo-deny: 0.14.17 -> 0.14.18

authored by

Matthias Beyer and committed by
GitHub
0b0a0ff4 6da17952

+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.17"; 12 + version = "0.14.18"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "EmbarkStudios"; 16 16 repo = "cargo-deny"; 17 17 rev = version; 18 - hash = "sha256-ccj9BvvEtTsiV6jfrmLsQGDfem9f8L7rfCY8lK4cC+Y="; 18 + hash = "sha256-aVWr7YXGpRDItub4CaUg9LYxj9Nf0Pe1L0FUr9bJoG0="; 19 19 }; 20 20 21 - cargoHash = "sha256-pdVHBOxwhPgSl0+zoAobchxVkhtdx5/F/Rpp2uPx1K4="; 21 + cargoHash = "sha256-AD4WFM0yAIKgi9y8015qxukAa3YBJmPnkUhV7qp0quk="; 22 22 23 23 nativeBuildInputs = [ 24 24 pkg-config