summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-06-28 21:10:35 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2023-06-29 17:28:54 +0200
commit013b4fb94c8522995df619d22dd816b10a0bd081 (patch)
tree4d86d63891af66dc940f1234ae9a7f8e4146d1e2
parentlinux: 5.4.248 -> 5.4.249 (diff)
downloadnixpkgs-013b4fb94c8522995df619d22dd816b10a0bd081.tar.gz
linux: 6.1.35 -> 6.1.36
(cherry picked from commit 5c5284f1a247b9c60434635268a94dab022d3c79)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-6.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-6.1.nix b/pkgs/os-specific/linux/kernel/linux-6.1.nix
index 854680321c48..9bf4afeef935 100644
--- a/pkgs/os-specific/linux/kernel/linux-6.1.nix
+++ b/pkgs/os-specific/linux/kernel/linux-6.1.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "6.1.35";
+ version = "6.1.36";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
- sha256 = "1b16pk0b45k1q53nzbwv6wh0aqn160b1kip8scywf3axpi1q2dmy";
+ sha256 = "0szyiah4avicqvlmadjxyh3i9b0xi9ipqjg1qrqgzf9h1wq0xjnq";
};
} // (args.argsOverride or { }))