libmsquic: 2.4.11 -> 2.4.12 (#415466)

Co-authored-by: SohamG <sohamg2@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-10 21:03:54 +00:00
committed by GitHub
co-authored by SohamG
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmsquic";
version = "2.4.11";
version = "2.4.12";
src = fetchFromGitHub {
owner = "microsoft";
repo = "msquic";
tag = "v${finalAttrs.version}";
hash = "sha256-ZI5tutVYs3myjRdsXGOq48F9fce2YUsMcI1Sqg7nyh0=";
hash = "sha256-zWg5h5+wguBiAYPN8nZU/lQv1do2b87yyvuFm3445Ys=";
fetchSubmodules = true;
};