xmake: 2.7.9 -> 2.8.1

This commit is contained in:
rewine 2023-07-12 13:55:49 +08:00
parent bf57c59972
commit f9e1d0bd66
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

@ -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; {