summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 12:21:53 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:41 +0100
commit303ce435511963cb83e517f3049f1b956f01762f (patch)
tree518c065cedd9cfe89c43c7296590bed0b50da885 /pkgs
parente51fe9c496cab1f236129768d07592f54316eb44 (diff)
downloadnixlib-303ce435511963cb83e517f3049f1b956f01762f.tar
nixlib-303ce435511963cb83e517f3049f1b956f01762f.tar.gz
nixlib-303ce435511963cb83e517f3049f1b956f01762f.tar.bz2
nixlib-303ce435511963cb83e517f3049f1b956f01762f.tar.lz
nixlib-303ce435511963cb83e517f3049f1b956f01762f.tar.xz
nixlib-303ce435511963cb83e517f3049f1b956f01762f.tar.zst
nixlib-303ce435511963cb83e517f3049f1b956f01762f.zip
haskell-persistent-template: update to version 1.2.0.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/persistent-template/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/persistent-template/default.nix b/pkgs/development/libraries/haskell/persistent-template/default.nix
index e54ebce96762..9dc42ea5e39c 100644
--- a/pkgs/development/libraries/haskell/persistent-template/default.nix
+++ b/pkgs/development/libraries/haskell/persistent-template/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "persistent-template";
-  version = "1.2.0.5";
-  sha256 = "1i1rfs1x9dfm89zib1wy0wsksk3cfwkz84b492v6751v8ysdfsjh";
+  version = "1.2.0.6";
+  sha256 = "1vkrxf2dabk9z0igfbvb2ib2bxcxi5af2vpxllv74cbjz9r6ip3s";
   buildDepends = [
     aeson monadControl monadLogger persistent text transformers
   ];