Skip to content

Commit

Permalink
miniflux: 2.2.5 -> 2.2.6 (#384428)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Feb 23, 2025
2 parents 4215649 + 53739ec commit f00d9fa
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.5";
version = "2.2.6";

src = fetchFromGitHub {
owner = "miniflux";
repo = "v2";
tag = version;
hash = "sha256-jyGkuLGdf+nZnjSXHdq/tUX1SmnJ/6RNzDMeqA7BoHs=";
hash = "sha256-N0WAdfxToVF93ICGpDstQig3aGz2lAzJz1nf4tSvxAY=";
};

vendorHash = "sha256-clqYjf7aObHaUmjX81czF+DJd5Ka0ZXHvw37f0mzA1I=";
vendorHash = "sha256-AG3NNqwpaTctvgOEZ2SarsMK4SRgzWxf+j9N4wwKKB4=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit f00d9fa

Please sign in to comment.