about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-11-08 14:57:37 +0100
committerPeter Simons <simons@cryp.to>2012-11-08 14:57:37 +0100
commitafc198a87ee83accc7be537a2734574224f8f382 (patch)
treea3e9d1d30b0403fb23ea915a16c29c95073f3b41
parent5e43623fee7ca3bc144d88ff96e17e3460a815fe (diff)
downloadnixlib-afc198a87ee83accc7be537a2734574224f8f382.tar
nixlib-afc198a87ee83accc7be537a2734574224f8f382.tar.gz
nixlib-afc198a87ee83accc7be537a2734574224f8f382.tar.bz2
nixlib-afc198a87ee83accc7be537a2734574224f8f382.tar.lz
nixlib-afc198a87ee83accc7be537a2734574224f8f382.tar.xz
nixlib-afc198a87ee83accc7be537a2734574224f8f382.tar.zst
nixlib-afc198a87ee83accc7be537a2734574224f8f382.zip
haskell-yesod-static: update to version 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 ddd0f24d9af4..07df1a14c50e 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.0.1";
-  sha256 = "1hlg32bhmhc5npd0bm317mssrddf7jzhwr0z3ns0dpiynz9mh0vy";
+  version = "1.1.1";
+  sha256 = "01y9na79p57h43iyad27k0zrpc3ky76kwp1kyhvp0kb7rm4zib2k";
   buildDepends = [
     base64Bytestring cereal conduit cryptoConduit cryptohash fileEmbed
     httpTypes systemFilepath text transformers unixCompat wai