liferea: 1.16.9 -> 1.16.10

Changes: https://github.com/lwindolf/liferea/releases/tag/v1.16.10
This commit is contained in:
Sergei Trofimovich
2026-05-27 21:45:00 +01:00
parent fba0443803
commit 7a5669f0f2

View File

@@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "liferea";
version = "1.16.9";
version = "1.16.10";
src = fetchurl {
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
hash = "sha256-c4ySTlAfL1Ebs1+pLZd5KidO3UcF9HKhV/RpGLRSlcY=";
hash = "sha256-4cprlrp/vCaoUN4HwZFa+H1DW1S5q/byQcd+g/g427g=";
};
nativeBuildInputs = [