gource: update to version 0.40

This commit is contained in:
Peter Simons 2014-01-13 17:22:07 +01:00
parent 56aa2ce960
commit 222b91fedf

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew, mesa }: { stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew, mesa }:
let let
name = "gource-0.37"; name = "gource-0.40";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
inherit name; inherit name;
src = fetchurl { src = fetchurl {
url = "http://gource.googlecode.com/files/${name}.tar.gz"; url = "http://gource.googlecode.com/files/${name}.tar.gz";
sha256 = "03kd9nn65cl1p2jgn6pvpxmvnfscz3c8jqds90fsc0z37ij2iiyn"; sha256 = "04nirh07xjslqsph557as4s50nlf91bi6v2l7vmbifmkdf90m2cw";
}; };
buildInputs = [glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa]; buildInputs = [glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa];
@ -29,7 +29,7 @@ stdenv.mkDerivation {
by several third party tools for CVS repositories. by several third party tools for CVS repositories.
''; '';
platforms = stdenv.lib.platforms.gnu; hydraPlatforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];
}; };
} }