···33with lib;
4455buildLinux (args // rec {
66- version = "5.10.131";
66+ version = "5.10.132";
7788 # modDirVersion needs to be x.y.z, will automatically add .0 if needed
99 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···13131414 src = fetchurl {
1515 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
1616- sha256 = "1ki11mvl3dky7iih90znr47vr66dxnlwrqwg2jkk1hqn5i243i4b";
1616+ sha256 = "0aps3kglzw480ps9agw1k3zn8ipibwkrx13kzijfl7g0xqqsj1bx";
1717 };
1818} // (args.argsOverride or {}))
+2-2
pkgs/os-specific/linux/kernel/linux-5.15.nix
···33with lib;
4455buildLinux (args // rec {
66- version = "5.15.55";
66+ version = "5.15.56";
7788 # modDirVersion needs to be x.y.z, will automatically add .0 if needed
99 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···13131414 src = fetchurl {
1515 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
1616- sha256 = "1k7x7fp675wglfd357n7hjidnm3j8zj3gcymyazg6fkcid8bvxhy";
1616+ sha256 = "08w2kgc0v0ld7nxbary7d9fr2vxrsmqby7l4fhf7njgi6wsbp9p9";
1717 };
1818} // (args.argsOverride or { }))
+2-2
pkgs/os-specific/linux/kernel/linux-5.18.nix
···33with lib;
4455buildLinux (args // rec {
66- version = "5.18.12";
66+ version = "5.18.13";
7788 # modDirVersion needs to be x.y.z, will automatically add .0 if needed
99 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···13131414 src = fetchurl {
1515 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
1616- sha256 = "09wmgfrnv1df6jg9v3svwhvnxl0j6h4f240p903xlmgj884lvds0";
1616+ sha256 = "1nkb4wl2v2pflqnfgmas1pmkr8wm14lm1c8py9sa5k1gwvzil3j3";
1717 };
1818} // (args.argsOverride or { }))
+2-2
pkgs/os-specific/linux/kernel/linux-5.4.nix
···33with lib;
4455buildLinux (args // rec {
66- version = "5.4.206";
66+ version = "5.4.207";
7788 # modDirVersion needs to be x.y.z, will automatically add .0 if needed
99 modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
···13131414 src = fetchurl {
1515 url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
1616- sha256 = "1asvc7y1f938icspxx39n6y6r0w9mp0k9vik84rsx1hzzv0db41c";
1616+ sha256 = "1wwpd26qhv6i00p0yxjisns6qiz9bfrxvn1xb4ylwr8ls7zyx78v";
1717 };
1818} // (args.argsOverride or {}))
+2-2
pkgs/os-specific/linux/kernel/linux-testing.nix
···33with lib;
4455buildLinux (args // rec {
66- version = "5.15-rc6";
66+ version = "5.19-rc5";
77 extraMeta.branch = lib.versions.majorMinor version;
8899 # modDirVersion needs to be x.y.z, will always add .0
···11111212 src = fetchurl {
1313 url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
1414- sha256 = "1lp3jqwsbd97k3bx4crs8rc2wssyaf0v8x4kl4zv7g7ww2kkg2ii";
1414+ sha256 = "sha256-eqBbQBZaqexgx6m3jAoU/0HWAdHbAuT3slZWMZhrht0=";
1515 };
16161717 # Should the testing kernels ever be built on Hydra?
+2-1
pkgs/os-specific/linux/kernel/manual-config.nix
···114114 patches =
115115 map (p: p.patch) kernelPatches
116116 # Required for deterministic builds along with some postPatch magic.
117117- ++ optional (lib.versionAtLeast version "4.13") ./randstruct-provide-seed.patch
117117+ ++ optional (lib.versionAtLeast version "4.13" && lib.versionOlder version "5.19") ./randstruct-provide-seed.patch
118118+ ++ optional (lib.versionAtLeast version "5.19") ./randstruct-provide-seed-5.19.patch
118119 # Fixes determinism by normalizing metadata for the archive of kheaders
119120 ++ optional (lib.versionAtLeast version "5.2" && lib.versionOlder version "5.4") ./gen-kheaders-metadata.patch;
120121
···22, fetchFromGitHub
33, cmake
44, pkg-config
55+, cctools
56, python3
67, vulkan-headers
78, vulkan-loader
···6364 cmake
6465 pkg-config
6566 python3
6767+ ] ++ lib.optionals stdenv.isDarwin [
6868+ cctools
6669 ];
67706871 # Tests are disabled so we do not have to pull in googletest and more dependencies
···919919920920 ### N ###
921921922922+ ncdu_2 = ncdu; # Added 2022-07-22
922923 nccl = throw "nccl has been renamed to cudaPackages.nccl"; # Added 2022-04-04
923924 nccl_cudatoolkit_10 = throw "nccl_cudatoolkit_10 has been renamed to cudaPackages_10.nccl"; # Added 2022-04-04
924925 nccl_cudatoolkit_11 = throw "nccl_cudatoolkit_11 has been renamed to cudaPackages_11.nccl"; # Added 2022-04-04