Skip to content

Commit

Permalink
cargo-public-api: 0.38.0 -> 0.40.0 (#350155)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 21, 2024
2 parents 766f25c + 1e1a6c1 commit 5c1664c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-public-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.38.0";
version = "0.40.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-NgaW/QsBaMMBbfUGyHwuu0fb3q3GmD8Qv5wG6qYPjvA=";
hash = "sha256-FXScN4xOaJOiEm9NV66wsfGOj7up1DPzLK7lMofXL2g=";
};

cargoHash = "sha256-KX3+tIdAyaWdaq2nabVTvoZRTXLSXEALFJYCa5nda4w=";
cargoHash = "sha256-v7K62jMGNwIo1XbkWpIXuoNkaRGRAqvZ/c9wdKfY+Xs=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 5c1664c

Please sign in to comment.