qmmp: 1.3.7 -> 1.4.0

This commit is contained in:
R. RyanTM 2020-05-10 02:34:38 +00:00 committed by Bjørn Forsman
parent be03474637
commit ef53fe2af2
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@
# handle that.
mkDerivation rec {
name = "qmmp-1.3.7";
name = "qmmp-1.4.0";
src = fetchurl {
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
sha256 = "13mk8p7bfl3fkavpqyhpcxkxb8a4f5d4qc1lasyf7wls3ghrdag7";
sha256 = "13rhnk55d44svksl13w23w2qkfpkq4mc0jy5mi89nzqkzshwvfd8";
};
nativeBuildInputs = [ cmake pkgconfig ];