moc: 2.5.1 -> 2.5.2

This commit is contained in:
Pascal Wittmann 2016-12-11 19:50:37 +01:00
parent d6aff31f35
commit 4f2e2ce971
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "moc-${version}";
version = "2.5.1";
version = "2.5.2";
src = fetchurl {
url = "http://ftp.daper.net/pub/soft/moc/stable/moc-${version}.tar.bz2";
sha256 = "1wn4za08z64bhsgfhr9c0crfyvy8c3b6a337wx7gz19am5srqh8v";
sha256 = "026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk";
};
nativeBuildInputs = [ pkgconfig ];