Unverified Commit ad83cdf1 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

cargo-public-api: 0.44.2 -> 0.47.0 (#394103)

parents de2103f0 6b4e912d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,15 +11,15 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-public-api";
  version = "0.44.2";
  version = "0.47.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-Rdwn3izKSy5733KJw3OyGsBJ55xdxg9+MuI8ZNdei3s=";
    hash = "sha256-g0kaJ3HPFeS5PvWQfUTanxCgm9sduW9nBx/N61kt3ZI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-11Y9BTtprv7EmBx7hsV8UnGDWmogj9azHOCAc/JdY7o=";
  cargoHash = "sha256-jQx4VCarfbdTXOE/GAAzxeXf7xVwEaXDPhw6ywBR3wA=";

  nativeBuildInputs = [ pkg-config ];