Skip to content

Commit

Permalink
cargo-public-api: 0.37.0 -> 0.38.0 (NixOS#343269)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 20, 2024
2 parents 65e63f0 + fe06432 commit a5a5fac
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.37.0";
version = "0.38.0";

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

cargoHash = "sha256-McqRVfTX8z3NkkIvp3jqJlhtOhOGdcahTghDCMY2E6c=";
cargoHash = "sha256-KX3+tIdAyaWdaq2nabVTvoZRTXLSXEALFJYCa5nda4w=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit a5a5fac

Please sign in to comment.