liferea: 1.16-RC2 -> 1.16.1

Diff: https://github.com/lwindolf/liferea/compare/v1.16-RC2...v1.16.1
This commit is contained in:
Yaya
2025-08-25 12:55:36 +02:00
parent 2eaa301807
commit b241bf2745

View File

@@ -17,7 +17,7 @@
libnotify,
gtk3,
gsettings-desktop-schemas,
libpeas,
libpeas2,
libsecret,
gobject-introspection,
glib-networking,
@@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "liferea";
version = "1.16-RC2";
version = "1.16.1";
src = fetchurl {
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
hash = "sha256-yOfePUcr6NauNQjkWnSxPD5tJSqx5OSTFGUxOz3hDhg=";
hash = "sha256-4KmqxG8D0vwrMlBo5qGBIUdKpB8wCGAhYyqSyvn2muw=";
};
nativeBuildInputs = [
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
libxslt
sqlite
libsoup_3
libpeas
libpeas2
gsettings-desktop-schemas
json-glib
libsecret
@@ -68,6 +68,9 @@ stdenv.mkDerivation rec {
postFixup = ''
buildPythonPath ${python3Packages.pycairo}
patchPythonScript $out/lib/liferea/plugins/trayicon.py
buildPythonPath ${python3Packages.requests}
patchPythonScript $out/lib/liferea/plugins/download-manager.py
'';
passthru.updateScript = gitUpdater {