Skip to content

Commit

Permalink
Merge pull request #304310 from K900/pipewire-1.0.5
Browse files Browse the repository at this point in the history
pipewire: 1.0.4 -> 1.0.5
  • Loading branch information
K900 authored Apr 15, 2024
2 parents b8f2234 + 8f2adca commit ea1cce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/pipewire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ assert ldacbtSupport -> bluezSupport;

stdenv.mkDerivation(finalAttrs: {
pname = "pipewire";
version = "1.0.4";
version = "1.0.5";

outputs = [
"out"
Expand All @@ -92,7 +92,7 @@ stdenv.mkDerivation(finalAttrs: {
owner = "pipewire";
repo = "pipewire";
rev = finalAttrs.version;
sha256 = "sha256-LROI1rGQELlGXkapX3XfDqB7Rc5YAOdCwaMQUG/iU8c=";
sha256 = "sha256-lgrwN83eywMKdsm0ig9QATDt3U5RboJ4kyILE+ts9Ts=";
};

patches = [
Expand Down

0 comments on commit ea1cce1

Please sign in to comment.