From 99003e95086148ceb27130ce88880611ad5eff2e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 9 Oct 2011 15:29:52 +0000 Subject: [PATCH] haskell-hashed-storage: updated to version 0.5.9 svn path=/nixpkgs/trunk/; revision=29727 --- 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 dc7378ce047..441dac7a4df 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.8"; - sha256 = "1730hg6h7a1b0vgr9dvish41bpgly5cjpdwhqny75fi5in7dqplh"; + version = "0.5.9"; + sha256 = "1ycn0zwk5jqm6wwgs8nxpdg7fh5wx0i2058i0a924whj196kkhk2"; isLibrary = true; isExecutable = true; buildDepends = [