jhovold: 6.9.0-rc5 -> 6.9.0-rc6

This commit is contained in:
Adam Stephens 2024-04-29 11:03:55 -04:00
parent 1ba6bb964b
commit 3fa14acfdd
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", "owner": "jhovold",
"repo": "linux" "repo": "linux"
}, },
"branch": "wip/sc8280xp-6.9-rc5", "branch": "wip/sc8280xp-6.9-rc6",
"revision": "3b9b04fa57bd0944357187b3c03f00762d01d76c", "revision": "45be9698f7ddf9d3f0596ef1081b7f2d359931b0",
"url": "https://github.com/jhovold/linux/archive/3b9b04fa57bd0944357187b3c03f00762d01d76c.tar.gz", "url": "https://github.com/jhovold/linux/archive/45be9698f7ddf9d3f0596ef1081b7f2d359931b0.tar.gz",
"hash": "1a8br5nkrvkxinlpmaq59ja5wafrb07br9bb38w83vfrx312j3dp" "hash": "0mbrrz6g783iyc17c3g44fg6xh2arcvh5xsfwr9l0a4iam4r1v0v"
} }
}, },
"version": 3 "version": 3

View file

@ -19,7 +19,7 @@ rec {
linux_jhovold_6_9 = pkgs.callPackage linux_x13s_pkg { linux_jhovold_6_9 = pkgs.callPackage linux_x13s_pkg {
src = sources.linux-jhovold; src = sources.linux-jhovold;
version = "6.9.0-rc5"; version = "6.9.0-rc6";
defconfig = "johan_defconfig"; defconfig = "johan_defconfig";
}; };