summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-06-21 17:55:05 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2023-06-21 17:55:05 +0200
commit9b063660201564e0e27f5b6bcfc1e038eabfc8af (patch)
treee0946ccd693546cf6429bd934e2a23282d4c740e /pkgs/os-specific
parent0557763fc6faa87b00469cab51a8667f9d5016be (diff)
downloadnixpkgs-9b063660201564e0e27f5b6bcfc1e038eabfc8af.tar
nixpkgs-9b063660201564e0e27f5b6bcfc1e038eabfc8af.tar.gz
nixpkgs-9b063660201564e0e27f5b6bcfc1e038eabfc8af.tar.bz2
nixpkgs-9b063660201564e0e27f5b6bcfc1e038eabfc8af.tar.lz
nixpkgs-9b063660201564e0e27f5b6bcfc1e038eabfc8af.tar.xz
nixpkgs-9b063660201564e0e27f5b6bcfc1e038eabfc8af.tar.zst
nixpkgs-9b063660201564e0e27f5b6bcfc1e038eabfc8af.zip
linux: 5.10.184 -> 5.10.185
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 99724c8a526..a94a85fd02a 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.184";
+  version = "5.10.185";
 
   # 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 = "0219qv9rxg4fi7w2s0s9y7ggral40wm2riis58hmg80z3nybxabp";
+    sha256 = "143hghmj4lxiyavndvdmwg5mig8s2i4ffrmd8zwqqwy8ipn641i8";
   };
 } // (args.argsOverride or {}))