about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-deny
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-12 13:03:24 -0400
committerfigsoda <figsoda@pm.me>2023-04-12 13:03:24 -0400
commita02e0550a6c6766c913f97e6fc627e5989b947b6 (patch)
tree6822aa2b67d50f3b8116caadaa3a1eb64e7db147 /pkgs/development/tools/rust/cargo-deny
parent8fdfae448d9dc389f827738b15b79193e805df73 (diff)
cargo-deny: 0.13.8 -> 0.13.9
Diff: https://github.com/EmbarkStudios/cargo-deny/compare/0.13.8...0.13.9

Changelog: https://github.com/EmbarkStudios/cargo-deny/blob/0.13.9/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/rust/cargo-deny')
-rw-r--r--pkgs/development/tools/rust/cargo-deny/default.nix6
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 65f3fce55f697..37f4967a8ab6c 100644
--- a/pkgs/development/tools/rust/cargo-deny/default.nix
+++ b/pkgs/development/tools/rust/cargo-deny/default.nix
@@ -13,16 +13,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-deny";
-  version = "0.13.8";
+  version = "0.13.9";
 
   src = fetchFromGitHub {
     owner = "EmbarkStudios";
     repo = pname;
     rev = version;
-    hash = "sha256-6RmC54DsL31/SBrA16p+iub7VTQvc1nG+ml+6Xaj0NM=";
+    hash = "sha256-fkbYPn7GmnOgLvJqbizVKKLBnzVn0Ji6jQc23DimIX4=";
   };
 
-  cargoHash = "sha256-u3hv1phSwZ4oILFMWIAqWhdt0jI8ao3gje1WZA3ZFo8=";
+  cargoHash = "sha256-WHr2Ky0LlK/EVOrSK3MF9Yt/Qe/6o7Ftx7X8iECj6pM=";
 
   nativeBuildInputs = [ pkg-config ];