babl: 1.2.8 -> 1.3.4

Motivation for change: GIMP 2.9.6 requires at least BABL v1.3.0
This commit is contained in:
joncojonathan 2017-10-11 20:22:30 +01:00
parent 0d8c6f4022
commit ed09240fcc

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "babl-0.1.28"; name = "babl-0.1.34";
src = fetchurl { src = fetchurl {
url = "http://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2"; url = "http://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2";
sha256 = "00w6xfcv960c98qvxv81gcbj8l1jiab9sggmdl77m19awwiyvwv3"; sha256 = "0nwakj313l2dh5npx18avkg4z17i2prkxbl6vj547a08n6ry1gsy";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {