Skip to content

Commit

Permalink
linux: 4.9.263 -> 4.9.264
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 5, 2021
1 parent e1dda91 commit 69da7b4
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 @@
{ buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.263";
version = "4.9.264";
extraMeta.branch = "4.9";

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

0 comments on commit 69da7b4

Please sign in to comment.