diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-23 21:35:21 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-24 07:17:46 +0000 |
| commit | 0e1d63e9659fc20c042bceaf51ea6f3426f9ad87 (patch) | |
| tree | 4bce0fedeb183fb28568fccbaef57a8372377ee3 | |
| parent | Merge #290604: thunderbird: 115.7.0 -> 115.8.0 (diff) | |
| download | nixpkgs-origin/backport-290985-to-release-23.11.tar.gz | |
cargo-deny: 0.14.11 -> 0.14.12origin/backport-290985-to-release-23.11
(cherry picked from commit 4a05fed0b4206a772ad0bdd53894b7926eb0abba)
| -rw-r--r-- | pkgs/development/tools/rust/cargo-deny/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-deny/default.nix b/pkgs/development/tools/rust/cargo-deny/default.nix index ac17d62fe9e2..1a62207456da 100644 --- a/pkgs/development/tools/rust/cargo-deny/default.nix +++ b/pkgs/development/tools/rust/cargo-deny/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-deny"; - version = "0.14.11"; + version = "0.14.12"; src = fetchFromGitHub { owner = "EmbarkStudios"; repo = "cargo-deny"; rev = version; - hash = "sha256-xK6Q1p5SlpFGQ1ZtSHGFBwwL2z1LMcdM/jaC5RWglts="; + hash = "sha256-A1OoMmF1SVjOfrymenDxEgNE6K/0Tw3Gc9xBsW5jogU="; }; - cargoHash = "sha256-6HSdbyBBnvcbJzXBvtuqbauVqLoSuAzo73S+4vioo8I="; + cargoHash = "sha256-lNLNmKVx6BfsqRm21oCUcVdkzCLEyVDrJDHSLKotSPI="; nativeBuildInputs = [ pkg-config |
