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