From e9a24c96be31412b009b950a8dbe7e37380b3f1b Mon Sep 17 00:00:00 2001 From: Luke Clifton Date: Fri, 5 Dec 2014 22:52:35 +0800 Subject: [PATCH] Jailbreak fixed upstream. Bumping to 0.2.0.4 --- pkgs/development/libraries/haskell/linear-opengl/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/linear-opengl/default.nix b/pkgs/development/libraries/haskell/linear-opengl/default.nix index 0d2da3445a6f..a10489a6006c 100644 --- a/pkgs/development/libraries/haskell/linear-opengl/default.nix +++ b/pkgs/development/libraries/haskell/linear-opengl/default.nix @@ -4,12 +4,11 @@ cabal.mkDerivation (self: { pname = "linear-opengl"; - version = "0.2.0.3"; - sha256 = "1fkx5qbimkw2z6nv1jrqb1s0pixlb7l54wxvlhx0nx1kw299dbnd"; + version = "0.2.0.4"; + sha256 = "11pdif2w730jqknajr2si77a0z4v4k5spm5zdks642i25ya135ba"; buildDepends = [ distributive lens linear OpenGL OpenGLRaw tagged ]; - jailbreak = true; meta = { homepage = "http://www.github.com/bgamari/linear-opengl"; description = "Isomorphisms between linear and OpenGL types";