Commit Graph

215849 Commits

Author SHA1 Message Date
Andreas Rammhold
0ff376c03f
bazel-remote: update fixed output hash 2020-03-03 01:12:27 +01:00
Andreas Rammhold
fa7b4d513c
tensorflow-probabilit: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
9683826ffa
bazel-watcher: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
abd312b6b1
gvisor: update fixed output hash 2020-03-03 01:12:26 +01:00
Andreas Rammhold
fa6c5c3dc7
buildBazelPackage: prime fixed output derivations
All bazel fixed output derivations should be specific to the bazel
version that was used to generate them. There is not guarantee that the
build will still succeed or reproduces (without the cached fixed output)
if the fetch phase wasn't rerun with a different bazel version.

In the past bazel had been bumped but not all those packages that have
fixed outputs from bazel builds. This lead to compiling and somewhat
working TF versions that couldn't be reproduced without the cached fixed
outputs.
2020-03-03 01:12:26 +01:00
R. RyanTM
c37b4466c0 python27Packages.authlib: 0.13 -> 0.14.1 2020-03-02 16:01:54 -08:00
R. RyanTM
e41580fbc3 python27Packages.azure-mgmt-keyvault: 2.0.0 -> 2.1.1 2020-03-02 16:01:14 -08:00
worldofpeace
f23698b8d9
Merge pull request #81542 from conferno/patch-5
xfce.xfdashbooard: fix typo
2020-03-02 23:38:11 +00:00
Maximilian Bosch
a2da250607
Merge pull request #81518 from Ma27/add-dmenu-wayland
dmenu-wayland: init at 2020-02-28
2020-03-03 00:35:10 +01:00
Jan Tojnar
01e352ac44
fetchpatch: Allow using base64-encoded hash
Nix now returns base64-encoded SRI hashes on hash mismatch. Usually,
people copy the returned hashes in TOFU fashion but since base64-encoded
strings can contain slashes, they often broke our use of them for temporary file name.

Escaping them should prevent the failures.
2020-03-02 23:57:40 +01:00
Lancelot SIX
ac75010d33
Merge pull request #81549 from r-ryantm/auto-update/parallel
parallel: 20200122 -> 20200222
2020-03-02 23:35:57 +01:00
Florian Klink
d6587c0444
Merge pull request #80096 from tfc/port-rsyslogd-test
nixosTests.rsyslogd: Port to python
2020-03-02 14:16:51 -08:00
Matthew Bauer
e0e4d591cc nixos/cage: init
Add a cage module to nixos. This can be used to make kiosk-style
systems that boot directly to a single application. The user (demo by
default) is automatically logged in by this service and the
program (xterm by default) is automatically started.

This is useful for some embedded, single-user systems where we want
automatic booting. To keep the system secure, the user should have
limited privileges.

Based on the service provided in the Cage wiki here:

https://github.com/Hjdskes/cage/wiki/Starting-Cage-on-boot-with-systemd

