libmsquic: 2.4.8 -> 2.4.9

This commit is contained in:
R. Ryantm
2025-04-23 14:32:52 +00:00
parent fdac649609
commit ccb369af57
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmsquic";
version = "2.4.8";
version = "2.4.9";
src = fetchFromGitHub {
owner = "microsoft";
repo = "msquic";
tag = "v${finalAttrs.version}";
hash = "sha256-cgLrTcoa77XuVsMBvOWw9oKoNtD1ihJM553YpZ+GzQQ=";
hash = "sha256-XcqSM4Kt6YuLsbqYcMd+g4pfBjoMMfX9xA85fWQhcck=";
fetchSubmodules = true;
};