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

xmake: 2.9.1 -> 2.9.2
This commit is contained in:
rewine 2024-05-24 12:51:16 +08:00 committed by GitHub
commit 856ffff829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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