freshrss: 1.28.1 -> 1.29.0

This commit is contained in:
R. Ryantm
2026-05-10 20:15:49 +00:00
parent 7ebae83e14
commit e40de312a2
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.28.1";
version = "1.29.0";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-T9I3tZOxAzbQxeNa77VcN+HuMmDlDrZvdncBeplui6c=";
hash = "sha256-8OWEo+X0+MuS5/74BNIOOXXnDQjeo209UfwTMqRe8ek=";
};
postPatch = ''