Co-Authored-By: Florian Klink <flokli@flokli.de>
2020-03-02 13:43:20 -08:00
Vladyslav M
1080a07165
Merge pull request #81448 from primeos/wf-recorder
wf-recorder: 0.1 -> 0.2
2020-03-02 23:38:28 +02:00
Brenton Horne
b07eb54048 marvin: 20.4.0 -> 20.6.0 2020-03-02 21:50:25 +01:00
André-Patrick Bubel
bfbf3c5b09
travis: 1.8.10 -> 1.8.11 2020-03-02 21:23:47 +01:00
David Wood
f4d6ed2e8b starship: 0.36.1 -> 0.37.0
Signed-off-by: David Wood <david@davidtw.co>
2020-03-02 21:05:06 +01:00
Benjamin Staffin
96c1a2b15e
latte-dock: 0.9.8.1 -> 0.9.9 (#81494) 2020-03-02 14:49:16 -05:00
WilliButz
eaef96093a
prometheus-nginx-exporter: 0.5.0 -> 0.6.0 (#81285)
* prometheus-nginx-exporter: 0.5.0 -> 0.6.0

* nixos/prometheus-nginx-exporter: update for 0.6.0

Added new option constLabels and updated virtualHost name in the
exporter's test.
2020-03-02 14:48:40 -05:00
Jan Tojnar
fa4534f75b
Merge pull request #81520 from r-ryantm/auto-update/libmypaint
libmypaint: 1.5.0 -> 1.5.1
2020-03-02 20:29:41 +01:00
Jan Tojnar
0eb7bd28dd
Merge pull request #80863 from zowoq/gnome-ext
gnomeExtensions: cleanup
2020-03-02 20:02:12 +01:00
Tim Steinbach
31cf072be9
Merge pull request #81515 from r-ryantm/auto-update/liquibase
liquibase: 3.8.6 -> 3.8.7
2020-03-02 13:57:22 -05:00
adisbladis
298b50df1d poetry: 1.0.3 -> 1.0.5 2020-03-02 10:34:49 -08:00
adisbladis
d3f756d9b7 poetry2nix: 1.5.0 -> 1.6.0 2020-03-02 10:34:49 -08:00
Jonathan Ringer
725dc741c1 python37Packages.poetry: fix build 2020-03-02 10:30:50 -08:00
Jonathan Ringer
76079f270c pythonPackages.aria2p: inherit poetry from python-modules 2020-03-02 10:30:50 -08:00
Jan Tojnar
f27031f48f
Merge pull request #81063 from NixOS/netpbm
netpbm: 10.82.01 → 10.89.1
2020-03-02 19:26:25 +01:00
Jennifer Wilcox
bebcf42905 cocotb: 1.2.0 -> 1.3.0
The fix for the CC/CXX variables was merged some time before 1.3.0.

The `-Werror` seems to be new. It is removed in upstream's master so it
should be removable in the next release. Something in glibc is causing a
warning that is killing the build if `-Werror` isn't removed.
2020-03-02 10:12:30 -08:00
R. RyanTM
519ac8cff4 parallel: 20200122 -> 20200222 2020-03-02 18:12:18 +00:00
Cole Helbling
ecf79a07e1 maintainers: add cole-h 2020-03-02 19:08:58 +01:00
Cole Helbling
e2a0073e2d qimgv: init at 0.8.9
A few notes:

* I only run Linux, so that is what I set `meta.platforms` to.
* Video support is broken in both Nix and Arch builds.
2020-03-02 19:08:58 +01:00
Mathias Schreck
c1e2642da6 aws-sam-cli: 0.41.0 -> 0.43.0 2020-03-02 09:57:20 -08:00
Cole Mickens
bd25053298 plex-mpv-shim: init at 1.7.12 2020-03-02 09:49:13 -08:00
Cole Mickens
486b9fc160 pythonPackages.mpv-jsonipc: init at unstable-2020-02-19 2020-03-02 09:49:13 -08:00
YI
a4019eb9de pyradio: init at 0.8.7.1 2020-03-02 09:48:55 -08:00
Rok Garbas
6096d6b1ef mpd: fix homepage 2020-03-02 18:44:17 +01:00
R. RyanTM
4bd23a3abc mpd: 0.21.19 -> 0.21.20 2020-03-02 18:44:17 +01:00
conferno
e0a2f0fc24
xfce.xfdashbooard: fix typo 2020-03-02 17:22:07 +00:00
Brett Lyons
d1d4d90bd3 Revert "vimPlugins.notational-fzf-vim: init at 2019-12-03"
This reverts commit 0eb33b0485.
2020-03-02 09:16:06 -08:00
Brett Lyons
745dbf46af Revert "vimPlugins.notational-fzf-vim: Fix missing runtime deps"
This reverts commit 976aa97435.
2020-03-02 09:16:06 -08:00
Maximilian Bosch
f4d71e2e73
nixos/release-notes: mention fix for predictable network-interfaces in initrd 2020-03-02 17:57:05 +01:00
Jonathan Ringer
52c5c8a81f python3Packages.dash: 1.8.0 -> 1.9.1 2020-03-02 08:31:18 -08:00
Jonathan Ringer
cab91d59e6 python3Packages.dash-core-components: 1.7.0 -> 1.8.1 2020-03-02 08:31:18 -08:00
Jonathan Ringer
0fffce6bdb pythonPackages.dash-renderer: 1.2.3 -> 1.2.4 2020-03-02 08:31:18 -08:00
Jonathan Ringer
b396d23834 pythonPackages.dash-table: 4.6.0 -> 4.6.1 2020-03-02 08:31:18 -08:00
Maximilian Bosch
70325e63d8
Merge pull request #79532 from NixOS/fix-predictable-ifnames-in-initrd
nixos/stage-1: fix predictable interface names in initrd
2020-03-02 17:14:06 +01:00
goibhniu
5ecf20ff8f
Merge pull request #80789 from fatho/lmms-1.2.1
lmms: 1.2.0-rc7 -> 1.2.1
2020-03-02 15:55:02 +00:00
Mario Rodas
f01b25ee6d ocamlPackages.ocamlnet: disable for Ocaml<4.02 2020-03-02 16:31:25 +01:00
Vladimír Čunát
4d954e528d
Merge #80714: icon-lang: fix build 2020-03-02 16:15:53 +01:00
Vladimír Čunát
a2afee938b
Merge #81512: pkgs/bazel*: Fix path to update-srcDeps.py 2020-03-02 16:15:49 +01:00