liferea: 1.16-RC2 -> 1.16.1

Diff: https://github.com/lwindolf/liferea/compare/v1.16-RC2...v1.16.1

Yaya b241bf27 2eaa3018

+7 -4
+7 -4
pkgs/by-name/li/liferea/package.nix
··· 17 17 libnotify, 18 18 gtk3, 19 19 gsettings-desktop-schemas, 20 - libpeas, 20 + libpeas2, 21 21 libsecret, 22 22 gobject-introspection, 23 23 glib-networking, ··· 26 26 27 27 stdenv.mkDerivation rec { 28 28 pname = "liferea"; 29 - version = "1.16-RC2"; 29 + version = "1.16.1"; 30 30 31 31 src = fetchurl { 32 32 url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2"; 33 - hash = "sha256-yOfePUcr6NauNQjkWnSxPD5tJSqx5OSTFGUxOz3hDhg="; 33 + hash = "sha256-4KmqxG8D0vwrMlBo5qGBIUdKpB8wCGAhYyqSyvn2muw="; 34 34 }; 35 35 36 36 nativeBuildInputs = [ ··· 49 49 libxslt 50 50 sqlite 51 51 libsoup_3 52 - libpeas 52 + libpeas2 53 53 gsettings-desktop-schemas 54 54 json-glib 55 55 libsecret ··· 68 68 postFixup = '' 69 69 buildPythonPath ${python3Packages.pycairo} 70 70 patchPythonScript $out/lib/liferea/plugins/trayicon.py 71 + 72 + buildPythonPath ${python3Packages.requests} 73 + patchPythonScript $out/lib/liferea/plugins/download-manager.py 71 74 ''; 72 75 73 76 passthru.updateScript = gitUpdater {