forked from mirrors/nixpkgs
linux_lqx: 5.15.16-lqx1 -> 5.15.16-lqx2
This commit is contained in:
parent
dbfea90833
commit
155ea72476
|
@ -2,7 +2,7 @@
|
|||
|
||||
let
|
||||
version = "5.15.16";
|
||||
suffix = "lqx1";
|
||||
suffix = "lqx2";
|
||||
in
|
||||
|
||||
buildLinux (args // {
|
||||
|
@ -14,7 +14,7 @@ buildLinux (args // {
|
|||
owner = "zen-kernel";
|
||||
repo = "zen-kernel";
|
||||
rev = "v${version}-${suffix}";
|
||||
sha256 = "sha256-peONwaPGolyUuK0SNWh3VIbAC+sTrHW5siOp+a6UUCM=";
|
||||
sha256 = "sha256-kdT/hiASZ72pkS0Igta0KT0GWTgDRjxBnd5CQ0eonfg=";
|
||||
};
|
||||
|
||||
extraMeta = {
|
||||
|
|
Loading…
Reference in a new issue