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

freshrss: 1.24.1 -> 1.24.2
This commit is contained in:
Felix Bühler 2024-08-23 23:00:45 +02:00 committed by GitHub
commit 4570157fc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "FreshRSS";
version = "1.24.1";
version = "1.24.2";
src = fetchFromGitHub {
owner = "FreshRSS";
repo = "FreshRSS";
rev = version;
hash = "sha256-AAOON1RdbG6JSnCc123jmIlIXHOE1PE49BV4hcASO/s=";
hash = "sha256-NlaJ+iMBUd2hhf3IidxdPHuEr+cqOTQmtfisauxqr2Q=";
};
postPatch = ''