Skip to content

Commit

Permalink
linux: 4.4.255 -> 4.4.256
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Feb 8, 2021
1 parent f1831d8 commit 4d75eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,11 +1,11 @@
{ buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.4.255";
version = "4.4.256";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0l45csywd30qrs8gwzjjijr5hwpd5s05rbyrxb37vck78znk0f1g";
sha256 = "1z7vfy4h0mjvv0rcvvpb55x5fl16c6cgpcafz5gpjp0pw1p2lva8";
};
} // (args.argsOverride or {}))

0 comments on commit 4d75eba

Please sign in to comment.