File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildGoModule ( 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"
You can’t perform that action at this time.
0 commit comments