libreoffice-fresh: 6.1.1.2 -> 6.1.2.1

This commit is contained in:
Will Dietz 2018-09-29 10:44:47 -05:00
parent a193572419
commit 5c5ea8b9ea

View File

@ -3,8 +3,8 @@
rec {
major = "6";
minor = "1";
patch = "1";
tweak = "2";
patch = "2";
tweak = "1";
subdir = "${major}.${minor}.${patch}";
@ -12,6 +12,6 @@ rec {
src = fetchurl {
url = "https://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
sha256 = "228166908a3404cbb8e6e662f44b1af8644c0589b2309fadce89dcef112fd09d";
sha256 = "650c57b60f880db28e49e584f42018da9e714865dfa94fbb8391de15b58a3f91";
};
}