Skip to content

Commit adf98ff

Browse files
committed
freshrss: 1.24.3 -> 1.25.0
1 parent 605126d commit adf98ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.24.3";
11+
version = "1.25.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "FreshRSS";
1515
repo = "FreshRSS";
1616
rev = version;
17-
hash = "sha256-JgniYjw+Fk5EaXrXVjelBYBP1JOZarAF07iToiwnkdY=";
17+
hash = "sha256-jBIU8xxXsl/67sebo8MS59Q0dWBTe0tO+xpVf1/uo0c=";
1818
};
1919

2020
postPatch = ''

0 commit comments

Comments
 (0)