Skip to content

Commit

Permalink
Merge pull request #314249 from K900/pipewire-1.0.7
Browse files Browse the repository at this point in the history
pipewire: 1.0.6 -> 1.0.7
  • Loading branch information
K900 authored May 24, 2024
2 parents c792a8b + 0a35ee2 commit 2af03df
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 @@ -75,7 +75,7 @@ assert ldacbtSupport -> bluezSupport;

stdenv.mkDerivation(finalAttrs: {
pname = "pipewire";
version = "1.0.6";
version = "1.0.7";

outputs = [
"out"
Expand All @@ -91,7 +91,7 @@ stdenv.mkDerivation(finalAttrs: {
owner = "pipewire";
repo = "pipewire";
rev = finalAttrs.version;
sha256 = "sha256-JrKSsYCMNRHHh92Sn/03Bq2gPaXNYTqmwaLXkE0axdA=";
sha256 = "sha256-YzI+hkX1ZdeTfxuKaw5P9OYPtkWtUg9cNo32wLCgjNU=";
};

patches = [
Expand Down

0 comments on commit 2af03df

Please sign in to comment.