about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-12 09:19:09 +0800
committerGitHub <noreply@github.com>2023-07-12 09:19:09 +0800
commit8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21 (patch)
tree178e6de8d832c7fb6d06e729d14d3ee17e329031 /pkgs/development/tools
parent6e0d3d4edc0c0308079b190f3dfd772e112482e6 (diff)
parent21ed35db1dd28759cb6f01439cd32f46cc6a88d3 (diff)
downloadnixlib-8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21.tar
nixlib-8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21.tar.gz
nixlib-8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21.tar.bz2
nixlib-8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21.tar.lz
nixlib-8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21.tar.xz
nixlib-8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21.tar.zst
nixlib-8fce00ad1cb3e65f31141c5e54bc7ea5acb9dd21.zip
Merge pull request #242826 from figsoda/mod
cargo-modules: 0.9.1 -> 0.9.2
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 a600da01c930..50ffa47e0d3c 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.9.1";
+  version = "0.9.2";
 
   src = fetchFromGitHub {
     owner = "regexident";
     repo = pname;
     rev = version;
-    hash = "sha256-l7pBOYNTUkjHxgcuyNfVrAifEsHN1rIHYpQ2UxHwZf0=";
+    hash = "sha256-3yvrIUvAlnAjEMnBTgDTY8gRW7rILu2Yns/A7lse2Qw=";
   };
 
-  cargoHash = "sha256-LjMgZFkk8/StVZTbnXumjCI3r1trNKggAEbUOlDhb4s=";
+  cargoHash = "sha256-Coh+gg2s4esdByQG6iNlG/VqftP+Gg0qaPoPArim1yQ=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.CoreServices