diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-23 01:15:13 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-23 01:15:13 +0900 |
| commit | 42389f7ec5bbe2e6a36b0bcce077643bc44db8d5 (patch) | |
| tree | 7f1c65dc0957e99260597788442994095c4d4e02 | |
| parent | 30f130c691a1ead7aa5b727302be9e87a4e5710f (diff) | |
internal/rosa/qemu: 10.2.2 to 11.0.0
This pulls in some python packages.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/qemu.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/rosa/qemu.go b/internal/rosa/qemu.go index 1b561286..4cd0470c 100644 --- a/internal/rosa/qemu.go +++ b/internal/rosa/qemu.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newQEMU() (pkg.Artifact, string) { const ( - version = "10.2.2" - checksum = "uNzRxlrVoLWe-EmZmBp75SezymgE512iE5XN90Bl7wi6CjE_oQGQB-9ocs7E16QG" + version = "11.0.0" + checksum = "C64gdi_Tkdg2fTwD9ERxtWGcf8vNn_6UvczW0c-x0KW1NZtd3NbEOIrlDhYGn15n" ) return t.NewPackage("qemu", version, newTar( "https://download.qemu.org/qemu-"+version+".tar.bz2", @@ -73,6 +73,8 @@ EOF }, Bash, Python, + PythonSetuptools, + PythonWheel, Ninja, PkgConfig, Diffutils, |
