freshrss: 1.28.0 -> 1.28.1 (#483783)

This commit is contained in:
Felix Bühler
2026-01-26 22:49:01 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.28.0";
version = "1.28.1";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-//UiGxsdJQAc9qAn3P8/bCl8ka5LacfqkydU4b2/TtI=";
hash = "sha256-T9I3tZOxAzbQxeNa77VcN+HuMmDlDrZvdncBeplui6c=";
};
postPatch = ''