Commit Graph

5753 Commits

Author SHA1 Message Date
Okina Matara
920f1bc190 hydron: init at 2018-07-15 2018-07-18 13:17:42 -05:00
Robert Schütz
7682a1f0ec home-assistant: 0.73.1 -> 0.73.2
This fixes a security hole allowing man in the middle attacks.
See https://www.home-assistant.io/blog/2018/07/16/release-73-2/.
2018-07-17 14:36:47 +02:00
Frederik Rietdijk
6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
R. RyanTM
705b807c7c jackett: 0.8.1209 -> 0.9.1 (#43467)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jackett/versions.
2018-07-16 10:54:30 +02:00
Yegor Timoshenko
c9a1e46085 xkbcomp: 1.4.0 -> 1.4.2 (#43589) 2018-07-16 10:41:07 +02:00
Vaibhav Sagar
2b9deeb0a9 aerospike: fix ofborg eval (#43603)
s/maintainer/maintainers/
2018-07-16 10:08:55 +02:00
Uli Baum
8e5dbacd85 aerospike: fix ofborg eval
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.
2018-07-16 08:45:31 +02:00
Wael M. Nasreddine
fd2448b2e6 aerospike: init at 4.2.0.4
Co-authored-by: Volth <volth@webmaster.ms>
2018-07-16 04:21:47 +00:00
R. RyanTM
f68920176c shairport-sync: 3.1.7 -> 3.2 2018-07-16 04:07:06 +00:00
Izorkin
7307c35f30 mariadb: 10.2.15 -> 10.2.16 2018-07-16 03:53:32 +00:00
Izorkin
e76f382c75 nginxModules: sorting of modules alphabetically 2018-07-16 03:44:32 +00:00
Franz Pletz
4fbc423b77
caddy: 0.10.12 -> 0.11.0 2018-07-16 00:04:43 +02:00
Franz Pletz
0a5186a7cb
Merge pull request #43580 from Izorkin/nginx-modules
Update nginx modules
2018-07-15 21:56:09 +00:00
Izorkin
3a5d104a33 nginxModules.develkit: update to v0.3.1rc1 2018-07-16 00:25:36 +03:00
Izorkin
75b2940145 nginxModules.upstream-check: update to rev 9aecf15 2018-07-16 00:25:20 +03:00
Izorkin
c96d49733a nginxModules.statsd: update to rev b970e40 2018-07-16 00:25:01 +03:00
Izorkin
04eb0731fb nginxModules.pam: update to v1.5.1 2018-07-16 00:24:45 +03:00
Izorkin
eff0def7dc nginxModules.set-misc: update to v0.32 2018-07-16 00:24:27 +03:00
Izorkin
ea52907348 nginxModules.lua: update to v0.10.13 2018-07-16 00:24:14 +03:00
Izorkin
8584845aa1 nginxModules.moreheaders: update to v0.33 2018-07-16 00:23:41 +03:00
Izorkin
a16eee878f nginxModules.ipscrub: update to v1.0.1 2018-07-16 00:22:54 +03:00
Izorkin
11653f8e6b nginxModules.sla: init at 7778f01 2018-07-15 20:29:57 +00:00
Franz Pletz
0b2b4b8c4e
charybdis: 3.5.5 -> 4.1 2018-07-15 21:41:46 +02:00
Franz Pletz
29da51c8e9
mpd: 0.20.18 -> 0.20.20 2018-07-15 21:41:46 +02:00
Franz Pletz
3239ef84ea
nginxMainline: 1.13.12 -> 1.15.1 2018-07-15 21:41:45 +02:00
Franz Pletz
1638d91d7a
matterircd: 0.16.5 -> 0.18.2 2018-07-15 21:41:45 +02:00
Franz Pletz
27b8072a98
prometheus-alertmanager: 0.14.0 -> 0.15.1 2018-07-15 21:41:45 +02:00
Izorkin
bfb393f55e nginx-fancyindex: init at 0.4.3 2018-07-15 20:07:34 +03:00
Robert Schütz
18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
xeji
0ef2389327
Merge pull request #43315 from ryantm/cpan
treewide: replace search.cpan.org with metacpan.org
2018-07-15 11:51:58 +02:00
Ryan Mulligan
220618ef9c perlPackages: remove search.cpan.org; add metacpan.org default homepage
https://www.perl.com/article/saying-goodbye-to-search-cpan-org/

maybe one operation less

..with unifying recursiveUpdate and first //

although not tested

fix whitespace
2018-07-14 18:49:00 -07:00
Austin Seipp
6a1b65b606 timescaledb: 0.9.2 -> 0.10.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-14 12:53:36 -05:00
Austin Seipp
8f21a16861 timescaledb: create $out/bin in order to work around a stupid bug
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>
2018-07-14 12:50:20 -05:00
Frederik Rietdijk
4b7f0903ca
Merge pull request #43477 from r-ryantm/auto-update/dnsdist
dnsdist: 1.3.0 -> 1.3.2
2018-07-13 18:48:28 +02:00
Frederik Rietdijk
1dfe802f2a
Merge pull request #43475 from r-ryantm/auto-update/couchdb
couchdb2: 2.1.1 -> 2.1.2
2018-07-13 18:48:14 +02:00
R. RyanTM
b067f54661 dnsdist: 1.3.0 -> 1.3.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dnsdist/versions.
2018-07-13 04:36:26 -07:00
R. RyanTM
20c9b4727c couchdb2: 2.1.1 -> 2.1.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/couchdb/versions.
2018-07-13 04:16:11 -07:00
Pascal Wittmann
b85d1f638a
xeyes: 1.1.1 -> 1.1.2 2018-07-12 22:18:03 +02:00
Silvan Mosberger
b84e951f92
Merge pull request #43232 from Infinisil/update/xkeyboardconfig
xorg.xkeyboardconfig: 2.23.1 -> 2.24, Fixes issue with polish symbols syntax
2018-07-12 00:14:50 +02:00
Jaka Hudoklin
6cc50b144a prometheus-jmx-httpserver: init at 0.10 (#43336)
prometheus-jmx-httpserver: init at 0.10
2018-07-11 21:17:09 +02:00
R. RyanTM
2d1d17032b dovecot: 2.3.2 -> 2.3.2.1 (#43351)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dovecot/versions.
2018-07-11 17:51:32 +02:00
Eelco Dolstra
c93123afb6
Merge pull request #42937 from gavinrogers/init_holochain
holochain-go: init at 0.1.0-alpha
2018-07-11 17:46:30 +02:00
Frederik Rietdijk
45a4626dfd
Merge pull request #43337 from r-ryantm/auto-update/memcached
memcached: 1.5.8 -> 1.5.9
2018-07-11 12:19:02 +02:00
R. RyanTM
2b81b44b2a memcached: 1.5.8 -> 1.5.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/memcached/versions.
2018-07-11 02:52:03 -07:00
Frederik Rietdijk
c93c788cde
Merge pull request #43317 from r-ryantm/auto-update/uwsgi
uwsgi: 2.0.17 -> 2.0.17.1
2018-07-11 11:37:34 +02:00
adisbladis
04c26d79c2
coredns: Fix hash 2018-07-11 16:55:17 +08:00
R. RyanTM
37962d0256 uwsgi: 2.0.17 -> 2.0.17.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/uwsgi/versions.
2018-07-10 21:21:55 -07:00
Vladimír Čunát
2698bb461f
knot-dns: 2.6.7 -> 2.6.8 (maintenance)
https://lists.nic.cz/pipermail/knot-dns-users/2018-July/001409.html
2018-07-10 15:23:20 +02:00
Robert Schütz
ef2ac673a1 home-assistant: 0.73.0 -> 0.73.1 2018-07-09 16:16:43 +02:00
Peter Hoeg
f759a0d0a6
Merge pull request #43153 from dotlambda/home-assistant-0.73.0
home-assistant: 0.72.1 -> 0.73.0
2018-07-09 21:46:42 +08:00
Silvan Mosberger
5bdd9bddb5
xorg.xkeyboardconfig: 2.23.1 -> 2.24 2018-07-09 04:51:18 +02:00
R. RyanTM
53ef7f0c81 jackett: 0.8.1138 -> 0.8.1209 (#42999)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/jackett/versions.

These checks were done:

- built on NixOS
- /nix/store/hlpqjm3nia27yrsvss57828qla6a1x5m-jackett-0.8.1209/bin/Jackett passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.8.1209 with grep in /nix/store/hlpqjm3nia27yrsvss57828qla6a1x5m-jackett-0.8.1209
- directory tree listing: https://gist.github.com/73cb9952f51705ba06c4c820c3466ffa
- du listing: https://gist.github.com/c6920225e6de6c9be6afa6799f4b17d6
2018-07-09 00:03:51 +02:00
Robert Schütz
33ce6a4017
Merge pull request #43201 from dotlambda/vobject-0.9.6
python.pkgs.vobject: 0.9.5 -> 0.9.6
2018-07-08 13:47:12 +02:00
Robert Schütz
01d6aca3ae radicale: pin vobject==0.9.5 2018-07-08 10:54:59 +02:00
Vladimír Čunát
1c5addde5f
knot_resolver: support prefill module in extraFeatures 2018-07-08 09:21:42 +02:00
Silvan Mosberger
b5f6a0c7de
Merge pull request #42953 from r-ryantm/auto-update/sonarr
sonarr: 2.0.0.5163 -> 2.0.0.5228
2018-07-08 01:25:16 +02:00
Robert Schütz
e8697ddea4 home-assistant: 0.72.1 -> 0.73.0 2018-07-08 00:01:32 +02:00
Silvan Mosberger
d925fe3f81
Merge pull request #42980 from r-ryantm/auto-update/nagios
nagios: 4.4.0 -> 4.4.1
2018-07-07 18:52:23 +02:00
Jaka Hudoklin
ce32952d15 zookeeper: patch shebangs in output scripts 2018-07-07 11:34:06 +02:00
Jaka Hudoklin
6e9c7f0ad5 zookeeper: wrap zkServer.sh command 2018-07-07 11:34:04 +02:00
Gavin Rogers
f917b155e5 Add: GoEndian dependancy
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:```
2018-07-06 14:00:22 +01:00
Jaka Hudoklin
588dbd714e apache-kafka: add missing gnugrep gnused and coreutils deps (#43111) 2018-07-06 14:18:42 +02:00
Gavin Rogers
6c857b7f70 Fix: remove platform declaration, add eventfd
"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.
2018-07-06 11:55:48 +01:00
Will Dietz
f22cbe5c35 xbacklight: 1.2.1 -> 1.2.2 (#43101) 2018-07-06 11:27:49 +02:00
Matthew Bauer
af56538c89
Merge pull request #42687 from nh2/nginx-debug-build
nginx: Flag to build with debugging and parallel builds
2018-07-05 22:11:51 -04:00
Matthew Bauer
62f47c56b7
Merge pull request #42723 from thefloweringash/es5-plugin-classpath
elasticsearch5: Set classpath for elasticsearch-plugin
2018-07-05 22:10:47 -04:00
xeji
5c271db791
Merge pull request #43060 from disassembler/asterisk
Asterisk xmpp support
2018-07-06 00:43:26 +02:00
Gabriel Ebner
6b8f521852
Merge pull request #42951 from r-ryantm/auto-update/shaarli
shaarli: 0.9.6 -> 0.9.7
2018-07-05 16:55:36 +02:00
Gabriel Ebner
d88671a1b9
Merge pull request #42945 from r-ryantm/auto-update/yaws
yaws: 2.0.5 -> 2.0.6
2018-07-05 16:54:40 +02:00
Jan Tojnar
cff5bd0bc5
selfoss: clean up 2018-07-05 10:38:31 +02:00
Richard Marko
91575dd285 pps-tools: init at 1.0.2, enable for chrony, gpsd, ntp (#42889) 2018-07-04 11:28:07 +00:00
Michael Raskin
c3b294855f
Merge pull request #43004 from r-ryantm/auto-update/apache-jena-fuseki
apache-jena-fuseki: 3.7.0 -> 3.8.0
2018-07-04 08:55:30 +00:00
R. RyanTM
0fdb92397c apache-jena-fuseki: 3.7.0 -> 3.8.0
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
2018-07-03 23:40:30 -07:00
R. RyanTM
1d5d31a927 nagios: 4.4.0 -> 4.4.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/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
2018-07-03 21:34:47 -07:00
Samuel Leathers
561bd16d01
asterisk: add xmpp/motif support 2018-07-04 00:17:52 -04:00
R. RyanTM
b5d96158dd sonarr: 2.0.0.5163 -> 2.0.0.5228
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
2018-07-03 15:09:56 -07:00
R. RyanTM
dc152b63a0 shaarli: 0.9.6 -> 0.9.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/shaarli/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.9.7 with grep in /nix/store/qb0qnz5g71qcigji532rz8fb3fmds607-shaarli-0.9.7
- directory tree listing: https://gist.github.com/d5b4de9629307cb77b06763e100b9ffd
- du listing: https://gist.github.com/db083d0d397fa00514a7de0a57879f39
2018-07-03 14:58:19 -07:00
R. RyanTM
fff21f417f yaws: 2.0.5 -> 2.0.6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/yaws/versions.

These checks were done:

- built on NixOS
- /nix/store/vc5va0app2hqsv6521jp8xgqdx2pzpl9-yaws-2.0.6/bin/yaws passed the binary check.
- 0 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 2.0.6 with grep in /nix/store/vc5va0app2hqsv6521jp8xgqdx2pzpl9-yaws-2.0.6
- directory tree listing: https://gist.github.com/7cf8f0c6f8d5415c26e238c51d662ef6
- du listing: https://gist.github.com/6966b688f7264a9be53bbb606d4b7852
2018-07-03 13:51:48 -07:00
Gavin Rogers
0090b88ec3 Fix: switch expression to use fetchFromGitHub 2018-07-03 20:55:05 +01:00
Gavin Rogers
f59e6b4daf Fix: Capitalisation of downloadPage 2018-07-03 20:41:37 +01:00
Gavin Rogers
93a7c5d77b Cleanup: remove v from version and use fetchFromGithub
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.
2018-07-03 20:41:25 +01:00
Gavin Rogers
4c497d522c Cleanup: remove line left over from template
As per @Mic92: can be removed
2018-07-03 20:41:11 +01:00
Gavin Rogers
c50f7a361a Cleanup: remove autogenerated line
Agree with @Mic92: "Since this was manually edited, we should not claim it was
auto generated.
2018-07-03 20:41:02 +01:00
Gavin Rogers
9a9539df65 init: holochain-go at 0.1.0-alpha
Holochain is a platform for creating an unenclosable carrier upon which
highly-scalable dApps and smart contracts can be built. This is the holochain
team's initial implimentation in go. A rust version is under development.
2018-07-03 20:40:52 +01:00
Austin Seipp
e42e0c8179 foundationdb: add 5.2.5 release, and new 6.0.0 snapshot
This requires a bit of fiddling with the ldflags patches and reworking a few
things about how the SCM info is configured. Ideally, not much more will change
before the 6.0 release, I think...

This also upgrades all FoundationDB packages to use the ordinary libressl
expression (which is now at 2.7.x), and changes around a few other things,
which will require a rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-03 09:09:02 -05:00
Vladimír Čunát
ea8b0fa1cc
knot-resolver: 2.3.0 -> 2.4.0
It includes security-relevant fixes.
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v2.4.0
2018-07-03 10:53:30 +02:00
Michael Raskin
366cd2ad8c
Merge pull request #42858 from oxij/pkg/update-rspamd
rspamd: 1.6.6 -> 1.7.4
2018-07-02 22:03:26 +00:00
Jan Malakhovski
f2e1998c13 Revert "rspamd: 1.7.3 -> 1.7.4"
Broken on aarch64.
2018-07-02 21:45:29 +00:00
Satoshi Shishiku
50d27311cc rspamd: 1.7.3 -> 1.7.4 2018-07-02 21:44:45 +00:00
Satoshi Shishiku
f09b96b982 rspamd: cleanup 2018-07-02 21:43:49 +00:00
Jan Malakhovski
d0dcc467db rspamd: 1.6.6 -> 1.7.3 2018-07-02 21:42:10 +00:00
Pascal Wittmann
3e6c0337c9
Merge pull request #42863 from elitak/livepeer
livepeer: init at 0.2.4
2018-07-02 18:23:01 +02:00
Jörg Thalheim
8cf4a4725c
Merge pull request #41823 from Chiiruno/dev/meguca
meguca: 2018-05-26 -> 2018-06-11
2018-07-02 15:35:42 +01:00
Sarah Brofeldt
6abb68d47a Revert "foundationdb: add 5.2.5 release, and new 6.0.0 snapshot"
This reverts commit 1fa2503f9d.
Broke ofborg evals due to missing required argument sdvend49
2018-07-02 16:08:54 +02:00
Austin Seipp
1fa2503f9d foundationdb: add 5.2.5 release, and new 6.0.0 snapshot
This requires a bit of fiddling with the ldflags patches and reworking a few
things about how the SCM info is configured. Ideally, not much more will change
before the 6.0 release, I think...

This also upgrades all FoundationDB packages to use the ordinary libressl
expression (which is now at 2.7.x), and changes around a few other things,
which will require a rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-02 06:48:41 -05:00
Okina Matara
3bec94f2e1 meguca: Disable building C++ client for Darwin 2018-07-02 05:43:57 -05:00
Eric Litak
faf44ff2dc livepeer: init at 0.2.4 2018-07-02 02:16:55 -07:00
Okina Matara
05a337ce53 meguca: 2018-06-29 -> 2018-07-01 2018-06-30 20:10:28 -05:00
Robert Schütz
21774be1bd dovecot: 2.3.1 -> 2.3.2, dovecot-pigeonhole: 0.5.1 -> 0.5.2 (#42779) 2018-06-30 13:41:39 +02:00
Ryan Mulligan
1d54dc6841 treewide: http -> https 2018-06-29 17:18:27 -07:00