freshrss: 1.24.1 -> 1.24.2

This commit is contained in:
R. Ryantm
2024-08-23 15:07:22 +00:00
parent 5b36ae93b0
commit 935b20686a
+2 -2
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 = ''