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

xmake: 2.9.3 -> 2.9.4
This commit is contained in:
rewine 2024-07-30 10:08:44 +08:00 committed by GitHub
commit 28b3994c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xmake"; pname = "xmake";
version = "2.9.3"; version = "2.9.4";
src = fetchurl { src = fetchurl {
url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz"; url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
hash = "sha256-gqm7aWGjm+qPKAwUE9VIVEI/j5Li/0PuHA/q16O17dg="; hash = "sha256-deLd4r0qSKMymJuAGuZQd8RS1JH+xRep2yeoHIcTzcU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [