6 lines
214 B
Nix
6 lines
214 B
Nix
|
{ fetchurl, ... }:
|
||
|
fetchurl {
|
||
|
sha256 = "0fri41y59zhm8lq0kh6hvf5rpdjdqx0lg1sl40mhh1d6lf1izc1w";
|
||
|
url = "https://download.documentfoundation.org/libreoffice/src/24.2.5/libreoffice-translations-24.2.5.2.tar.xz";
|
||
|
}
|