freshrss: 1.27.1 -> 1.28.0

This commit is contained in:
R. Ryantm
2025-12-24 20:04:08 +00:00
parent 519d141f34
commit 0ffe605ebe
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.27.1";
version = "1.28.0";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-EpszwgYzobRA7LohtJJtgTefFAEmCXvcP3ilfsu+obo=";
hash = "sha256-//UiGxsdJQAc9qAn3P8/bCl8ka5LacfqkydU4b2/TtI=";
};
postPatch = ''