xmake: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm
2026-01-06 02:19:29 +00:00
parent 1edca39caf
commit 377f472867
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xmake";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "xmake-io";
repo = "xmake";
tag = "v${finalAttrs.version}";
hash = "sha256-rmChbjWRFL2vchifupLBraalMHYze035xjLNLCYzwm8=";
hash = "sha256-uQeq9VMwvU4PnY+w+6Z/qivTIKPgSxuQu6bZgKn/AQM=";
fetchSubmodules = true;
};