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

mage: 1.13.0 -> 1.14.0
This commit is contained in:
Christian Kögler 2022-09-17 23:23:06 +02:00 committed by GitHub
commit 9bb4dede50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;