summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-05-08 09:58:49 -0400
committerTim Steinbach <tim@nequissimus.com>2019-05-08 10:15:16 -0400
commitea757522ffdaf2761eccee75ac09dcae63b1e55f (patch)
treead3d5f24f265791b97c0cdc0a33f3d905c53531d
parentlinux: 4.14.116 -> 4.14.117 (diff)
downloadnixpkgs-ea757522ffdaf2761eccee75ac09dcae63b1e55f.tar.gz
linux: 4.19.40 -> 4.19.41
-rw-r--r--pkgs/os-specific/linux/kernel/linux-4.19.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix
index 877bd1b3d81f..4cbac8fb10e9 100644
--- a/pkgs/os-specific/linux/kernel/linux-4.19.nix
+++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix
@@ -3,7 +3,7 @@
with stdenv.lib;
buildLinux (args // rec {
- version = "4.19.40";
+ version = "4.19.41";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
@@ -12,6 +12,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
- sha256 = "1c1z0z5ac4zy8fp2lxbwapzwby4p9w8bx3wnlysbzmqmi96wvn3g";
+ sha256 = "10j7f78220rswdvng2fpmsvri2pqx2hm7q3z2k2cnr2ca2b65plh";
};
} // (args.argsOverride or {}))