linux: 4.4.277 -> 4.4.278

(cherry picked from commit 202b9e653658a7b77ebd41c7858cd57b8e8655dc)
This commit is contained in:
TredwellGit 2021-08-04 23:42:13 +00:00 committed by github-actions[bot]
parent f187ac728a
commit cee88fa02a
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args:
buildLinux (args // rec {
version = "4.4.277";
version = "4.4.278";
extraMeta.branch = "4.4";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1m5zkssh523f15fvy80rcvfwqzdkldz3jhny6vbaj8q0zvk3w5r5";
sha256 = "1r2sbxn8finzcg72ds5dyh4578vv2s5zwylq3b3xyw3hzr4swn4f";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_4 ];