Skip to content

Commit

Permalink
libmsquic: 2.4.7 -> 2.4.8 (NixOS#386897)
Browse files Browse the repository at this point in the history
Co-authored-by: SohamG <sohamg2@gmail.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and SohamG authored Mar 4, 2025
2 parents 65340e1 + 2eea346 commit 8c74226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libmsquic/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libmsquic";
version = "2.4.7";
version = "2.4.8";

src = fetchFromGitHub {
owner = "microsoft";
repo = "msquic";
tag = "v${finalAttrs.version}";
hash = "sha256-WveyZ9rMevLTc5C4cgMFcnj0O6Hd+HcfU8ccD6VBgyU=";
hash = "sha256-cgLrTcoa77XuVsMBvOWw9oKoNtD1ihJM553YpZ+GzQQ=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8c74226

Please sign in to comment.