giflib: update from 5.0.5 to 5.1.0
This commit is contained in:
parent
a58961d0c0
commit
b088597ccf
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, xmlto, docbook_xml_dtd_412, docbook_xsl, libxml2 }:
|
{stdenv, fetchurl, xmlto, docbook_xml_dtd_412, docbook_xsl, libxml2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "giflib-5.0.5";
|
name = "giflib-5.1.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/giflib/giflib-5.0.5.tar.bz2;
|
url = mirror://sourceforge/giflib/giflib-5.1.0.tar.bz2;
|
||||||
sha256 = "02c6pwll9pzw5fhg5gccx2ws56d70ylfryk21nv5lqhwdcv8lvb0";
|
sha256 = "06wd32akyawppar9mqdvyhcw47ssdfcj39lryim2w4v83i7nkv2s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
|
buildInputs = [ xmlto docbook_xml_dtd_412 docbook_xsl libxml2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user