summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-4.15.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-31 17:12:51 -0400
committerTim Steinbach <tim@nequissimus.com>2018-03-31 17:12:51 -0400
commit32e47b19f2aebfb93d479f4e78a681092232b8dc (patch)
treeb0b69cc8d8f020d44e5e7f8742eb928bd3aac9eb /pkgs/os-specific/linux/kernel/linux-4.15.nix
parentc8e2312c88157a26f930a31c83c994577da2b9d1 (diff)
downloadnixlib-32e47b19f2aebfb93d479f4e78a681092232b8dc.tar
nixlib-32e47b19f2aebfb93d479f4e78a681092232b8dc.tar.gz
nixlib-32e47b19f2aebfb93d479f4e78a681092232b8dc.tar.bz2
nixlib-32e47b19f2aebfb93d479f4e78a681092232b8dc.tar.lz
nixlib-32e47b19f2aebfb93d479f4e78a681092232b8dc.tar.xz
nixlib-32e47b19f2aebfb93d479f4e78a681092232b8dc.tar.zst
nixlib-32e47b19f2aebfb93d479f4e78a681092232b8dc.zip
linux: 4.15.14 -> 4.15.15
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-4.15.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.15.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.15.nix b/pkgs/os-specific/linux/kernel/linux-4.15.nix
index 36c1e3f7ac3e..bc22563bed90 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.15.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.15.nix
@@ -3,7 +3,7 @@
 with stdenv.lib;
 
 buildLinux (args // rec {
-  version = "4.15.14";
+  version = "4.15.15";
 
   # modDirVersion needs to be x.y.z, will automatically add .0 if needed
   modDirVersion = concatStrings (intersperse "." (take 3 (splitString "." "${version}.0")));
@@ -13,6 +13,6 @@ buildLinux (args // rec {
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "188nnzcclccka37rnx792b4p41smv9sll9h4glzfg4vwz7y54x2a";
+    sha256 = "1pys0gcc1x01scfqc1d25k64bqf264vfn3pybfcnmvkggvpyhmhb";
   };
 } // (args.argsOverride or {}))