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

mage: 1.14.0 -> 1.15.0
This commit is contained in:
Weijia Wang
2023-05-17 10:56:46 +03:00
committed by GitHub
@@ -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;