From c4d2061830384b8986216bcc3675918dce7ca3c3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 14 Aug 2011 10:45:07 +0000 Subject: [PATCH] haskell-hashed-storage: updated to version 0.5.8 svn path=/nixpkgs/trunk/; revision=28568 --- pkgs/development/libraries/haskell/hashed-storage/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/hashed-storage/default.nix b/pkgs/development/libraries/haskell/hashed-storage/default.nix index 4fec8aeb357..dc7378ce047 100644 --- a/pkgs/development/libraries/haskell/hashed-storage/default.nix +++ b/pkgs/development/libraries/haskell/hashed-storage/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "hashed-storage"; - version = "0.5.7"; - sha256 = "1zlb8zslhq0damsavq1h92cnhb979jdniv0ivsfwwdbsi02vkv03"; + version = "0.5.8"; + sha256 = "1730hg6h7a1b0vgr9dvish41bpgly5cjpdwhqny75fi5in7dqplh"; isLibrary = true; isExecutable = true; buildDepends = [