Merge pull request #30328 from joncojonathan/update-babl0_1_34

babl: 1.2.8 -> 1.3.4
This commit is contained in:
Jörg Thalheim 2017-10-13 20:18:10 +01:00 committed by GitHub
commit 662e96144a
1 changed files with 2 additions and 2 deletions

View File

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