diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2025-06-17 11:25:20 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-28 07:44:45 +0100 |
| commit | ff241436e4f2c6f0ee7903b2da0e96261827aeaf (patch) | |
| tree | 02cb52d4b5908b7c84d0a76f20fdb337111414d7 /gnu/packages/linux.scm | |
| parent | a7569e1733eb33e472ff870b5e2b660f516c5dff (diff) | |
gnu: pipewire: Update to 1.4.5.
This update inlude the fix of "pipewire 1.4 100% core usage with older
kernels".
See: <https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4621>.
* gnu/packages/linux.scm (pipewire): Update to 1.4.5.
Change-Id: Ic01752a5ada6cfdf8b6384794c4a440a9db2550c
Reviewed-by: Brice Waegeneire <brice@waegenei.re> <@bricewge>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4032d03e22c..63f92ac9fb9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10502,7 +10502,7 @@ found in custom keyboard firmware like QMK.") (define-public pipewire (package (name "pipewire") - (version "1.4.0") + (version "1.4.5") (source (origin (method git-fetch) (uri (git-reference @@ -10511,7 +10511,7 @@ found in custom keyboard firmware like QMK.") (file-name (git-file-name name version)) (sha256 (base32 - "00c9irz566lmg51wxq5ywpvql6svvjxk9zjqx61xkvsnhz1526f6")))) + "1k3b412zspmx2v0finb5g8kns8xsynlnz48cmlcg7ch62av6kw75")))) (build-system meson-build-system) (arguments (list |
