diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-03-16 16:46:02 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-03-16 21:04:26 +0000 |
| commit | 6d4c9b191365bcd323cd9bf2da2035962b16540e (patch) | |
| tree | d444960f1dd9688c5775f0040d215b1fd2053533 | |
| parent | linux: 4.19.234 -> 4.19.235 (diff) | |
| download | nixpkgs-6d4c9b191365bcd323cd9bf2da2035962b16540e.tar.gz | |
linux: 4.9.306 -> 4.9.307
(cherry picked from commit 7ea40efa4deb381d19bc39295709727495b00032)
| -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 df73833dc8e6..9eae11205caa 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.306"; + version = "4.9.307"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1cvsz3sf24g2623m7fxc6ilzsdmzi8s8lnks3sg68sax0qdx0ny7"; + sha256 = "1xyhz7hq8yyclxyavzk36sbl41vlb74pccd56240kq34ma1hyis7"; }; } // (args.argsOverride or {})) |
