qmmp: 1.4.2 -> 1.4.4

This commit is contained in:
R. RyanTM 2021-03-09 09:20:34 +00:00 committed by Bjørn Forsman
parent d0cb67f669
commit f1e8b1e500

View file

@ -29,11 +29,11 @@
# handle that.
mkDerivation rec {
name = "qmmp-1.4.2";
name = "qmmp-1.4.4";
src = fetchurl {
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
sha256 = "1kvzw0n90crg3dgy8834qrjv0zb3ia5cny7virax9ax73y653jfa";
sha256 = "sha256-sZRZVhCf2ceETuV4AULA0kVkuIMn3C+aYdKThqvPnVQ=";
};
nativeBuildInputs = [ cmake pkg-config ];