about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-03 21:59:54 +0100
committerPeter Simons <simons@cryp.to>2013-12-03 22:23:20 +0100
commit7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8 (patch)
treeabc127fe85f5769f3a67240714b7a7c674b2a7ca /pkgs
parent3dd9e512c285bb5c20dc04d4517d887b573bd3c9 (diff)
downloadnixlib-7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8.tar
nixlib-7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8.tar.gz
nixlib-7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8.tar.bz2
nixlib-7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8.tar.lz
nixlib-7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8.tar.xz
nixlib-7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8.tar.zst
nixlib-7c6bc645bd7c230a4bcc75d9c9fa5e88faad64f8.zip
haskell-GLUT: update to version 2.5.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/GLUT/2.5.0.2.nix (renamed from pkgs/development/libraries/haskell/GLUT/2.5.0.1.nix)4
-rw-r--r--pkgs/top-level/haskell-packages.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/GLUT/2.5.0.1.nix b/pkgs/development/libraries/haskell/GLUT/2.5.0.2.nix
index f57cb34fb4a5..da2c7f2b863d 100644
--- a/pkgs/development/libraries/haskell/GLUT/2.5.0.1.nix
+++ b/pkgs/development/libraries/haskell/GLUT/2.5.0.2.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "GLUT";
-  version = "2.5.0.1";
-  sha256 = "0f0bz64j7fxa0np8w53n51ri5m0pkwyc1kv7pvdnx02h181gl6l0";
+  version = "2.5.0.2";
+  sha256 = "0v6lwxn9karmym4fzd0hramcj86sb4wgiyqn47hmcg1dd1fsnhb5";
   buildDepends = [ OpenGL OpenGLRaw ];
   extraLibraries = [ freeglut libICE libSM libXi libXmu mesa ];
   meta = {
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 492c1759f38b..6c3788f08199 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -147,7 +147,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
     caseInsensitive = self.caseInsensitive_1_1_0_1;
     cgi          = self.cgi_3001_1_7_5;
     fgl          = self.fgl_5_4_2_4;
-    GLUT         = self.GLUT_2_5_0_1;
+    GLUT         = self.GLUT_2_5_0_2;
     GLURaw       = self.GLURaw_1_4_0_0;
     haskellSrc   = self.haskellSrc_1_0_1_5;
     hashable     = self.hashable_1_2_1_0;
@@ -1124,7 +1124,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
   GLUT_2_4_0_0 = callPackage ../development/libraries/haskell/GLUT/2.4.0.0.nix {
     OpenGL = self.OpenGL_2_8_0_0;
   };
-  GLUT_2_5_0_1 = callPackage ../development/libraries/haskell/GLUT/2.5.0.1.nix {
+  GLUT_2_5_0_2 = callPackage ../development/libraries/haskell/GLUT/2.5.0.2.nix {
     OpenGL = self.OpenGL_2_9_1_0;
   };
   GLUT = self.GLUT_2_5_0_1;