mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Merge pull request #29680 from mimadrid/update/gsource-0.47
gsource: 0.44 -> 0.47
This commit is contained in:
commit
53aa329054
@ -1,18 +1,18 @@
|
||||
{ stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre
|
||||
, SDL_image, freetype, glew, mesa, boost, glm
|
||||
{ stdenv, fetchurl, SDL2, ftgl, pkgconfig, libpng, libjpeg, pcre
|
||||
, SDL2_image, freetype, glew, mesa, boost, glm
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.44";
|
||||
version = "0.47";
|
||||
name = "gource-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/acaudwell/Gource/releases/download/${name}/${name}.tar.gz";
|
||||
sha256 = "0z095zsf5pz8czh7nmlkdy29rm93w83sqyqspg2zsprh892cl116";
|
||||
sha256 = "1llqwdnfa1pff8bxk27qsqff1fcg0a9kfdib0rn7p28vl21n1cgj";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa
|
||||
glew SDL2 ftgl pkgconfig libpng libjpeg pcre SDL2_image mesa
|
||||
boost glm freetype
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user