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