diff options
| author | Fabián Heredia Montiel <fabianhjr@protonmail.com> | 2023-04-20 16:10:57 -0600 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2023-04-21 11:20:27 +0200 |
| commit | f381ec9730317f6c63390329c118baea4c4b1aea (patch) | |
| tree | ff0405b2b78dacfcb8ddfddbbeb8ddfa34b4f3d4 | |
| parent | linux: 5.4.240 -> 5.4.241 (diff) | |
| download | nixpkgs-f381ec9730317f6c63390329c118baea4c4b1aea.tar.gz | |
linux: 6.1.24 -> 6.1.25
(cherry picked from commit b888e9904b6dadb2db2ad54985af700c0d4b49da)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-6.1.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-6.1.nix b/pkgs/os-specific/linux/kernel/linux-6.1.nix index 27848efcc8c1..752c7efa44e0 100644 --- a/pkgs/os-specific/linux/kernel/linux-6.1.nix +++ b/pkgs/os-specific/linux/kernel/linux-6.1.nix @@ -3,7 +3,7 @@ with lib; buildLinux (args // rec { - version = "6.1.24"; + version = "6.1.25"; # 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/v6.x/linux-${version}.tar.xz"; - sha256 = "0135aj8asplpxqr48hwdmwynx8n8hzhdgh55yl8r0n1kivisgrma"; + sha256 = "149h95r5msvqah868zd36y92ls9h41cr1rb5vzinl20mxdn46wnb"; }; } // (args.argsOverride or { })) |
