Commit graph

49598 commits

Author SHA1 Message Date
Oleksii Filonenko 40d5a07ebe sozu: init at 0.11.46 2020-03-31 11:48:10 +03:00
Michele Guerini Rocco 4a3f9aced7
Merge pull request #82692 from doronbehar/package-sacd
sacd: init at 19.7.16.37
2020-03-27 11:43:54 +01:00
Doron Behar 5930c2f02c sacd: init at 19.7.16.37 2020-03-27 13:40:41 +03:00
Christoph Neidahl 81d0e3d056 cheesecutter: init at unstable-2019-12-06 2020-03-27 01:40:56 -07:00
Christoph Neidahl 2a846e9c38 acme: init at 120 2020-03-27 01:40:56 -07:00
Steve Jones 28aa914b1e qmidiarp: init at 0.6.5 2020-03-27 01:34:44 -07:00
Dmitry Kalinkin fa73723305
perlPackages.CPAN: fix patch download
Fixes: 153b0db9 ('perlPackages.CPAN: apply patch to fix changed YAML module default')
Closes: #81480
2020-03-27 04:04:53 -04:00
Benjamin Hipple f5ffd143d6 python2Packages.pytest-faulthandler: remove package
This has been upstreamed into pytest itself as of pytest 5.0, which we have:
https://github.com/pytest-dev/pytest-faulthandler

Since it should no longer be used, let's remove from nix.
2020-03-26 22:14:13 -07:00
Orivej Desh 3e47a6e50a nootka: init at 1.4.7, init unstable at 1.7.0-beta1 2020-03-26 23:36:29 +00:00
Orivej Desh ed5d0ed4c6 tony: init at 2.1.1 2020-03-26 22:34:47 +00:00
Orivej Desh ef164d2ba9 vamp-plugin-sdk: rename from vamp.vampSDK 2020-03-26 22:34:47 +00:00
Matthieu Coudron ede6944f4f
Merge pull request #83389 from jonringer/add-xdg
python3Packages.xdg: init at 4.0.1
2020-03-26 20:09:45 +01:00
Drew Risinger 532e0890b4 pythonPackages.qiskit-ibmq-provider: init at 0.4.5
Qiskit Provider for accessing the quantum devices and simulators at IBMQ.

Requirement of qiskit package.
2020-03-26 10:38:27 -07:00
Maximilian Bosch 90dcc33603
Merge pull request #40082 from jarjee/update/mongodb
mongodb: 3.4.10 -> 4.0.12
2020-03-26 18:15:09 +01:00
Ryan Mulligan c09f2cce68
Merge pull request #63079 from dmvianna/inconsolata-nerdfont-2.0.0
inconsolata-nerdfont: init at 2.0.0
2020-03-26 09:30:45 -07:00
Niklas Hambüchen 0bc0823ff7
Merge pull request #83144 from nh2/conan-1.23.0
Conan 1.23.0
2020-03-26 15:55:39 +01:00
Nathan Smyth 165d8bda82
mongodb: 3.4.20 -> 3.4.22, 3.6.12 -> 3.6.13, 4.0.9 -> 4.0.11 2020-03-26 14:02:49 +01:00
Nathan Smyth 97c4dff158
mongodb: split packages to expose 3.4, 3.6 and 4.0 2020-03-26 14:02:48 +01:00
Maximilian Bosch 89bcf4b7e2
Merge pull request #82353 from Ma27/nextcloud-upgrade-path
nixos/nextcloud: fix upgrade path from 19.09 to 20.03
2020-03-26 11:00:23 +01:00
Jörg Thalheim 461784ffe4
Merge pull request #83373 from bbigras/pixiecore
pixiecore: init at 2020-03-25
2020-03-26 08:09:30 +00:00
Bruno Bigras 78fbe7dba6 pixiecore: init at 2020-03-25
Co-authored-by: raunovv <rauno@oyenetwork.com>
2020-03-26 00:50:29 -04:00
Mario Rodas bc79701a3c
Merge pull request #83333 from marsam/update-wal-g
wal-g: 0.2.14 -> 0.2.15
2020-03-25 20:29:49 -05:00
Dmitry Kudriavtsev e882dfe91f hercules: init at 3.13 2020-03-25 17:52:23 -07:00
Jonathan Ringer 44df87416d python3Packages.xdg: init at 4.0.1 2020-03-25 17:11:45 -07:00
Aaron Andersen a15e0daf99
Merge pull request #80035 from dtzWill/update/stretchly-0.21.1-electron7-simplify
stretchly: 0.21.0 -> 0.21.1, use system electron, simplify
2020-03-25 19:26:31 -04:00
Maximilian Bosch 702f645aa8
nixos/nextcloud: implement a safe upgrade-path between 19.09 and 20.03
It's impossible to move two major-versions forward when upgrading
Nextcloud. This is an issue when comming from 19.09 (using Nextcloud 16)
and trying to upgrade to 20.03 (using Nextcloud 18 by default).

This patch implements the measurements discussed in #82056 and #82353 to
improve the update process and to circumvent similar issues in the
future:

