about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-20 12:44:50 +0100
committerPeter Simons <simons@cryp.to>2014-01-20 18:28:03 +0100
commitdf89207c9e15d6dec589ccaaba3e23ea7ddbbc3d (patch)
tree827a7485483653c4810021040ecc54f8cca85086 /pkgs
parent496b53e44fd617e2af0b9debb2fd1ef4596dd873 (diff)
downloadnixlib-df89207c9e15d6dec589ccaaba3e23ea7ddbbc3d.tar
nixlib-df89207c9e15d6dec589ccaaba3e23ea7ddbbc3d.tar.gz
nixlib-df89207c9e15d6dec589ccaaba3e23ea7ddbbc3d.tar.bz2
nixlib-df89207c9e15d6dec589ccaaba3e23ea7ddbbc3d.tar.lz
nixlib-df89207c9e15d6dec589ccaaba3e23ea7ddbbc3d.tar.xz
nixlib-df89207c9e15d6dec589ccaaba3e23ea7ddbbc3d.tar.zst
nixlib-df89207c9e15d6dec589ccaaba3e23ea7ddbbc3d.zip
haskell-gloss: update to version 1.8.1.2
Diffstat (limited to 'pkgs')
-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 0f0777909e82..223a72ec3818 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.8.1.1";
-  sha256 = "135rrgzx4xq8279zbsl4538hjn8np4g6409fgva2cb9shw8z5pmj";
+  version = "1.8.1.2";
+  sha256 = "1ky1gckvyww855dy3fzllf1ixbmc3jpdvz85hx719pcygy7qh71m";
   buildDepends = [ bmp GLUT OpenGL ];
   jailbreak = true;
   meta = {