goxel: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-12-27 06:16:55 +00:00 committed by Francesco Gazzetta
parent b0d36bd0a4
commit cc0553a638

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "goxel";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "guillaumechereau";
repo = "goxel";
rev = "v${version}";
hash = "sha256-taDe5xJU6ijikHaSMDYs/XE2O66X3J7jOKWzbj7hrN0=";
hash = "sha256-mB4ln2uIhK/hsX+hUpeZ8H4aumaAUl5vaFkqolJtLRg=";
};
nativeBuildInputs = [ scons pkg-config wrapGAppsHook ];