tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Jailbreak fixed upstream. Bumping to 0.2.0.4
Luke Clifton
11 years ago
e9a24c96
d779ff5d
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
haskell
linear-opengl
default.nix
+2
-3
pkgs/development/libraries/haskell/linear-opengl/default.nix
reviewed
···
4
4
5
5
cabal.mkDerivation (self: {
6
6
pname = "linear-opengl";
7
7
-
version = "0.2.0.3";
8
8
-
sha256 = "1fkx5qbimkw2z6nv1jrqb1s0pixlb7l54wxvlhx0nx1kw299dbnd";
7
7
+
version = "0.2.0.4";
8
8
+
sha256 = "11pdif2w730jqknajr2si77a0z4v4k5spm5zdks642i25ya135ba";
9
9
buildDepends = [
10
10
distributive lens linear OpenGL OpenGLRaw tagged
11
11
];
12
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";