freshrss: 1.23.1 -> 1.24.0

This commit is contained in:
R. Ryantm 2024-05-23 14:05:29 +00:00
parent 64ea1c0661
commit 10178dce61

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.23.1";
version = "1.24.0";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-uidTsL8TREZ/qcqO/J+6hguP6Dr6J+995WNWCJCduBw=";
hash = "sha256-QMSSSSyInkWJP9im6RhyVItSgY30Nt2p1pRDdPPoaYI=";
};
passthru.tests = {