update topgit - using official release now

svn path=/nixpkgs/trunk/; revision=17457
This commit is contained in:
Marc Weber
2009-09-26 23:33:08 +00:00
parent c641935190
commit afbb4d0b59
2 changed files with 4 additions and 4 deletions
@@ -49,7 +49,7 @@ rec {
};
topGit = stdenv.mkDerivation {
name = "TopGit-git-patched";
name = "TopGit-git"; # official release 0.8
src = sourceByName "topGit"; # destination directory is patched
phases="unpackPhase patchPhase installPhase";
installPhase = ''