Skip to content

Commit ab91a07

Browse files
committedMar 2, 2018
libreoffice-fresh: 6.0.1.1 -> 6.0.2.1
1 parent 2f018bb commit ab91a07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

Diff for: ‎pkgs/applications/office/libreoffice/default-primary-src.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
rec {
44
major = "6";
55
minor = "0";
6-
patch = "1";
6+
patch = "2";
77
tweak = "1";
88

99
subdir = "${major}.${minor}.${patch}";
@@ -12,6 +12,6 @@ rec {
1212

1313
src = fetchurl {
1414
url = "https://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
15-
sha256 = "1abhas5hc0whibz39msk4r7njyrm7w8k0idk0y522ifndsf2m04g";
15+
sha256 = "0qga01lhh09jf2gx3czk66i5c854gzzjxgkrmj5d7m4ci2zaxfsd";
1616
};
1717
}

Diff for: ‎pkgs/applications/office/libreoffice/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ let
4242

4343
translations = fetchSrc {
4444
name = "translations";
45-
sha256 = "0iqhsb6nw5fx2vjmyygqjq0qw76igyrrwpv8126j833zv29wx8jj";
45+
sha256 = "1fx9xkf1ppap77b8zdr8qawbikgp607z5w9b7jk3rilcqs7xbkwl";
4646
};
4747

4848
# TODO: dictionaries
4949

5050
help = fetchSrc {
5151
name = "help";
52-
sha256 = "0iynlnj9304qvg4636rpy005pjc7avi1hv37nb3kppgm2k0gyrj4";
52+
sha256 = "0zphmhl4a8pd5l7ma4bzhrwgbv037j8p5m1ilvb1blgbqv53v38a";
5353
};
5454

5555
};

0 commit comments

Comments
 (0)
Please sign in to comment.