diff options
author | xengineering <me@xengineering.eu> | 2024-12-15 12:50:43 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-12-15 12:53:20 +0100 |
commit | 9fe390db8e63603a7bfb2e0c7cd77386cc6247ff (patch) | |
tree | c035ae1e84b213e8d39f6c1d1f37516c877e57e6 | |
parent | ad86a9dd63ae0ac37336d34187735ec6408b3ee8 (diff) | |
download | soundbox-app-9fe390db8e63603a7bfb2e0c7cd77386cc6247ff.tar soundbox-app-9fe390db8e63603a7bfb2e0c7cd77386cc6247ff.tar.zst soundbox-app-9fe390db8e63603a7bfb2e0c7cd77386cc6247ff.zip |
Update to soundbox-go v0.2.1
This contains important bug fixes. Especially the ability to tear down a
PipeWire capture node during runtime which is essentially to integrate
this into the GUI.
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ go 1.23.1 require ( gioui.org v0.7.1 - xengineering.eu/soundbox-go v0.2.0 + xengineering.eu/soundbox-go v0.2.1 ) require ( @@ -21,5 +21,5 @@ golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI= golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= -xengineering.eu/soundbox-go v0.2.0 h1:W8to6FwgoX2aLKE0syMrv0JZkpfI0MjhMRsCFrHX9Fs= -xengineering.eu/soundbox-go v0.2.0/go.mod h1:SfTq2xB2IOSHMUUjfnyZPuZuuiah9TagR9ybsrq6k2I= +xengineering.eu/soundbox-go v0.2.1 h1:hwGpAGL15ZpSXKxZM6lFBBTOM6lX4VRLYUgukKnmeqQ= +xengineering.eu/soundbox-go v0.2.1/go.mod h1:SfTq2xB2IOSHMUUjfnyZPuZuuiah9TagR9ybsrq6k2I= |