about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-12 18:01:15 +0200
committerPeter Simons <simons@cryp.to>2014-10-13 09:09:33 +0200
commit8a20c0a46b97038ef540ef848554321d7f6ca83d (patch)
treef4ad72d80bec926d2d55d38e22b8e886a9218123
parent442a32cbd233ddc67a5219044637517e89a199ec (diff)
downloadnixlib-8a20c0a46b97038ef540ef848554321d7f6ca83d.tar
nixlib-8a20c0a46b97038ef540ef848554321d7f6ca83d.tar.gz
nixlib-8a20c0a46b97038ef540ef848554321d7f6ca83d.tar.bz2
nixlib-8a20c0a46b97038ef540ef848554321d7f6ca83d.tar.lz
nixlib-8a20c0a46b97038ef540ef848554321d7f6ca83d.tar.xz
nixlib-8a20c0a46b97038ef540ef848554321d7f6ca83d.tar.zst
nixlib-8a20c0a46b97038ef540ef848554321d7f6ca83d.zip
haskell-acid-state: update to version 0.12.3
-rw-r--r--pkgs/development/libraries/haskell/acid-state/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/acid-state/default.nix b/pkgs/development/libraries/haskell/acid-state/default.nix
index c7067dd66020..ab2e682fdc89 100644
--- a/pkgs/development/libraries/haskell/acid-state/default.nix
+++ b/pkgs/development/libraries/haskell/acid-state/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "acid-state";
-  version = "0.12.2";
-  sha256 = "0hwi2254bj84djxmah23vy3xw8binh75fsn8ac6y89rwc8i35w1f";
+  version = "0.12.3";
+  sha256 = "099n8a5qxrjzhw0jgmshcpkvynkj2v4a8a6lwy9fvg586nhcy9j1";
   buildDepends = [
     cereal extensibleExceptions filepath mtl network safecopy stm
   ];