File tree 2 files changed +4
-4
lines changed
pkgs/applications/office/libreoffice
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
rec {
4
4
major = "6" ;
5
5
minor = "0" ;
6
- patch = "1 " ;
6
+ patch = "2 " ;
7
7
tweak = "1" ;
8
8
9
9
subdir = "${ major } .${ minor } .${ patch } " ;
12
12
13
13
src = fetchurl {
14
14
url = "https://download.documentfoundation.org/libreoffice/src/${ subdir } /libreoffice-${ version } .tar.xz" ;
15
- sha256 = "1abhas5hc0whibz39msk4r7njyrm7w8k0idk0y522ifndsf2m04g " ;
15
+ sha256 = "0qga01lhh09jf2gx3czk66i5c854gzzjxgkrmj5d7m4ci2zaxfsd " ;
16
16
} ;
17
17
}
Original file line number Diff line number Diff line change 42
42
43
43
translations = fetchSrc {
44
44
name = "translations" ;
45
- sha256 = "0iqhsb6nw5fx2vjmyygqjq0qw76igyrrwpv8126j833zv29wx8jj " ;
45
+ sha256 = "1fx9xkf1ppap77b8zdr8qawbikgp607z5w9b7jk3rilcqs7xbkwl " ;
46
46
} ;
47
47
48
48
# TODO: dictionaries
49
49
50
50
help = fetchSrc {
51
51
name = "help" ;
52
- sha256 = "0iynlnj9304qvg4636rpy005pjc7avi1hv37nb3kppgm2k0gyrj4 " ;
52
+ sha256 = "0zphmhl4a8pd5l7ma4bzhrwgbv037j8p5m1ilvb1blgbqv53v38a " ;
53
53
} ;
54
54
55
55
} ;
You can’t perform that action at this time.
0 commit comments