Skip to content

Commit 51bce3d

Browse files
mage: 1.17.0 -> 1.17.1 (#506514)
2 parents fb8dba5 + 681438a commit 51bce3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ma/mage/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule (finalAttrs: {
88
pname = "mage";
9-
version = "1.17.0";
9+
version = "1.17.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "magefile";
1313
repo = "mage";
1414
rev = "v${finalAttrs.version}";
15-
sha256 = "sha256-F+eKV4FIf2rAcaNzoLS4AtTwuTrBAqntdjuAhrhVnCQ=";
15+
sha256 = "sha256-PoZqVUT+sKr9UY8OaWjYxaqTSYItOkOdi1FnmGJ1K78=";
1616
};
1717

1818
vendorHash = null;

0 commit comments

Comments
 (0)