tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: 5.10.176 -> 5.10.177
Alyssa Ross
2 years ago
05a73ef5
d58a83c7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-5.10.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-5.10.nix
···
3
with lib;
4
5
buildLinux (args // rec {
6
-
version = "5.10.176";
7
8
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
9
modDirVersion = versions.pad 3 version;
···
13
14
src = fetchurl {
15
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
16
-
sha256 = "14zpdrrrpgxx44nxjn0rifrchnmsvvpkzpm1n82kw5q4p9h2q1yf";
17
};
18
} // (args.argsOverride or {}))
···
3
with lib;
4
5
buildLinux (args // rec {
6
+
version = "5.10.177";
7
8
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
9
modDirVersion = versions.pad 3 version;
···
13
14
src = fetchurl {
15
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
16
+
sha256 = "0waml6svj07b7f8yb1kzrflqlf61x4kcqbgsr372s484m3z628lz";
17
};
18
} // (args.argsOverride or {}))