packages/linux-lava: pin and bump bore patch

This commit is contained in:
LavaDesu 2022-10-09 21:54:50 +07:00
parent 99297ff02b
commit 97ad0869d2
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -33,8 +33,8 @@ let
borePatch = {
name = "bore-patch";
patch = builtins.fetchurl {
url = "https://raw.githubusercontent.com/CachyOS/kernel-patches/master/${mm}/sched/0001-bore.patch";
sha256 = "1l7c1h3afd8080837x3a838bb7izz36mvzafpa4lsqkizsmyx1xl";
url = "https://raw.githubusercontent.com/CachyOS/kernel-patches/faaa50992e7ddea9191eb51920ffbf41226c9741/${mm}/sched/0001-bore.patch";
sha256 = "1a3vypmrlr20fdvzshgqad3c64bh5hd4295p42j0260dz7vzbf7v";
};
};
in {