Skip to content

Commit

Permalink
linux: 4.4.231 -> 4.4.232
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Aug 3, 2020
1 parent 5b88a32 commit fd603b5
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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.4.231";
version = "4.4.232";
extraMeta.branch = "4.4";

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

0 comments on commit fd603b5

Please sign in to comment.