Commit 36cfd24c authored by K900's avatar K900
Browse files
parent 06fc8753
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.1";
  version = "0.5.2";

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

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

  nativeBuildInputs = [