summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-5.10.nix
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-04-14 06:02:11 +0000
committerTredwellGit <tredwell@tutanota.com>2022-04-14 06:02:11 +0000
commit2e87b82c8301100544162d1404e04c637c66e165 (patch)
tree9d111ea628511e91abb639d96e0cc284bba5826c /pkgs/os-specific/linux/kernel/linux-5.10.nix
parent9415d2917ce2331bbc31e62ab45f941273c67a6e (diff)
downloadnixpkgs-2e87b82c8301100544162d1404e04c637c66e165.tar
nixpkgs-2e87b82c8301100544162d1404e04c637c66e165.tar.gz
nixpkgs-2e87b82c8301100544162d1404e04c637c66e165.tar.bz2
nixpkgs-2e87b82c8301100544162d1404e04c637c66e165.tar.lz
nixpkgs-2e87b82c8301100544162d1404e04c637c66e165.tar.xz
nixpkgs-2e87b82c8301100544162d1404e04c637c66e165.tar.zst
nixpkgs-2e87b82c8301100544162d1404e04c637c66e165.zip
linux: 5.10.110 -> 5.10.111
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-5.10.nix')
-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 be92811a34c..f13ec02408e 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.110";
+  version = "5.10.111";
 
   # 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 = "14sn906f1bd87ngq1g2hx458v42d4nlzr36ba4alhcsl6836mvyv";
+    sha256 = "06mbl327bin8pv1073f7x37np3whklbvnh8lwn8wx4jmfvcb6c8q";
   };
 } // (args.argsOverride or {}))