qmmp: 1.1.2 -> 1.1.5

This commit is contained in:
Alex Ivanov 2016-12-23 23:41:41 +03:00 committed by Bjørn Forsman
parent c655399126
commit c4236f65b9

View file

@ -29,11 +29,11 @@
# handle that.
stdenv.mkDerivation rec {
name = "qmmp-1.1.2";
name = "qmmp-1.1.5";
src = fetchurl {
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
sha256 = "023gvgchk6ybkz3miy0z08j9n5awz5cjvav7fqjdmpix4sivhn5q";
sha256 = "1gfx6nm9v6qrx58gxib6grfhb45mnib1n4wdsnjq16br6bs8h4lv";
};
buildInputs =