Skip to content

Commit

Permalink
linux: 4.9.183 -> 4.9.184
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 28, 2019
1 parent ece4bf2 commit 2e38c0e
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.183";
version = "4.9.184";
extraMeta.branch = "4.9";

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

0 comments on commit 2e38c0e

Please sign in to comment.