summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-19 08:59:56 -0400
committerTim Steinbach <tim@nequissimus.com>2018-03-19 08:59:56 -0400
commite9ce4c019b480d83f53ffa96e525fc24cbe9d223 (patch)
treeb15187f49a9d51d7be6c5cc14b1a0352dc0a5b01 /pkgs/os-specific
parentc4963d395d3bc5b29387e38ab1d59e6175c44fc3 (diff)
downloadnixpkgs-e9ce4c019b480d83f53ffa96e525fc24cbe9d223.tar
nixpkgs-e9ce4c019b480d83f53ffa96e525fc24cbe9d223.tar.gz
nixpkgs-e9ce4c019b480d83f53ffa96e525fc24cbe9d223.tar.bz2
nixpkgs-e9ce4c019b480d83f53ffa96e525fc24cbe9d223.tar.lz
nixpkgs-e9ce4c019b480d83f53ffa96e525fc24cbe9d223.tar.xz
nixpkgs-e9ce4c019b480d83f53ffa96e525fc24cbe9d223.tar.zst
nixpkgs-e9ce4c019b480d83f53ffa96e525fc24cbe9d223.zip
linux: 4.14.27 -> 4.14.28
Diffstat (limited to 'pkgs/os-specific')
-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 3d950252e1c..adf9dbd818c 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.14.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix
@@ -3,13 +3,13 @@
 with stdenv.lib;
 
 buildLinux (args // rec {
-  version = "4.14.27";
+  version = "4.14.28";
 
   # branchVersion needs to be x.y
   extraMeta.branch = concatStrings (intersperse "." (take 2 (splitString "." version)));
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "1si8l3clpkyhwawrjxz6yzx7xl0v0k6dy1yf5qiwf1hsqx4s8489";
+    sha256 = "0byx2824ml2ck97p66gfipnasbn9zz6rhjps61n6gprg3ac5fd07";
   };
 } // (args.argsOverride or {}))