libmsquic: 2.5.4 -> 2.5.5 (#455095)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-24 18:30:00 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmsquic";
version = "2.5.4";
version = "2.5.5";
src = fetchFromGitHub {
owner = "microsoft";
repo = "msquic";
tag = "v${finalAttrs.version}";
hash = "sha256-si9g67j/A6sbsCWWxs2YhZpXhx34GpxWNOFnWtaqnEQ=";
hash = "sha256-V1QAY1E6prAtEDkUVOuBExHaDw91+fW3OKYZr2bQavQ=";
fetchSubmodules = true;
};