Loading nixos/tests/freshrss/none-auth.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ''; } ) pkgs/servers/web-apps/freshrss/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading
nixos/tests/freshrss/none-auth.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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" ''; } )
pkgs/servers/web-apps/freshrss/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading