Unverified Commit dc0ac3e7 authored by rewine's avatar rewine Committed by GitHub
Browse files

xmake: 2.9.8 -> 2.9.9 (#399343)

parents f8972557 c616f3d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
}:
stdenv.mkDerivation rec {
  pname = "xmake";
  version = "2.9.8";
  version = "2.9.9";
  src = fetchurl {
    url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
    hash = "sha256-55djaq3wcsmwhR26ObEh6TxznRLXg5jJHxLo7TVdapU=";
    hash = "sha256-6SUFuDvJd2KG6ucZ1YvOp/8ld6/hLLXMsnnIHn28cC0=";
  };

  buildInputs = lib.optional stdenv.hostPlatform.isDarwin CoreServices;