Commit 887b93a6 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by Yureka
Browse files

linux: 5.10.180 -> 5.10.181

(cherry picked from commit 83f8f4d9beb8c1819b72e162f4a2462d5931d29e)
parent 46769d3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
with lib;

buildLinux (args // rec {
  version = "5.10.180";
  version = "5.10.181";

  # modDirVersion needs to be x.y.z, will automatically add .0 if needed
  modDirVersion = versions.pad 3 version;
@@ -13,6 +13,6 @@ buildLinux (args // rec {

  src = fetchurl {
    url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
    sha256 = "0a8cicvcyl5w4vi7gxhgd59ny44gj9cbv4z5pnwn9jgny55rm0ys";
    sha256 = "1rx43dkxspris9529vl11blzhvsxnpaqr6yb3fy089az7yvwxrmc";
  };
} // (args.argsOverride or {}))