Unverified Commit 9503252b authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #289484: ngtcp2-gnutls: 1.2.0 -> 1.3.0

parents 245347db 30faaa83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "1.2.0";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    hash = "sha256-/lHsHkSySKyZZdjTTYCo0a6cwcMcbOWNvAEcO36/kEw=";
    hash = "sha256-KKfr5AjaC56yUNdk928H1PyP79GnQJ2pIZcZQTgLhEQ=";
  };

  outputs = [ "out" "dev" ];