1 { lib, stdenv, fetchurl, unzip, nixosTests }:
3 stdenv.mkDerivation rec {
4 pname = "invoiceplane";
8 url = "https://github.com/InvoicePlane/InvoicePlane/releases/download/v${version}/v${version}.zip";
9 hash = "sha256-66vXxE4pTUMkmPalLgJrCt2pl2BSWOJ3tiJ5K5wspYY=";
12 nativeBuildInputs = [ unzip ];
22 inherit (nixosTests) invoiceplane;
26 description = "Self-hosted open source application for managing your invoices, clients and payments";
27 license = licenses.mit;
28 homepage = "https://www.invoiceplane.com";
29 platforms = platforms.all;
30 maintainers = with maintainers; [ onny ];