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

Merge pull request #202475 from matthiasbeyer/update-cargo-public-api

cargo-public-api: 0.23.0 -> 0.24.0
parents c33ec106 3d0df173
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.23.0";
  version = "0.24.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-yllfkhf0Xy8D6tL08QYPnz7Cj/JOvMG7E53elRx11EE=";
    sha256 = "sha256-6PAOyZmaqsHHyzS9sI591tnAi3/kwRlQR4K4iZJmR5Q=";
  };

  cargoSha256 = "sha256-UwrhgMmZ9PnIsxsWxQskaMHl03g54VeoZRo9ZPkSM28=";
  cargoSha256 = "sha256-wWSVpWmD1ZItXgH5q0u16oBQ+d4wKjg+pvt/ZlgiWBg=";

  nativeBuildInputs = [ pkg-config ];