Skip to content

Commit 1472627

Browse files
committed
freshrss: 1.25.0 -> 1.26.0
Diff: FreshRSS/FreshRSS@1.25.0...1.26.0
1 parent 509aac3 commit 1472627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nixos/tests/freshrss/none-auth.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

pkgs/servers/web-apps/freshrss/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenvNoCC.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 = ''

0 commit comments

Comments
 (0)