xmake: 2.9.6 -> 2.9.7

This commit is contained in:
R. Ryantm
2024-12-21 06:00:14 +00:00
parent 8f85b83ec4
commit a3afc68de5
@@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.9.6";
version = "2.9.7";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-R/bvywD5DJigLDlflztNVb3TqP5FJnbc5XtVwFV1loY=";
hash = "sha256-JI5JalpzTInhZ/kx4mIMDqQQnnypE9wQInNRKaX/6dM=";
};
buildInputs = lib.optional stdenv.hostPlatform.isDarwin CoreServices;