* `pkgs.nextcloud` has been removed in favor of versioned attributes
  (currently `pkgs.nextcloud17` and `pkgs.nextcloud18`). With that
  approach we can safely backport major-releases in the future to
  simplify those upgrade-paths and we can select one of the
  major-releases as default depending on the configuration (helpful to
  decide whether e.g. `pkgs.nextcloud17` or `pkgs.nextcloud18` should be
  used on 20.03 and `master` atm).

* If `system.stateVersion` is older than `20.03`, `nextcloud17` will be
  used (which is one major-release behind v16 from 19.09). When using a
  package older than the latest major-release available (currently v18),
  the evaluation will cause a warning which describes the issue and
  suggests next steps.

  To make those package-selections easier, a new option to define the
  package to be used for the service (namely
  `services.nextcloud.package`) was introduced.

* If `pkgs.nextcloud` exists (e.g. due to an overlay which was used to
  provide more recent Nextcloud versions on older NixOS-releases), an
  evaluation error will be thrown by default: this is to make sure that
  `services.nextcloud.package` doesn't use an older version by accident
  after checking the state-version. If `pkgs.nextcloud` is added
  manually, it needs to be declared explicitly in
  `services.nextcloud.package`.

* The `nixos/nextcloud`-documentation contains a
  "Maintainer information"-chapter  which describes how to roll out new
  Nextcloud releases and how to deal with old (and probably unsafe)
  versions.

Closes #82056
2020-03-25 22:07:29 +01:00
Mario Rodas 5ce4be4536
Merge pull request #81621 from marsam/update-scrapy
pythonPackages.scrapy: 1.8.0 -> 2.0.0
2020-03-25 07:22:43 -05:00
peelz c79b04a9a5 rmtrash: init at 1.13 2020-03-24 19:01:31 -07:00
Benjamin Hipple fcbc4151d4
Merge pull request #82622 from lopsided98/opentx-update
opentx: 2.2.1 -> 2.3.5, fix build
2020-03-24 20:37:13 -04:00
Jan Beinke 504fe636f2 python3Packages.pymumble: init at 0.3.1 2020-03-24 14:33:49 -07:00
Pascal Bach b70d749db8 python.pkgs.bacpypes: init at 0.18.0
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-03-24 12:36:46 -07:00
Dmitry Kalinkin 1ca3c56542 remove pythonPackages.pyhepmc
pythonPackages.hepmc3 should cover this functionality
2020-03-24 12:32:55 -07:00
Dmitry Kalinkin 61bc9e12a4 hepmc3: add python support 2020-03-24 12:32:55 -07:00
Millian Poquet 487bb6c32c python3Packages.pytest-html: init at 2.1.0 2020-03-24 12:24:49 -07:00
Millian Poquet ebed789ad4 pythonPackages.pytest-metadata: init at 1.8.0 2020-03-24 12:24:49 -07:00
Marek Fajkus 6231406535
zasm: Init at 4.2.6 2020-03-24 18:29:53 +01:00
Eelco Dolstra d6ec410a47
Add packages.json to the tarball job
Moved from nixos-homepage.
2020-03-24 16:42:00 +01:00
puzzlewolf 5016a7612a grandorgue: init at 0.3.1-r2333 2020-03-24 14:36:15 +01:00
Marek Mahut 1452e4acb7
Merge pull request #83135 from mmahut/tessera
tessera: init at 0.10.2
2020-03-24 13:19:46 +01:00
Mario Rodas 237a07a7d5
wal-g: 0.2.14 -> 0.2.15
Changelog: https://github.com/wal-g/wal-g/releases/tag/v0.2.15
2020-03-24 04:20:00 -05:00
Aneesh Agrawal d81848e7ca as31: remove
I don't use this anymore and it's fairly obscure;
I don't think anyone else uses it, so remove it.
2020-03-24 01:20:23 -04:00
worldofpeace 3a6d2f7d30
Merge pull request #81159 from c00w/some_go_112_drop
[go] Undo some 1.12 overrides that now build with 1.13
2020-03-23 17:34:58 -04:00
Aaron Andersen 68a963fc70
Merge pull request #82189 from stigtsp/package/perl-mojo-pg-init
perlPackages.MojoPg: init at 4.18
2020-03-23 16:44:04 -04:00
worldofpeace 01fc385d4a
Merge pull request #82289 from lovesegfault/passh-2020-03-10
passh: init at 2020-03-18
2020-03-23 16:23:14 -04:00
worldofpeace 37c62efad5
Merge pull request #81028 from mkg20001/ssh-import-id
ssh-import-id: init at 5.8
2020-03-23 15:50:54 -04:00
Jan Beinke ca3e516e38 python3Packages.opuslib: init at 3.0.3 2020-03-23 10:33:30 -07:00
Phil Scott 664c6e273d keeperrl: init at alpha28 2020-03-23 10:05:13 -07:00
Matthias Beyer f24538c570
xmage: init at 1.4.42V6 (#82655)
xmage: init at 1.4.42V6
2020-03-23 09:55:30 -07:00
Jan Tojnar 7d9e3877e1
Merge pull request #81924 from bachp/samba-4.12.0
samba: 4.11.5 -> 4.12.0
2020-03-23 15:26:39 +01:00
Vincent Laporte dd6d785d38 ocamlPackages.graphics: init at 5.1.0 for OCaml ≥ 4.09 2020-03-23 09:12:50 +01:00