R. RyanTM
575f9aa57d
subunit: 1.1.0 -> 1.4.0
2020-03-26 02:09:35 +00:00
R. RyanTM
7613ae0ea7
solr: 8.4.1 -> 8.5.0
2020-03-26 02:06:27 +00:00
John Ericson
3150fc9ba6
Merge pull request #83292 from ehmry/tier7
...
lib/systems: Add Genode platform definitions
2020-03-25 21:37:07 -04:00
Mario Rodas
5ef7469d18
Merge pull request #83338 from marsam/update-lxd
...
lxd: 3.22 -> 3.23
2020-03-25 20:34:48 -05:00
Mario Rodas
07771d755b
Merge pull request #83262 from servalcatty/bump/v2ray
...
v2ray: 4.22.1 -> 4.23.0
2020-03-25 20:32:15 -05:00
Benjamin Hipple
7f62b75c79
Merge pull request #83070 from killercup/cargo-edit-0.6.0
...
cargo edit: 0.5.0 -> 0.6.0
2020-03-25 21:31:37 -04:00
Mario Rodas
9645dfb388
Merge pull request #83358 from r-ryantm/auto-update/python2.7-python-stdnum
...
python27Packages.python-stdnum: 1.12 -> 1.13
2020-03-25 20:30:04 -05: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
worldofpeace
97ed0f131a
Merge pull request #83391 from primeos/nixosTests-installer-fix
...
nixosTests.installer: Don't wait for the nixos-manual service
2020-03-25 21:23:08 -04:00
R. RyanTM
bbb3586884
spice-vdagent: 0.19.0 -> 0.20.0
2020-03-26 01:22:02 +00:00
Dmitry Kudriavtsev
e882dfe91f
hercules: init at 3.13
2020-03-25 17:52:23 -07:00
R. RyanTM
4a3ea14b5b
seaview: 5.0 -> 5.0.2
2020-03-26 00:25:29 +00:00
Michael Weiss
216a7e7a98
nixosTests.installer: Don't wait for the nixos-manual service
...
The nixos-manual service was removed in #83199 but we missed the check
in this test which prevents the "tested" job from succeeding [0][1].
[0]: https://hydra.nixos.org/build/115472896
[1]: https://hydra.nixos.org/build/115472896/nixlog/94/tail
2020-03-26 01:21:34 +01:00
Jonathan Ringer
44df87416d
python3Packages.xdg: init at 4.0.1
2020-03-25 17:11:45 -07:00
Jonathan Ringer
c9f09584bc
python3Packages.poetry: fix hash
2020-03-25 17:04:38 -07:00
Jonathan Ringer
f171f421db
python3Packages.pastel: 0.1.0 -> 0.2.0
2020-03-25 17:03:12 -07:00
Jonathan Ringer
a5ed0154df
python3Packages.clikit: 0.4.1 -> 0.4.3
2020-03-25 17:01:29 -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
José Romildo Malaquias
f4a9d8b30d
Merge pull request #83251 from romildo/upd.iconpack-obsidian
...
iconpack-obsidian: 4.10 -> 4.11
2020-03-25 20:14:19 -03:00
Orivej Desh
c2f5006735
timidity: fix playing over JACK with -iA -Oj
...
Based on https://bugs.archlinux.org/task/40906#comment124519
2020-03-25 23:01:42 +00:00
Orivej Desh
87f75f8e35
performous: fix build
2020-03-25 23:01:42 +00:00
Mario Rodas
ab0379a69e
pueue: 0.1.6 -> 0.2.1
2020-03-25 18:00:00 -05:00
Mario Rodas
ad8bd3b430
fluent-bit: 1.3.11 -> 1.4.0
2020-03-25 18:00:00 -05:00
Austin Seipp
517fd073fc
xcircuit: 3.9.73 -> 3.10.12, maintain
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 17:46:15 -05:00
Ryan Mulligan
bf035ab2f4
Merge pull request #83051 from r-ryantm/auto-update/syncthingtray
...
syncthingtray: 0.10.6 -> 0.10.7
2020-03-25 15:00:57 -07:00
Maciej Krüger
a9708e0a22
cinnamon.mint-y-icons: init at unstable-2020-03-21
2020-03-25 22:48:37 +01:00
Jörg Thalheim
f565c8fd1c
radare2-cutter: 1.10.1 -> 1.10.2
2020-03-25 21:27:14 +00: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
Michael Weiss
14e1f448f0
fscrypt-experimental: 0.2.6 -> 0.2.7
2020-03-25 21:11:19 +01:00
Drew Risinger
0005b13fc5
pythonPackages.flask-appbuilder: 2.1.6 -> 2.3.0
2020-03-25 13:10:03 -07:00
Drew Risinger
eef3ce0bbb
pythonPackages.flask-babel: 0.12.2 -> 1.0.0
2020-03-25 13:08:14 -07:00
Ryan Mulligan
76587ae31c
Merge pull request #83369 from r-ryantm/auto-update/qtutilities
...
libsForQt5.qtutilities: 6.0.4 -> 6.0.5
2020-03-25 12:32:54 -07:00
Vladyslav M
3e1b5a3c79
Merge pull request #83346 from dywedir/cargo-outdated
...
cargo-outdated: 0.9.7 -> 0.9.8
2020-03-25 20:48:16 +02:00
R. RyanTM
c82ab220c3
libsForQt5.qtutilities: 6.0.4 -> 6.0.5
2020-03-25 18:41:10 +00:00
Niklas Hambüchen
a72a69cea7
Merge pull request #83318 from dasj19/hplip-updates
...
hplip: 3.19.12 -> 3.20.3
2020-03-25 19:40:45 +01:00
Timo Kaufmann
d5c0289982
home-manager: extend platforms to unix
...
To match the upstream default.nix.
2020-03-25 19:26:11 +01:00
Timo Kaufmann
a1a81b3fe7
home-manager: install bash completions
2020-03-25 19:25:55 +01:00
R. RyanTM
f1c6072fdd
python27Packages.shodan: 1.21.3 -> 1.22.0
2020-03-25 11:21:18 -07:00
R. RyanTM
3c3e174247
python37Packages.xdis: 4.2.2 -> 4.2.3
2020-03-25 11:20:17 -07:00
Michael Weiss
e571880c55
gitRepo: 2.4.1 -> 2.5
2020-03-25 19:07:36 +01:00
Michael Weiss
63805796c6
glances: 3.1.4 -> 3.1.4.1
2020-03-25 19:01:01 +01:00
John Ericson
33d64b1e24
Merge branch 'tensorflow-versions'
...
This changes no code, but assists in backports.
2020-03-25 17:40:13 +00:00
R. RyanTM
cbc5fbf98e
python27Packages.thespian: 3.9.11 -> 3.10.0
2020-03-25 10:27:43 -07:00
R. RyanTM
97f8808b87
python27Packages.sphinxcontrib-openapi: 0.5.0 -> 0.6.0
2020-03-25 10:19:23 -07:00
R. RyanTM
eb50635ec9
python27Packages.geoalchemy2: 0.6.3 -> 0.7.0
2020-03-25 10:17:46 -07:00
R. RyanTM
b56496945f
python37Packages.aiohttp-socks: 0.3.4 -> 0.3.6
2020-03-25 10:16:08 -07:00
Tim Steinbach
f47e15a63c
zoom-us: 3.5.372466.0322 -> 3.5.374815.0324
2020-03-25 13:06:02 -04:00
Tim Steinbach
ec87ed26e6
linux: 5.5.11 -> 5.5.13
2020-03-25 13:03:19 -04:00
Tim Steinbach
bec620d85b
linux: 5.4.27 -> 5.4.28
2020-03-25 13:03:10 -04:00
Tim Steinbach
9105efdcde
linux: 4.19.112 -> 4.19.113
2020-03-25 13:02:56 -04:00