6 lines
206 B
Nix
6 lines
206 B
Nix
|
{ fetchurl, ... }:
|
||
|
fetchurl {
|
||
|
sha256 = "090pi8dnj5izpvng94hgmjid14n7xvy3rlqqvang3pqdn35xnpsl";
|
||
|
url = "https://download.documentfoundation.org/libreoffice/src/24.2.5/libreoffice-help-24.2.5.2.tar.xz";
|
||
|
}
|