Merge pull request #184464 from r-ryantm/auto-update/pulseaudio

pulseaudio: 15.0 -> 16.1
This commit is contained in:
maxine [they] 2022-08-14 12:38:04 +02:00 committed by GitHub
commit ff7b8d6e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,11 +34,11 @@
stdenv.mkDerivation rec {
pname = "${if libOnly then "lib" else ""}pulseaudio";
version = "15.0";
version = "16.1";
src = fetchurl {
url = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${version}.tar.xz";
sha256 = "pAuIejupjMJpdusRvbZhOYjxRbGQJNG2VVxqA8nLoaA=";
sha256 = "sha256-ju8yzpHUeXn5X9mpNec4zX63RjQw2rxyhjJRdR5QSuQ=";
};
patches = [