forked from mirrors/nixpkgs
0.6.9 -> 0.6.15
svn path=/nixpkgs/trunk/; revision=10024
This commit is contained in:
parent
10af2c18ff
commit
06e63bccf4
|
@ -1,11 +1,11 @@
|
||||||
{stdenv, fetchurl, pkgconfig, libexif, popt}:
|
{stdenv, fetchurl, pkgconfig, libexif, popt}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "exif-0.6.9";
|
name = "exif-0.6.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/exif-0.6.9.tar.gz;
|
url = mirror://sourceforge/libexif/exif-0.6.15.tar.bz2;
|
||||||
md5 = "555029098386fa677c461eb249d852d7";
|
sha256 = "19kxl72l1iqq747k58rir7v4ld1676j3dmjdc1pik9hjlgdb1yj1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig libexif popt];
|
buildInputs = [pkgconfig libexif popt];
|
||||||
|
|
Loading…
Reference in a new issue