summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-11-04 11:52:27 +0000
committerBernardo Meurer <bernardo@meurer.org>2022-11-04 11:52:27 +0000
commitb0c196f1489f00564621c6a7b73115281da072dc (patch)
tree051cd8ce1d9b756b15edcd6352c276169a3d9ce5
parentlinux: 5.10.152 -> 5.10.153 (diff)
downloadnixpkgs-b0c196f1489f00564621c6a7b73115281da072dc.tar.gz
linux: 5.15.76 -> 5.15.77
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.15.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.15.nix b/pkgs/os-specific/linux/kernel/linux-5.15.nix
index a53e38fe3883..8dd899d0bac3 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.15.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.15.nix
@@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
- version = "5.15.76";
+ version = "5.15.77";
# 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/v5.x/linux-${version}.tar.xz";
- sha256 = "0zymcp88654qk896djvc2ngdksvhkzh1ndhfk1dn5qqrqhha01wh";
+ sha256 = "1yg9myqcv4kn2p7c9ap0z6xxh2qjsab2nbxf5z388skr6cgq8bql";
};
} // (args.argsOverride or { }))