freshrss: 1.26.0 -> 1.26.1

This commit is contained in:
R. Ryantm
2025-03-14 06:35:29 +00:00
parent 573c650e8a
commit 9d5f1d9e33
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.26.0";
version = "1.26.1";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-J3YYx2enB8NHxgWUcJHStd5LkGRIB6dx3avbjhyIs3Q=";
hash = "sha256-hgkFNZg+A1cF+xh17d2n4SCvxTZm/Eryj6jP7MvnpTE=";
};
postPatch = ''