summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-4.14.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-02-22 15:29:43 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2023-02-22 15:29:43 +0100
commit4e1f91ca4cc8ef14842da7394b2802e90e326e49 (patch)
treebdd2c61fb1006cd182f81a9a7c329c77ba8d728b /pkgs/os-specific/linux/kernel/linux-4.14.nix
parent4578498df5e4ab236df8983a0ac23f9fe46f1e85 (diff)
downloadnixpkgs-4e1f91ca4cc8ef14842da7394b2802e90e326e49.tar
nixpkgs-4e1f91ca4cc8ef14842da7394b2802e90e326e49.tar.gz
nixpkgs-4e1f91ca4cc8ef14842da7394b2802e90e326e49.tar.bz2
nixpkgs-4e1f91ca4cc8ef14842da7394b2802e90e326e49.tar.lz
nixpkgs-4e1f91ca4cc8ef14842da7394b2802e90e326e49.tar.xz
nixpkgs-4e1f91ca4cc8ef14842da7394b2802e90e326e49.tar.zst
nixpkgs-4e1f91ca4cc8ef14842da7394b2802e90e326e49.zip
linux: 4.14.305 -> 4.14.306
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-4.14.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix
index 06866be49e8..abbcbe9d5da 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.14.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix
@@ -3,7 +3,7 @@
 with lib;
 
 buildLinux (args // rec {
-  version = "4.14.305";
+  version = "4.14.306";
 
   # 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/v4.x/linux-${version}.tar.xz";
-    sha256 = "16lmhxqpbhyqmgmlyicjadzz3axhl5smfrr230x45ahkdghwsnx3";
+    sha256 = "17phif2kazp5wykjv7vphjzv8bcanvpv5qq4v3df5nq9gbpypfsq";
   };
 } // (args.argsOverride or {}))