5 lines
206 B
Nix
5 lines
206 B
Nix
{ fetchurl, ... }:
|
|
fetchurl {
|
|
sha256 = "0g31xfmmxjd5c1xg203gflzvq2d2jlgfi9gmg1wxl18l9gjk4hds";
|
|
url = "https://download.documentfoundation.org/libreoffice/src/24.2.7/libreoffice-help-24.2.7.2.tar.xz";
|
|
}
|