Skip to content

Commit ad83cdf

Browse files
cargo-public-api: 0.44.2 -> 0.47.0 (#394103)
Co-authored-by: matthiasbeyer <[email protected]>
2 parents de2103f + 6b4e912 commit ad83cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-public-api/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "cargo-public-api";
14-
version = "0.44.2";
14+
version = "0.47.0";
1515

1616
src = fetchCrate {
1717
inherit pname version;
18-
hash = "sha256-Rdwn3izKSy5733KJw3OyGsBJ55xdxg9+MuI8ZNdei3s=";
18+
hash = "sha256-g0kaJ3HPFeS5PvWQfUTanxCgm9sduW9nBx/N61kt3ZI=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-11Y9BTtprv7EmBx7hsV8UnGDWmogj9azHOCAc/JdY7o=";
22+
cargoHash = "sha256-jQx4VCarfbdTXOE/GAAzxeXf7xVwEaXDPhw6ywBR3wA=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525

0 commit comments

Comments
 (0)