xmake: 3.0.7 -> 3.0.8

This commit is contained in:
R. Ryantm
2026-03-28 09:28:40 +00:00
parent 687fa2001f
commit 0f6d5aaf16
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xmake";
version = "3.0.7";
version = "3.0.8";
src = fetchFromGitHub {
owner = "xmake-io";
repo = "xmake";
tag = "v${finalAttrs.version}";
hash = "sha256-SmvkdAo0XZF8RMP039kkmJxx3pwSPxKj3k8ScfTfYb8=";
hash = "sha256-8Rm1OtjpyzM/G8YN8nsK8TypF/C/8tQvW+7TxEX5st0=";
fetchSubmodules = true;
};