diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2022-05-26 17:18:01 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-26 22:52:39 +0000 |
| commit | 0de9fe65fb1035be6e2c9704a3e0cba15987de27 (patch) | |
| tree | 186ecc158b56a771e6c7cb7c54ef8d30d770e9fc | |
| parent | linux: 4.19.244 -> 4.19.245 (diff) | |
| download | nixpkgs-0de9fe65fb1035be6e2c9704a3e0cba15987de27.tar.gz | |
linux: 4.9.315 -> 4.9.316
(cherry picked from commit 110b58f77ef304c23a3cbaf2a06cb92dcd79ca0c)
| -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 9f82f1805e90..93570b9b5c0e 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.315"; + version = "4.9.316"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "1171p90s00jxg1clyz8kp81ilmdzygg131mxysr6lpkaisahkjg6"; + sha256 = "05yd7djm6dcxv3vaylhmj3p0yml421azv8qabmhv4ric1f99idjp"; }; } // (args.argsOverride or {})) |
