Merge pull request #294801 from emilylange/miniflux

miniflux: 2.1.0 -> 2.1.1
This commit is contained in:
Sandro 2024-03-11 00:33:14 +01:00 committed by GitHub
commit 4ab3d408d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -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 ];

View File

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