mage: 1.13.0 -> 1.14.0

This commit is contained in:
R. Ryantm 2022-09-17 15:37:40 +00:00
parent 8ad3fe7279
commit 0c0044eae7

View file

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