We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de2103f + 6b4e912 commit ad83cdfCopy full SHA for ad83cdf
pkgs/by-name/ca/cargo-public-api/package.nix
@@ -11,15 +11,15 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "cargo-public-api";
14
- version = "0.44.2";
+ version = "0.47.0";
15
16
src = fetchCrate {
17
inherit pname version;
18
- hash = "sha256-Rdwn3izKSy5733KJw3OyGsBJ55xdxg9+MuI8ZNdei3s=";
+ hash = "sha256-g0kaJ3HPFeS5PvWQfUTanxCgm9sduW9nBx/N61kt3ZI=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-11Y9BTtprv7EmBx7hsV8UnGDWmogj9azHOCAc/JdY7o=";
+ cargoHash = "sha256-jQx4VCarfbdTXOE/GAAzxeXf7xVwEaXDPhw6ywBR3wA=";
23
24
nativeBuildInputs = [ pkg-config ];
25
0 commit comments