Unverified Commit 9839055c authored by Izorkin's avatar Izorkin
Browse files

ngtcp2: 0.10.0 -> 0.11.0

parent 37b95c8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-zDiJlwcDTLCU+WpJ6Jz6tve4oV+XMRYOtppC2fj/HgU=";
    sha256 = "sha256-u6orYF/VzXpcUdCitPawoet3KAhXlTQ2giR5eTQkrLY=";
  };

  outputs = [ "out" "dev" "doc" ];