about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-16 10:04:33 -0400
committerGitHub <noreply@github.com>2024-06-16 10:04:33 -0400
commit89676195239cf198c3ed0fb9c77c44e38b901f98 (patch)
tree6585240f1d0958aefdbcc3e5e725c0e2d4c398db /pkgs/development/tools
parentfa996a8aee98103ebf3afb3e6199b1c2dea04669 (diff)
parentd8b5b28e13cd9585ca34efd8f9b398a2b0469700 (diff)
Merge pull request #320027 from r-ryantm/auto-update/cargo-modules
cargo-modules: 0.15.5 -> 0.16.3
Diffstat (limited to 'pkgs/development/tools')
-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 a2f5f80aed1f5..2745b9c586b9b 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.15.5";
+  version = "0.16.3";
 
   src = fetchFromGitHub {
     owner = "regexident";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-+jHanZ2/BIgNLUpMlibfUAVfA6QTPlavRci2YD1w3zE=";
+    hash = "sha256-6JFQuFISIKmR+dm2YYb4iwBjR61WrcLpfwcC67a96t4=";
   };
 
-  cargoHash = "sha256-umaKVs1fFiUKz2HIJuB+7skSwRQbG12dl9eD+et42go=";
+  cargoHash = "sha256-TiSiOMBkmH4Y5VORXZ59fl9+EwOjfWV2n/r3LTmSFxQ=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices