Merge pull request #267719 from cu1ch3n/update-zim

zim: 0.75.1 -> 0.75.2
This commit is contained in:
Matthias Beyer 2023-11-16 22:00:35 +01:00 committed by GitHub
commit 55462b05e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
python3Packages.buildPythonApplication rec {
pname = "zim";
version = "0.75.1";
version = "0.75.2";
src = fetchurl {
url = "https://zim-wiki.org/downloads/zim-${version}.tar.gz";
sha256 = "sha256-iOF11/fhQYlvnpWJidJS1yJVavF7xLxvBl59VCh9A4U=";
hash = "sha256-QIkNsFsWeNHEcXhGHHZyJDMMW2lNvdwMJLGxeCZaLdI=";
};
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";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ pSub ];
mainProgram = "zim";
broken = stdenv.isDarwin; # https://github.com/NixOS/nixpkgs/pull/52658#issuecomment-449565790
};
}