diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-09-22 12:44:59 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-09-22 14:01:36 +0000 |
| commit | e04cf3d7073b79b6ab476949c4eb77f11c333f74 (patch) | |
| tree | 6f970f756288f46f1e5ca96c9cab1d9a9cb219dd | |
| parent | linux: 5.14.6 -> 5.14.7 (diff) | |
| download | nixpkgs-e04cf3d7073b79b6ab476949c4eb77f11c333f74.tar.gz | |
linux: 5.4.147 -> 5.4.148origin/backport-138925-to-release-21.05
(cherry picked from commit 3fac07b82827c4cfa33892e09484e6406805dd57)
| -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 779b1e29231b..ba3ff00df784 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.147"; + version = "5.4.148"; # 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,7 +13,7 @@ buildLinux (args // rec { src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "07242nlxf4s73ffdir3dsi37cjmm6bw9w7kac0j7x1s1j8sh9h7n"; + sha256 = "1cwibh0y112hip5yd0n692rv44jh4sk2g6mj5n44g754k4i366a6"; }; kernelTests = args.kernelTests or [ nixosTests.kernel-generic.linux_5_4 ]; |
