update nanovg

This commit is contained in:
nek0 2018-06-03 04:25:19 +02:00
parent 9c812f10d3
commit dd6938c7a5
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ let
inline-c, libGL, libGLU, QuickCheck, text, vector, pkgconfig }:
mkDerivation {
pname = "nanovg";
version = "0.5.2.0";
version = "0.6.0.0";
#src = pkgs.fetchFromGitHub {
# owner = "nek0";
# repo = "nanovg-hs";
@ -17,7 +17,7 @@ let
# sha256 = "0diyyajniyxzmg5za34crwwlajf40x8bplja6mbgv2syax5d446d";
# fetchSubmodules = true;
#};
src = ../nanovg-hs;
#src = ../nanovg-hs;
revision = "1";
isLibrary = true;
isExecutable = true;

View file

@ -38,7 +38,7 @@ executable tracer-game
, affection == 0.0.0.9
, sdl2
, OpenGL
, nanovg
, nanovg >= 0.6.0.0
, stm
, text
, containers