freshrss: 1.25.0 -> 1.26.0

Diff: https://github.com/FreshRSS/FreshRSS/compare/1.25.0...1.26.0
This commit is contained in:
Felix Buehler 2025-02-23 17:07:13 +01:00
parent 509aac3fc3
commit 147262748c
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ import ../make-test-python.nix (
machine.wait_for_unit("multi-user.target")
machine.wait_for_open_port(80)
response = machine.succeed("curl -vvv -s http://localhost:80/i/")
assert '<title>Main stream · FreshRSS</title>' in response, "FreshRSS stream page didn't load successfully"
assert '<title> · FreshRSS</title>' in response, "FreshRSS stream page didn't load successfully"
'';
}
)

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.25.0";
version = "1.26.0";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-jBIU8xxXsl/67sebo8MS59Q0dWBTe0tO+xpVf1/uo0c=";
hash = "sha256-J3YYx2enB8NHxgWUcJHStd5LkGRIB6dx3avbjhyIs3Q=";
};
postPatch = ''