Unverified Commit 1bc15e0a authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

ngtcp2-gnutls: 1.15.1 -> 1.16.0 (#446098)

parents 3b8a01a3 2e01acc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "1.15.1";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    hash = "sha256-cXYmnE7WqZulGrLQvjFyHVhCGfxB3nafWKeNugu+zL8=";
    hash = "sha256-01Z2PyQDY0L38jsTjIIMcghALMyL/it0lAweKTZ5e0k=";
  };

  outputs = [