summaryrefslogtreecommitdiff
path: root/lib/packwiz-installer.nix
blob: 121a48f8a421af42bfdaf1cbd70401d6047e7eb4 (plain)
1
2
3
4
5
6
7
{fetchurl}:
fetchurl rec {
  pname = "packwiz-installer";
  version = "0.5.12";
  url = "https://github.com/packwiz/packwiz-installer/releases/download/v${version}/packwiz-installer.jar";
  hash = "sha256-IGgdxgkGqQG5fmWT0fVHFJQEqAjKNdL2v+DgLuJqRjs=";
}