gmic: 1.7.8 -> 1.7.9

This commit is contained in:
Robert Helgesson 2017-02-11 00:28:38 +01:00
parent 5ebdbe493a
commit 922413c043
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gmic-${version}";
version = "1.7.8";
version = "1.7.9";
src = fetchurl {
url = "http://gmic.eu/files/source/gmic_${version}.tar.gz";
sha256 = "1921s0n2frj8q95l8lm8was64cypnychgcgcavx9q8qljzbk4brs";
sha256 = "0cvi5kmcrrg5pm774ligyy33fasgsfp3mr6ingjzd99rn4710bqm";
};
nativeBuildInputs = [ pkgconfig ];