kdePackages.pulseaudio-qt: 1.5.0 -> 1.6.0

This commit is contained in:
K900 2024-09-13 08:05:36 +03:00
parent 20afb4559c
commit 91e87264ee

View File

@ -7,11 +7,11 @@
}:
mkKdeDerivation rec {
pname = "pulseaudio-qt";
version = "1.5.0";
version = "1.6.0";
src = fetchurl {
url = "mirror://kde/stable/pulseaudio-qt/pulseaudio-qt-${version}.tar.xz";
hash = "sha256-zY9RyHAAc9D9kNV4QIOs63PnK6mnBOYF4KZ5CUJqhSA=";
hash = "sha256-G+y62ss2qdakMaDJPNtCj49n83zy0jdoZ1mDMYwK3oQ=";
};
extraNativeBuildInputs = [ pkg-config ];