Merge #289484: ngtcp2-gnutls: 1.2.0 -> 1.3.0

Looks good, and upstream knot-dns also ACKed this:
https://gitlab.nic.cz/knot/knot-dns/-/commit/c5fc5aae01e417650d4048689e62e9821a73612a
This commit is contained in:
Vladimír Čunát
2024-02-17 09:03:42 +01:00
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "ngtcp2";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = "ngtcp2";
rev = "v${version}";
hash = "sha256-/lHsHkSySKyZZdjTTYCo0a6cwcMcbOWNvAEcO36/kEw=";
hash = "sha256-KKfr5AjaC56yUNdk928H1PyP79GnQJ2pIZcZQTgLhEQ=";
};
outputs = [ "out" "dev" ];