mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: pipewire: Update to 0.3.22.
* gnu/packages/linux.scm (pipewire): Update to 0.3.22.
This commit is contained in:
parent
f3326638f5
commit
877e309e1c
1 changed files with 2 additions and 2 deletions
|
@ -7464,7 +7464,7 @@ (define-public pipewire-0.3
|
|||
(package
|
||||
(inherit pipewire)
|
||||
(name "pipewire")
|
||||
(version "0.3.18")
|
||||
(version "0.3.22")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7473,7 +7473,7 @@ (define-public pipewire-0.3
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yghhgs18yqrnd0b2r75l5n8yng962r1wszbsi01v6i9zib3jc9g"))))
|
||||
"1ywna5f5v8s79ivrqfwwc8vy6sn3a2zvfwqyalf1fypj5d90w8g9"))))
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
(list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
|
||||
|
|
Loading…
Reference in a new issue