Commit graph

7201 commits

Author SHA1 Message Date
Aaron Andersen ee7565af9d solr: init at 8.0.0 2019-04-10 20:12:41 -04:00
Mario Rodas 5e2dee877a influxdb: 1.6.3 -> 1.7.5 (#58622) 2019-04-10 22:32:12 +02:00
Aaron Andersen 29f54684e9
Merge pull request #56234 from freezeboy/demoit
demoit: init at unstable-2019-03-29
2019-04-10 15:00:04 -04:00
freezeboy 5e4ca6a0da init: demoit-unstable-2019-03-29 2019-04-10 18:38:14 +02:00
Bas van Dijk 18925d0ceb prometheus-alertmanager: 0.15.3 -> 0.16.2 2019-04-10 14:52:31 +02:00
Robin Gloster f370553f8f
Merge pull request #58804 from Ma27/roundcube-fixes
roundcube: minor fixes
2019-04-09 18:30:00 +00:00
Vladimír Čunát 6e9f6a63a2
knot-dns: 2.8.0 -> 2.8.1 (maintenance)
https://lists.nic.cz/pipermail/knot-dns-users/2019-April/001660.html
2019-04-09 16:15:55 +02:00
Bas van Dijk a3fb03df3e
Merge pull request #59206 from basvandijk/elk-6.7.1
elk: 6.5.1 -> 6.7.1
2019-04-09 13:04:14 +02:00
Bas van Dijk 7062a073e8 elk: 6.5.1 -> 6.7.1 2019-04-09 12:34:01 +02:00
Pascal Wittmann efa0c651b8
Merge pull request #59150 from Vskilet/jackett-update
jackett: 0.10.846 -> 0.11.170
2019-04-09 11:28:12 +02:00
Aaron Andersen 902ab43a91
Merge pull request #58125 from mwilsoninsight/showoff
showoff: init at 0.20.1
2019-04-08 20:14:06 -04:00
Robin Gloster a58ab8fc05
Merge pull request #58398 from Ma27/package-documize
documize-community: init at 2.2.1
2019-04-08 22:34:11 +00:00
R. RyanTM bc5c2f4c60 postgresqlPackages.postgis: 2.5.1 -> 2.5.2 (#58756)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postgis/versions
2019-04-08 23:58:39 +02:00
Maximilian Bosch acbb74ed18
documize-community: init at 2.2.1
Documize is an open-source alternative for wiki software like Confluence
based on Go and EmberJS. This patch adds the sources for the community
edition[1], for commercial their paid-plan[2] needs to be used.

For commercial use a derivation that bundles the commercial package and
contains a `$out/bin/documize` can be passed to
`services.documize.enable`.

The package compiles the Go sources, the build process also bundles the
pre-built frontend from `gui/public` into the binary.

The NixOS module generates a simple `systemd` unit which starts the
service as a dynamic user, database and a reverse proxy won't be
configured.

[1] https://www.documize.com/get-started/
[2] https://www.documize.com/pricing/
2019-04-08 23:54:57 +02:00
R. RyanTM 33a8155449 postgresqlPackages.pg_cron: 1.1.2 -> 1.1.3 (#58747)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pg_cron/versions
2019-04-08 23:44:12 +02:00
R. RyanTM 4493358e89 redis: 5.0.3 -> 5.0.4 (#58867)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/redis/versions
2019-04-08 22:16:47 +02:00
Simon Lackerbauer e683811972
atlassian-jira: 8.0.1 -> 8.1.0 2019-04-08 20:58:02 +02:00
Simon Lackerbauer b31ab2050a
atlassian-confluence: 6.14.2 -> 6.15.2 2019-04-08 20:58:02 +02:00
Simon Lackerbauer 774a29944e
atlassian-crowd: 3.3.4 -> 3.4.3 2019-04-08 20:58:02 +02:00
xeji 14eb2745aa
Merge pull request #59183 from WilliButz/grafana-update
grafana: 6.1.1 -> 6.1.2
2019-04-08 20:05:17 +02:00
Bas van Dijk 2a722175cd prometheus_2: 2.6.0 -> 2.8.1
See: https://github.com/prometheus/prometheus/releases/tag/v2.8.1
2019-04-08 18:06:00 +02:00
Bas van Dijk 65fa918adb
Merge pull request #59175 from jbgi/generic-prometheus
Expose prometheus generic builder.
2019-04-08 18:03:25 +02:00
WilliButz a9247d09ef
grafana: 6.1.1 -> 6.1.2 2019-04-08 16:55:14 +02:00
Robert Schütz efdb9b4ee8 home-assistant: pin user-agents to 1.1.0
home-assistant-frontend requires
    user-agents==1.1.0
2019-04-08 16:48:02 +02:00
Bas van Dijk b6fdd1a0fc prometheus: rename the generic function to buildPrometheus
Since the `generic` function is now exported it should have a less
generic name, pun intended.
2019-04-08 16:40:42 +02:00
Robert Schütz 3084079695 home-assistant: 0.91.1 -> 0.91.2 2019-04-08 15:36:28 +02:00
Jean-Baptiste Giraudeau 670359e8da
Expose prometheus generic builder.
So that people can easily try newer prometheus version
 in overlays:

 self: super: {
   prometheus_2 = (super.callPackage <nixpkgs/pkgs/servers/monitoring/prometheus> {}).generic {
     version = "2.8.1";
     sha256 = "0x8w0qdh4lcf19nmdlhvgzpy08c2a932d3k49cjwhi5npcsf858n";
     doCheck = false;
   };
 }
2019-04-08 14:02:31 +02:00
Victor SENE 60b4ba1ecc jackett: 0.10.846 -> 0.11.170 2019-04-08 10:14:19 +02:00
Ryan Mulligan 4819c7d8f1
Merge pull request #56464 from Izorkin/ejabberd
ejabberd: 18.12.1 -> 19.02
2019-04-07 17:47:48 -07:00
Samuel Dionne-Riel 40d59c6e8e
Merge pull request #58976 from gilligan/remove-nodejs6
Remove nodejs-6_x which is about to enter EOL
2019-04-07 19:49:24 -04:00
Linus Heckemann e0205c119f
Merge pull request #59118 from Ma27/codimd-node-8
codimd: build with nodejs-8_x
2019-04-07 23:56:24 +02:00
Averell Dalton a753c57ca8 plex: 1.15.2.793 -> 1.15.3.876 2019-04-07 17:20:21 +02:00
Maximilian Bosch 5feec424de
codimd: build with nodejs-8_x
This diff regenerates the package sets for `codimd` and `codemirror`
using NodeJS 8 to get rid of the deprecated[1] `nodejs-6_x`.

Additionally the following issues had to be fixed during the update:

* The package `js-sequence-diagram` has been removed from the NPM
  registry and was replaced by a security holding package[2]. The
  package was published by a third-party (upstream only supports bower
  builds), so it's unclear whether the package will re-appear[3].

  As the tarballs still exist (and the hash didn't change), the package
  will be loaded manually into the build env.

* For the babel-related packages, `dontNpmInstall` will be set for
  `node2nix` installs as some of those packages bundle a
  `package-lock.json` that triggers `ENOTCACHED` errors for optional
  dependencies[4].

For now it should be sufficient to use NodeJS 8 (`codimd` v1.2.x doesn't
support NodeJS 10), in the long term we probably want to use `yarn2nix`
here with NodeJS 10. This is much rather a fix to get rid of another
NodeJS 6 dependency.

[1] `nodejs-6_x` is about to be deprecated, see #58976
[2] https://www.npmjs.com/package/js-sequence-diagrams,
    https://github.com/npm/security-holder
[3] https://github.com/bramp/js-sequence-diagrams/issues/212
[4] https://github.com/svanderburg/node2nix/issues/134
2019-04-07 16:44:26 +02:00
R. RyanTM f2457b6ae1 serviio: 1.9 -> 1.10.1 (#58879)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/serviio/versions
2019-04-07 16:37:46 +02:00
Daniel Schaefer 2e6b8ae970 cassandra: Wrap new binaries (#59090)
The new releases of cassandra added some binaries that the install
script didn't wrap and thus were unusable.
2019-04-07 15:53:57 +02:00
Robin Gloster 0498ba6e06
Merge pull request #59078 from dtzWill/fix-and-update/nextcloud
nextcloud: fix use of mismatched php versions, updates
2019-04-07 09:55:39 +00:00
lewo 604e019b57
Merge pull request #58760 from r-ryantm/auto-update/pure-ftpd
pure-ftpd: 1.0.47 -> 1.0.48
2019-04-06 19:24:18 +02:00
Will Dietz ee22cea1cc nextcloud: 15.0.5 -> 15.0.6
(tagged, not on nextcloud.com/changelog ?)
(admin panel bugged about the update, so should be good :))
2019-04-06 10:36:49 -05:00
Vladimír Čunát 526c4292ae
Merge branch 'staging-next'
This iteration was long, about five weeks (2fcb11a2), I think.
Darwin: it's missing a few thousand binaries and there's a make-netbsd
regression, but I suppose these aren't merge blockers.
2019-04-06 13:20:53 +02:00
xeji 9483ae825f
Merge pull request #59020 from vdemeester/update-traefik
traefik: 1.7.9 -> 1.7.10
2019-04-06 11:39:28 +02:00
Robert Schütz 38b4d2ca6f home-assistant: 0.90.2 -> 0.91.1
https://www.home-assistant.io/blog/2019/04/03/release-91/
2019-04-05 15:39:48 +00:00
Robert Schütz 160b9db695 appdaemon: 3.0.3 -> 3.0.4 2019-04-05 15:39:48 +00:00
Vincent Demeester 953e4323e7
traefik: 1.7.9 -> 1.7.10
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-04-05 17:19:33 +02:00
WilliButz 26d41fb0b8 grafana: 6.1.0 -> 6.1.1 2019-04-05 14:21:40 +00:00
Christoph Hrdinka 2bf0116d34
Merge pull request #58727 from r-ryantm/auto-update/nsd
nsd: 4.1.26 -> 4.1.27
2019-04-05 09:10:22 +02:00
Jörg Thalheim e49a143ac7
Merge pull request #58982 from Mic92/pdns
pdns-recursor: 4.1.11 -> 4.1.12
2019-04-05 02:23:48 +01:00
Silvan Mosberger 15fd16ea4c
Merge pull request #58885 from r-ryantm/auto-update/sonarr
sonarr: 2.0.0.5301 -> 2.0.0.5322
2019-04-04 23:09:51 +02:00
Jörg Thalheim d03ced8648
pdns-recursor: 4.1.11 -> 4.1.12 2019-04-04 19:42:37 +01:00
tobias pflug 0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00
WilliButz cfe5698727 grafana: 6.0.2 -> 6.1.0 (#58917) 2019-04-03 22:51:45 +02:00