Skip to content

Commit

Permalink
chore: Bump hydrapp to enable embedded Chromium Wayland support
Browse files Browse the repository at this point in the history
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
  • Loading branch information
pojntfx committed Oct 23, 2024
1 parent 3620210 commit 72c637c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion com.pojtinger.felicitas.connmapper.main.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"base": "org.chromium.Chromium",
"base-version": "stable",
"command": "{{ .AppID }} --ozone-platform-hint=auto",
"command": "{{ .AppID }}",
"finish-args": [
"--share=network",
"--socket=fallback-x11",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cli/browser v1.3.0
github.com/gopacket/gopacket v1.2.0
github.com/oschwald/geoip2-golang v1.11.0
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241022061115-97414e47dfff
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241023060621-da8af409ded5
github.com/pojntfx/panrpc/go v0.0.0-20241003051136-b93809e92a15
nhooyr.io/websocket v1.8.17
)
Expand Down
4 changes: 2 additions & 2 deletions go.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
{
"dest": "vendor/github.com/pojntfx/hydrapp/hydrapp",
"sha256": "1fa335c0f067c365c0f516b52327582b4d913b1eea26a585f07016e7ab26e48a",
"sha256": "16d466954650cf6631911e61bdac437ddc11977bd39abeead8a45879a9d87ed0",
"strip-components": 4,
"type": "archive",
"url": "https://proxy.golang.org/github.com/pojntfx/hydrapp/hydrapp/@v/v0.0.0-20241022061115-97414e47dfff.zip"
"url": "https://proxy.golang.org/github.com/pojntfx/hydrapp/hydrapp/@v/v0.0.0-20241023060621-da8af409ded5.zip"
},
{
"dest": "vendor/github.com/pojntfx/panrpc/go",
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241022061115-97414e47dfff h1:MYa84q7vMJK6gSE2C8u1YNLI/9CRpw3M1jf+yLz6/Xw=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241022061115-97414e47dfff/go.mod h1:m9HMIrC7dHef7D5YUTC0vNomaqcn1fBpMO/x33BD5Ts=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241023060621-da8af409ded5 h1:zSxfwhCvDqpLDeqb1btN6Kd/7mtj6+Eozd6TyIfd7So=
github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241023060621-da8af409ded5/go.mod h1:m9HMIrC7dHef7D5YUTC0vNomaqcn1fBpMO/x33BD5Ts=
github.com/pojntfx/panrpc/go v0.0.0-20241003051136-b93809e92a15 h1:4RI9bEX39FgZo9/12015R/sPehT14oX3sffksnuNh7I=
github.com/pojntfx/panrpc/go v0.0.0-20241003051136-b93809e92a15/go.mod h1:G9YawT9jiXDf6z7WEv7KMIca+A41mjm8KL8AfBxN37U=
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 h1:GranzK4hv1/pqTIhMTXt2X8MmMOuH3hMeUR0o9SP5yc=
Expand Down
2 changes: 1 addition & 1 deletion modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ github.com/oschwald/maxminddb-golang
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
## explicit
# github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241022061115-97414e47dfff
# github.com/pojntfx/hydrapp/hydrapp v0.0.0-20241023060621-da8af409ded5
## explicit; go 1.22.0
github.com/pojntfx/hydrapp/hydrapp/pkg/builders
github.com/pojntfx/hydrapp/hydrapp/pkg/config
Expand Down

0 comments on commit 72c637c

Please sign in to comment.