aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/version-management/gource
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-09-23 00:38:03 +0200
committermimadrid <mimadrid@ucm.es>2017-09-23 00:38:03 +0200
commit80a14bf5fb1bf37072ec77e5db4699693b845117 (patch)
tree21e750f4392b322d4d587cf3264d8979502a79be /pkgs/applications/version-management/gource
parent1df6cf5d1d6d4fa092252275ab82f409dd8f79fe (diff)
gsource: 0.44 -> 0.47
Diffstat (limited to 'pkgs/applications/version-management/gource')
-rw-r--r--pkgs/applications/version-management/gource/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/version-management/gource/default.nix b/pkgs/applications/version-management/gource/default.nix
index 2aadfd21fb5e..03997047d3a9 100644
--- a/pkgs/applications/version-management/gource/default.nix
+++ b/pkgs/applications/version-management/gource/default.nix
@@ -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
];