goxel: 0.8.3 -> 0.9.0

https://github.com/guillaumechereau/goxel/releases/tag/v0.9.0
This commit is contained in:
Will Dietz 2019-06-04 19:12:49 -05:00
parent 7fe8e5181a
commit 5ff9102f89
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "goxel-${version}";
version = "0.8.3";
version = "0.9.0";
src = fetchFromGitHub {
owner = "guillaumechereau";
repo = "goxel";
rev = "v${version}";
sha256 = "03hyy0i65zdplggaxlndgyvffvnb9g5kvxq2qbicirvz5zcsghk2";
sha256 = "1vd1vw5pplm4ig9f5gwnbvndnag1h7j0jj0cnj78gpiv96qak2vw";
};
patches = [ ./disable-imgui_ini.patch ];