Update SGT Puzzles version. Build it on buildfarm just not to keep track so closely

svn path=/nixpkgs/trunk/; revision=15857
This commit is contained in:
Michael Raskin 2009-06-05 06:54:17 +00:00
parent 8a75e50456
commit 859359c026
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ in
rec {
src = fetchurl {
url = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${version}.tar.gz";
sha256 = "1k42b7dp53mknn4hcra5kln23y0wscbmki0gl5gnnl1qk5a9ls58";
sha256 = "08p1r8r6v3c7lgc1spnji89axr76b859alnw04sg4m7hbd6s2n7v";
};
inherit buildInputs;

View File

@ -294,6 +294,7 @@ in {
screen = linux ++ darwin;
sdparm = linux;
seccure = linux;
sgtpuzzles = linux;
sharutils = all;
slim = linux;
sloccount = allBut "i686-cygwin";