libmsquic: 2.4.12 -> 2.4.14

This commit is contained in:
R. Ryantm
2025-07-31 15:44:35 +00:00
parent 0fccabcb91
commit 9178b3aeb3
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmsquic";
version = "2.4.12";
version = "2.4.14";
src = fetchFromGitHub {
owner = "microsoft";
repo = "msquic";
tag = "v${finalAttrs.version}";
hash = "sha256-zWg5h5+wguBiAYPN8nZU/lQv1do2b87yyvuFm3445Ys=";
hash = "sha256-hsdtRxvAbo7pfsM6ioG3CiGJhgRilrydA6zvAcoux4c=";
fetchSubmodules = true;
};