10 pname = "cask-server";
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 sha256 = "sha256-XUgLtZMcvzGewtUcgu7FbBCn/1zqOjWvw2AI9gUwWkc=";
26 description = "Public server and API to interface with Cask features";
27 homepage = "https://github.com/Nitrux/cask-server";
28 license = with licenses; [
33 maintainers = with maintainers; [ onny ];