jhovold: 6.10.0-rc3 -> 6.10.0-rc5

This commit is contained in:
Adam Stephens 2024-06-25 14:44:55 -04:00
parent a95fcbdb0b
commit 4ea1f591bc
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-rc3",
"revision": "6f7832ef359e0a7f564b1ddd5e0148979c5c5c79",
"url": "https://github.com/jhovold/linux/archive/6f7832ef359e0a7f564b1ddd5e0148979c5c5c79.tar.gz",
"hash": "0rxb3776wkdkmx3n0c1gfx6kajwn9sc3n4bw6gk710skp26w6aww"
"branch": "wip/sc8280xp-6.10-rc5",
"revision": "fb34a1d838d061d9e2199656b832bb2ebc2dc5e3",
"url": "https://github.com/jhovold/linux/archive/fb34a1d838d061d9e2199656b832bb2ebc2dc5e3.tar.gz",
"hash": "07gsf26954qi9lspbzlc4xsan4vbiyzbfnpwbwyaxcqfibzfg6vg"
}
},
"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-rc3";
version = "6.10.0-rc5";
defconfig = "johan_defconfig";
};