diff options
| author | Fabián Heredia Montiel <fabianhjr@protonmail.com> | 2023-04-20 16:10:54 -0600 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2023-04-21 11:20:26 +0200 |
| commit | 55a564f848c5409c06a9cf2810ecba2e1325305a (patch) | |
| tree | 0f8843fd58faa7374c51c44deaaa4aec93c48799 | |
| parent | linux: 5.15.107 -> 5.15.108 (diff) | |
| download | nixpkgs-55a564f848c5409c06a9cf2810ecba2e1325305a.tar.gz | |
linux: 5.4.240 -> 5.4.241
(cherry picked from commit a99a62f75431477d63ce6fc5400be9a3551a9d5d)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-5.4.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-5.4.nix b/pkgs/os-specific/linux/kernel/linux-5.4.nix index 94d19aafe977..125c6c191068 100644 --- a/pkgs/os-specific/linux/kernel/linux-5.4.nix +++ b/pkgs/os-specific/linux/kernel/linux-5.4.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "5.4.240"; + version = "5.4.241"; # 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/v5.x/linux-${version}.tar.xz"; - sha256 = "0ihf0rqhx7dav3k3igk29962sscb1xyniy2gx8chyllprr0z126w"; + sha256 = "0z7api3qcjrd6w7fva7k6fj4zx17mg5ibn28a6qbgy27dyny1h7z"; }; } // (args.argsOverride or {})) |
