wireplumber: 0.5.4 -> 0.5.5

Diff: https://gitlab.freedesktop.org/pipewire/wireplumber/-/compare/0.5.4...0.5.5
This commit is contained in:
K900
2024-06-28 22:02:35 +03:00
parent 1e1af16874
commit 8964bef6a1
@@ -24,7 +24,7 @@
stdenv.mkDerivation rec {
pname = "wireplumber";
version = "0.5.4";
version = "0.5.5";
outputs = [ "out" "dev" ] ++ lib.optional enableDocs "doc";
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
owner = "pipewire";
repo = "wireplumber";
rev = version;
hash = "sha256-freVyWCqSUQCq7NZRqVWMiXbSxqZEjgZC96DjcOOhrg=";
hash = "sha256-evqQCKf4oE/PwkAOMPPPw8LPiNIWQ2gkOJzsFC8UN+k=";
};
nativeBuildInputs = [