summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/gloss
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-08-14 11:52:02 +0200
committerPeter Simons <simons@cryp.to>2013-08-14 11:53:07 +0200
commitb302962acb07127149dce401d550f459cda17694 (patch)
tree0f1d5034c169175ca56410512b12dc276fac63f8 /pkgs/development/libraries/haskell/gloss
parent2d6f187f4c9fafb82e6f44eceb8171a08ecdfb75 (diff)
downloadnixlib-b302962acb07127149dce401d550f459cda17694.tar
nixlib-b302962acb07127149dce401d550f459cda17694.tar.gz
nixlib-b302962acb07127149dce401d550f459cda17694.tar.bz2
nixlib-b302962acb07127149dce401d550f459cda17694.tar.lz
nixlib-b302962acb07127149dce401d550f459cda17694.tar.xz
nixlib-b302962acb07127149dce401d550f459cda17694.tar.zst
nixlib-b302962acb07127149dce401d550f459cda17694.zip
haskell-gloss: update to version 1.8.0.1
Diffstat (limited to 'pkgs/development/libraries/haskell/gloss')
-rw-r--r--pkgs/development/libraries/haskell/gloss/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/gloss/default.nix b/pkgs/development/libraries/haskell/gloss/default.nix
index a5984aef77c8..f397a60017fb 100644
--- a/pkgs/development/libraries/haskell/gloss/default.nix
+++ b/pkgs/development/libraries/haskell/gloss/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "gloss";
-  version = "1.7.8.4";
-  sha256 = "06m90n0gxjhfdl2jalwzwsbgdg854bqw1qygkxbcfcknrpd2ampk";
+  version = "1.8.0.1";
+  sha256 = "17nnmv84pjls1my58yzifbin3pxcnlbpkprglad707rr4lrkkjvv";
   buildDepends = [ bmp GLUT OpenGL ];
   jailbreak = true;
   meta = {