From 3f3216c98f7ac709c3801abc6d06faa9dc25b23d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:12:18 +0000 Subject: [PATCH 1/2] ci(deps): bump github.com/wailsapp/wails/v3 Bumps [github.com/wailsapp/wails/v3](https://github.com/wailsapp/wails) from 3.0.0-beta.1 to 3.0.0-beta.2. - [Release notes](https://github.com/wailsapp/wails/releases) - [Commits](https://github.com/wailsapp/wails/compare/v3.0.0-beta.1...v3.0.0-beta.2) --- updated-dependencies: - dependency-name: github.com/wailsapp/wails/v3 dependency-version: 3.0.0-beta.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 41cc084..2703fc3 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/godbus/dbus/v5 v5.2.2 github.com/pelletier/go-toml/v2 v2.4.3 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c - github.com/wailsapp/wails/v3 v3.0.0-beta.1 + github.com/wailsapp/wails/v3 v3.0.0-beta.2 go.senan.xyz/taglib v0.14.0 golang.org/x/net v0.57.0 modernc.org/sqlite v1.55.0 diff --git a/go.sum b/go.sum index 5272bc3..1e45ff8 100644 --- a/go.sum +++ b/go.sum @@ -48,8 +48,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/tetratelabs/wazero v1.12.0 h1:DuWcpNu/FzgEXgGBDp8J1Spc+CWOvvtvVyjKlaZopYU= github.com/tetratelabs/wazero v1.12.0/go.mod h1:LvKtzl2RqO4gyF27BiXU+nKAjcV8f38U+kP/q2vgxh0= -github.com/wailsapp/wails/v3 v3.0.0-beta.1 h1:y9yBkeNAdFCuPb0Ejp2BWN6nikTOZqmcyRGHkH0kEss= -github.com/wailsapp/wails/v3 v3.0.0-beta.1/go.mod h1:BzATbK71VFikMMMCo434wAi0QcaI03P+xeaWgDvQvjw= +github.com/wailsapp/wails/v3 v3.0.0-beta.2 h1:hCq2v5iwvhuwZfrowBQA6MHonD4jn+1H9mfk1TGoI/M= +github.com/wailsapp/wails/v3 v3.0.0-beta.2/go.mod h1:BzATbK71VFikMMMCo434wAi0QcaI03P+xeaWgDvQvjw= go.senan.xyz/taglib v0.14.0 h1:cFgq+w7Z++4VzccYBmBt+RwkOvx5ddexy1M7kIty8+Y= go.senan.xyz/taglib v0.14.0/go.mod h1:+k5CamBu88xgydgNGJjugYVeafoCCswoGjpw5w5CvD4= golang.org/x/mod v0.37.0 h1:vF1DjpVEshcIqoEaauuHebaLk1O1forxjxBaVn884JQ= From a452182663f5213c47c70a95ba7709d36b1c5882 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:13:49 +0000 Subject: [PATCH 2/2] ci: update Nix dependency hashes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 04fbfdf..8825b53 100644 --- a/flake.nix +++ b/flake.nix @@ -138,7 +138,7 @@ # Updated on Darwin CI if this mismatches after go.mod changes. "sha256-1zMhKwEbh5ef9tjDumsX1bsFvrMk2QvaHyTFqDwVc6E=" else - "sha256-QlhQms3GnvLVvpQF4r2uEfBOMCCSMtq87PJzo/hmT2k="; + "sha256-KVVGaANrRCZF4yl3oXUJ/PvYJzNEfI+cWDVnKO8nRtw="; modBuildPhase = '' runHook preBuild