Merge pull request #243001 from wineee/xmake

xmake: 2.7.9 -> 2.8.1
This commit is contained in:
Nick Cao
2023-07-13 20:17:54 -06:00
committed by GitHub
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.7.9";
version = "2.8.1";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-m0LYY0gz9IhbBbiUKd1gBE3KmSMvYJYyC42Ff7M9Ku8=";
hash = "sha256-nM0LV3CVaLNbB1EKjc+Ywir2aQ/xWgET2Cu+kh908l8=";
};
nativeBuildInputs = [
@@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
xmake-core-sv
];
strictDeps = true;
configureFlags = [ "--external=y" ];
meta = with lib; {