wireplumber: 0.5.14 -> 0.5.15 (#532992)

This commit is contained in:
K900
2026-06-18 14:06:55 +00:00
committed by GitHub
+2 -2
View File
@@ -25,7 +25,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wireplumber";
version = "0.5.14";
version = "0.5.15";
outputs = [
"out"
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "pipewire";
repo = "wireplumber";
tag = finalAttrs.version;
hash = "sha256-Ap7vrkSxVQFzAJoBN8wWer4gOFc8iknN1A9KyRfdImc=";
hash = "sha256-28JrX8V23VpTe6GPI6g/JlN7412yJLMcwEre2Jv77qg=";
};
strictDeps = true;