about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-public-api/default.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-05-25 08:35:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-05-25 08:35:28 +0200
commit3170d6f4e9ced6ea68edccefd9d1938353c4f579 (patch)
treea42e6e76625354334cef324658f10e2441e9caad /pkgs/development/tools/rust/cargo-public-api/default.nix
parent8fbdc4e6114795323ad2b74d13e1c842c5618b78 (diff)
cargo-public-api: 0.29.1 -> 0.30.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/development/tools/rust/cargo-public-api/default.nix')
-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 ea1e247edd80f..066b61901df25 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.29.1";
+  version = "0.30.0";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-4UaLzYwOhVK3Ca4EqQTdi/cMozAeXLWALB5yTQCNi/k=";
+    hash = "sha256-bBMjHnDmgFRQ9R8BWVc6zTHDrbFxjBAelkgtHsGLC9w=";
   };
 
-  cargoHash = "sha256-zDgohGKu7jbaWNkb/Nr6ZVkQFEiXzNdEReVBsVuvKDA=";
+  cargoHash = "sha256-c8jubHQexg7k0pxUREEGpa9F3SyMBdKLw87ZInEs/fI=";
 
   nativeBuildInputs = [ pkg-config ];