goxel: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2024-08-03 08:58:40 +00:00 committed by Francesco Gazzetta
parent d1864ed5f7
commit 22a6c4f19d

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "goxel";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "guillaumechereau";
repo = "goxel";
rev = "v${finalAttrs.version}";
hash = "sha256-bJnIZwTmvHNHXYq3zsMwu0EORtX2o9lLi6LFNrolwe4=";
hash = "sha256-mNSkQisWL3wXb+IsClWFTMbpeiRC4xteePXNP+GkUnU=";
};
nativeBuildInputs = [ scons pkg-config wrapGAppsHook3 ];