kdePackages.pulseaudio-qt: 1.6.0 -> 1.6.1

Diff: https://github.com/KDE/pulseaudio-qt/compare/v1.6.0...v1.6.1
This commit is contained in:
Nick Cao 2024-11-01 11:46:58 -04:00
parent 323298b47e
commit d9cd17de1a
No known key found for this signature in database

View File

@ -7,11 +7,11 @@
}:
mkKdeDerivation rec {
pname = "pulseaudio-qt";
version = "1.6.0";
version = "1.6.1";
src = fetchurl {
url = "mirror://kde/stable/pulseaudio-qt/pulseaudio-qt-${version}.tar.xz";
hash = "sha256-G+y62ss2qdakMaDJPNtCj49n83zy0jdoZ1mDMYwK3oQ=";
hash = "sha256-8hvzDy/z5nDSBG+WYGncI/XmU/9Wus24kgwTdCZMvB4=";
};
extraNativeBuildInputs = [ pkg-config ];