Unverified Commit 43f5fcf8 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

cargo-public-api: 0.34.1 -> 0.34.2
parents 7d7cf159 e3fced5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-public-api";
  version = "0.34.1";
  version = "0.34.2";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-fNQ4FfOaS38KGhI/hCRLdtYmb0FXkoXyJsbcT+1K6Ow=";
    hash = "sha256-cqFpvhlhgmytv8MzhwKafZYTWwLUXl9o2FQPCY8EN6Y=";
  };

  cargoHash = "sha256-DwhaVn6nuy2KbXaRcIUQN6iS85ONwAbCWX+vxfa0F7U=";
  cargoHash = "sha256-HaZqvsM8QsHo5sdMKHrKdTdWgHIXpBiU3eTojqZXIDA=";

  nativeBuildInputs = [ pkg-config ];