mage: 1.12.1 -> 1.13.0

This commit is contained in:
R. Ryantm 2022-03-18 09:17:33 +00:00 committed by ehmry
parent cb3a58a603
commit 258072aef2

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "mage";
version = "1.12.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "magefile";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hfLclI9bzsvITwdo8LTqNcr25yZN82B0pqwlk559tRU=";
sha256 = "sha256-+OhmV5+XNhJVCVYNKc6M5bNB4gyb/SV6bEohaZJXtLk=";
};
vendorSha256 = null;