Merge pull request #292128 from r-ryantm/auto-update/xmake

xmake: 2.8.6 -> 2.8.7
This commit is contained in:
lassulus
2024-02-29 12:40:11 +07:00
committed by GitHub
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.8.6";
version = "2.8.7";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-DmKE6v1RoyNgmCE8CVI39WrK+umoilBAa4gszl6iaz0=";
hash = "sha256-jHqMb3ex/BcF54ViTpoelEcWhEqDeP7Oc0HeJ7mfC4k=";
};
nativeBuildInputs = [