Commit Graph

4623 Commits

Author SHA1 Message Date
Gleb Peregud
bea10bfcab woeusb: add p7zip to runtime deps
* woeusb: add p7zip to runtime deps enable extra feature (#47982)

WoeUSB depends on presence of '7z` binary in the path to execute an extra step. 
As Windows 7's installation media doesn't place the required EFI bootloaders
in the right location, WoeUSB extracts them from the system image manually
using '7z' binary which it checks with 'command -v 7z'.

See related code at:
aea4f91783/src/woeusb (L1530)

* woeusb: split native build inputs
2018-11-25 11:24:31 +01:00
worldofpeace
50e06fc78e
Merge pull request #50689 from r-ryantm/auto-update/mysqltuner
mysqltuner: 1.6.18 -> 1.7.13
2018-11-25 04:19:10 -05:00
c0bw3b
0ea604ac1d Treewide: use https for SourceForge 2018-11-24 19:58:03 +01:00
Jörg Thalheim
3681fa5456
direnv: make cross-compile on windows 2018-11-24 10:43:47 +00:00
Frederik Rietdijk
e41154d1ab Merge master into staging-next 2018-11-24 10:43:33 +01:00
Will Dietz
af9ba3758f hyperfine: 1.3.0 -> 1.4.0 2018-11-23 19:26:11 -06:00
Jörg Thalheim
6d9a35a6de
direnv: 2.17.0 -> 2.18.2 2018-11-24 00:16:01 +00:00
Vincent Laporte
6bdb039138
timidity: 2.14.0 -> 2.15.0 2018-11-23 06:54:46 +00:00
Franz Pletz
c826315257
youtubeDL: 2018.11.07 -> 2018.11.18 2018-11-22 14:36:26 +01:00
Frederik Rietdijk
c31cb577ae Merge master into staging-next 2018-11-22 09:57:08 +01:00
Tim Steinbach
c605b98637
miniserve: init at 0.2.1 2018-11-21 20:22:32 -05:00
Renaud
8f7e407f81
Merge pull request #50894 from worldofpeace/fpart/1.1.0
fpart: 1.0.0 -> 1.1.0
2018-11-21 23:48:44 +01:00
worldofpeace
eeec5612b4 fpart: 1.0.0 -> 1.1.0
Also use `fetchFromGitHub` for fetch so we can use https.
2018-11-21 17:05:20 -05:00
Jörg Thalheim
2f4037f62b
blsd: fix cross-compilation 2018-11-21 17:49:32 +00:00
Matthew Bauer
f4bf6ba67b mdbtools: 0.6pre1 -> 0.7.1
Also remove mbdtools_git. This was older than mbdtools!
2018-11-21 09:39:11 -06:00
Michael Raskin
b4bfa628d8
Merge pull request #49770 from luke-clifton/dvtm-master
dvtm-unstable: init at 2018-03-31
2018-11-21 12:57:03 +00:00
Luke Clifton
9c37c5f4d3 dvtm-unstable: init at 2018-03-31 2018-11-21 16:55:32 +08:00
Frederik Rietdijk
aabf1a93bc Merge staging-next into staging 2018-11-20 11:51:11 +01:00
Frederik Rietdijk
fd26e7be2a Merge master into staging-next 2018-11-20 11:47:26 +01:00
Matthew Bauer
5767ea8955 bc: flex is also a runtime dep
This is one of the rare times when flex is not just needed at build
time. When cross compiling, we will need 2 versions of flex - one for
the local system and one for the cross system.
2018-11-19 16:05:33 -06:00
R. RyanTM
f5464f9544 jdupes: 1.11 -> 1.11.1
* jdupes: 1.11 -> 1.11.1 (#50725)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions

* jdupes: fix hash
2018-11-19 21:58:19 +01:00
Frederik Rietdijk
e343a85cfb Merge master into staging-next 2018-11-19 09:55:32 +01:00
R. RyanTM
b5c6a4a78c mysqltuner: 1.6.18 -> 1.7.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysqltuner/versions
2018-11-19 00:31:04 -08:00
Matthew Bauer
2c1d3a9a82 Merge remote-tracking branch 'upstream/master' into staging 2018-11-18 19:02:09 -06:00
Maximilian Bode
14dfb37377 doitlive: 4.1.0 -> 4.2.0 2018-11-18 15:33:51 +01:00
Frederik Rietdijk
0d0d7dcd06 Merge staging-next into staging 2018-11-18 10:41:34 +01:00
Frederik Rietdijk
63c6875f26 Merge master into staging-next 2018-11-18 10:32:12 +01:00
Jan Tojnar
d97702e03f
Merge pull request #50528 from jtojnar/repology-fixes
Repology fixes
2018-11-18 02:13:52 +01:00
Jan Tojnar
04016f3076
ostree: 2018.8 → 2018.9 2018-11-17 22:03:49 +01:00
Renaud
93b68639f8
Merge pull request #50493 from michaelpj/imp/desktop-file-utils-patch
desktop-file-utils: use patch for font media type
2018-11-17 14:27:20 +01:00
Michael Peyton Jones
a953f01cd2
desktop-file-utils: use patch for font media type
Upstream seems to release very slowly - this commit has been in for some
time, but they haven't cut a new release.

Fixes #50402.
2018-11-17 12:08:50 +00:00
Will Dietz
943170898d unicode-paracode: use unicode 10 -> 11 data 2018-11-15 10:27:32 -06:00
Will Dietz
ebbad6c86d unicode-paracode: 2.5 -> 2.6
https://github.com/garabik/unicode/releases/tag/v2.6
2018-11-15 10:27:30 -06:00
R. RyanTM
8684ef15a1 hdf5: 1.10.3 -> 1.10.4 (#50100)
* hdf5: 1.10.3 -> 1.10.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/hdf5-threadsafe/versions

* hdf5: update meta.license

HDF5 is licensed under a BSD 3-clause variant
2018-11-15 17:04:24 +01:00
Jörg Thalheim
8d275f6d17
Merge pull request #50314 from dywedir/wl-clipboard
wl-clipboard: init at 1.0.0
2018-11-15 15:59:15 +00:00
geistesk
dfa5820a7c umlet: 14.2 -> 14.3 2018-11-15 13:12:05 +01:00
Renaud
cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Vladyslav Mykhailichenko
1c26439bab
wl-clipboard: init at 1.0.0 2018-11-13 17:20:13 +02:00
Jörg Thalheim
fc11b48859
Merge pull request #50236 from dywedir/bat
bat: 0.8.0 -> 0.9.0
2018-11-13 00:13:31 +00:00
Frederik Rietdijk
3b052406ea Merge staging-next into staging 2018-11-12 19:01:36 +01:00
Frederik Rietdijk
daf3297cb4 Merge master into staging-next 2018-11-12 18:59:08 +01:00
fuerbringer
fa4aa79892
diskus: init at 0.4.0 2018-11-12 00:16:59 +01:00
Vladyslav Mykhailichenko
42364f9aa2
bat: 0.8.0 -> 0.9.0 2018-11-11 18:10:20 +02:00
Frederik Rietdijk
1d3bff25db Merge staging-next into staging 2018-11-11 14:28:08 +01:00
Frederik Rietdijk
7863aae5b2 Merge master into staging-next 2018-11-11 08:59:44 +01:00
Silvan Mosberger
32cbcbf179
Merge pull request #50018 from Ma27/init-up
up: init at 0.3.1
2018-11-11 02:46:03 +01:00
Renaud
b4caeea823
Merge pull request #50187 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.185 -> 1.187
2018-11-10 19:13:53 +01:00
R. RyanTM
6738ceac87 bdf2psf: 1.185 -> 1.187
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bdf2psf/versions
2018-11-10 08:12:45 -08:00
Renaud
8f99b4ff6a
Merge pull request #50093 from r-ryantm/auto-update/hebcal
hebcal: 4.14 -> 4.15
2018-11-10 15:44:27 +01:00
R. RyanTM
acf75db44c ethtool: 4.18 -> 4.19 (#50117)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ethtool/versions
2018-11-10 15:37:11 +01:00
Timo Kaufmann
1c93a4994a
Merge pull request #50132 from r-ryantm/auto-update/fwup
fwup: 1.2.5 -> 1.2.6
2018-11-10 15:17:51 +01:00
Daiderd Jordan
8d603be22d
Merge pull request #49880 from LnL7/darwin-cfprivate-fixes
darwin cf-private fixes
2018-11-10 15:03:21 +01:00
Jörg Thalheim
0ed91fa4d5
Merge pull request #50155 from r-ryantm/auto-update/debootstrap
debootstrap: 1.0.109 -> 1.0.110
2018-11-10 12:18:23 +00:00
R. RyanTM
3de237efb1 debootstrap: 1.0.109 -> 1.0.110
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-11-10 02:19:30 -08:00
Jörg Thalheim
810d3de243
Merge pull request #50143 from r-ryantm/auto-update/doitlive
doitlive: 4.0.1 -> 4.1.0
2018-11-10 10:15:05 +00:00
Frederik Rietdijk
53d00c3351 Merge master into staging-next 2018-11-10 11:08:54 +01:00
R. RyanTM
aa7981c3a1 doitlive: 4.0.1 -> 4.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/doitlive/versions
2018-11-09 23:43:25 -08:00
R. RyanTM
0a387d40e1 fwup: 1.2.5 -> 1.2.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwup/versions
2018-11-09 22:33:13 -08:00
Silvan Mosberger
c74e1769fa
Merge pull request #50082 from va1entin/youtube-dl_2018.11.07
youtube-dl: 2018.10.29 -> 2018.11.07
2018-11-10 04:07:19 +01:00
R. RyanTM
14ee620738 hebcal: 4.14 -> 4.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hebcal/versions
2018-11-09 16:22:10 -08:00
Samuel Dionne-Riel
2f668e3248
Merge pull request #40043 from kierdavis/ckb-update-and-cleanup
ckb/ckb-next: 0.2.9 -> 0.3.2, and cleanup
2018-11-09 23:59:58 +00:00
Valentin Heidelberger
ddc829348e youtube-dl: 2018.10.29 -> 2018.11.07 2018-11-09 23:34:03 +01:00
Renaud
e738c1084b
Merge pull request #49867 from marsam/feature/init-pgmetrics
pgmetrics: init at 1.5.0
2018-11-09 15:17:14 +01:00
Maximilian Bosch
0045ea5b10
up: init at 0.3.1
With this tool you can interactively write shell pipes with a previewed
intermediate result.

See https://github.com/akavel/up
2018-11-09 14:14:39 +01:00
Renaud
d85c3a952c
Merge pull request #49914 from r-ryantm/auto-update/yank
yank: 1.0.0 -> 1.1.0
2018-11-09 10:06:32 +01:00
Renaud
f349be5b2e
Merge pull request #49917 from r-ryantm/auto-update/you-get
you-get: 0.4.1148 -> 0.4.1167
2018-11-09 10:04:37 +01:00
Jörg Thalheim
b8589937ff
Merge pull request #49939 from r-ryantm/auto-update/tio
tio: 1.31 -> 1.32
2018-11-08 21:16:11 +00:00
R. RyanTM
1bb7496d2e tio: 1.31 -> 1.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tio/versions
2018-11-08 12:14:48 -08:00
markuskowa
24cafb3aab
Merge pull request #49929 from r-ryantm/auto-update/snapper
snapper: 0.7.2 -> 0.8.0
2018-11-08 20:36:51 +01:00
Daiderd Jordan
a06e7c5b19
Merge pull request #49284 from LnL7/darwin-watchexec
watchexec: fix darwin build
2018-11-08 20:04:47 +01:00
R. RyanTM
6e5e61123f snapper: 0.7.2 -> 0.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/snapper/versions
2018-11-08 10:24:26 -08:00
R. RyanTM
ccfd36afba you-get: 0.4.1148 -> 0.4.1167
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-11-08 08:46:44 -08:00
R. RyanTM
b25b579e04 yank: 1.0.0 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yank/versions
2018-11-08 08:00:28 -08:00
Daiderd Jordan
33104363af
noti: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSDate", referenced from:
          objc-class-ref in _x002.o
      "_OBJC_CLASS_$_NSRunLoop", referenced from:
          objc-class-ref in _x002.o
    ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:25 +01:00
Mario Rodas
780a3ffa12 pgmetrics: init at 1.5.0 2018-11-07 06:47:31 -05:00
Théo Zimmermann
794158fcd5
buildDunePackage: new support function; use it to refactor some OCaml derivations 2018-11-07 10:08:03 +01:00
Daiderd Jordan
b6dcb9e641
Merge pull request #49768 from LnL7/darwin-no-cfprivate
darwin: don't include cf-private in framework dependencies
2018-11-06 20:15:27 +01:00
Kier Davis
3b7984dd51
Merge branch 'master' into ckb-update-and-cleanup 2018-11-06 00:47:14 +00:00
Patrick Hilhorst
b0e9fc131c
treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
John Ericson
48caae5045 Merge remote-tracking branch 'upstream/master' into HEAD 2018-11-05 15:19:33 -05:00
Daiderd Jordan
86bf715c49
contacts: add cf-private
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in contacts.o
          objc-class-ref in FormatHelper.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in FormatHelper.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 20:35:06 +01:00
Robert Helgesson
69522a0acf
svtplay-dl: 1.9.11 -> 2.1 2018-11-05 00:21:08 +01:00
Sander Hollaar
76f803f44e tmux: fix tmux sha256 hash (#49327)
* tmux: fix tmux sha256 hash

* pin to upstream commit
2018-11-04 18:35:17 +01:00
Austin Seipp
be39781058 Merge branch 'master' into staging 2018-11-04 08:38:30 -06:00
Will Dietz
e7be7eb7dc jdupes: 1.10.4 -> 1.11 2018-11-03 23:46:31 -05:00
Frederik Rietdijk
64e19fdeda Merge staging into staging-next
Merging staging into staging-next even though we haven't merged staging-next into master yet.
The motivation for this merge is that it's been a while since we merged into master causing
the 3 branches to diverge too much.
2018-11-03 12:45:23 +01:00
Frederik Rietdijk
ea3935a6c4 Merge master into staging-next 2018-11-03 12:42:18 +01:00
Matthew Bauer
7f4b26681d
Merge pull request #49417 from matthewbauer/disallow-native-build-inputs
Disallow references to nativeBuildInputs
2018-11-02 20:26:48 -05:00
Vladyslav Mykhailichenko
d87a2481d2
bat: fix build on darwin 2018-11-03 02:06:08 +02:00
Jan Tojnar
3493f44727
Merge pull request #49560 from worldofpeace/eos-third-update
update some elementary thirdparty apps
2018-11-02 21:29:57 +01:00
Vladimír Čunát
a92a2c8e15
Merge branch 'master' into staging
Conflict: rename of pythondaemon -> python-daemon.
2018-11-02 14:40:14 +01:00
worldofpeace
8bf705658a hashit: 0.2.0 -> 1.0.0 2018-10-31 18:49:40 -04:00
Frederik Rietdijk
ab800ba9ed Merge master into staging-next 2018-10-31 19:16:32 +01:00
Timo Kaufmann
6ff17834db youtube-dl: 2018.10.05 -> 2018.10.29 2018-10-31 14:41:17 +01:00
Frederik Rietdijk
1d196d99be Merge staging-next into staging 2018-10-30 20:35:15 +01:00
Frederik Rietdijk
0e0d20fb5f Merge master into staging-next 2018-10-30 19:55:48 +01:00
Will Dietz
a8973bb75a fd: 7.1.0 -> 7.2.0 2018-10-29 07:59:41 -05:00
Jörg Thalheim
6dcceb2591
Merge pull request #49193 from r-ryantm/auto-update/parallel
parallel: 20180922 -> 20181022
2018-10-28 23:54:13 +00:00
Jörg Thalheim
c00b2b3074
openopc: remove
The project is dead and it blocks the upgrade of Pyro (https://github.com/NixOS/nixpkgs/pull/49351)
2018-10-28 21:02:29 +00:00
Tristan Helmich
20a62ea591 graylogPlugins: update
graylog-plugin-aggregates: 2.0.0 -> 2.3.0
graylog-plugin-auth-sso: 2.3.0 -> 2.4.2
graylog-plugin-dnsresolver: 1.1.2 -> 1.2.0
graylog-plugin-internal-logs: 2.3.0 -> 2.4.0
graylog-plugin-jabber: 2.0.0 -> 2.4.0
graylog-plugin-slack: 2.4.0 -> 3.1.0
2018-10-28 19:44:06 +01:00
jD91mZM2
cba6c931ab
powerline-rs: 0.1.8 -> 0.1.9 2018-10-28 14:34:18 +01:00
Daiderd Jordan
82365ebe04
watchexec: fix darwin build 2018-10-27 17:32:39 +01:00
Frederik Rietdijk
a64058e205 Merge master into staging-next 2018-10-27 09:04:53 +02:00
Jörg Thalheim
dbb2aa143a
Merge pull request #49201 from markuskowa/up-snapper
snapper: 0.5.0 -> 0.7.2
2018-10-27 07:38:10 +01:00
Markus Kowalewski
a4df2d4315
snapper: 0.5.0 -> 0.7.2 2018-10-27 01:59:07 +02:00
R. RyanTM
dd0e9cf248 parallel: 20180922 -> 20181022
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/parallel/versions
2018-10-26 13:53:13 -07:00
markuskowa
453a37485a
Merge pull request #48863 from r-ryantm/auto-update/units
units: 2.17 -> 2.18
2018-10-26 19:32:51 +02:00
Nick Novitski
463a2d94bd cloud-sql-proxy: 1.11 -> 1.13 (#48920) 2018-10-26 13:18:10 +02:00
volth
716cfab34e Merge master into staging-next 2018-10-24 17:37:47 +00:00
R. RyanTM
ebe1595700 plantuml: 1.2018.11 -> 1.2018.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plantuml/versions
2018-10-24 15:30:03 +02:00
Raphael Das Gupta
12a658ad34 tealdeer: 1.0.0 -> 1.1.0 (#48918)
and adapt description to changed upstream README.
2018-10-24 12:07:36 +02:00
Daniël de Kok
f4e7d11a2e fzf: 0.17.4 -> 0.17.5
Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
2018-10-24 06:56:11 +02:00
R. RyanTM
1d0ab5d73b units: 2.17 -> 2.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/units/versions
2018-10-23 01:32:01 -07:00
Vladyslav Mykhailichenko
ef0a9f42a6 skim: 0.5.1 -> 0.5.2 2018-10-23 10:31:05 +03:00
Sarah Brofeldt
9de8d713dd
Merge pull request #48482 from Lassulus/ttyplot
ttyplot: init at 1.0
2018-10-22 21:54:36 +02:00
Kier Davis
7a0d849653
ckb-next: rename ckb-modprobe.patch to modprobe.patch
This keeps the naming consistent with the other two patches in
this directory.
2018-10-22 13:23:30 +01:00
Kier Davis
81178785c9
ckb, ckb module: rename to ckb-next
The upstream package has officially changed its name to ckb-next.
2018-10-22 13:23:30 +01:00
Kier Davis
85526bce87
ckb-next: 0.2.9 -> 0.3.2
In this update:

* binaries `ckb` and `ckb-daemon` are renamed to `ckb-next` and `ckb-next-daemon`
* build system changed from qmake to cmake
* the directory searched for animation plugins no longer needs to be patched, as a result of the build system change
* modprobe patch has been bumped, since the source repository layout has changed
* the cmake scripts are quite FHS-centric and require patching to fix install locations
2018-10-22 13:22:01 +01:00
Frederik Rietdijk
b737416019 Merge master into staging 2018-10-21 08:38:08 +02:00
Frederik Rietdijk
86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
Piotr Bogdan
be63e30563 debootstrap: fix up paths to {chroot,unshare}, small clean up
Fixes #45915.
2018-10-20 18:02:09 +01:00
Vladyslav Mykhailichenko
eee82aee37 file: 5.34 -> 5.35 2018-10-20 09:52:31 +02:00
Frederik Rietdijk
ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Jörg Thalheim
b5c02d2028
Merge pull request #48656 from dywedir/bat
bat: 0.7.1 -> 0.8.0
2018-10-18 12:49:48 +01:00
Frederik Rietdijk
8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Frederik Rietdijk
821a3beb10
Merge pull request #48306 from NixOS/staging-next
Merge staging-next into master
2018-10-18 11:23:04 +02:00
Vladyslav Mykhailichenko
0e6a5c908d bat: 0.7.1 -> 0.8.0 2018-10-18 12:17:43 +03:00
Robert Schütz
5ef745b983 esptool: 2.5.0 -> 2.5.1 2018-10-17 17:48:56 +02:00
Frederik Rietdijk
89349fdae9 Merge staging-next into staging 2018-10-17 08:36:28 +02:00
Frederik Rietdijk
18fcc337af Merge master into staging-next 2018-10-17 08:04:22 +02:00
kmille
4e75120cd4 tmux: 2.7 -> 2.8
tmux 2.8 has a broken version string (2.8-rc) which we patch in configure.ac

CHANGES FROM 2.7 to 2.8

* Make display-panes block the client until a pane is chosen or it
  times out.

* Clear history on RIS like most other terminals do.

* Add an "Any" key to run a command if a key is pressed that is not
  bound in the current key table.

* Expand formats in load-buffer and save-buffer.

* Add a rectangle_toggle format.

* Add set-hook -R to run a hook immediately.

* Add README.ja.

* Add pane focus hooks.

* Allow any punctuation as separator for s/x/y not only /.

* Improve resizing with the mouse (fix resizing the wrong pane in some
  layouts, and allow resizing multiple panes at the same time).

* Allow , and } to be escaped in formats as #, and #}.

* Add KRB5CCNAME to update-environment.

* Change meaning of -c to display-message so the client is used if it
  matches the session given to -t.

* Fixes to : form of SGR.

* Add x and X to choose-tree to kill sessions, windows or panes.
2018-10-16 17:38:01 +02:00
lassulus
1758ef04e8 ttyplot: init at 1.0 2018-10-16 12:59:11 +02:00
Jörg Thalheim
07c68a3420
Merge pull request #48493 from makefu/pkgs/bepasty/update
bepasty: 0.4.0 -> 0.5.0
2018-10-16 00:07:24 +01:00
makefu
c539c020be
bepasty: 0.4.0 -> 0.5.0 2018-10-16 00:46:55 +02:00
Sven Keidel
f4541316be
staruml: fix download URL 2018-10-15 10:22:54 +02:00
volth
f65dfb3caf buildPerlPackage -> perlPackages.buildPerlPackage 2018-10-14 09:10:41 +02:00
R. RyanTM
43b61d8474 woeusb: 3.2.9 -> 3.2.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/woeusb/versions
2018-10-14 09:02:55 +02:00
Yegor Timoshenko
b6a79aa63b
Merge pull request #47741 from r-ryantm/auto-update/parallel
parallel: 20180822 -> 20180922
2018-10-13 13:50:54 +00:00
Frederik Rietdijk
6f5142e48e Merge master into staging 2018-10-13 09:48:20 +02:00
Robert Helgesson
c429b2b389
cloc: 1.78 -> 1.80 2018-10-12 19:01:51 +02:00
volth
4b17b8bba4
screen: fix cross-compiling 2018-10-12 13:14:25 +00:00
Sarah Brofeldt
c4afb45af5
Merge pull request #48097 from tenx-tech/feature/init-envdir-go
envdir: init at 1.0.0
2018-10-12 14:09:18 +02:00
edude03
7a65f2c43d
envdir: init at 1.0.0 2018-10-12 19:23:21 +08:00
Jörg Thalheim
2434a2ee3a
Merge pull request #48224 from volth/patch-252
coreutils-full: fix cross build
2018-10-12 11:34:38 +01:00
volth
432c44f6f0
coreutils-full: fix cross build (@matthewbauer's version) 2018-10-12 10:02:34 +00:00
Will Dietz
60ae563293 yubikey-manager: 0.7.0 -> 1.0.0 2018-10-11 23:20:29 +00:00
volth
544051b0b0
coreutils-full: fix cross build 2018-10-11 19:09:22 +00:00
Kim Burgess
6327ba8fbd teleconsole: init at 0.4.0 2018-10-11 20:24:12 +10:00
Benjamin Hipple
4e7c822dc6 grub: fetch from HTTPS instead of FTP; update meta (#48137)
HTTPS is unlikely to be worse and is often better than FTP. Aside from being
faster, there are many networking setups where outgoing FTP traffic is blocked.
2018-10-10 22:25:14 +02:00
Gabriel Ebner
c555a076e7
Merge pull request #47995 from erictapen/47709-fallout
fix broken packages from #47709
2018-10-10 19:50:50 +02:00