linux: 4.4.273 -> 4.4.274

(cherry picked from commit ffdd1ac7768c9eb5a1f0a134adc0e5ce473ca3a5)
This commit is contained in:
Yurii Matsiuk 2021-07-02 15:07:00 +02:00 committed by github-actions[bot]
parent d638fb5525
commit e168b5bcc9
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.273";
version = "4.4.274";
extraMeta.branch = "4.4";
extraMeta.broken = stdenv.isAarch64;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1pd39cak0zhda3m9nvn9yxgd070wxvckaha5wl8pi7c8i6jfpclb";
sha256 = "1n4wawk8fi5s22177994vq9hzay49cackdabl9r1x8y2i9jcqmg4";
};
kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_4_4 ];