freshrss: 1.26.1 -> 1.26.2

This commit is contained in:
R. Ryantm
2025-05-04 01:08:21 +00:00
parent 01e6f1370c
commit f5a2950171
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.26.1";
version = "1.26.2";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-hgkFNZg+A1cF+xh17d2n4SCvxTZm/Eryj6jP7MvnpTE=";
hash = "sha256-TVtyX0/HKtLHFjHHjZDwOOcbHJ7Bq0NrlI3drlm6Gy4=";
};
postPatch = ''