mpop: 1.4.7 -> 1.4.9

This commit is contained in:
R. RyanTM 2020-05-06 00:34:55 +00:00 committed by Jon
parent 0a169d1fd1
commit 720b590281

View file

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "mpop";
version = "1.4.7";
version = "1.4.9";
src = fetchurl {
url = "https://marlam.de/${pname}/releases/${pname}-${version}.tar.xz";
sha256 = "0c6n5afn9pr4p7gxkv462lysrw52w9fhvavzm99c78dcp9dj5xnk";
sha256 = "0hinmyd4lipy9wi3grwm72vv6xrpf4m08i9g9nlxzxnwfanw885q";
};
nativeBuildInputs = [ pkgconfig ];