xmake: 2.8.2 -> 2.8.3

This commit is contained in:
R. Ryantm 2023-10-01 13:07:22 +00:00
parent dd8af63ff7
commit 86737e187f

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.8.2";
version = "2.8.3";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-rA0wiL2kZs+rOSCLXAaX50epK9aL+We4FYgr2/TxRKo=";
hash = "sha256-BC6RazVbT1sr4RLQ1ZR4hHZGXDqFSvuqpt5vPyMDylA=";
};
nativeBuildInputs = [