From cada9e93e0ef5df293079746e07ea7782d81341b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 1 Nov 2012 10:08:28 +0100 Subject: [PATCH] haskell-lrucache: update to version 1.1.1.1 --- pkgs/development/libraries/haskell/lrucache/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/lrucache/default.nix b/pkgs/development/libraries/haskell/lrucache/default.nix index d92bd820348..2a93ee4af33 100644 --- a/pkgs/development/libraries/haskell/lrucache/default.nix +++ b/pkgs/development/libraries/haskell/lrucache/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "lrucache"; - version = "1.1.1"; - sha256 = "05y0b2dbbp017hkbr0pz943956dm31g5xhma4bqnh49yd4lyn5l9"; + version = "1.1.1.1"; + sha256 = "0w310wsvin5hw3awpicnzddyifcq0844h52jwjcqnin81l2lqrfw"; meta = { homepage = "http://github.com/chowells79/lrucache"; description = "a simple, pure LRU cache";