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

ngtcp2-gnutls: 0.9.0 -> 0.10.0

https://github.com/ngtcp2/ngtcp2/releases/tag/v0.10.0
Due to a minor incompatibility, this bump needs to be done
together with the knot-dns bump, again.
parent 6c9bab33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "0.9.0";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    sha256 = "sha256-nfXEX1GxtmOcb0reRyO0OyQkSHeUWtQW+SZ8thxor+s=";
    sha256 = "sha256-zDiJlwcDTLCU+WpJ6Jz6tve4oV+XMRYOtppC2fj/HgU=";
  };

  outputs = [ "out" "dev" ];