diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-03 10:44:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-03 10:44:04 +0900 |
| commit | 2b6160ef7d4ae74e94b5742f7f3c452eed080e71 (patch) | |
| tree | 52cfd24795f3a7e77f0b73a6d6e4567b5483ef36 /internal | |
| parent | 4dcac7f133b4a4811f021b615c5afec0b3b58453 (diff) | |
internal/rosa/wayland: wayland-protocols 1.47 to 1.48
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/wayland.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/wayland.go b/internal/rosa/wayland.go index a529a968..573b9785 100644 --- a/internal/rosa/wayland.go +++ b/internal/rosa/wayland.go @@ -54,8 +54,8 @@ func init() { func (t Toolchain) newWaylandProtocols() (pkg.Artifact, string) { const ( - version = "1.47" - checksum = "B_NodZ7AQfCstcx7kgbaVjpkYOzbAQq0a4NOk-SA8bQixAE20FY3p1-6gsbPgHn9" + version = "1.48" + checksum = "xvfHCBIzXGwOqOu9b8dfhGw_U29Pd-g4JBwpYIaxee8SwEbxi6NaVU-Y1Q7wY4jK" ) return t.NewPackage("wayland-protocols", version, pkg.NewHTTPGetTar( nil, "https://gitlab.freedesktop.org/wayland/wayland-protocols/"+ |
