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

ngtcp2-gnutls: 1.22.0 -> 1.22.1 (#510597)

parents 38ab4851 96877033
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "ngtcp2";
  version = "1.22.0";
  version = "1.22.1";

  src = fetchFromGitHub {
    owner = "ngtcp2";
    repo = "ngtcp2";
    rev = "v${version}";
    hash = "sha256-t747KntEWLNVnDgE/qj916fHsZzKa08oRDBqS9OQMQg=";
    hash = "sha256-QVxDBVOUVwqMuJZo+RbwIbVxWJSPQpbjbHvuCVPfYUs=";
  };

  outputs = [