libmsquic: 2.5.0 -> 2.5.3

This commit is contained in:
R. Ryantm
2025-08-18 03:06:51 +00:00
parent 8000dc1d3f
commit 06e177a740
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmsquic";
version = "2.5.0";
version = "2.5.3";
src = fetchFromGitHub {
owner = "microsoft";
repo = "msquic";
tag = "v${finalAttrs.version}";
hash = "sha256-GWkdwPms0jqVADp8D4HtvOi+9YORZpqbJ7OqKnS/jB0=";
hash = "sha256-rL4uKcPx3IUzBDp8uGW2VprVyYuTD5p73WbdW+ebSGg=";
fetchSubmodules = true;
};