Skip to content

Commit

Permalink
linux: 4.4.124 -> 4.4.125
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 28, 2018
1 parent e53d195 commit 50e8d2a
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 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.4.124";
version = "4.4.125";
extraMeta.branch = "4.4";

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

0 comments on commit 50e8d2a

Please sign in to comment.