summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-10-11 16:48:28 +0000
committerPeter Simons <simons@cryp.to>2011-10-11 16:48:28 +0000
commit51fea45a1b4ea92eaa410ff9cc9d9a8868b26e0f (patch)
treeb8596f96084753ee6b6ed24f602d597b0eedb985 /pkgs
parentdd4305c67af890be2fed986e16df29980b8e911e (diff)
haskell-vacuum: updated to version 1.0.0.1
svn path=/nixpkgs/trunk/; revision=29771
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/vacuum/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/vacuum/default.nix b/pkgs/development/libraries/haskell/vacuum/default.nix
index 960e90d645d87..1c3c1df5a0065 100644
--- a/pkgs/development/libraries/haskell/vacuum/default.nix
+++ b/pkgs/development/libraries/haskell/vacuum/default.nix
@@ -2,11 +2,11 @@
 
 cabal.mkDerivation (self: {
   pname = "vacuum";
-  version = "1.0.0";
-  sha256 = "2229948ce801052c5ffb70ffc07e301d87d60740b053df8a7b7851ad02c01d9f";
+  version = "1.0.0.1";
+  sha256 = "172py7nvyv66hvqmhigfm59rjb328bfzv0z11q8qdpf5w1fpvmc5";
   extraLibraries = [ ghcPaths ];
   meta = {
-    homepage = "http://moonpatio.com/vacuum/";
+    homepage = "http://web.archive.org/web/20100410115820/http://moonpatio.com/vacuum/";
     description = "Extract graph representations of ghc heap values";
     license = "LGPL";
     platforms = self.ghc.meta.platforms;