Unverified Commit f9e1d0bd authored by rewine's avatar rewine
Browse files

xmake: 2.7.9 -> 2.8.1

parent bf57c599
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; {