jhovold: 6.10.0 -> 6.11.0-rc1

This commit is contained in:
Adam Stephens 2024-07-29 14:58:57 -04:00
parent 6e5b3caccb
commit 5920196f4f
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -7,10 +7,10 @@
"owner": "jhovold",
"repo": "linux"
},
"branch": "wip/sc8280xp-6.10",
"revision": "f0239008542ebdcd4a94755124b5700649df5c39",
"url": "https://github.com/jhovold/linux/archive/f0239008542ebdcd4a94755124b5700649df5c39.tar.gz",
"hash": "1x34i14b8xhzvny24bmrxagwbra2m0i194ymy11ipgjgsxaarxlb"
"branch": "wip/sc8280xp-6.11-rc1",
"revision": "9c6b81022b9c277d65c68e25f4cfd52f33ef8f28",
"url": "https://github.com/jhovold/linux/archive/9c6b81022b9c277d65c68e25f4cfd52f33ef8f28.tar.gz",
"hash": "13c6r67iy8y750f8zpals4l941lshxx3w3ar1ss9dizsqjsghdsr"
}
},
"version": 3

View file

@ -17,7 +17,7 @@ in
rec {
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
src = sources.linux-jhovold;
version = "6.10.0";
version = "6.11.0-rc1";
defconfig = "johan_defconfig";
};