Unverified Commit 2564af38 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #269958 from NixOS/backport-267862-to-staging-23.11

[Backport staging-23.11] pipewire: 0.3.84 -> 0.3.85
parents d200f6ef 76fe3aa8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ let

  self = stdenv.mkDerivation rec {
    pname = "pipewire";
    version = "0.3.84";
    version = "0.3.85";

    outputs = [
      "out"
@@ -97,7 +97,7 @@ let
      owner = "pipewire";
      repo = "pipewire";
      rev = version;
      sha256 = "sha256-9W9y+wtS/CYUaPRrCRmRDeyvuS1XllMBNQLy6GAMqBM=";
      sha256 = "sha256-V7I+HXC9558RaHfpWQbo4aOjpMzPqgWHoPyg9OUq6/g=";
    };

    patches = [