Merge pull request #250895 from wineee/xmake-upd

xmake: 2.8.1 -> 2.8.2
This commit is contained in:
Nick Cao
2023-08-23 17:11:58 +08:00
committed by GitHub
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.8.1";
version = "2.8.2";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-nM0LV3CVaLNbB1EKjc+Ywir2aQ/xWgET2Cu+kh908l8=";
hash = "sha256-rA0wiL2kZs+rOSCLXAaX50epK9aL+We4FYgr2/TxRKo=";
};
nativeBuildInputs = [