Skip to content

Commit

Permalink
linux: 4.9.129 -> 4.9.130
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 29, 2018
1 parent 7769fd6 commit 74f56e1
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.129";
version = "4.9.130";
extraMeta.branch = "4.9";

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

0 comments on commit 74f56e1

Please sign in to comment.