mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
[Backport release-24.05] miniflux: 2.2.2 -> 2.2.3 (#355485)
This commit is contained in:
commit
8bafbab9d6
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user