* The ELK stack is upgraded to 6.3.2.
* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
a suite of additional features. These are however licensed under the unfree
"Elastic License".
* Fortunately they also provide OSS versions which are now packaged
under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
Note that the naming of the attributes is consistent with upstream.
* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
version by default. You can also run the test on the unfree ELK using:
`NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
This puts the debug information in a separate output, as expected. This allows
meaningful symbol names to appear in DWARF-based tools like perf and gdb.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.
* libffi: simplify using `checkInputs`
* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix
* utillinux: 2.32 -> 2.32.1
https://lkml.org/lkml/2018/7/16/532
* busybox: 1.29.0 -> 1.29.1
* bind: 9.12.1-P2 -> 9.12.2
https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html
* curl: 7.60.0 -> 7.61.0
* gvfs: make tests run, but disable
* ilmbase: disable tests on i686. Spooky!
* mdds: fix tests
* git: disable checks as tests are run in installcheck
* ruby: disable tests
* libcommuni: disable checks as tests are run in installcheck
* librdf: make tests run, but disable
* neon, neon_0_29: make tests run, but disable
* pciutils: 3.6.0 -> 3.6.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions.
* mesa: more include fixes
mostly from void-linux (thanks!)
* npth: 1.5 -> 1.6
minor bump
* boost167: Add lockfree next_prior patch
* stdenv: cleanup darwin bootstrapping
Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.
* Revert "pciutils: use standardized equivalent for canonicalize_file_name"
This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.
* binutils-wrapper: Try to avoid adding unnecessary -L flags
(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>
* libffi: don't check on darwin
libffi usages in stdenv broken darwin. We need to disable doCheck for that case.
* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook
* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes#40273
When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.
* parity-ui: fix after merge
* python.pkgs.pytest-flake8: disable test, fix build
* Revert "meson: 0.46.1 -> 0.47.0"
With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.
When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.
Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.
I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)
This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.
--
Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).
Fixes#43650.
This reverts commit 305ac4dade.
(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
platforms = [ "x86_64-linux" ] broke ofborg eval of nixos manual
because the aerospike module references this package.
Fixed for now by setting platforms to platforms.linux,
even if aarch64 isn't really supported.
See #22653 or #38469. 'manveru' reported this on IRC again, but unfortunately a
real fix requires a bit more work. In the mean time, this plugs the leak with a
bit of duct tape.
'timescale' is an often desired extension and, in the mean time, this
workaround means you also do not have to install something like postgis (with a
large dependency set) into your closure to get things to work.
Ideally in the mean time, *all* postgresql extensions should have $out/bin
created for them... Doing this will require more ongoing work, or a proper
fix to the buildEnv nonsense going on.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
I'm a little confused as to why this buils and runs on darwin, but fails to
build without it on linux. The error was:
```go/src/github.com/gxed/eventfd/eventfd.go:17:2: cannot find package "github.com/gxed/GoEndian" in any of:```
"if platforms is not set it will default to go.meta.platforms which is probably
what you want" And that does sound like what we want. Also, the linux build was
complaining about eventfd, or the lack thereof.
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/apache-jena-fuseki/versions.
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.fuseki-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/fuseki had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.fuseki-server-wrapped had a zero exit code or showed the expected version
- /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/fuseki-server passed the binary check.
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-delete-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-delete had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-get-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-get had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-head-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-head had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-post-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-post had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-put-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-put had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-query-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-query had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-update-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-update had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.s-update-form-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/s-update-form had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/.soh-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0/bin/soh had a zero exit code or showed the expected version
- 1 of 22 passed binary check by having a zero exit code.
- 0 of 22 passed binary check by having the new version present in output.
- found 3.8.0 with grep in /nix/store/9jxxnylr0z89yaqi1g9hl909z0a7aw0a-apache-jena-fuseki-3.8.0
- directory tree listing: https://gist.github.com/2403f38b197834ff0ef5bd15d4a313bc
- du listing: https://gist.github.com/85a408dc989753cdca73ef553ee6d548
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/nagios/versions.
These checks were done:
- built on NixOS
- /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/nagios passed the binary check.
- /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/nagiostats passed the binary check.
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/archivejson.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/avail.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/cmd.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/config.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/extinfo.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/histogram.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/history.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/notifications.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/objectjson.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/outages.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/showlog.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/status.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/statusjson.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/statusmap.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/statuswml.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/statuswrl.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/summary.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/tac.cgi had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1/bin/trends.cgi had a zero exit code or showed the expected version
- 2 of 21 passed binary check by having a zero exit code.
- 0 of 21 passed binary check by having the new version present in output.
- found 4.4.1 with grep in /nix/store/pgbqarrqn64rgx44qk9ijmw4z7lpira4-nagios-4.4.1
- directory tree listing: https://gist.github.com/f137b97a1d6cd8319299734685e0bae9
- du listing: https://gist.github.com/d14b3339adc574bb4d4ca3657a548883
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/sonarr/versions.
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/CurlSharp.dll.config had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/CurlSharp.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/FluentMigrator.Runner.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/FluentMigrator.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/FluentValidation.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Ical.Net.Collections.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Ical.Net.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/LogentriesCore.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/LogentriesNLog.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Marr.Data.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Microsoft.AspNet.SignalR.Core.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Microsoft.AspNet.SignalR.Owin.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/MonoTorrent.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Api.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Common.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Core.dll.config had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Core.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Host.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Mono.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.SignalR.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/CurlSharp.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/LogentriesCore.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/LogentriesNLog.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NzbDrone.Common.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NzbDrone.Mono.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NzbDrone.Update.exe.config had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NzbDrone.Update.exe.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/SharpRaven.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/CurlSharp.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/ICSharpCode.SharpZipLib.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/LogentriesCore.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/LogentriesNLog.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/Newtonsoft.Json.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NLog.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NzbDrone.Common.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NzbDrone.Mono.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/NzbDrone.Update.exe had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/Org.Mentalis.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/SharpRaven.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Update/SocksWebProxy.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.exe.config had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.exe.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/OAuth.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/SharpRaven.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/System.Data.SQLite.xml had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/activity.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/addSeries.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/bootstrap.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/bootstrap.toggle-switch.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/calendar.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/cells.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/fullcalendar.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/info.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/logs.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/manualimport.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/messenger.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/messenger.flat.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/overrides.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/series.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/settings.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/theme.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/_output/UI/Content/update.css.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/activity.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/addSeries.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/bootstrap.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/bootstrap.toggle-switch.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/calendar.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/cells.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/FontAwesome/fontawesome-webfont.eot had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/FontAwesome/fontawesome-webfont.svg had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/FontAwesome/fontawesome-webfont.ttf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/FontAwesome/fontawesome-webfont.woff had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/FontAwesome/fontawesome-webfont.woff2 had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/FontAwesome/FontAwesome.otf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-light.eot had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-light.ttf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-light.woff had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-regular.eot had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-regular.ttf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-regular.woff had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-semibold.eot had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-semibold.ttf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/opensans-semibold.woff had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/ubuntumono-regular.eot had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/UbuntuMono-Regular.ttf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fonts/ubuntumono-regular.woff had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/fullcalendar.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/404.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/background/logo.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/favicon-debug.ico had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/favicon.ico had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/logos/128.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/logos/32.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/logos/48.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/logos/64.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/poster-dark.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/safari/logo.svg had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/touch/114.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/touch/144.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/touch/57.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/Images/touch/72.png had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/info.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/logs.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/manualimport.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/messenger.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/messenger.flat.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/overrides.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/robots.txt had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/series.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/settings.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/theme.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/update.css had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/Content/zero.clipboard.swf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/handlebars.runtime.js had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/index.html had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/login.html had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/main.js had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/main.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/oauth.html had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/polyfills.js had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/templates.js had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/vendor.js had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/UI/vendor.map had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/antlr.runtime.dll.mdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/CookComputing.XmlRpcV2.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/CurlSharp.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/FluentMigrator.Runner.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/FluentMigrator.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/FluentValidation.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Growl.Connector.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Growl.CoreLibrary.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/ICSharpCode.SharpZipLib.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Ical.Net.Collections.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Ical.Net.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/ImageResizer.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/LogentriesCore.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/LogentriesNLog.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Marr.Data.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Microsoft.AspNet.SignalR.Core.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Microsoft.AspNet.SignalR.Owin.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Microsoft.Owin.Host.HttpListener.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Microsoft.Owin.Hosting.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Microsoft.Owin.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/MonoTorrent.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NLog.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Nancy.Authentication.Basic.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Nancy.Authentication.Forms.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Nancy.Owin.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Nancy.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Newtonsoft.Json.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NodaTime.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Api.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Common.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Core.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Host.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.Mono.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.SignalR.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/NzbDrone.exe had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/OAuth.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Org.Mentalis.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Owin.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/Prowlin.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/RestSharp.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/SharpRaven.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/SocksWebProxy.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/System.Data.SQLite.dll had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228/bin/antlr.runtime.dll had a zero exit code or showed the expected version
- 0 of 168 passed binary check by having a zero exit code.
- 0 of 168 passed binary check by having the new version present in output.
- found 2.0.0.5228 with grep in /nix/store/drw7443vn5d6jf0w0qdpfj4g3ivjd65b-sonarr-2.0.0.5228
- directory tree listing: https://gist.github.com/567476160646b4b62c838c9cfc79df14
- du listing: https://gist.github.com/daa8a44ec51c871d66e8012b8d6d369a
More housecleaning, also as per @Mic92. He's right, as it says in the manual, to
use fetchFromGithub instead of fetchgit
> Best: Fetches a snapshot archive and you get the rev you want.