Commit 60894304 authored by R. RyanTM's avatar R. RyanTM
Browse files

nghttp3: 0.14.0 -> 0.15.0

parent 05698bba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "nghttp3";
  version = "0.14.0";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-DqqT8rgGlbV0upe0E37AR8bk3SIsoyCXt8xJzIkz9xc=";
    hash = "sha256-ZnfwPgjBAI2elHrx7uzc3JX2MdeX/hsrFKj4TfMK2tI=";
  };

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