Version bump - Gource 0.37

svn path=/nixpkgs/trunk/; revision=30429
This commit is contained in:
Piotr Pietraszkiewicz 2011-11-14 20:03:43 +00:00
parent ab07a41756
commit 63d36b5185

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew, mesa}:
stdenv.mkDerivation {
name = "gource-0.28";
name = "gource-0.37";
src = fetchurl {
url = http://gource.googlecode.com/files/gource-0.28.tar.gz;
sha256 = "09538vcf9n21qx4cmcjrki6ilayvm4x6s0zdf00mrd1h0bklhxn3";
url = http://gource.googlecode.com/files/gource-0.37.tar.gz;
sha256 = "03kd9nn65cl1p2jgn6pvpxmvnfscz3c8jqds90fsc0z37ij2iiyn";
};
buildInputs = [glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa];