mage: 1.11.0 -> 1.12.1

This commit is contained in:
R. Ryantm 2021-12-25 17:39:37 +00:00
parent e2b2136d63
commit d077e20cb3

View file

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