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

mage: 1.11.0 -> 1.12.1
This commit is contained in:
Jörg Thalheim
2021-12-28 07:15:49 +00:00
committed by GitHub
@@ -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;