kiwix 2.2.1 -> 2.3.0 https://github.com/kiwix/kiwix-desktop/releases attrpath: kiwix Checking auto update branch... No auto update branch exists Old version 2.2.1" not present in master derivation file with contents: { lib, mkDerivation, fetchFromGitHub , libkiwix , pkg-config , qmake , qtbase , qtwebengine , qtsvg , qtimageformats , aria2 }: mkDerivation rec { pname = "kiwix"; version = "2.3.1"; src = fetchFromGitHub { owner = pname; repo = "${pname}-desktop"; rev = version; sha256 = "sha256-ghx4pW6IkWPzZXk0TtMGeQZIzm9HEN3mR4XQFJ1xHDo="; }; nativeBuildInputs = [ qmake pkg-config ]; buildInputs = [ libkiwix qtbase qtwebengine qtsvg qtimageformats ]; qtWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ aria2 ]}" ]; meta = with lib; { description = "An offline reader for Web content"; homepage = "https://kiwix.org"; license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = with maintainers; [ ajs124 ]; }; }