Unverified Commit 770bab38 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #300284 from K900/wireplumber-0.5.1

wireplumber: 0.5.0 -> 0.5.1
parents 38baa038 9207df9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

stdenv.mkDerivation rec {
  pname = "wireplumber";
  version = "0.5.0";
  version = "0.5.1";

  outputs = [ "out" "dev" ] ++ lib.optional enableDocs "doc";

@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
    owner = "pipewire";
    repo = "wireplumber";
    rev = version;
    hash = "sha256-zcYZvyGsGuiwuL9nOD5mW6RFwa9cPB9HvoQqdw2jlmY=";
    hash = "sha256-l5s7GTKpqGvRs1o14QNXq3kyQsoPwwUmd0TKlBKTAKE=";
  };

  nativeBuildInputs = [