summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-07-25 07:37:38 +0300
committerK900 <me@0upti.me>2023-07-25 07:37:38 +0300
commitc28af224b5e2598ac76b30b8a5f44b84cb7cea17 (patch)
tree52bc6ffc7d22ed81dfe9d4017718b29daa59983f /pkgs/os-specific
parentd5cddc3d2f0accbea6525c394855b4d5674f724d (diff)
downloadnixpkgs-c28af224b5e2598ac76b30b8a5f44b84cb7cea17.tar
nixpkgs-c28af224b5e2598ac76b30b8a5f44b84cb7cea17.tar.gz
nixpkgs-c28af224b5e2598ac76b30b8a5f44b84cb7cea17.tar.bz2
nixpkgs-c28af224b5e2598ac76b30b8a5f44b84cb7cea17.tar.lz
nixpkgs-c28af224b5e2598ac76b30b8a5f44b84cb7cea17.tar.xz
nixpkgs-c28af224b5e2598ac76b30b8a5f44b84cb7cea17.tar.zst
nixpkgs-c28af224b5e2598ac76b30b8a5f44b84cb7cea17.zip
linux: 5.15.121 -> 5.15.122
Diffstat (limited to 'pkgs/os-specific')
-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 3bf19de2833..8c66af32b44 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.121";
+  version = "5.15.122";
 
   # modDirVersion needs to be x.y.z, will automatically add .0 if needed
   modDirVersion = versions.pad 3 version;
@@ -13,6 +13,6 @@ buildLinux (args // rec {
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
-    sha256 = "07f3a68r1yb4p19z1azjwp2vhjb3ayh31hz9hfb4a98dn2ywxq07";
+    sha256 = "0b9ljdi9vgwzw4wa8gx1ia5fmb1pm8lnslx0q2l2kqhwrl0mhx9q";
   };
 } // (args.argsOverride or { }))