about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-11-08 14:57:37 +0100
committerPeter Simons <simons@cryp.to>2012-11-08 14:57:37 +0100
commit5f0d9205485f6e21fcf137c85b3daa9c79b556b1 (patch)
tree8841b4eca6d0958f07504ee6991f98d1cc0c5d99
parent971c1f92001a6a824b2fe0a82d60a67448d34cb9 (diff)
downloadnixlib-5f0d9205485f6e21fcf137c85b3daa9c79b556b1.tar
nixlib-5f0d9205485f6e21fcf137c85b3daa9c79b556b1.tar.gz
nixlib-5f0d9205485f6e21fcf137c85b3daa9c79b556b1.tar.bz2
nixlib-5f0d9205485f6e21fcf137c85b3daa9c79b556b1.tar.lz
nixlib-5f0d9205485f6e21fcf137c85b3daa9c79b556b1.tar.xz
nixlib-5f0d9205485f6e21fcf137c85b3daa9c79b556b1.tar.zst
nixlib-5f0d9205485f6e21fcf137c85b3daa9c79b556b1.zip
haskell-lrucache: update to version 1.1.1.3
-rw-r--r--pkgs/development/libraries/haskell/lrucache/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/lrucache/default.nix b/pkgs/development/libraries/haskell/lrucache/default.nix
index 337603258aaa..2d494f4a8969 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.2";
-  sha256 = "1s4yrjfmndsrxbfrn8xcxyif65nsdx4b34ki3ajznrsvsl1cc137";
+  version = "1.1.1.3";
+  sha256 = "1djjxlyfrk3wpgc4h6xljpray09v7lc956202k9bxra24vj5f1lm";
   meta = {
     homepage = "http://github.com/chowells79/lrucache";
     description = "a simple, pure LRU cache";