Commit Graph

17575 Commits

Author SHA1 Message Date
R. RyanTM
41457058da chrony: 3.3 -> 3.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chrony/versions
2018-09-21 10:40:47 +00:00
adisbladis
0f0d2185c1
Merge pull request #47079 from r-ryantm/auto-update/debootstrap
debootstrap: 1.0.108 -> 1.0.109
2018-09-21 16:46:54 +08:00
Mario Rodas
ba33eac477 bat: install man page (#47099) 2018-09-21 10:23:26 +02:00
Michael Raskin
559ffd4850
Merge pull request #47036 from r-ryantm/auto-update/ioping
ioping: 1.0 -> 1.1
2018-09-21 05:53:45 +00:00
R. RyanTM
73dbb11a0d debootstrap: 1.0.108 -> 1.0.109
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-09-20 16:41:18 -07:00
R. RyanTM
46f6a69e49 you-get: 0.4.1128 -> 0.4.1148 (#46928)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions
2018-09-21 00:57:18 +02:00
R. RyanTM
3d3b66606c ioping: 1.0 -> 1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ioping/versions
2018-09-20 11:44:41 -07:00
Jörg Thalheim
62aadba1fd
Merge pull request #46955 from timbertson/nix-pin
nix-pin: 0.3.4 -> 0.4.0
2018-09-20 18:39:51 +01:00
Jörg Thalheim
22f97f4dcf
Merge pull request #46943 from lheckemann/glxinfo-bump
glxinfo: 8.3.0 -> 8.4.0
2018-09-20 11:43:35 +01:00
Linus Heckemann
e03b99c309 glxinfo: add es2gears, es2_info 2018-09-20 10:46:42 +01:00
Linus Heckemann
2e9e443005 glxinfo: 8.3.0 -> 8.4.0 2018-09-20 09:43:56 +01:00
Jörg Thalheim
f2516b10cb
Merge pull request #46933 from r-ryantm/auto-update/wireguard-tools
wireguard-tools: 0.0.20180904 -> 0.0.20180918
2018-09-20 08:32:26 +01:00
R. RyanTM
03d8620098 wireguard-tools: 0.0.20180904 -> 0.0.20180918
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions
2018-09-19 22:41:10 -07:00
Eelco Dolstra
869f615ff4
nix: 2.1.1 -> 2.1.2 2018-09-20 00:17:45 +02:00
Will Dietz
6e9cc8871f brotli: 1.0.5 -> 1.0.6 (#46903) 2018-09-20 00:10:47 +02:00
Jan Tojnar
82cc6a7510
Merge pull request #46779 from Ma27/package-ibus-typing-booster
ibus-typing-booster: init at 2.1.1
2018-09-19 23:43:56 +02:00
Maximilian Bosch
dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster

Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html

A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:

```nix
{
  emojipicker = { pkgs, ... }: {
    services.xserver = {
      enable = true;
      desktopManager.gnome3.enable = true;
      desktopManager.xterm.enable = false;
    };
    users.extraUsers.vm = {
      password = "vm";
      isNormalUser = true;
    };
    i18n.inputMethod.ibus.engines = [
      pkgs.ibus-engines.typing-booster
    ];
    i18n.inputMethod.enabled = "ibus";
    virtualisation.memorySize = 2048;
  };
}
```

Fixes #38721
2018-09-19 21:27:10 +02:00
Till Höppner
5fb0ed64d0 appimage-run: Support type-1 Appimages (#45973)
This attempts to detect older appimages and extract them
in the same manner as new ones, without changing filesystem paths
2018-09-19 18:42:12 +02:00
adisbladis
9cc7be6639
Merge pull request #46877 from marsam/feature/fix-noti-darwin
noti: fix darwin build
2018-09-19 15:47:23 +08:00
adisbladis
71bb7f6986
Merge pull request #46868 from benley/ddccontrol
ddccontrol: 0.4.2 -> 0.4.4
2018-09-19 15:25:49 +08:00
Will Dietz
2608649de7 sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)
(cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
2018-09-19 08:48:05 +02:00
Will Dietz
b026786e77 sudo: 1.8.24 -> 1.8.25 (#46057)
https://www.sudo.ws/stable.html

(may need to scroll to the 1.8.25 notes
afternewer versions are released)

(cherry picked from commit d93aa1c50fc8a83be1c709f905d8c94e1677845f)
2018-09-19 08:47:19 +02:00
Mario Rodas
4c56eb81e9 noti: fix darwin build 2018-09-18 20:13:46 -05:00
Benjamin Staffin
8b778c7798 ddccontrol: 0.4.2 -> 0.4.4 2018-09-18 17:49:52 -04:00
Domen Kožar
943871a866
datadog-integrtaions-core: 2018-05-27 -> 2018-09-18 2018-09-18 20:22:14 +01:00
R. RyanTM
e070dae0a4 pcapfix: 1.1.1 -> 1.1.2 (#46223)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pcapfix
2018-09-18 18:08:04 +02:00
Tim Cuthbertson
4200e68e04 nix-pin: 0.3.4 -> 0.4.0 2018-09-18 20:48:21 +10:00
Jörg Thalheim
baa8dc35d5
Merge pull request #46736 from clefru/mpack
mpack: Invoke /run/wrappers/bin/sendmail via execvp
2018-09-18 10:01:00 +01:00
Clemens Fruhwirth
6d97096d8b mpack: Invoke /run/wrappers/bin/sendmail via execvp
Calling /run/current-sw/bin/sendmail fails under postfix because
setgid bits are not set. Switching the hardcoded path to an invocation
via execvp should cover both cases, when the sendmail binary is
setgid-wrapped and when it is not.
2018-09-18 10:48:55 +02:00
WilliButz
891dbfe6d4
krakenx: 0.0.1 -> 0.0.3 2018-09-18 00:18:57 +02:00
xeji
8a2bf1319d
Merge pull request #46769 from samueldr/zhf/grub
Fixes grub1 installer tests
2018-09-17 19:12:23 +02:00
Samuel Dionne-Riel
932c8f4c13 grub: grub-0.97-patch-1.15 -> grub-0.97-73
Instead of using Gentoo's patchset, uses Debian's.

Gentoo's doesn't work anymore.
2018-09-17 09:31:36 -04:00
Mario Rodas
fd345053b3 vale: 0.11.2 -> 1.0.3 (#46780) 2018-09-17 15:28:21 +02:00
Henry
fa58491b9e nvramtool: init at 4.8.1 (#46774)
https://www.coreboot.org/Nvramtool
2018-09-17 15:24:25 +02:00
Jörg Thalheim
f86e309a94
Merge pull request #46735 from dywedir/gnirehtet
gnirehtet: 2.2.1 -> 2.3
2018-09-17 12:23:29 +01:00
Uli Baum
d734328f5d ostree: fix tests
- Workarounds for https://github.com/ostreedev/ostree/issues/1592
- Disable failing test-gpg-verify-result.test, see
  https://github.com/ostreedev/ostree/issues/1634
2018-09-17 02:51:07 +02:00
Pascal Wittmann
c314092164
tmsu: 0.7.0 -> 0.7.1 2018-09-16 19:20:32 +02:00
Vladyslav Mykhailichenko
9501915218 gnirehtet: 2.2.1 -> 2.3 2018-09-16 20:02:19 +03:00
Jörg Thalheim
7b93f7a264
Merge pull request #46708 from AndersonTorres/upload/youtube-dl
youtube-dl: 2018.08.04 -> 2018.09.10
2018-09-15 22:26:15 +01:00
Jörg Thalheim
b1d9e87f7a
Merge pull request #46716 from marsam/feature/update-sops
sops: 3.0.2 -> 3.1.0
2018-09-15 22:12:51 +01:00
Mario Rodas
8dfd97a8b6 sops: 3.0.2 -> 3.1.0 2018-09-15 14:51:27 -05:00
Vladyslav Mykhailichenko
d627e096fc tectonic: 0.1.8 -> 0.1.9 2018-09-15 21:50:23 +03:00
AndersonTorres
74047ea686 youtube-dl: 2018.08.04 -> 2018.09.10 2018-09-15 14:13:26 -03:00
xeji
b78348d1a4
Merge pull request #46687 from mbode/salt_darwin
salt: fix darwin build by specifying dependency on tornado 4
2018-09-15 12:38:45 +02:00
Vladyslav Mykhailichenko
b7fe4f1039 exfat: 1.2.8 -> 1.3.0 2018-09-15 11:46:04 +03:00
Maximilian Bode
2438ceb5b4 salt: fix darwin build by specifying dependency on tornado 4
/cc ZHF #45961
2018-09-15 10:09:36 +02:00
Robert Helgesson
92b51f5cc0
Merge pull request #46609 from jtojnar/whipper
whipper: replace morituri
2018-09-15 00:29:09 +02:00
Jan Tojnar
884c629832
accuraterip-checksum: init at 1.5 2018-09-14 20:31:33 +02:00
qolii
3c57887f64 nbd: add which to buildInputs (#46635)
* NBD: add which to buildInputs.
* NBD: move pkgconfig and which to nativeBuildInputs.
2018-09-14 19:05:40 +02:00
Jörg Thalheim
b22efa17c5
Merge pull request #46645 from brocking/update/scaleway-cli
scaleway-cli: 1.14 -> 1.17
2018-09-14 14:00:15 +01:00