Commit 46769d3f authored by Bernardo Meurer's avatar Bernardo Meurer Committed by Yureka
Browse files

linux: 4.19.283 -> 4.19.284

(cherry picked from commit ecd3d6a7e226711be075e092c2a563a7f98be4ba)
parent 08d8ab0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
with lib;

buildLinux (args // rec {
  version = "4.19.283";
  version = "4.19.284";

  # 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/v4.x/linux-${version}.tar.xz";
    sha256 = "1x2irhiv20aq2mrgqyz18d147shbmghwfxq4qi0sv5vc1k91cwq4";
    sha256 = "0gnhgxcpx9s96wa3dqgxmdjb7x12i94yh0gmv7k9nbz5qwhfxfbz";
  };
} // (args.argsOverride or {}))