lxqt.pavucontrol-qt: 0.3.0 -> 0.4.0

This commit is contained in:
Jörg Thalheim 2018-06-20 22:49:56 +01:00
parent f85d30b3f8
commit 34758efc70

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "pavucontrol-qt";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "lxde";
repo = pname;
rev = version;
sha256 = "1pfqdzsbygvq77npsizydps25d9g6vgw177yqvmz3cg3a68dad27";
sha256 = "1bxqpasfvaagbq8azl7536z2zk2725xg7jkvad5xh95zq1gb4hgk";
};
nativeBuildInputs = [
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
description = "A Pulseaudio mixer in Qt (port of pavucontrol)";
homepage = https://github.com/lxde/pavucontrol-qt;
license = licenses.gpl2;
platforms = with platforms; unix;
platforms = with platforms; linux;
maintainers = with maintainers; [ romildo ];
};
}