diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2023-06-28 21:10:29 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2023-06-29 17:28:54 +0200 |
| commit | 519eaf82d941a57c04b05b68c19b6f3e613e6f17 (patch) | |
| tree | cb71150542a9e3638e065317c47fd4cdfdda11f0 | |
| parent | linux: 5.15.118 -> 5.15.119 (diff) | |
| download | nixpkgs-519eaf82d941a57c04b05b68c19b6f3e613e6f17.tar.gz | |
linux: 5.4.248 -> 5.4.249
(cherry picked from commit 540219fde7a27f67988de9b1d7ff08301b0cf73b)
| -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 e646e95d5418..f1a5d9e13f35 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.248"; + version = "5.4.249"; # 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 = "0d9yn51rg59k39h0w6wmvjqz9n7najm9x8yb79rparbcwwrd3gis"; + sha256 = "079mylc5j7hk5xn59q3z2xydyh88pq7yipn67x3y7nvf5i35hm6w"; }; } // (args.argsOverride or {})) |
