summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-10-07 07:59:00 +0000
committerTredwellGit <tredwell@tutanota.com>2021-10-07 07:59:00 +0000
commit6a1f12372598386f525524ff2d9a5ef49e4a6ac9 (patch)
tree44f37c83692e5043e34509b0c08afc86944aeb3d /pkgs/os-specific
parente7e463220d2cd24d786be0f96c4e67c27577c0a3 (diff)
downloadnixpkgs-6a1f12372598386f525524ff2d9a5ef49e4a6ac9.tar
nixpkgs-6a1f12372598386f525524ff2d9a5ef49e4a6ac9.tar.gz
nixpkgs-6a1f12372598386f525524ff2d9a5ef49e4a6ac9.tar.bz2
nixpkgs-6a1f12372598386f525524ff2d9a5ef49e4a6ac9.tar.lz
nixpkgs-6a1f12372598386f525524ff2d9a5ef49e4a6ac9.tar.xz
nixpkgs-6a1f12372598386f525524ff2d9a5ef49e4a6ac9.tar.zst
nixpkgs-6a1f12372598386f525524ff2d9a5ef49e4a6ac9.zip
linux: 5.10.70 -> 5.10.71
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-5.10.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.10.nix b/pkgs/os-specific/linux/kernel/linux-5.10.nix
index d7e4dd7d982..0f7acb6ccc2 100644
--- a/pkgs/os-specific/linux/kernel/linux-5.10.nix
+++ b/pkgs/os-specific/linux/kernel/linux-5.10.nix
@@ -3,7 +3,7 @@
 with lib;
 
 buildLinux (args // rec {
-  version = "5.10.70";
+  version = "5.10.71";
 
   # 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 = "0cmj5l425c6kkaplcp1y692j123lhyqq2jgfi642jzqxf4rnqwvm";
+    sha256 = "15x4jbwy6j78ss31avdl7nr0mw4w6a1y6c6dyljh6gwngp98irh2";
   };
 } // (args.argsOverride or {}))