lol

Jailbreak fixed upstream. Bumping to 0.2.0.4

+2 -3
+2 -3
pkgs/development/libraries/haskell/linear-opengl/default.nix
··· 4 4 5 5 cabal.mkDerivation (self: { 6 6 pname = "linear-opengl"; 7 - version = "0.2.0.3"; 8 - sha256 = "1fkx5qbimkw2z6nv1jrqb1s0pixlb7l54wxvlhx0nx1kw299dbnd"; 7 + version = "0.2.0.4"; 8 + sha256 = "11pdif2w730jqknajr2si77a0z4v4k5spm5zdks642i25ya135ba"; 9 9 buildDepends = [ 10 10 distributive lens linear OpenGL OpenGLRaw tagged 11 11 ]; 12 - jailbreak = true; 13 12 meta = { 14 13 homepage = "http://www.github.com/bgamari/linear-opengl"; 15 14 description = "Isomorphisms between linear and OpenGL types";