goxel: 0.15.1 -> 0.15.1-unstable-2024-12-27 (#373473)

This commit is contained in:
Sefa Eyeoglu
2025-01-23 08:37:29 +01:00
committed by GitHub
+3 -3
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "goxel";
version = "0.15.1";
version = "0.15.1-unstable-2024-12-27";
src = fetchFromGitHub {
owner = "guillaumechereau";
repo = "goxel";
rev = "v${finalAttrs.version}";
hash = "sha256-mNSkQisWL3wXb+IsClWFTMbpeiRC4xteePXNP+GkUnU=";
rev = "60ec064a144295b17dfece85bb778dad19eaa8dc";
hash = "sha256-H5ErFfYsGmU2KsWJyUoozlrpf/JhgFimMxyFHt+czdg=";
};
nativeBuildInputs = [