5 lines
206 B
Nix
5 lines
206 B
Nix
{ fetchurl, ... }:
|
|
fetchurl {
|
|
sha256 = "1xlfs1380h9axqx37kp9nwq4bwlg08rm136ayzglaz57vx87vxsg";
|
|
url = "https://download.documentfoundation.org/libreoffice/src/24.8.2/libreoffice-help-24.8.2.1.tar.xz";
|
|
}
|