Commit 0cf24070 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-public-api: 0.12.4 -> 0.13.0

parent e2c651c0
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.12.4";
  version = "0.13.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-URCKsI7q0/b8KkCooKeYr342m7C8ukJJITRDgOUmcEM=";
    sha256 = "sha256-e+HM4pO0bLszlcSklsiRPamr/GUVckuw7uBSgDSK7d0=";
  };

  cargoSha256 = "sha256-qXJeNbGvC6zoxdn2QmApw1m7gn4CI1eUC3Cqhrn8dpU=";
  cargoSha256 = "sha256-RKO/YMVWKVtparAfDUtpQ3mbRWataNnjnFUUQozQghs=";

  nativeBuildInputs = [ pkg-config ];