Unverified Commit c14c654a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #223826 from newAM/probe-run-0.3.7

probe-run: 0.3.6 -> 0.3.7
parents 74cc8ab4 c87d1d05
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

rustPlatform.buildRustPackage rec {
  pname = "probe-run";
  version = "0.3.6";
  version = "0.3.7";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-HYFVdj1kASu+VKnDJA35zblPsgUeYC9YVlS84Hkx1Sk=";
    hash = "sha256-GLJrM5vIGYH5lNvwmpYKE/ISTRUwikCCj2o5h6Y9kW4=";
  };

  cargoSha256 = "sha256-nhs9qNFd1GK70sL5sPPeMazuPUP67epHayXnw3aXTfk=";
  cargoHash = "sha256-YevCel3HqwslwVmEA1vncsYYPMGQPUnwlkxLNQsnKG0=";

  nativeBuildInputs = [
    pkg-config