Unverified Commit 7b875041 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

miniflux: 2.2.2 -> 2.2.3 (#355453)

parents dbd8326b b028d7c4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];

@@ -35,7 +35,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";
  };
}