about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-07 15:31:31 -0400
committerGitHub <noreply@github.com>2024-06-07 15:31:31 -0400
commitd77e8f15f6048a381a96cccfba2ece06f4785fa0 (patch)
tree7599a049e77dea74604356585e4c83e2361b5d04
parent13298038aad8bd5f705ac5086addbfeb32db3c60 (diff)
parent5f3af7657cbdba872836bfcc3816c37672a3b2e1 (diff)
Merge pull request #318033 from r-ryantm/auto-update/cargo-public-api
cargo-public-api: 0.34.2 -> 0.35.0
-rw-r--r--pkgs/development/tools/rust/cargo-public-api/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-public-api/default.nix b/pkgs/development/tools/rust/cargo-public-api/default.nix
index c3a42b7a059a2..9881b7050e0f8 100644
--- a/pkgs/development/tools/rust/cargo-public-api/default.nix
+++ b/pkgs/development/tools/rust/cargo-public-api/default.nix
@@ -10,14 +10,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-public-api";
-  version = "0.34.2";
+  version = "0.35.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-cqFpvhlhgmytv8MzhwKafZYTWwLUXl9o2FQPCY8EN6Y=";
+    hash = "sha256-NRL+7v1K2Y6lm1yuNZODkMaf2Xeib8KjOvPbn+nvbA4=";
   };
 
-  cargoHash = "sha256-HaZqvsM8QsHo5sdMKHrKdTdWgHIXpBiU3eTojqZXIDA=";
+  cargoHash = "sha256-/IpSIqZfBliiWzDXoSJMK/B8wDw1eyJ/gecHwd90c+A=";
 
   nativeBuildInputs = [ pkg-config ];