miniflux: 2.2.9 -> 2.2.10 (#419629)

This commit is contained in:
Adam C. Stephens
2025-06-25 08:08:36 -04:00
committed by GitHub
2 changed files with 3 additions and 7 deletions
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "miniflux";
version = "2.2.9";
version = "2.2.10";
src = fetchFromGitHub {
owner = "miniflux";
repo = "v2";
tag = version;
hash = "sha256-pp+QaofbU6Vkh2ifQLpUq+dbQTx/jX2JgM/9uji13tU=";
hash = "sha256-hCRtopJ+PN9bjnImPXKuQRq2Sk62By2+T6z17yISfds=";
};
vendorHash = "sha256-6tgZdwr9g/VCnLUEmwAl8vzOzQu6SEGV9PhTp47eXds=";
vendorHash = "sha256-jKtlIDPOElp37NlOIbT6IXn2s59NqNTRNK0LbTlxWsM=";
nativeBuildInputs = [ installShellFiles ];
-4
View File
@@ -10569,10 +10569,6 @@ with pkgs;
mssql_jdbc = callPackage ../servers/sql/mssql/jdbc { };
jtds_jdbc = callPackage ../servers/sql/mssql/jdbc/jtds.nix { };
miniflux = callPackage ../by-name/mi/miniflux/package.nix {
buildGoModule = buildGo123Module;
};
inherit (callPackage ../servers/mir { })
mir
mir_2_15