Unverified Commit a4b64926 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

libmsquic: 2.4.12 -> 2.4.14 (#429883)



Co-authored-by: default avatarSohamG <sohamg2@gmail.com>
parents 9453e3ad 9178b3ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libmsquic";
  version = "2.4.12";
  version = "2.4.14";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "msquic";
    tag = "v${finalAttrs.version}";
    hash = "sha256-zWg5h5+wguBiAYPN8nZU/lQv1do2b87yyvuFm3445Ys=";
    hash = "sha256-hsdtRxvAbo7pfsM6ioG3CiGJhgRilrydA6zvAcoux4c=";
    fetchSubmodules = true;
  };