Skip to content

Commit

Permalink
Merge pull request #309604 from NixOS/backport-309364-to-release-23.11
Browse files Browse the repository at this point in the history
[Backport release-23.11] cargo-deny: 0.14.22 -> 0.14.23
  • Loading branch information
matthiasbeyer committed May 7, 2024
2 parents 8a28540 + 206470f commit 58d2c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-deny/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-deny";
version = "0.14.22";
version = "0.14.23";

src = fetchFromGitHub {
owner = "EmbarkStudios";
repo = "cargo-deny";
rev = version;
hash = "sha256-04CRMlH31MzYpE2pRUrbAvSojbxan4ktqX9J/zjeTkk=";
hash = "sha256-TTBsxb+rC/0SL6pCZkf9HPwzExXb3UIT08cBQ4y855o=";
};

cargoHash = "sha256-Nutx3Dvvh7qvgAtengWw0kJve4Ent9y7OXgovUZWTLE=";
cargoHash = "sha256-i1p/k+SGwdxp9RGXfxnJVq+E1pek7RSA50fMgVRJzCQ=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 58d2c74

Please sign in to comment.