mage: 1.16.1 -> 1.17.0

This commit is contained in:
R. Ryantm
2026-03-26 00:56:35 +00:00
parent 6214c69078
commit e060c79eb6
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "mage";
version = "1.16.1";
version = "1.17.0";
src = fetchFromGitHub {
owner = "magefile";
repo = "mage";
rev = "v${finalAttrs.version}";
sha256 = "sha256-W9VySQFZx1fzYYHZInmNpWsITVhGASzR6lNyETiaLao=";
sha256 = "sha256-F+eKV4FIf2rAcaNzoLS4AtTwuTrBAqntdjuAhrhVnCQ=";
};
vendorHash = null;