lol

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

cargo-deny: 0.11.3 -> 0.11.4

authored by

Ryan Mulligan and committed by
GitHub
53eb4963 7aa2c5cf

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-deny/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "cargo-deny"; 14 - version = "0.11.3"; 15 16 src = fetchFromGitHub { 17 owner = "EmbarkStudios"; 18 repo = pname; 19 rev = version; 20 - sha256 = "sha256-QpYwH9ZmD/muCGtL+9wzz4UKRyHWaga7vrjNjKz4uVQ="; 21 }; 22 23 # enable pkg-config feature of zstd 24 cargoPatches = [ ./zstd-pkg-config.patch ]; 25 26 - cargoSha256 = "sha256-DFGCjA0AENYDs5EnQ3WDkbCEw14ndjOh7qx2ZFgNGH0="; 27 28 nativeBuildInputs = [ pkg-config ]; 29
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "cargo-deny"; 14 + version = "0.11.4"; 15 16 src = fetchFromGitHub { 17 owner = "EmbarkStudios"; 18 repo = pname; 19 rev = version; 20 + sha256 = "sha256-lwVoV+zxJfmWvlt14FFmxPCdKCoojVvRVGS1rq1QF44="; 21 }; 22 23 # enable pkg-config feature of zstd 24 cargoPatches = [ ./zstd-pkg-config.patch ]; 25 26 + cargoSha256 = "sha256-I+kpHaCxuNzq8+GdqQEuSdE4aD+/lBccUrSf+XW2OKE="; 27 28 nativeBuildInputs = [ pkg-config ]; 29