Unverified Commit 75ca44d3 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

xmake: 2.8.6 -> 2.8.7
parents efccd13d 229d1694
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

stdenv.mkDerivation rec {
  pname = "xmake";
  version = "2.8.6";
  version = "2.8.7";

  src = fetchurl {
    url = "https://github.com/xmake-io/xmake/releases/download/v${version}/xmake-v${version}.tar.gz";
    hash = "sha256-DmKE6v1RoyNgmCE8CVI39WrK+umoilBAa4gszl6iaz0=";
    hash = "sha256-jHqMb3ex/BcF54ViTpoelEcWhEqDeP7Oc0HeJ7mfC4k=";
  };

  nativeBuildInputs = [