xmake: 2.8.8 -> 2.8.9

This commit is contained in:
R. Ryantm 2024-03-21 22:25:34 +00:00
parent 34cfa58e79
commit 562422a124
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "xmake";
version = "2.8.8";
version = "2.8.9";
src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-UJFlQJleO59K1xr3Gy0Zh751SkaNGzGZxE5CWyMv0KM=";
hash = "sha256-X3k8OTNG74Dkfwg63k08L9/ESGWKeRf9o1zNe9K5Ebg=";
};
nativeBuildInputs = [