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
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
Jonathan Ringer
ca6ccd4f4c
pythonPackages.tensorflow: disable for python2.7 and 3.8
...
(cherry picked from commit b7bdf48e3f
)
2020-03-25 16:43:28 +00:00
Dylan Simon
436a4bace6
tensorflow: 1.15.1 -> 1.15.2
...
(cherry picked from commit 0a5ec494b574ccd3db3b234c7d6637d127bd16da)
(cherry picked from commit 1e769bdd2a
)
2020-03-25 16:43:10 +00:00
Andreas Rammhold
08f2ed7b02
pythonPackages.tensorflow: use bazel_0
...
This allows us to get rid of the compatibility hacks that we had to add
(tf-1.15-bazel-1.0.patch) and also fixes #77626 .
(cherry picked from commit c7adb4ee72
)
2020-03-25 16:43:02 +00:00
Andreas Rammhold
4e7dac0a56
tensorflow: update fixed output hashes
...
(cherry picked from commit 642bea6cec
)
2020-03-25 16:42:53 +00:00
Michael Lingelbach
a0b992fdf8
tensorflow: 1.15.0 -> 1.15.1
...
* Apply glibc 2.3 patch
* build tensorflow with bazel_1
* Bump openssl version to 1.1
(cherry picked from commit 34296980d1
)
2020-03-25 16:42:27 +00:00
John Ericson
e95ccab981
Merge branch 'master' of github.com:nixos/nixpkgs
2020-03-25 11:51:19 -04:00
Dmitry Kalinkin
70dc68397b
Merge pull request #81124 from doronbehar/update-zathura
...
zathura: 0.4.4 -> 0.4.5 and plugins update
2020-03-25 11:50:19 -04:00
John Ericson
506811aee2
Merge branch 'master' of github.com:nixos/nixpkgs
2020-03-25 11:50:07 -04:00
Jörg Thalheim
4b051d3a69
Merge pull request #83363 from r-ryantm/auto-update/python2.7-pyroute2
...
python27Packages.pyroute2: 0.5.9 -> 0.5.10
2020-03-25 15:49:45 +00:00
John Ericson
546cd363d4
Merge branch 'bazel-versions'
...
This doesn't change any code, just will make some backports easier
2020-03-25 11:46:24 -04:00
Andreas Rammhold
d7673d7889
bazel_0: init at 0.26.0
...
(cherry picked from commit 1c0de27df3
)
2020-03-25 11:32:39 -04:00
Janne Heß
cfe8e0e1ad
pkgs/bazel*: Fix path to update-srcDeps.py
...
Otherwise, the -small channel fails on the tarball output.
(cherry picked from commit 0723bf3b72
)
2020-03-25 11:27:15 -04:00
Michael Lingelbach
3fab55793d
Add bazel 1.2.1
...
(cherry picked from commit 1c4f22a5da
)
2020-03-25 11:27:14 -04:00