void-packages/srcpkgs/helvum/patches/i686-pipewire.patch
classabbyamp fcc70b9cff helvum: clean up patch/template
upstream released pipewire-rs v0.5.0 that fixes the underlying issue,
but the Cargo.toml version requirement didn't allow it to be updated.
2022-03-26 20:34:39 +01:00

11 lines
304 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-pipewire = "0.4"
+pipewire = "0.5"
gtk = { version = "0.4.1", package = "gtk4" }
glib = { version = "0.15.1", features = ["log"] }