summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-14 08:47:50 +0200
committerPeter Simons <simons@cryp.to>2013-10-15 11:59:11 +0200
commitad55ea940b9df97996f605cea9818373a3cf22c6 (patch)
tree853e4b5ac92c18ac21c79f4d66090e4c1be3c1c0 /pkgs/development
parent1811b175d64aea23fb9b8226193a0ccbb3d5b0dc (diff)
downloadnixlib-ad55ea940b9df97996f605cea9818373a3cf22c6.tar
nixlib-ad55ea940b9df97996f605cea9818373a3cf22c6.tar.gz
nixlib-ad55ea940b9df97996f605cea9818373a3cf22c6.tar.bz2
nixlib-ad55ea940b9df97996f605cea9818373a3cf22c6.tar.lz
nixlib-ad55ea940b9df97996f605cea9818373a3cf22c6.tar.xz
nixlib-ad55ea940b9df97996f605cea9818373a3cf22c6.tar.zst
nixlib-ad55ea940b9df97996f605cea9818373a3cf22c6.zip
haskell-yesod-bin: update to version 1.2.3.4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/yesod-bin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/yesod-bin/default.nix b/pkgs/development/libraries/haskell/yesod-bin/default.nix
index b260a6e4188e..a86417f6b397 100644
--- a/pkgs/development/libraries/haskell/yesod-bin/default.nix
+++ b/pkgs/development/libraries/haskell/yesod-bin/default.nix
@@ -10,8 +10,8 @@
 
 cabal.mkDerivation (self: {
   pname = "yesod-bin";
-  version = "1.2.3.3";
-  sha256 = "13cbahj7kjxvw0p92sza72fyh47by5qna6ym9lsvka0y8fk7jf6w";
+  version = "1.2.3.4";
+  sha256 = "0xwav5ghik0vzg706rcqlzk64gnvr4nn4iikx1bzymzz2p5zyg0z";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [