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

xmake: 2.9.7 -> 2.9.8 (#379414)

parents aab4e419 3d574cf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,10 +8,10 @@
}:
stdenv.mkDerivation rec {
  pname = "xmake";
  version = "2.9.7";
  version = "2.9.8";
  src = fetchurl {
    url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
    hash = "sha256-JI5JalpzTInhZ/kx4mIMDqQQnnypE9wQInNRKaX/6dM=";
    hash = "sha256-55djaq3wcsmwhR26ObEh6TxznRLXg5jJHxLo7TVdapU=";
  };

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