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

cargo-codspeed: 2.9.1 -> 2.10.0 (#395278)

parents b2e708e1 7704c34c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-codspeed";
  version = "2.9.1";
  version = "2.10.0";

  src = fetchFromGitHub {
    owner = "CodSpeedHQ";
    repo = "codspeed-rust";
    rev = "v${version}";
    hash = "sha256-q5xsZ8KHuC/Qm+o4xcWbW9Y9VrxHZ+/AxUO8TYEbE74=";
    hash = "sha256-VAl9UceVDS2XltP3G1YxNp07R+PmuJGJ8zvtxblcQLc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Ance7Hfl0EOmMfZf3ZqvawrK7scot7WpefLtemHKb+U=";
  cargoHash = "sha256-QkBc8WOzcqBwmVZN/n8ySeAAd0aotzqJ9xMJB/Qgfhg=";

  nativeBuildInputs = [
    curl