diff options
| author | Andrew Marshall <andrew@johnandrewmarshall.com> | 2022-06-10 14:18:16 -0400 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2022-06-16 12:23:01 +0200 |
| commit | 8613c00ae65845c530e4b8217bd571007e14eef0 (patch) | |
| tree | 65fa793426b792611399c49c79a5f533bec2bd54 | |
| parent | linux: 4.19.245 -> 4.19.246 (diff) | |
| download | nixpkgs-8613c00ae65845c530e4b8217bd571007e14eef0.tar.gz | |
linux: 4.9.316 -> 4.9.317
(cherry picked from commit 2ac8909c8b5c7d7e0c19b84e2a8bc703ef5674a2)
| -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 93570b9b5c0e..e55a187208f1 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.316"; + version = "4.9.317"; extraMeta.branch = "4.9"; extraMeta.broken = stdenv.isAarch64; src = fetchurl { url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; - sha256 = "05yd7djm6dcxv3vaylhmj3p0yml421azv8qabmhv4ric1f99idjp"; + sha256 = "06qdqcplslnp1ncaqvp5yjr294rz3x4qrxnv522v76awj6dkd8vy"; }; } // (args.argsOverride or {})) |
