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-W/60g5CbSUZcNASjdbiS7DNv9375GiesEG60QLLAh1g=";
12 description = "A 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" ];