liferea: 1.16.1 -> 1.16.6

This commit is contained in:
R. Ryantm
2025-11-19 11:07:15 +00:00
parent 0f1670e901
commit 60dfb28489
+2 -2
View File
@@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "liferea";
version = "1.16.1";
version = "1.16.6";
src = fetchurl {
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${pname}-${version}.tar.bz2";
hash = "sha256-4KmqxG8D0vwrMlBo5qGBIUdKpB8wCGAhYyqSyvn2muw=";
hash = "sha256-D9mRmg1iwSlyYWCuYmMDzCkhUwgzDA/1DEgj49B59Lc=";
};
nativeBuildInputs = [