1 { lib, mkFranzDerivation, fetchurl }:
3 mkFranzDerivation rec {
8 url = "https://github.com/meetfranz/franz/releases/download/v${version}/franz_${version}_amd64.deb";
9 sha256 = "sha256-zQhZlxr7kyMWx6txDnV+ECBTzVEwnUaBsLWKJy3XYFg=";
12 description = "Free messaging app that combines chat & messaging services into one application";
13 homepage = "https://meetfranz.com";
14 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
15 license = licenses.free;
16 maintainers = [ maintainers.davidtwco ];
17 platforms = [ "x86_64-linux" ];