freshrss: 1.29.0 -> 1.29.1

This commit is contained in:
R. Ryantm
2026-05-20 19:35:24 +00:00
parent dfbf2b08e3
commit 2f37c511a9

View File

@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.29.0";
version = "1.29.1";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-8OWEo+X0+MuS5/74BNIOOXXnDQjeo209UfwTMqRe8ek=";
hash = "sha256-sB0ssvH7MFNFDiXF5lPxcFMAwItdTJEEmAnB7kwhu30=";
};
postPatch = ''