6 lines
201 B
Nix
6 lines
201 B
Nix
|
{ fetchurl, ... }:
|
||
|
fetchurl {
|
||
|
sha256 = "1hbqgpgih3j9ic1dljxz3mz0rsjf0iyws7qm7g1hb35ns664c4av";
|
||
|
url = "https://download.documentfoundation.org/libreoffice/src/24.8.0/libreoffice-24.8.0.3.tar.xz";
|
||
|
}
|