summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-09 12:10:54 +0200
committerPeter Simons <simons@cryp.to>2012-08-09 12:11:18 +0200
commit55dc4972cb1d0f43ed86d9baa513b03dca9b5b33 (patch)
tree6073ed0efd8db2d4fb9654e558dd3c0ba56c3fb8
parent75342a50e491cd72a93759ae62afe7d0c1a48d7b (diff)
downloadnixlib-55dc4972cb1d0f43ed86d9baa513b03dca9b5b33.tar
nixlib-55dc4972cb1d0f43ed86d9baa513b03dca9b5b33.tar.gz
nixlib-55dc4972cb1d0f43ed86d9baa513b03dca9b5b33.tar.bz2
nixlib-55dc4972cb1d0f43ed86d9baa513b03dca9b5b33.tar.lz
nixlib-55dc4972cb1d0f43ed86d9baa513b03dca9b5b33.tar.xz
nixlib-55dc4972cb1d0f43ed86d9baa513b03dca9b5b33.tar.zst
nixlib-55dc4972cb1d0f43ed86d9baa513b03dca9b5b33.zip
haskell-yesod-routes: update to version 1.1.0
-rw-r--r--pkgs/development/libraries/haskell/yesod-routes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-routes/default.nix b/pkgs/development/libraries/haskell/yesod-routes/default.nix
index 8b3a685105a7..9a801d62df83 100644
--- a/pkgs/development/libraries/haskell/yesod-routes/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-routes/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yesod-routes";
-  version = "1.0.1.2";
-  sha256 = "15ar99ywxrsd6pgqwmql7vg801n53l3jw0s2iynddq9jjl4yqpf7";
+  version = "1.1.0";
+  sha256 = "0r0a3s1dngqp2vcq0cdsbqf1lsyhygj2x4a93csr2iyn244zgxnx";
   buildDepends = [ pathPieces text vector ];
   meta = {
     homepage = "http://www.yesodweb.com/";