xmake: 2.9.8 -> 2.9.9

This commit is contained in:
R. Ryantm
2025-04-17 00:03:56 +00:00
parent 2bf0209386
commit c616f3d093
@@ -7,10 +7,10 @@
}:
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.9.8";
version = "2.9.9";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-55djaq3wcsmwhR26ObEh6TxznRLXg5jJHxLo7TVdapU=";
hash = "sha256-6SUFuDvJd2KG6ucZ1YvOp/8ld6/hLLXMsnnIHn28cC0=";
};
buildInputs = lib.optional stdenv.hostPlatform.isDarwin CoreServices;