miniflux: 2.2.0 -> 2.2.1

https://miniflux.app/releases/2.2.1.html
This commit is contained in:
Adam Stephens
2024-09-29 19:11:07 -04:00
parent 2a6f48769c
commit 1ff2dee679
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "miniflux";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "miniflux";
repo = "v2";
rev = "refs/tags/${version}";
hash = "sha256-JE0sHxmvLGvbgOqH5f7OONAvP93dJLWLAbgTnlNHGHE=";
hash = "sha256-b4slACQl+3vDsioULVKscBhS8LvTxCUPDnO7GlT46CM=";
};
vendorHash = "sha256-Y5FcKmvYMN9Q9/VpP8IWclFXt7gl61UiyPJ+Rdmlito=";
vendorHash = "sha256-PL5tc6MQRHloc3Dfw+FpWdqrXErFPjEb8RNPmHr7jSk=";
nativeBuildInputs = [ installShellFiles ];
+3 -1
View File
@@ -25050,7 +25050,9 @@ with pkgs;
azuredatastudio = callPackage ../applications/misc/azuredatastudio { };
miniflux = callPackage ../servers/miniflux { };
miniflux = callPackage ../servers/miniflux {
buildGoModule = buildGo123Module;
};
inherit (callPackage ../servers/mir { })
mir