summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-12-26 15:36:58 +0000
committerPeter Simons <simons@cryp.to>2011-12-26 15:36:58 +0000
commit3553c0f867823014b365968ede736d9c6778f761 (patch)
tree478ba41be71d4033e798d4118d75bad0508e2522 /pkgs/development
parent1592e39ced5a3735708705201308a43d45ca0919 (diff)
downloadnixlib-3553c0f867823014b365968ede736d9c6778f761.tar
nixlib-3553c0f867823014b365968ede736d9c6778f761.tar.gz
nixlib-3553c0f867823014b365968ede736d9c6778f761.tar.bz2
nixlib-3553c0f867823014b365968ede736d9c6778f761.tar.lz
nixlib-3553c0f867823014b365968ede736d9c6778f761.tar.xz
nixlib-3553c0f867823014b365968ede736d9c6778f761.tar.zst
nixlib-3553c0f867823014b365968ede736d9c6778f761.zip
haskell-yesod-static: updated to version 0.3.2.1
svn path=/nixpkgs/trunk/; revision=31101
Diffstat (limited to 'pkgs/development')
-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 65cb54931817..46f989c53a53 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 = "0.3.2";
-  sha256 = "0m0fws0bwhf1cyw1a3cg85mhdjr9pv35a39671jsqkkvmmxiixlf";
+  version = "0.3.2.1";
+  sha256 = "0gggavj5bxb12axlfl8kmqizgg55nmcrr6z5za60n3bp70sq4vn4";
   buildDepends = [
     base64Bytestring cereal enumerator fileEmbed httpTypes pureMD5 text
     transformers unixCompat wai waiAppStatic yesodCore