maptool: 1.17.0 -> 1.17.1

This commit is contained in:
R. Ryantm 2025-06-26 14:53:38 +00:00
parent 9be32fbfaa
commit cb9cfc5e70

View File

@ -13,11 +13,11 @@
}:
let
pname = "maptool";
version = "1.17.0";
version = "1.17.1";
repoBase = "https://github.com/RPTools/maptool";
src = fetchurl {
url = "${repoBase}/releases/download/${version}/maptool-${version}-x86_64.pkg.tar.zst";
hash = "sha256-EyzHRc3k7mAh5C9AM4L5/ItrxeCUWuWeW1SuJrOh4Xo=";
hash = "sha256-yPuZUPRP0O+5Grj53xteZovowuFxOo4q6qL3mnjgIu0=";
};
meta = with lib; {