summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-03-13 20:15:42 -0400
committerTim Steinbach <tim@nequissimus.com>2017-03-13 20:15:42 -0400
commit18684a4892bc202590a51a8bee251dc1b4fcf3b7 (patch)
tree9bce8cc9f1ace34d1f6dda29829f340bc9184132 /pkgs/os-specific
parent9ac82a773c9b4369bad77dc2dc24454c1afe2a34 (diff)
downloadnixpkgs-18684a4892bc202590a51a8bee251dc1b4fcf3b7.tar
nixpkgs-18684a4892bc202590a51a8bee251dc1b4fcf3b7.tar.gz
nixpkgs-18684a4892bc202590a51a8bee251dc1b4fcf3b7.tar.bz2
nixpkgs-18684a4892bc202590a51a8bee251dc1b4fcf3b7.tar.lz
nixpkgs-18684a4892bc202590a51a8bee251dc1b4fcf3b7.tar.xz
nixpkgs-18684a4892bc202590a51a8bee251dc1b4fcf3b7.tar.zst
nixpkgs-18684a4892bc202590a51a8bee251dc1b4fcf3b7.zip
linux: 4.1.38 -> 4.1.39
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.1.nix b/pkgs/os-specific/linux/kernel/linux-4.1.nix
index 9c7354024ad..30c5ce7e569 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.1.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.1.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, perl, buildLinux, ... } @ args:
 
 import ./generic.nix (args // rec {
-  version = "4.1.38";
+  version = "4.1.39";
   extraMeta.branch = "4.1";
 
   src = fetchurl {
     url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
-    sha256 = "0mmx11z1wlnlaw2nhpdw76xzmqmfr8q52dv0jvy0pjq8rcbk3hmq";
+    sha256 = "0m48slb13ipnjnw4inhyb74xxpla94344wbc2y5lzb402n5jrs58";
   };
 
   kernelPatches = args.kernelPatches;