mage: 1.14.0 -> 1.15.0

This commit is contained in:
R. Ryantm 2023-05-17 04:07:07 +00:00
parent 541397177b
commit 1ca1add59b

View file

@ -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;