4 # This is a bit unusual, but makes version and hash easily
5 # overridable. This is useful when the upstream archive was replaced
6 # and nixpkgs is not in sync yet.
10 hash = "sha256-dqmJUm0Qi1/GzGrI4OCHo1LwQ5KxMwZZw5EsYTMF6XU=";
15 callPackage ./generic.nix (args // rec {
16 inherit (officeVersion) version edition;
19 suiteName = "FreeOffice";
22 inherit (officeVersion) hash;
23 url = "https://www.softmaker.net/down/softmaker-freeoffice-${edition}-${version}-amd64.tgz";
26 archive = "freeoffice${edition}.tar.lzma";