jhovold: 6.9.0-rc7 -> 6.9.0

This commit is contained in:
Adam Stephens 2024-05-14 15:58:28 -04:00
parent 9f5d708f1a
commit 33327a5708
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-rc7", "branch": "wip/sc8280xp-6.9",
"revision": "ff8e9aabc1df7fb1658025df41a5ff8fe2e278f2", "revision": "357c0f0c7ad2d7d95a3200b6cfd7bef43299de04",
"url": "https://github.com/jhovold/linux/archive/ff8e9aabc1df7fb1658025df41a5ff8fe2e278f2.tar.gz", "url": "https://github.com/jhovold/linux/archive/357c0f0c7ad2d7d95a3200b6cfd7bef43299de04.tar.gz",
"hash": "1hafkkrd5p8g5kg0yln0qmw9g6b43z1zvjlhbq2i96nbmg8kq4ra" "hash": "1n6cv149rafgk7wkb8cjixy6car4zq0dhhz39b7gjnzr599mqwxn"
} }
}, },
"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-rc7"; version = "6.9.0";
defconfig = "johan_defconfig"; defconfig = "johan_defconfig";
}; };