miniflux: 2.2.9 -> 2.2.10
https://miniflux.app/releases/2.2.10.html https://github.com/miniflux/v2/releases/tag/2.2.10 diff: https://github.com/miniflux/v2/compare/2.2.9...2.2.10
This commit is contained in:
parent
10a4b33d31
commit
b91f28a440
@ -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 ];
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user