zim: 0.75.1 -> 0.75.2

This commit is contained in:
Chen 2023-11-16 02:31:35 +08:00
parent 2bd35aaae6
commit ff7d0f5118

View File

@ -7,11 +7,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "zim"; pname = "zim";
version = "0.75.1"; version = "0.75.2";
src = fetchurl { src = fetchurl {
url = "https://zim-wiki.org/downloads/zim-${version}.tar.gz"; url = "https://zim-wiki.org/downloads/zim-${version}.tar.gz";
sha256 = "sha256-iOF11/fhQYlvnpWJidJS1yJVavF7xLxvBl59VCh9A4U="; hash = "sha256-QIkNsFsWeNHEcXhGHHZyJDMMW2lNvdwMJLGxeCZaLdI=";
}; };
buildInputs = [ gtk3 gnome.adwaita-icon-theme ]; buildInputs = [ gtk3 gnome.adwaita-icon-theme ];
@ -54,6 +54,7 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/zim-desktop-wiki/zim-desktop-wiki/blob/${version}/CHANGELOG.md";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub ];
mainProgram = "zim";
broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/52658#issuecomment-449565790 broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/52658#issuecomment-449565790
}; };
} }