summary refs log tree commit diff
path: root/pkgs/applications/version-management/gource
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-13 17:22:07 +0100
committerPeter Simons <simons@cryp.to>2014-01-13 17:22:07 +0100
commit222b91fedfd99af1b0cb765d744b9e3908580581 (patch)
tree61f5932e1963b8efd6ff9e969438d90c832dba45 /pkgs/applications/version-management/gource
parent56aa2ce960eda97672e361bed38a857a58fec834 (diff)
downloadnixpkgs-222b91fedfd99af1b0cb765d744b9e3908580581.tar
nixpkgs-222b91fedfd99af1b0cb765d744b9e3908580581.tar.gz
nixpkgs-222b91fedfd99af1b0cb765d744b9e3908580581.tar.bz2
nixpkgs-222b91fedfd99af1b0cb765d744b9e3908580581.tar.lz
nixpkgs-222b91fedfd99af1b0cb765d744b9e3908580581.tar.xz
nixpkgs-222b91fedfd99af1b0cb765d744b9e3908580581.tar.zst
nixpkgs-222b91fedfd99af1b0cb765d744b9e3908580581.zip
gource: update to version 0.40
Diffstat (limited to 'pkgs/applications/version-management/gource')
-rw-r--r--pkgs/applications/version-management/gource/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/gource/default.nix b/pkgs/applications/version-management/gource/default.nix
index 886ed9a7199..d20f0fccdaf 100644
--- a/pkgs/applications/version-management/gource/default.nix
+++ b/pkgs/applications/version-management/gource/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew, mesa }:
 
 let
-  name = "gource-0.37";
+  name = "gource-0.40";
 in
 stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
     url = "http://gource.googlecode.com/files/${name}.tar.gz";
-    sha256 = "03kd9nn65cl1p2jgn6pvpxmvnfscz3c8jqds90fsc0z37ij2iiyn";
+    sha256 = "04nirh07xjslqsph557as4s50nlf91bi6v2l7vmbifmkdf90m2cw";
   };
 
   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.
     '';
 
-    platforms = stdenv.lib.platforms.gnu;
+    hydraPlatforms = stdenv.lib.platforms.linux;
     maintainers = [ stdenv.lib.maintainers.simons ];
   };
 }