haskell-gloss: update to version 1.9.2.1
This commit is contained in:
parent
4ab7d4f134
commit
5dec7b5d98
|
@ -1,12 +1,12 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, bmp, GLUT, OpenGL }:
|
||||
{ cabal, bmp, glossRendering, GLUT, OpenGL }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gloss";
|
||||
version = "1.8.2.2";
|
||||
sha256 = "1v3rvx3jidbh98znmnl122rqgg5r9zcl22h5ibzag9h5d31c5vzr";
|
||||
buildDepends = [ bmp GLUT OpenGL ];
|
||||
version = "1.9.2.1";
|
||||
sha256 = "1fk7472lw4621gv64fv4mna8z1av15f7d0didpc9r22rdlkpa80l";
|
||||
buildDepends = [ bmp glossRendering GLUT OpenGL ];
|
||||
meta = {
|
||||
homepage = "http://gloss.ouroborus.net";
|
||||
description = "Painless 2D vector graphics, animations and simulations";
|
||||
|
|
Loading…
Reference in New Issue