Unverified Commit 1a635d8b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cargo-public-api: 0.43.0 -> 0.44.0 (#379800)

parents 82033798 af01cf2b
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.43.0";
  version = "0.44.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-oAtAfoWJ4YZ9YcU7DQtj6QqF1DSEMOUjauQxqo1a6GA=";
    hash = "sha256-DInUd9r2ABvehc/SoJI9VmbfllbYNwwORWSTfsL9EwE=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-VcblQw9EZSvV8rw9Krp5ZTXwVdZJe0FqJbqpptkpJfU=";
  cargoHash = "sha256-CcDoGAt3CMDO7NFyx+0Jk2RRvQT+vFWUu0vz40Ogpgo=";

  nativeBuildInputs = [ pkg-config ];