Commit 3f8980c1 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

linux-rt_5_4: 5.4.293-rt98 -> 5.4.296-rt100

parent e66868fc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}@args:

let
  version = "5.4.293-rt98"; # updated by ./update-rt.sh
  version = "5.4.296-rt100"; # updated by ./update-rt.sh
  branch = lib.versions.majorMinor version;
  kversion = builtins.elemAt (lib.splitString "-" version) 0;
in
@@ -22,7 +22,7 @@ buildLinux (

    src = fetchurl {
      url = "mirror://kernel/linux/kernel/v5.x/linux-${kversion}.tar.xz";
      sha256 = "0b9p8l6ndm75751f7s03rnxg7yg9c4pj9rb537lhsv6pqx096n1l";
      sha256 = "0fm73yqzbzclh2achcj8arpg428d412k2wgmlfmyy6xzb1762qrx";
    };

    kernelPatches =
@@ -31,7 +31,7 @@ buildLinux (
          name = "rt";
          patch = fetchurl {
            url = "mirror://kernel/linux/kernel/projects/rt/${branch}/older/patch-${version}.patch.xz";
            sha256 = "0vsb893cmc1rqrb2jqpc748748py2dc8nz8p5x3rh35ky8p3shss";
            sha256 = "0ggmgkhmnvx4xxb3smfdcafqr9m3qdyc40xp3h7586p4n3wwpw9d";
          };
        };
      in