about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-01 06:40:27 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-02 06:47:45 +0000
commitd264d8f12dbbf821f8ba917ea985a1a7f660cf75 (patch)
treef1773f27c4f4e027608cbb1bb8e67d6cfa8a639d
parent4ffaf69f5f50da972eec1a288b38e3a7a08bb0a5 (diff)
cargo-whatfeatures: 0.9.10 -> 0.9.11
(cherry picked from commit d6f70ca544862669bcbbbe75a5ec5a0e3e41a2b9)
-rw-r--r--pkgs/development/tools/rust/cargo-whatfeatures/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-whatfeatures/default.nix b/pkgs/development/tools/rust/cargo-whatfeatures/default.nix
index 32189e0e03cb..051870f4db1c 100644
--- a/pkgs/development/tools/rust/cargo-whatfeatures/default.nix
+++ b/pkgs/development/tools/rust/cargo-whatfeatures/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-whatfeatures";
-  version = "0.9.10";
+  version = "0.9.11";
 
   src = fetchFromGitHub {
     owner = "museun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-80VbQyOg6jvX98QRcCVN/wwhAm4bO/UfHEIv4gP8IlA=";
+    sha256 = "sha256-lCS0EDSNnCii98OBZlPwwq7LBociN7zo8FZJvxt9X4w=";
   };
 
-  cargoHash = "sha256-mp9KUJuwSwRuxQAEilYwNZwqe3ipN4JzsaO5Pi3V9xg=";
+  cargoHash = "sha256-SNhulId9naSBO7UxiiX7q0RIVJngflAO2UfpxvKDIF4=";
 
   nativeBuildInputs = [ pkg-config ];