xmake: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2025-09-12 09:03:59 +00:00
parent acbc6a959f
commit 95a5e849e2
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xmake";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "xmake-io";
repo = "xmake";
tag = "v${finalAttrs.version}";
hash = "sha256-PlSNeC5h2C+cQMHqN1dD6prfZIenZXEHa1nWD2SgMIU=";
hash = "sha256-GZ296Bn+jtJKPaqVLpyDgiYwrej8CDHIudkqNJ3KUfA=";
fetchSubmodules = true;
};