[Backport release-24.05] miniflux: 2.2.2 -> 2.2.3 (#355485)

This commit is contained in:
Emily 2024-11-12 21:48:48 +01:00 committed by GitHub
commit 8bafbab9d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "miniflux";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "miniflux";
repo = "v2";
rev = "refs/tags/${version}";
hash = "sha256-FAeUhB05mDcdlHzJRLJR9mSKeqpKWed4Kxa89j/pjOQ=";
hash = "sha256-B/joQJ64/NPiZo1JEAhcrHLQ67m1oVTbmBk3drZ8lC4=";
};
vendorHash = "sha256-FVm6kTZFp6qSUUuB2R4owzSxk+zfBWW1o7kOFadSS38=";
vendorHash = "sha256-hzgfuwewJDIz/iaBU3lyB2/mAxYGTWsKkaqAiCkPQQ0=";
nativeBuildInputs = [ installShellFiles ];
@ -32,7 +32,7 @@ buildGoModule rec {
description = "Minimalist and opinionated feed reader";
homepage = "https://miniflux.app/";
license = licenses.asl20;
maintainers = with maintainers; [ rvolosatovs benpye emilylange ];
maintainers = with maintainers; [ rvolosatovs benpye emilylange adamcstephens ];
mainProgram = "miniflux";
};
}