Skip to content

Commit 770845d

Browse files
committedJun 18, 2017
zim: 0.65 -> 0.67-rc2
1 parent 76ea4df commit 770845d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

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

+7-6
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
python2Packages.buildPythonApplication rec {
1111
name = "zim-${version}";
12-
version = "0.65";
12+
version = "0.67-rc2";
1313

1414
src = fetchurl {
1515
url = "http://zim-wiki.org/downloads/${name}.tar.gz";
16-
sha256 = "15pdq4fxag85qjsrdmmssiq85qsk5vnbp8mrqnpvx8lm8crz6hjl";
16+
sha256 = "0l4q2dfnvyn0jr1lggf8g7515q4z7qr1lnmy0lsyhjf477ldszqf";
1717
};
1818

1919
propagatedBuildInputs = with python2Packages; [ pyGtkGlade pyxdg pygobject2 ];
@@ -37,9 +37,10 @@ python2Packages.buildPythonApplication rec {
3737
'';
3838

3939

40-
meta = {
41-
description = "A desktop wiki";
42-
homepage = http://zim-wiki.org;
43-
license = stdenv.lib.licenses.gpl2Plus;
40+
meta = with stdenv.lib; {
41+
description = "A desktop wiki";
42+
homepage = http://zim-wiki.org;
43+
license = licenses.gpl2Plus;
44+
maintainers = with maintainers; [ pSub ];
4445
};
4546
}

0 commit comments

Comments
 (0)
Please sign in to comment.