tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libmsquic: 2.5.3 -> 2.5.4
R. Ryantm
5 months ago
d2fe4abe
33de6dfc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libmsquic
package.nix
+2
-2
pkgs/by-name/li/libmsquic/package.nix
···
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "libmsquic";
14
-
version = "2.5.3";
15
16
src = fetchFromGitHub {
17
owner = "microsoft";
18
repo = "msquic";
19
tag = "v${finalAttrs.version}";
20
-
hash = "sha256-rL4uKcPx3IUzBDp8uGW2VprVyYuTD5p73WbdW+ebSGg=";
21
fetchSubmodules = true;
22
};
23
···
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "libmsquic";
14
+
version = "2.5.4";
15
16
src = fetchFromGitHub {
17
owner = "microsoft";
18
repo = "msquic";
19
tag = "v${finalAttrs.version}";
20
+
hash = "sha256-si9g67j/A6sbsCWWxs2YhZpXhx34GpxWNOFnWtaqnEQ=";
21
fetchSubmodules = true;
22
};
23