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

pipewire: 1.4.7 -> 1.4.8 (#442005)

parents 83413ceb cbf006b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "pipewire";
  version = "1.4.7";
  version = "1.4.8";

  outputs = [
    "out"
@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "pipewire";
    repo = "pipewire";
    rev = finalAttrs.version;
    sha256 = "sha256-U9J7f6nDO4tp6OCBtBcZ9HP9KDKLfuuRWDEbgLL9Avs=";
    sha256 = "sha256-o4puApKXW4pQ0DRcLgZTDor8CAxKehn7Zi56/PzrSLU=";
  };

  patches = [