Commit graph

49579 commits

Author SHA1 Message Date
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
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
Vincent Laporte 0229936bbe buildDunePackage: add a “useDune2” option 2020-03-23 09:12:50 +01:00
Lancelot SIX 2a5a719930 pythonPackages.django_1_8: drop
This version is heavily outdated and is not required anymore.

Closes #52679
2020-03-22 22:47:53 -07:00
Lancelot SIX d98fec6bd9 ptyhonPackages.django_tagging_0_4_3: drop 2020-03-22 22:47:53 -07:00
Lancelot SIX 0e6e3ddb2d pythonPackages.graphitepager: drop
This module is python2 only. Upstream repo does not exist in github
anymore (returns 404), so it is safer to drop it in nixpkgs.
2020-03-22 22:47:53 -07:00
Orivej Desh f4c15495a6 libinstpatch: init at 1.1.3 2020-03-23 02:54:49 +00:00
Orivej Desh e1c3085354 lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Colin L Rice ac1336120f treewide Drop unneeded go 1.12 overrides 2020-03-22 18:06:25 -04:00
Robert Hensing 4580564d4a
Merge pull request #83124 from gnprice/pr-python39full
python39Full: fix to use Python 3.9 rather than 3.8
2020-03-22 18:12:41 +01:00
Dmitry Kalinkin 54a0e269b3
Merge pull request #81922 from mjlbach/opencv_alternative
Enable nvidia-optical-flow-sdk when building opencv4 with cuda
2020-03-22 11:13:53 -04:00
Daiderd Jordan ce12576dd0
Merge pull request #83079 from LnL7/darwin-gotools
gotools: fix darwin build
2020-03-22 14:41:16 +01:00
Mario Rodas 4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Marek Mahut e8cfb12f46 tessera: init at 0.10.2 2020-03-22 13:22:14 +01:00
Michele Guerini Rocco bb9cf0f369
Merge pull request #83115 from rnhmjoj/monero
monero-gui: 0.15.0.1 -> 0.15.0.4
2020-03-22 09:14:21 +01:00
Dmitry Kalinkin 7b389de077
Merge pull request #81073 from ericdallo/gnome-extensions-drawn-on-your-screen
gnomeExtensions.draw-on-your-screen: init at 6
2020-03-22 03:27:51 -04:00
Greg Price c93acee712 python39Full: fix to use Python 3.9 rather than 3.8
Looks like this was a typo when python39 was added in 648152fdb.
2020-03-21 23:48:45 -07:00
Matthew Bauer b94300945a
Merge pull request #75940 from davidtwco/wooting-init
wooting: init wootility, wooting-udev-rules and module
2020-03-22 02:03:52 -04:00
Jan Tojnar d951c534da
Merge pull request #82274 from jtojnar/suitesparese-5.6
suitesparse: 5.4.0 → 5.7.1 + clean up
2020-03-22 06:58:25 +01:00