mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pipewire: 1.6.6 -> 1.6.7 (#532976)
This commit is contained in:
commit
efb9f67eab
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ in
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "pipewire";
|
||||
version = "1.6.6";
|
||||
version = "1.6.7";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
@ -104,7 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "pipewire";
|
||||
repo = "pipewire";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-pyZozhJomFT4QkJv/NKkXpbknmVxjv8hCxZV6RcIHmE=";
|
||||
hash = "sha256-DSW9ho+NLikW/stlxvHLhRguMZy/4b7VEcC938ObJmQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue