summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-modules/default.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-16 15:55:45 -0400
committerfigsoda <figsoda@pm.me>2023-03-16 15:55:45 -0400
commitbb39824ed14912ffe3deaa9b98e39ef5e7693780 (patch)
treeab2b3bcc9d30a568fd4213b4a4e66cc55cfcaa3b /pkgs/development/tools/rust/cargo-modules/default.nix
parenta72eb840287edae0856b6e11a18ad377d91261c3 (diff)
cargo-modules: 0.7.5 -> 0.7.6
Diff: https://github.com/regexident/cargo-modules/compare/0.7.5...0.7.6

Changelog: https://github.com/regexident/cargo-modules/blob/0.7.6/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/rust/cargo-modules/default.nix')
-rw-r--r--pkgs/development/tools/rust/cargo-modules/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-modules/default.nix b/pkgs/development/tools/rust/cargo-modules/default.nix
index 576c9eacd74d9..90bcbffa37d75 100644
--- a/pkgs/development/tools/rust/cargo-modules/default.nix
+++ b/pkgs/development/tools/rust/cargo-modules/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-modules";
-  version = "0.7.5";
+  version = "0.7.6";
 
   src = fetchFromGitHub {
     owner = "regexident";
     repo = pname;
     rev = version;
-    sha256 = "sha256-G9ResHOBEqnKsMXVbr8q1rvywFI8LJcb8gR7hMTI0p4=";
+    sha256 = "sha256-H0NC+rKRnHaLPHUSYMdkQHfIgQignrTlNCfDwYpro7I=";
   };
 
-  cargoSha256 = "sha256-p6mq+P9ntlhjMPHpcwXV9XBlAX6R63Iqastl9ZHI8Vs=";
+  cargoSha256 = "sha256-C7YUAq0b8HyDZx++TT3Elr4hxgtyaRrVXCxOdRwpTFU=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices