Skip to content

Commit

Permalink
[Backport release-24.11] miniflux: 2.2.3 -> 2.2.4 (#367170)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 22, 2024
2 parents 53b35c7 + 1efcf62 commit 534f131
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 534f131

Please sign in to comment.