about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-11 10:18:50 +0200
committerPeter Simons <simons@cryp.to>2012-10-11 10:18:50 +0200
commitd330da6f54714d26b9e99a10bc897db6c7152758 (patch)
treef072c4969f6e451059d13a35f49d63f4d5e6f55b
parent2112958f8a957d3d6d343963090e955d7d3b94ca (diff)
downloadnixlib-d330da6f54714d26b9e99a10bc897db6c7152758.tar
nixlib-d330da6f54714d26b9e99a10bc897db6c7152758.tar.gz
nixlib-d330da6f54714d26b9e99a10bc897db6c7152758.tar.bz2
nixlib-d330da6f54714d26b9e99a10bc897db6c7152758.tar.lz
nixlib-d330da6f54714d26b9e99a10bc897db6c7152758.tar.xz
nixlib-d330da6f54714d26b9e99a10bc897db6c7152758.tar.zst
nixlib-d330da6f54714d26b9e99a10bc897db6c7152758.zip
haskell-yesod-auth: update to version 1.1.1.2
-rw-r--r--pkgs/development/libraries/haskell/yesod-auth/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-auth/default.nix b/pkgs/development/libraries/haskell/yesod-auth/default.nix
index ec7b78fe6fdb..765724e00d45 100644
--- a/pkgs/development/libraries/haskell/yesod-auth/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-auth/default.nix
@@ -7,8 +7,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yesod-auth";
-  version = "1.1.1.1";
-  sha256 = "1ryq3jxcgb55ijjmcv0j234n9nay2ianifb59gz9akyv0sc3zcl9";
+  version = "1.1.1.2";
+  sha256 = "1agyazzkgwmp63vwx84bzalf9lwg14k5jshj6n97g1iagsiaxqa0";
   buildDepends = [
     aeson authenticate blazeHtml blazeMarkup hamlet httpConduit
     liftedBase mimeMail persistent persistentTemplate pureMD5
@@ -16,7 +16,6 @@ cabal.mkDerivation (self: {
     unorderedContainers wai yesodCore yesodForm yesodJson
     yesodPersistent
   ];
-  jailbreak = true;
   meta = {
     homepage = "http://www.yesodweb.com/";
     description = "Authentication for Yesod";