maptool: 1.14.3 -> 1.17.0 (#414834)

This commit is contained in:
Ryan Hendrickson 2025-06-08 14:40:05 -04:00 committed by GitHub
commit 523f93642d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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