File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import ../make-test-python.nix (
1818 machine.wait_for_unit("multi-user.target")
1919 machine.wait_for_open_port(80)
2020 response = machine.succeed("curl -vvv -s http://localhost:80/i/")
21- assert '<title>Main stream · FreshRSS</title>' in response, "FreshRSS stream page didn't load successfully"
21+ assert '<title> · FreshRSS</title>' in response, "FreshRSS stream page didn't load successfully"
2222 '' ;
2323 }
2424)
Original file line number Diff line number Diff line change 88
99stdenvNoCC . mkDerivation rec {
1010 pname = "FreshRSS" ;
11- version = "1.25 .0" ;
11+ version = "1.26 .0" ;
1212
1313 src = fetchFromGitHub {
1414 owner = "FreshRSS" ;
1515 repo = "FreshRSS" ;
1616 rev = version ;
17- hash = "sha256-jBIU8xxXsl/67sebo8MS59Q0dWBTe0tO+xpVf1/uo0c =" ;
17+ hash = "sha256-J3YYx2enB8NHxgWUcJHStd5LkGRIB6dx3avbjhyIs3Q =" ;
1818 } ;
1919
2020 postPatch = ''
You can’t perform that action at this time.
0 commit comments