Skip to content

Commit

Permalink
miniflux: 2.2.3 -> 2.2.4
Browse files Browse the repository at this point in the history
Changes: https://github.com/miniflux/v2/releases/tag/2.2.4
(cherry picked from commit 7e465fb)
  • Loading branch information
trofi authored and github-actions[bot] committed Dec 21, 2024
1 parent 68dbfe0 commit 1efcf62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mi/miniflux/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "miniflux";
version = "2.2.3";
version = "2.2.4";

src = fetchFromGitHub {
owner = "miniflux";
repo = "v2";
rev = "refs/tags/${version}";
hash = "sha256-B/joQJ64/NPiZo1JEAhcrHLQ67m1oVTbmBk3drZ8lC4=";
hash = "sha256-h5bOZPaYu5DlN4trwf+iMafzfcyXemNdssTYpM6NCZY=";
};

vendorHash = "sha256-hzgfuwewJDIz/iaBU3lyB2/mAxYGTWsKkaqAiCkPQQ0=";
vendorHash = "sha256-UR1nxza+rZtiSpY5hwAdCU4yiLm8weOCkrZHTqXQEpQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 1efcf62

Please sign in to comment.