Unverified Commit d97b16be authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #243001 from wineee/xmake

xmake: 2.7.9 -> 2.8.1
parents 79ca34ee f9e1d0bd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

stdenv.mkDerivation rec {
  pname = "xmake";
  version = "2.7.9";
  version = "2.8.1";

  src = fetchurl {
    url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
    hash = "sha256-m0LYY0gz9IhbBbiUKd1gBE3KmSMvYJYyC42Ff7M9Ku8=";
    hash = "sha256-nM0LV3CVaLNbB1EKjc+Ywir2aQ/xWgET2Cu+kh908l8=";
  };

  nativeBuildInputs = [
@@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
    xmake-core-sv
  ];

  strictDeps = true;

  configureFlags = [ "--external=y" ];

  meta = with lib; {