xmake: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm
2025-07-18 05:04:32 +00:00
parent 751c64a795
commit 81ff9c9bd4
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xmake";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "xmake-io";
repo = "xmake";
tag = "v${finalAttrs.version}";
hash = "sha256-JY94DaSZ12pRrcCPxoPaECRA8rMK6/fNNyr/F8Htu8A=";
hash = "sha256-PlSNeC5h2C+cQMHqN1dD6prfZIenZXEHa1nWD2SgMIU=";
fetchSubmodules = true;
};