jhovold: 6.9.0-rc6 -> 6.9.0-rc7

This commit is contained in:
Adam Stephens 2024-05-06 11:31:18 -04:00
parent 0579c5474a
commit 8e01e9917f
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-rc6", "branch": "wip/sc8280xp-6.9-rc7",
"revision": "45be9698f7ddf9d3f0596ef1081b7f2d359931b0", "revision": "ff8e9aabc1df7fb1658025df41a5ff8fe2e278f2",
"url": "https://github.com/jhovold/linux/archive/45be9698f7ddf9d3f0596ef1081b7f2d359931b0.tar.gz", "url": "https://github.com/jhovold/linux/archive/ff8e9aabc1df7fb1658025df41a5ff8fe2e278f2.tar.gz",
"hash": "0mbrrz6g783iyc17c3g44fg6xh2arcvh5xsfwr9l0a4iam4r1v0v" "hash": "1hafkkrd5p8g5kg0yln0qmw9g6b43z1zvjlhbq2i96nbmg8kq4ra"
} }
}, },
"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-rc6"; version = "6.9.0-rc7";
defconfig = "johan_defconfig"; defconfig = "johan_defconfig";
}; };