Merge pull request #306133 from r-ryantm/auto-update/xmake

xmake: 2.8.9 -> 2.9.1
This commit is contained in:
rewine 2024-04-23 09:41:48 +08:00 committed by GitHub
commit 6a035997bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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