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

xmake: 3.0.1 -> 3.0.2 (#442314)

parents 4caa6767 95a5e849
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xmake";
  version = "3.0.1";
  version = "3.0.2";

  src = fetchFromGitHub {
    owner = "xmake-io";
    repo = "xmake";
    tag = "v${finalAttrs.version}";
    hash = "sha256-PlSNeC5h2C+cQMHqN1dD6prfZIenZXEHa1nWD2SgMIU=";
    hash = "sha256-GZ296Bn+jtJKPaqVLpyDgiYwrej8CDHIudkqNJ3KUfA=";
    fetchSubmodules = true;
  };