Unverified Commit 018cab7f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #201640 from r-ryantm/auto-update/cargo-public-api

cargo-public-api: 0.22.0 -> 0.23.0
parents 6cfff3b1 8a4a8302
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-public-api";
  version = "0.22.0";
  version = "0.23.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-OjKvp3LsNBIIkpq15BAi9LqxbLgormkiW/lMqdPefZM=";
    sha256 = "sha256-yllfkhf0Xy8D6tL08QYPnz7Cj/JOvMG7E53elRx11EE=";
  };

  cargoSha256 = "sha256-TUXyWO1rNngv1Tli0jeaOHwaBJnh7LnXe+lNSR+7rfI=";
  cargoSha256 = "sha256-UwrhgMmZ9PnIsxsWxQskaMHl03g54VeoZRo9ZPkSM28=";

  nativeBuildInputs = [ pkg-config ];