qmmp: 1.3.6 -> 1.3.7

This commit is contained in:
R. RyanTM 2020-04-07 09:33:23 +00:00 committed by Bjørn Forsman
parent 718305392f
commit fed6a3d87d

View file

@ -29,11 +29,11 @@
# handle that.
mkDerivation rec {
name = "qmmp-1.3.6";
name = "qmmp-1.3.7";
src = fetchurl {
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
sha256 = "0dihy6v6j1cfx4qgwgajdn8rx6nf8x5srk8yjki9xh1mlcaanhp8";
sha256 = "13mk8p7bfl3fkavpqyhpcxkxb8a4f5d4qc1lasyf7wls3ghrdag7";
};
nativeBuildInputs = [ cmake pkgconfig ];
@ -55,7 +55,7 @@ mkDerivation rec {
meta = with stdenv.lib; {
description = "Qt-based audio player that looks like Winamp";
homepage = http://qmmp.ylsoftware.com/;
homepage = "http://qmmp.ylsoftware.com/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];