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

xmake: 3.0.5 -> 3.0.6 (#477341)

parents 94dc967f 377f4728
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.5";
  version = "3.0.6";

  src = fetchFromGitHub {
    owner = "xmake-io";
    repo = "xmake";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rmChbjWRFL2vchifupLBraalMHYze035xjLNLCYzwm8=";
    hash = "sha256-uQeq9VMwvU4PnY+w+6Z/qivTIKPgSxuQu6bZgKn/AQM=";
    fetchSubmodules = true;
  };