Merge pull request #314000 from r-ryantm/auto-update/freshrss

freshrss: 1.23.1 -> 1.24.0
This commit is contained in:
Matthias Beyer 2024-05-26 14:26:02 +02:00 committed by GitHub
commit b649801ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {