diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-05-13 00:31:19 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-13 15:11:11 +0000 |
| commit | 45c8de49ec0545a49ac372c7da5b5c9f713d6795 (patch) | |
| tree | bf69a950a09ef2374382c9285b4c88eb36d2b351 | |
| parent | Merge pull request #167042 from fleimgruber/backport_alda_2_2_0 (diff) | |
| download | nixpkgs-45c8de49ec0545a49ac372c7da5b5c9f713d6795.tar.gz | |
linux: 4.14.277 -> 4.14.278
(cherry picked from commit 6956681f24429de5973a171bd0add6857c377867)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.14.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.14.nix b/pkgs/os-specific/linux/kernel/linux-4.14.nix index b451202871e7..942be8bf6d64 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.14.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.14.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "4.14.277"; + version = "4.14.278"; # modDirVersion needs to be x.y.z, will automatically add .0 if needed modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg; @@ -13,6 +13,6 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "058vzn1gcsc194hgwrj78afawz2anm7ga8a1x5m5i4cw8p1arp73"; + sha256 = "1glb6z3nicd2lzhvwcqj54642agk0bbg022wnc3ckld5ngpd9miw"; }; } // (args.argsOverride or {})) |
