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

oha: 1.7.0 -> 1.8.0 (#382304)

parents a3a87f4d 7ed44e89
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
  pname = "oha";
  version = "1.7.0";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "hatoo";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-5HEPnAPamR6F4GbQR0Xib+tUZuNU6xe8XQ6ugYw8RyU=";
    hash = "sha256-hE3G8hPFHLd+lORzIgdaZ0xxfska011GdVk20bg3S7s=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-C85D9rqjA3ubbktum2Z9uYzairi1hJnJ7aaBWy7oz1c=";
  cargoHash = "sha256-seipBF9gfut+Z4CKMSbo6/TckSjH8PwF9HbnpbnpL0Q=";

  nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [
    pkg-config