about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-11-11 22:50:41 +0100
committerPeter Simons <simons@cryp.to>2012-11-11 22:50:41 +0100
commite1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab (patch)
tree5872242b1a251f6a09f4a9a4cf3b0626fe59b6c9
parent3fb8aabd287afdf1005329ac5dd0e13b1b55337e (diff)
downloadnixlib-e1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab.tar
nixlib-e1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab.tar.gz
nixlib-e1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab.tar.bz2
nixlib-e1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab.tar.lz
nixlib-e1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab.tar.xz
nixlib-e1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab.tar.zst
nixlib-e1c163a65b8accc7ba8c8e7f3cd61f2c6ad669ab.zip
haskell-yesod-static: update to version 1.1.1.1
-rw-r--r--pkgs/development/libraries/haskell/yesod-static/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-static/default.nix b/pkgs/development/libraries/haskell/yesod-static/default.nix
index 07df1a14c50e..ada24ea3193e 100644
--- a/pkgs/development/libraries/haskell/yesod-static/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-static/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yesod-static";
-  version = "1.1.1";
-  sha256 = "01y9na79p57h43iyad27k0zrpc3ky76kwp1kyhvp0kb7rm4zib2k";
+  version = "1.1.1.1";
+  sha256 = "1wp3ijiwsai9npf6zl0bq3fi4rbh0qjy8bii3d178sariv7588js";
   buildDepends = [
     base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
     httpTypes systemFilepath text transformers unixCompat wai