gsource: 0.44 -> 0.47
This commit is contained in:
parent
1df6cf5d1d
commit
80a14bf5fb
|
@ -1,18 +1,18 @@
|
||||||
{ stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre
|
{ stdenv, fetchurl, SDL2, ftgl, pkgconfig, libpng, libjpeg, pcre
|
||||||
, SDL_image, freetype, glew, mesa, boost, glm
|
, SDL2_image, freetype, glew, mesa, boost, glm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.44";
|
version = "0.47";
|
||||||
name = "gource-${version}";
|
name = "gource-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/acaudwell/Gource/releases/download/${name}/${name}.tar.gz";
|
url = "https://github.com/acaudwell/Gource/releases/download/${name}/${name}.tar.gz";
|
||||||
sha256 = "0z095zsf5pz8czh7nmlkdy29rm93w83sqyqspg2zsprh892cl116";
|
sha256 = "1llqwdnfa1pff8bxk27qsqff1fcg0a9kfdib0rn7p28vl21n1cgj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa
|
glew SDL2 ftgl pkgconfig libpng libjpeg pcre SDL2_image mesa
|
||||||
boost glm freetype
|
boost glm freetype
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue