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

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

cargo-public-api: 0.30.0 -> 0.31.0
parents b581153c 1b3317ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-public-api";
  version = "0.30.0";
  version = "0.31.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-bBMjHnDmgFRQ9R8BWVc6zTHDrbFxjBAelkgtHsGLC9w=";
    hash = "sha256-TzdYmDLqFYHdp881SDc/QnRZv8QRgSHa00RGN0YPL2M=";
  };

  cargoHash = "sha256-c8jubHQexg7k0pxUREEGpa9F3SyMBdKLw87ZInEs/fI=";
  cargoHash = "sha256-ndRpp9+dcywPKWZ7UB/NadmZKxmdiJjaiQJ/lJj8TKA=";

  nativeBuildInputs = [ pkg-config ];