Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #84184 from romildo/upd.freeoffice

[20.03] freeoffice: 973 -> 976

authored by

Benjamin Hipple and committed by
GitHub
aa3c504e e8610d7a

+2 -2
+2 -2
pkgs/applications/office/softmaker/freeoffice.nix
··· 2 2 3 3 callPackage ./generic.nix (args // rec { 4 4 pname = "freeoffice"; 5 - version = "973"; 5 + version = "976"; 6 6 edition = "2018"; 7 7 suiteName = "FreeOffice"; 8 8 9 9 src = fetchurl { 10 10 url = "https://www.softmaker.net/down/softmaker-freeoffice-${version}-amd64.tgz"; 11 - sha256 = "0xac4ynf1lfh8qmni5bhp4ybaamdfngva4bqaq21n1m4pgrx1ba5"; 11 + sha256 = "13yh4lyqakbdqf4r8vw8imy5gwpfva697iqfd85qmp3wimqvzskl"; 12 12 }; 13 13 14 14 archive = "freeoffice${edition}.tar.lzma";