Skip to content

Commit b642968

Browse files
ameertaweelvdemeester
authored andcommitted
miniflux: 2.2.15 -> 2.2.16
1 parent fbf9b30 commit b642968

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pkgs/by-name/mi/miniflux/package.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@
99

1010
buildGoModule (finalAttrs: {
1111
pname = "miniflux";
12-
version = "2.2.15";
12+
version = "2.2.16";
1313

1414
src = fetchFromGitHub {
1515
owner = "miniflux";
1616
repo = "v2";
1717
tag = finalAttrs.version;
18-
hash = "sha256-19i+TeBcPnI1Gfpf81gHE9sLvytsS4x1A5XU8oD7YIU=";
18+
hash = "sha256-mJ0FgoTm/SzS/T6xcLk232Xs3TgaDQahib4BeWzNfAk=";
1919
};
2020

2121
vendorHash = "sha256-XrTmXAUABlTQaA3Z0vU0HQW5Q1e/Yg6yq690oZH8M+A=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

25-
checkFlags = [ "-skip=TestClient" ]; # skip client tests as they require network access
25+
# skip tests that require network access
26+
checkFlags = [
27+
"-skip=TestClient"
28+
"-skip=TestResolvesToPrivateIP"
29+
];
2630

2731
ldflags = [
2832
"-s"

0 commit comments

Comments
 (0)