Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Revert "linux: 4.9.155 -> 4.9.156"
Browse files Browse the repository at this point in the history
This reverts commit eeda4d7. The new
kernel breaks long shebang paths: https://lkml.org/lkml/2019/2/13/853
  • Loading branch information
edolstra committed Feb 14, 2019
1 parent e9468ff commit dd9b7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.156";
version = "4.9.155";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "05m82x2zg0nkc6ayk6akgpfhz31zp6dhhlklcfmi419p8fxbkcay";
sha256 = "179w0yfnqk0rjdfl3fjqx5b9jn8i0bizhqckv49f63rwwc5wcam5";
};
} // (args.argsOverride or {}))

0 comments on commit dd9b7ae

Please sign in to comment.