Merge pull request #90066 from r-ryantm/auto-update/mpop

mpop: 1.4.9 -> 1.4.10
This commit is contained in:
Mario Rodas 2020-06-12 08:12:01 -05:00 committed by GitHub
commit fde59542f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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