From b759abeb39586d1584249857c47795fae017e5eb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 6 Nov 2012 13:30:44 +0100 Subject: [PATCH] haskell-lrucache: update to version 1.1.1.2 --- 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 2a93ee4af33..337603258aa 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.1"; - sha256 = "0w310wsvin5hw3awpicnzddyifcq0844h52jwjcqnin81l2lqrfw"; + version = "1.1.1.2"; + sha256 = "1s4yrjfmndsrxbfrn8xcxyif65nsdx4b34ki3ajznrsvsl1cc137"; meta = { homepage = "http://github.com/chowells79/lrucache"; description = "a simple, pure LRU cache";