freshrss: 1.24.0 -> 1.24.1

This commit is contained in:
R. Ryantm 2024-06-06 01:36:37 +00:00
parent 8b79deb9af
commit e871dd06f4

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.24.0";
version = "1.24.1";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-QMSSSSyInkWJP9im6RhyVItSgY30Nt2p1pRDdPPoaYI=";
hash = "sha256-AAOON1RdbG6JSnCc123jmIlIXHOE1PE49BV4hcASO/s=";
};
passthru.tests = {