diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-04-28 12:12:52 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-04-29 07:12:39 +0000 |
| commit | 18c7742dce39c7c7a3e6a21f6144603f03e4fbc5 (patch) | |
| tree | 0a1f4f97147c36de31cf9dbc46ba309206998b3f | |
| parent | linux: 4.19.239 -> 4.19.240 (diff) | |
| download | nixpkgs-18c7742dce39c7c7a3e6a21f6144603f03e4fbc5.tar.gz | |
linux: 4.9.311 -> 4.9.312
(cherry picked from commit cd8c3a2b1e2012b652867f71ceaf5899ae727d62)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.9.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.9.nix b/pkgs/os-specific/linux/kernel/linux-4.9.nix index 68a3e5163888..704423c6e99b 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.9.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.9.nix @@ -1,12 +1,12 @@ { buildPackages, fetchurl, perl, buildLinux, nixosTests, stdenv, ... } @ args: buildLinux (args // rec { - version = "4.9.311"; + version = "4.9.312"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "15wqwplq1qk3ni5arfigfl62zbdwhaki3vkg1lv3sln2gnpm059l"; + sha256 = "09y6wl4j3y46fza6kmssibmxspxx0i44fqrhc2cyvrm2bgxv2bzs"; }; } // (args.argsOverride or {})) |
