Skip to content

Commit

Permalink
pipewire: 1.0.8 -> 1.0.9 (#350725)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Oct 23, 2024
2 parents 1a76845 + cbee41d commit a53e1a7
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.8";
version = "1.0.9";

outputs = [
"out"
Expand All @@ -91,7 +91,7 @@ stdenv.mkDerivation(finalAttrs: {
owner = "pipewire";
repo = "pipewire";
rev = finalAttrs.version;
sha256 = "sha256-/b69DJRxzZjMPnM3gi/sMt+Ret+nWnr9i9y+trOeQGU=";
sha256 = "sha256-8CwT6wF0BETp2dLqF9kVUeB3q36if/ILDv9kO1FYvH8=";
};

patches = [
Expand Down

0 comments on commit a53e1a7

Please sign in to comment.