about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-31 09:58:45 -0400
committerGitHub <noreply@github.com>2023-03-31 09:58:45 -0400
commit0c21eefc3662ac0e046f08df5ce71da28d693984 (patch)
treeb10ed6f3a4eccea4d8405d77c915d663cd802c12
parentb980c411edeb960a1d357657e57b6be7fa0b8701 (diff)
parentd089af7e96b03afb3c344042d66d493480c56a44 (diff)
Merge pull request #224013 from r-ryantm/auto-update/cargo-public-api
cargo-public-api: 0.27.3 -> 0.28.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 2d178bda16dac..26e034d207e85 100644
--- a/pkgs/development/tools/rust/cargo-public-api/default.nix
+++ b/pkgs/development/tools/rust/cargo-public-api/default.nix
@@ -9,14 +9,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-public-api";
-  version = "0.27.3";
+  version = "0.28.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-s5aPzaH08XvGm+hZy+dQkvp8rVFcGWoTgniIfOzQk4E=";
+    hash = "sha256-lItbWIY9CytvcLmASkbbF5wLYKWrXn2Gl9mgccg9J0M=";
   };
 
-  cargoHash = "sha256-q5Oq9Lg7cNteHvzaAWwzoHThYiXac/x1Y5LyFZjfSCo=";
+  cargoHash = "sha256-6Eula3fex0KhWhBR53K0Kl0nlbqpfZfD/Y3zrEURPmc=";
 
   nativeBuildInputs = [ pkg-config ];