Commit graph

160773 commits

Author SHA1 Message Date
Franz Pletz f86871ad37
Merge pull request #62293 from etu/gitea-upgrade
gitea: 1.8.1 -> 1.8.2
2019-05-31 13:19:38 +00:00
adisbladis 776922ce40
Merge pull request #62287 from vdemeester/update-skopeo
skopeo: 0.1.35 -> 0.1.36
2019-05-31 14:09:27 +01:00
Mario Rodas 5dfbc73c3b
Merge pull request #62006 from marsam/init-postgresql-pg_auto_failover
postgresqlPackages.pg_auto_failover: init at 1.0.2
2019-05-31 06:56:08 -05:00
Jan Tojnar 2c347116b5
Merge pull request #62237 from jtojnar/openimageio2
openimageio2: init at 2.0.8
2019-05-31 13:53:05 +02:00
Timo Kaufmann 32ba4cf057
vimPlugins: update (#62299) 2019-05-31 13:49:51 +02:00
markuskowa 40cc9cfdb6
Merge pull request #62154 from markuskowa/fix-halide
halide: fix to llvm6
2019-05-31 11:06:14 +02:00
Jörg Thalheim 0c6fb79dd7
Merge pull request #62261 from bricewge/ykman-gui-otp
yubikey-manager-gui: revert part of 2e359d9
2019-05-31 09:48:06 +01:00
Elis Hirwing aa1ca7b972
gitea: 1.8.1 -> 1.8.2
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.8.2
2019-05-31 10:46:48 +02:00
Brice Waegeneire 5aa33504da yubikey-manager-gui: revert part of 2e359d9
Fixes #62210
2019-05-31 10:39:35 +02:00
lewo f3eaa070aa
Merge pull request #62285 from vdemeester/update-skaffold
skaffold: 0.29.0 -> 0.30.0
2019-05-31 10:13:04 +02:00
Matthieu Coudron 66a1e97719 neovim-unwrapped: don't fix cmake
Pollutes git status
2019-05-31 17:07:09 +09:00
Vincent Demeester d0207fde49
skopeo: 0.1.35 -> 0.1.36
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-31 09:58:12 +02:00
Vincent Demeester d03430dde6
skaffold: 0.29.0 -> 0.30.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-31 09:34:10 +02:00
John Wiegley f244c4fe5e
Revert "rustfmt: mark as broken on darwin"
This reverts commit c4bc3e1fe2, because it
is working well on my macOS 10.13 system.
2019-05-30 23:30:10 -07:00
hyphon81 ec157e21b1
pythonPackages.pysptk: init at 0.1.17 2019-05-31 00:39:23 -05:00
Mario Rodas 25f7291302
Merge pull request #62249 from jluttine/salmon-mail-3.1.1
pythonPackages.salmon-mail: 3.1.0 -> 3.1.1
2019-05-31 00:14:51 -05:00
Mario Rodas c701c7198f
Merge pull request #61753 from costrouc/python-accupy-init
pythonPackages.accupy: init at 0.1.4
2019-05-31 00:03:26 -05:00
Will Dietz 8bc2cb9892
Merge pull request #62186 from dtzWill/update/firejail-0.9.60
firejail: 0.9.58.2 -> 0.9.60
2019-05-30 22:43:43 -05:00
Will Dietz 9a0cc071d4
Merge pull request #62195 from dtzWill/update/mno-1.0
mno16: init at 1.0
2019-05-30 22:35:34 -05:00
Will Dietz a5d19a22b5
Merge pull request #62197 from dtzWill/update/agave-10
agave: 009 -> v10
2019-05-30 22:34:27 -05:00
Matthew Bauer 67abc01e4c crystal_0_26: fix hash
hash has been changed since initial commit:

https://hydra.nixos.org/build/93668775
2019-05-30 22:54:13 -04:00
R. RyanTM 14cf7cf596
python37Packages.eve: 0.8.1 -> 0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-eve/versions
2019-05-30 21:35:29 -05:00
Patrick Hilhorst 5f20b10b52
thefuck: 3.28 -> 3.29 2019-05-30 22:23:54 +02:00
bricewge f093847dd4 yubikey-manager: add zsh completion and manual (#62260) 2019-05-30 15:32:13 -04:00
Tim Steinbach 2c074fc6c8
vivaldi: 2.5.1525.46-1 -> 2.5.1525.48-1 2019-05-30 11:00:21 -04:00
Mario Rodas 0ced576a9e
Merge pull request #62246 from Izorkin/fix-datadog
datadog-agent: fix sha256 sum
2019-05-30 09:24:08 -05:00
Joachim F b5ca2368dc
Merge pull request #62257 from oxij/pkgs/tor-browser-85
firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
2019-05-30 13:47:49 +00:00
Nikolay Amiantov 06f27dc2e9 chrootenv: propagate nested chrootenv /host
To avoid symlink loops to /host in nested chrootenvs we need to remove
one level of indirection. This is also what's generally expected of
/host contents.
2019-05-30 15:34:01 +03:00
Nikolay Amiantov 7664ffbbaf chrootenv: small improvements
* Remove unused argument from pivot_root;
* Factor out tmpdir creation into a separate function;
* Remove unused fstype from bind mount;
* Use unlink instead of a treewalk to remove empty temporary directory.
2019-05-30 15:34:01 +03:00
Nikolay Amiantov e0d3bc292c chrootenv: make stackable
The problem with stacking chrootenv before was that CLONE_NEWUSER cannot
be used when a child uses chroot. So instead of that we use pivot_root
which replaces root in the whole namespace. This requires our new root
to be an actual fs so we mount tmpfs.
2019-05-30 15:33:30 +03:00
SLNOS c4962cd506 firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
Actually, more like -> 8.5.0.1 as this version is made against the
branch with the pending fixup patch applied.
2019-05-30 12:31:59 +00:00
Jörg Thalheim 144a031805
ccls: 0.20190301 -> 0.20190314.1 2019-05-30 11:42:39 +01:00
Vladimír Čunát 198afad520
gnome3.gnome-todo: more explanation for the parent commit 2019-05-30 12:02:38 +02:00
Vladimír Čunát 205e4883eb
gnome3.gnome-todo: fixup parallel building 2019-05-30 11:55:08 +02:00
Jaakko Luttinen 7530108b23
pythonPackages.salmon-mail: 3.1.0 -> 3.1.1 2019-05-30 12:47:50 +03:00
Maximilian Bosch 5949838975
Merge pull request #59519 from Ma27/improve-mautrix-telegram
mautrix-telegram: patch away alembic dependency
2019-05-30 11:01:20 +02:00
Maximilian Bosch 479d161f00
Merge pull request #62218 from costrouc/rofi-pass-new-dependency
rofi-pass: refactor add new optional dependency pass-otp
2019-05-30 10:57:12 +02:00
Izorkin 0ed2f0251b datadog-agent: fix sha256 sum 2019-05-30 11:48:04 +03:00
Maximilian Bosch 65a73e0f94
Merge pull request #62199 from dtzWill/update/dedup-2.0
dedup: 1.0 -> 2.0
2019-05-30 10:35:52 +02:00
lewo 3213c6ca3d
Merge pull request #61116 from mmlb/add-gitstatus
gitAndTools.gitstatus: init at 20190506
2019-05-30 10:26:31 +02:00
Maximilian Bosch 63fd414b6e
dedup: capitalize description as described in the contribution guidelines
https://github.com/NixOS/nixpkgs/pull/62199#discussion_r288411450
2019-05-30 10:03:06 +02:00
Vladimír Čunát aa440d8786
btrfs-progs: hack to make it build on i686-linux
/cc #61086.  I just wanted to unblock channels quickly.
2019-05-30 09:26:56 +02:00
Vladyslav M f71eeb3735
Merge pull request #62149 from dywedir/hcxtools
hcxtools: init at 5.1.4
2019-05-30 10:13:50 +03:00
Jörg Thalheim 3d7950bebd
Merge pull request #62190 from dtzWill/update/fonttools-3.42.0
fonttools: 3.41.0 -> 3.42.0
2019-05-30 07:41:20 +01:00
Jörg Thalheim 38748b3ffc
Merge pull request #62193 from dtzWill/update/setroot-2.0.2
setroot: 2.0.1 -> 2.0.2
2019-05-30 07:40:36 +01:00
Jörg Thalheim b79b4d0804
Merge pull request #62229 from Infinisil/fix/tahoe-lafs
tahoe-lafs: Fix build
2019-05-30 07:38:33 +01:00
Jörg Thalheim 74bbd92e6a
Merge pull request #62242 from dtzWill/update/yubioath-desktop-4.3.6
yubioath-desktop: 4.3.4 -> 4.3.6
2019-05-30 07:38:07 +01:00
Peter Hoeg c10addd601
Merge pull request #62204 from peterhoeg/u/quaternion
quaternion: 0.0.9.4 -> 0.0.9.4c
2019-05-30 14:31:19 +08:00
Ryan Mulligan 3de6ecbfdc
Merge pull request #62221 from matthew-piziak/regenerate-branches
nodePackages: regenerate
2019-05-29 22:08:17 -07:00
Will Dietz 73466a5e42
yubioath-desktop: 4.3.4 -> 4.3.6 2019-05-29 23:33:52 -05:00