miniflux: 2.1.0 -> 2.1.1

Version 2.1.1 requires at least go 1.22 to build.

https://github.com/miniflux/v2/releases/tag/2.1.1

diff: https://github.com/miniflux/v2/compare/2.1.0...2.1.1
This commit is contained in:
emilylange 2024-03-10 20:46:30 +01:00
parent d40e866b1f
commit 6f32a48d20
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87
2 changed files with 6 additions and 4 deletions

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "miniflux";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "miniflux";
repo = "v2";
rev = "refs/tags/${version}";
hash = "sha256-c7xKgu3039gTmxdWXoYWuuYDD/oPv3/uYS3m8KRkhTk=";
hash = "sha256-vXSOHZt6Ov5g4fQBg0bubCfn76aaVrjw2b+LRebbV6s=";
};
vendorHash = "sha256-PuyWik0OA77gJipnuOyRgrCCQlDj9gTM/LDRBl6mBRo=";
vendorHash = "sha256-p31kwJZQMYff5Us6mXpPmxbPrEXyxU6Sipf4LKSG3wU=";
nativeBuildInputs = [ installShellFiles ];

@ -26663,7 +26663,9 @@ with pkgs;
azuredatastudio = callPackage ../applications/misc/azuredatastudio { };
miniflux = callPackage ../servers/miniflux { };
miniflux = callPackage ../servers/miniflux {
buildGoModule = buildGo122Module;
};
mir = callPackage ../servers/mir { };