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