Unverified Commit c9956945 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #232343 from r-ryantm/auto-update/mage

mage: 1.14.0 -> 1.15.0
parents 79b18ddd 1ca1add5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "mage";
  version = "1.14.0";
  version = "1.15.0";

  src = fetchFromGitHub {
    owner = "magefile";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-77RjA5gncKE3fhejlmA+Vkhud4nyaRZW84I3cYTk0Js=";
    sha256 = "sha256-aZPv3+F4VMiThjR0nFP+mKQLI9zKj2jaOawClROnT34=";
  };

  vendorSha256 = null;
  vendorHash = null;

  doCheck = false;