3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.9.312 -> 4.9.313

This commit is contained in:
Maximilian Bosch 2022-05-13 00:31:38 +02:00
parent 30efbf1352
commit 7885a53197
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,12 +1,12 @@
{ buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
buildLinux (args // rec {
version = "4.9.312";
version = "4.9.313";
extraMeta.branch = "4.9";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "09y6wl4j3y46fza6kmssibmxspxx0i44fqrhc2cyvrm2bgxv2bzs";
sha256 = "1p3vr1h01ph6x0pxrr6y6k5c4nrhvq650dfngv5mkrgsc5w7ffz0";
};
} // (args.argsOverride or {}))