diff options
| author | TredwellGit <tredwell@tutanota.com> | 2022-01-11 16:37:20 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-12 08:17:15 +0000 |
| commit | acc002877dab04903d5ee13804daa0991c89da99 (patch) | |
| tree | 2dacf786cbb9a252db56d02efa762738636741e9 | |
| parent | linux: 4.14.261 -> 4.14.262 (diff) | |
| download | nixpkgs-acc002877dab04903d5ee13804daa0991c89da99.tar.gz | |
linux: 4.19.224 -> 4.19.225
(cherry picked from commit 7bf2f23df2d1886f472557a0bbaea76dc88415bb)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-4.19.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-4.19.nix b/pkgs/os-specific/linux/kernel/linux-4.19.nix index dab9b5e2ab9e..5953b9ff22ce 100644 --- a/pkgs/os-specific/linux/kernel/linux-4.19.nix +++ b/pkgs/os-specific/linux/kernel/linux-4.19.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "4.19.224"; + version = "4.19.225"; # 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 = "0c8h457n52qzpw4kgr16ndhsl35si99amc6fadb31fy32csgrk01"; + sha256 = "15k7b04zx5ggfjagp8sfrylr9xgwgz3hb2bygdml7ka1jnbv76jb"; }; } // (args.argsOverride or {})) |
