3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

28905 commits

Author SHA1 Message Date
Mario Rodas 9e5a617ba1
Merge pull request #98516 from r-ryantm/auto-update/facter
facter: 3.14.12 -> 3.14.13
2020-09-23 06:57:39 -05:00
Timo Kaufmann c8cde01af4
Merge pull request #98513 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.20.0 -> 1.20.1
2020-09-23 09:40:14 +02:00
Robert Scott 1aa888ba53 fierce: fix build
because we're playing with its install requirements, add a
pythonImportsCheck to give us a chance to discover brokenness. technically
this isn't a realistic test of end user behaviour as this is really an
application, not a python module, but it seems to have a pretty stable
import name of `fierce`, so it works.
2020-09-22 23:24:59 -07:00
R. RyanTM d59e3bd554 facter: 3.14.12 -> 3.14.13 2020-09-23 03:17:14 +00:00
R. RyanTM 02208801c2 fet-sh: 1.5 -> 1.7 2020-09-23 02:57:58 +00:00
R. RyanTM 21a2c12fe7 tridactyl-native: 1.20.0 -> 1.20.1 2020-09-23 02:39:29 +00:00
Stig P 47297487c5
Merge pull request #93057 from stigtsp/package/ubidump-init
ubidump: init at unstable-2019-09-11
2020-09-22 22:29:34 +00:00
zowoq ff64cb724d amass: 3.10.1 -> 3.10.3
https://github.com/OWASP/Amass/releases/tag/v3.10.2
https://github.com/OWASP/Amass/releases/tag/v3.10.3
2020-09-23 07:29:28 +10:00
zowoq 2e30e228b7 bettercap: build on darwin 2020-09-23 07:29:07 +10:00
Daniël de Kok 0dac5a3c6a _1password-gui: 0.8.6-2 -> 0.8.7
Changes:

https://discussions.agilebits.com/discussion/115894/1password-development-preview-0-8-7
2020-09-22 19:31:50 +02:00
Stig Palmquist 5f31ac17c5
ubidump: init at unstable-2019-09-11 2020-09-22 18:38:04 +02:00
Doron Behar e32fa846d0
Merge pull request #98444 from petabyteboy/feature/update-viu
viu: 1.0 -> 1.1
2020-09-22 17:34:54 +03:00
Maximilian Bosch 23370afced
curlie: 1.3.1 -> 1.5.4 2020-09-22 11:23:17 +02:00
Milan Pässler 534ad6855a viu: 1.0 -> 1.1 2020-09-22 08:04:20 +02:00
Milan 479976340a
duf: init at 0.1.0 (#98396) 2020-09-22 00:57:28 -05:00
zowoq 1399f780bb ripgrep: remove unnecessary reference to $src 2020-09-22 12:33:35 +10:00
zowoq b531e65954 fd: remove unnecessary reference to $src 2020-09-22 12:26:24 +10:00
Martin Weinelt aeab683e38
Merge pull request #98168 from gnidorah/updates
update some packages I maintain
2020-09-22 03:59:27 +02:00
zowoq 647be9d0dd age: 1.0.0-beta4 -> 1.0.0-beta5
https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5
2020-09-22 08:03:40 +10:00
Jörg Thalheim 26e6732724
Merge pull request #98387 from oxalica/fix/nix-prefetch
nix-prefetch: fix compatibility with nixUnstable again
2020-09-21 18:13:34 +02:00
Peter Hoeg 5f19b74d13
f3: clean-ups and compile on darwin (#98365)
* f3: clean-ups and compile on darwin

* fixed from feedback
2020-09-21 20:47:12 +08:00
oxalica 7bd19e7a25
nix-prefetch: fix compatibility with nixUnstable again 2020-09-21 20:19:46 +08:00
Mario Rodas ba687bfc01
Merge pull request #98380 from r-burns/lizardfs
lizardfs: fix build
2020-09-21 06:50:38 -05:00
Profpatsch 3c03a98235 duplicity: use new b2sdk python package
The backblaze library moved into the b2sdk package.
If it’s not used, duplicity fails loading the b2:// backend.

> BackendException: B2 backend requires B2 Python SDK (pip install
  b2sdk)
2020-09-21 13:39:37 +02:00
WilliButz 087fe53de8
Merge pull request #98374 from knedlsepp/fix-nvtop
nvtop: Make independent of Nvidia driver version
2020-09-21 13:36:52 +02:00
Mario Rodas 1c31e69762
Merge pull request #98367 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.17 -> 1.8.18
2020-09-21 06:26:27 -05:00
Doron Behar f6ee70d3ea
Merge pull request #91745 from austinbutler/beets-plugin-extrafiles
beets: add extrafiles plugin
2020-09-21 11:52:53 +03:00
Ryan Burns f5a61c2604 lizardfs: fix build
Build failure was due to upstream issue, now fixed in the v3.13 RC.

https://github.com/lizardfs/lizardfs/issues/655
https://github.com/lizardfs/lizardfs/pull/677
2020-09-21 01:45:10 -07:00
Peter Simons cc2982b79b untrunc: update to latest git version 2020-09-21 10:11:42 +02:00
Austin Butler 5d365404ac beets: add extrafiles plugin 2020-09-21 10:33:10 +03:00
Josef Kemetmüller 0996ac6b0e nvtop: Make independent of Nvidia driver version
For packages relying on Nvidia drivers we don't want to hard-code the
location of a particular driver version in the RPATH. Otherwise the
software might fail with errors such as:

> Impossible to initialize nvidia nvml : Driver/library version mismatch

To fix this the usual pattern in nixpkgs is to add `/run/opengl-driver/lib`
to the RPATH of these binaries.
This is the global location where Nvidia libraries are available on
NixOS and so this makes sure that the nvtop binary can be run with all
versions of the driver.

At build time however these libraries are not available at that
particular location. For precisely this use case, Nvidia ships stub
versions of the driver libraries with the cudatoolkit. So we just need
to point CMake to that directory.

Fixes: #98328
2020-09-21 08:43:43 +02:00
Bruno Bigras 3c304a0fd6 kopia: 0.6.4 -> 0.7.0 2020-09-21 00:53:36 -04:00
Robert Scott 0b67d9e87a birdfont: fix build on non-nixos/debian systems
to do this we need to prevent platform.version() from using uname to
discover this is a debian kernel and try dpkg nonsense
2020-09-20 16:25:39 -07:00
Robert Scott 781b870c91 xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
2020-09-20 16:25:39 -07:00
Doron Behar 8bf99f6787 csvkit: fix tests
Remove unneeded glibcLocales. Remove overrided agate-sql and agate-dbf,
as these overrides are not needed. Use pytestCheckHook instead of
overriding checkPhase. Add an upstream patch that fixes tests.
2020-09-20 08:29:18 -07:00
Doron Behar eb9393a4db csvkit: 1.0.4 -> 1.0.5 2020-09-20 08:29:18 -07:00
Robert Scott a28068a992 svgbob: fix build
loosen lint settings
2020-09-20 08:24:00 -07:00
Gabriel Ebner 0c550170d1
Merge pull request #97469 from Emantor/bump/thermald 2020-09-20 16:55:30 +02:00
Luflosi 907fd8d6f6
youtube-dl: 2020.09.14 -> 2020.09.20
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.20
2020-09-20 14:45:41 +02:00
Daniël de Kok 68f4e27857
Merge pull request #98280 from MetaDark/protontricks
protontricks: 1.4.1 -> 1.4.2
2020-09-20 11:10:50 +02:00
Gabriel Ebner efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Daniël de Kok c6105a18b1
Merge pull request #98312 from r-burns/openssh_hpn
openssh_hpn: fix source
2020-09-20 11:04:31 +02:00
Ryan Burns f8473b1d39 openssh_hpn: fix source 2020-09-20 00:42:40 -07:00
Mario Rodas e3796bc865 shadowsocks-rust: 1.8.17 -> 1.8.18 2020-09-20 04:20:00 +00:00
Doron Behar 3d36d46fa4
Merge pull request #87646 from evils/asciidoctor 2020-09-19 19:32:42 +03:00
Mario Rodas 4de27b16a1
Merge pull request #98243 from marsam/update-lxd
lxd: 4.5 -> 4.6
2020-09-19 10:51:22 -05:00
Gabriel Ebner 94b17d9694 zap: use jdk8 2020-09-19 17:47:06 +02:00
Gabriel Ebner 0fc9ad9622 opentsdb: use jdk8 2020-09-19 17:43:55 +02:00
Gabriel Ebner 12a9e3043a ili2c: use jdk8 2020-09-19 17:40:08 +02:00
MetaDark b94338be05 protontricks: 1.4.1 -> 1.4.2
Formatted with nixpkgs-fmt
2020-09-19 09:37:15 -04:00
Serval af9f04db79
v2ray: 4.27.5 -> 4.28.2 2020-09-19 20:29:14 +08:00
ehmry dac2c6e83f
Merge pull request #98039 from K900/netdata-1.25.0
netdata: 1.24.0 -> 1.25.0
2020-09-19 09:09:43 +02:00
Daniël de Kok 57bf6699c1 rocm-smi: 3.7.0 -> 3.8.0
The tag refers to the same commit as 3.7.0, so the hash did not
change.
2020-09-19 08:13:40 +02:00
Mario Rodas 9d9d85ae87
Merge pull request #98198 from emanueleperuffo/fix-mongodb-compass
mongodb-compass: 1.17.0 -> 1.22.1
2020-09-18 23:38:20 -05:00
Anderson Torres 641d981483
Merge pull request #98183 from mlvzk/init-discocss
discocss: init at 0.1.0
2020-09-19 01:26:07 -03:00
Marek Mahut 52532b7c36
Merge pull request #91256 from prusnak/seeks
seeks: remove, upstream unmaintained
2020-09-18 16:32:33 +02:00
Marek Mahut 5515d94f08
Merge pull request #98095 from eyJhb/scrot-1.4
scrot: 1.3 -> 1.4
2020-09-18 16:25:12 +02:00
Marek Mahut 3f95e9b51d
Merge pull request #96629 from prusnak/i2pd
i2pd: 2.32.1 -> 2.33.0
2020-09-18 16:20:39 +02:00
Emanuele Peruffo 356602c5df mongodb-compass: 1.17.0 -> 1.22.1
Fixes segmentation fault and upgrades the package
2020-09-18 08:13:09 +02:00
Mario Rodas a9cd1c3bae lxd: 4.5 -> 4.6 2020-09-18 04:20:00 +00:00
mlvzk 9560e5d1aa discocss: init at 0.1.0 2020-09-18 00:52:48 +02:00
Vladimír Čunát 638c8cb2d5
Merge #97599: bcachefs*: update 2020-09-17 23:20:33 +02:00
Robert Helgesson 3584644092
cloc: 1.86 -> 1.88 2020-09-17 21:13:43 +02:00
Lassulus ba7bf293e1
Merge pull request #97090 from r-ryantm/auto-update/clevis
clevis: 13 -> 14
2020-09-17 21:04:51 +02:00
Niklas Hambüchen 3c6ed1a798
Merge pull request #98140 from nh2/ntfy-python3
ntfy: Switch to python3. Also fixes test failure
2020-09-17 16:12:03 +02:00
gnidorah 0366a7f2b7 phodav: 2.4 -> 2.5 2020-09-17 16:38:07 +03:00
Mario Rodas 2ef8a50129
Merge pull request #98127 from Chili-Man/patch-2
eksctl: 0.26.0 -> 0.27.0
2020-09-17 08:08:00 -05:00
Niklas Hambüchen 35593698d5 ntfy: Switch to python3. Also fixes test failure.
Fixes test error:

    AttributeError: 'module' object has no attribute 'test_prowl'
2020-09-17 03:17:49 +02:00
Robert Helgesson 9dfcba812a
jwt-cli: 3.1.0 -> 3.2.1 2020-09-16 23:25:52 +02:00
Diego Rodriguez 5a6ec92bad
eksctl: 0.26.0 -> 0.27.0 2020-09-16 14:34:36 -06:00
Rouven Czerwinski 5cae66cb84 thermald: 2.2 -> 2.3
Also cleanup the derivation:
- remove unnecessary PKG_CONFIG_PATH export
- change gpl2 to gpl2Only
- add meta.changelog
- reformat inputs and sort alphabetically
last three suggested by @drewrisinger.
2020-09-16 18:27:16 +02:00
Ryan Mulligan 40ab795911
Merge pull request #98058 from mlvzk/init-manix
manix: init at 0.6.2
2020-09-16 07:55:57 -07:00
eyjhb 809ed03259
scrot: 1.3 -> 1.4 2020-09-16 15:05:20 +02:00
Jason Carr db0e901b56 lesspass-cli: 9.0.0 -> 9.1.9 2020-09-16 08:41:36 +02:00
Wael Nasreddine c80258af16
gist: 5.1.0 -> 6.0.0 (#98053) 2020-09-15 22:41:47 +00:00
Ahmad Jagot b467630062 f2fs-tools: 1.13.0 -> 1.14.0
Allow use of 'compression' option on volume creation, supported at
mount-time in kernels 5.6+
2020-09-15 23:51:11 +02:00
Doron Behar 5a9358ce26
Merge pull request #97700 from SuperSandro2000/cod 2020-09-16 00:18:46 +03:00
Sandro Jäckel ca682af5ea
cod: init at unstable-2020-09-10 2020-09-15 21:27:09 +02:00
mlvzk 92ba610833 manix: init at 0.6.2 2020-09-15 20:31:32 +02:00
Ryan Mulligan d7357d08d5
Merge pull request #98022 from marsam/update-sops
sops: 3.6.0 -> 3.6.1
2020-09-15 07:06:36 -07:00
Ryan Mulligan 7f0162c3f1
Merge pull request #98026 from danieldk/1password-0.8.6
_1password-gui: 0.8.5-1 -> 0.8.6-2
2020-09-15 06:26:53 -07:00
K900 a839779e0a netdata: 1.24.0 -> 1.25.0
Also update homepage URL to point to the new domain
2020-09-15 12:08:37 +03:00
Daniël de Kok 715790e27f _1password-gui: 0.8.5-1 -> 0.8.6-2
Changelog:
https://discussions.agilebits.com/discussion/115787/1password-development-preview-0-8-6
2020-09-15 08:19:50 +02:00
Mario Rodas b0b730de19 sops: 3.6.0 -> 3.6.1
https://github.com/mozilla/sops/releases/tag/v3.6.1
2020-09-14 23:32:01 -05:00
Mario Rodas c1d2464fdb shadowsocks-libev: 3.3.4 -> 3.3.5
https://github.com/shadowsocks/shadowsocks-libev/releases/tag/v3.3.5
2020-09-14 23:19:21 -05:00
Benjamin Hipple dc622edc2e
Merge pull request #97978 from zimbatm/awscli2-2.0.48
awscli2: 2.0.46 -> 2.0.48
2020-09-14 22:07:05 -04:00
zimbatm 60d443d0cd
awscli2: 2.0.46 -> 2.0.48 2020-09-14 15:14:28 +02:00
Tim Steinbach 7f52b1f339
awscli: 1.18.128 -> 1.18.137 2020-09-14 09:11:08 -04:00
Daniël de Kok d2098f90e3
Merge pull request #97852 from danieldk/1password-gui-0.8.5
_1password-gui: 0.8.4 -> 0.8.5-1
2020-09-14 15:01:20 +02:00
Maximilian Bosch f73b1097bc
Merge pull request #97865 from doronbehar/pkg/gotify-client
gotify-cli: Add version and commit to ldflags
2020-09-14 12:54:06 +02:00
Florian Klink 097cf628d9
Merge pull request #97902 from prusnak/gocryptfs
gocryptfs: switch buildGoPackage to buildGoModule
2020-09-14 10:45:45 +02:00
Anderson Torres a6f8193e90
Merge pull request #97934 from Luflosi/update/youtube-dl
youtube-dl: 2020.09.06 -> 2020.09.14
2020-09-14 02:33:32 -03:00
Mario Rodas 985530fa04
Merge pull request #97077 from bbigras/kopia
kopia: 0.6.2 -> 0.6.4
2020-09-13 22:14:35 -05:00
leenaars d88f262fd2
ipgrep: ipgrep: 1.0 -> 1.0.1 (#97903) 2020-09-13 22:45:13 +00:00
Luflosi 4a11f046a6
youtube-dl: 2020.09.06 -> 2020.09.14
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.14
2020-09-13 23:36:19 +02:00
freezeboy 1be6ac06ab barman: init 2.11 2020-09-13 10:26:03 -07:00
Tethys Svensson 22d0213376 hacksaw: init as 1.0.4 2020-09-13 09:48:20 -07:00
Mario Rodas a9fe5fa39f
Merge pull request #97864 from doronbehar/pkg/shadowfox
shadowfox: Add ldflags
2020-09-13 11:20:50 -05:00
Pavol Rusnak 2b27d94f01
gocryptfs: switch buildGoPackage to buildGoModule 2020-09-13 14:08:54 +02:00
Mario Rodas b441d09fad
Merge pull request #97860 from bbigras/zenith
zenith: 0.10.0 -> 0.10.1
2020-09-13 00:16:23 -05:00
Bruno Bigras 9b55d123bc zenith: 0.10.0 -> 0.10.1 2020-09-12 23:15:06 -04:00
Rok Garbas c614283101
asciinema-scenario: init at 0.1.0 2020-09-13 01:36:22 +02:00
Doron Behar b027fc3df8 gotify-cli: Add version and commit to ldflags 2020-09-13 00:41:49 +03:00
Doron Behar c1f4bf78a8 shadowfox: Add ldflags
shadowfox-updater compares the version of itself with that of the latest
version released upon startup. If it doesn't know it's own version, this
comparison always falsely leads to it suggesting the user to update it
upon startup, where in fact it is updated. This is a confusing behavior
only NixOS users suffer and now it's solved.
2020-09-13 00:36:03 +03:00
Daniël de Kok 28cd74522e _1password-gui: 0.8.4 -> 0.8.5-1
Changes:

https://discussions.agilebits.com/discussion/115658/1password-development-preview-0-8-5
2020-09-12 19:34:43 +02:00
Jan Tojnar 607509ac8f
Merge pull request #97690 from jtojnar/inkscape-1.0.1 2020-09-12 16:30:53 +02:00
Stig P a7e314487e
Merge pull request #95361 from sternenseemann/chroma-0.8.0
chroma: init at 0.8.0
2020-09-12 13:13:09 +00:00
Stig P 0527aaa447
Merge pull request #97812 from Sohalt/choose
choose: init at 1.3.1
2020-09-12 11:49:48 +00:00
Doron Behar bfebffbd9c
Merge pull request #96180 from doronbehar/pkg/sequoia 2020-09-12 14:47:53 +03:00
Robert Scott 1435f5be15
Merge pull request #97819 from wkral/fix-ytree-build
ytree: fix build
2020-09-12 12:34:56 +01:00
Maximilian Bosch f66d92b585
Merge pull request #97822 from danielfullmer/diffoscope-160
diffoscope: 156 -> 160
2020-09-12 13:16:31 +02:00
Michael Weiss e30fea932c
html-proofer: 3.15.3 -> 3.16.0 2020-09-12 11:11:52 +02:00
Marcus Geiger 2147c3c34b
openfortivpn: enable on Darwin (#94895) 2020-09-11 23:24:32 -04:00
Daniel Fullmer 4124ce1029 diffoscope: 156 -> 160 2020-09-11 17:39:53 -07:00
William Kral 0a10ec483b ytree: fix build 2020-09-11 17:26:40 -07:00
sohalt 8382b690af choose: init at 1.3.1 2020-09-12 00:36:16 +02:00
Dmitry Kalinkin 2dfcbdb548
Merge pull request #97609 from veprbl/pr/texlive_arara_fix
texlive: fix arara
2020-09-11 09:24:26 -04:00
WilliButz e200440bd0
Merge pull request #97756 from mayflower/xva-img
xva-img: init at 1.4.1
2020-09-11 15:23:35 +02:00
Maximilian Bosch 8149ab158b
bandwhich: 0.17.0 -> 0.18.1
ChangeLogs:

* https://github.com/imsnif/bandwhich/releases/tag/0.18.1
* https://github.com/imsnif/bandwhich/releases/tag/0.18.0

Also applied a fix[1] for rDNS support which broke with `systemd-v246`
because the `resolv-conf` crate didn't support the `options
trust_ad`-declaration in systemd's `/etc/resolv.conf`[2].

[1] https://github.com/imsnif/bandwhich/pull/184
[2] https://github.com/imsnif/bandwhich/issues/166#issuecomment-691014450
2020-09-11 14:10:16 +02:00
Mario Rodas 4f39ab3c33
Merge pull request #97662 from doronbehar/pkg/tectonic
tectonic: 0.1.12 -> 0.1.15
2020-09-11 07:06:54 -05:00
Mario Rodas 7d6fd8b008
Merge pull request #97731 from marsam/tab-python3
tab: use python3
2020-09-11 05:38:04 -05:00
Linus Heckemann 9c170e66f0 xva-img: init at 1.4.1 2020-09-11 12:18:09 +02:00
Maximilian Bosch 0a21d06682
wdisplays: fix startup on sway 1.5
Starting `wdisplays` on a NixOS 20.09 with `sway-1.5` breaks with the
following output:

```
(wdisplays:28400): Gtk-WARNING **: 10:26:38.619: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
Gdk-Message: 10:26:38.752: Error reading events from display: Success
```

The first two warnings can be fixed by adding `wrapGAppsHook`. The last
error is an upstream bug that can be fixed by applying the patch from a
pending PR[1].

[1] https://github.com/cyclopsian/wdisplays/pull/20
2020-09-11 11:00:40 +02:00
Eduardo Quiros 98b8f5d2a6
croc: 8.3.0 -> 8.3.1 2020-09-10 16:57:58 -06:00
Sascha Grunert 29ddc02847
cargo-kcov: init at 0.5.2 (#97691)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-10 23:45:40 +02:00
Robert Scott 140b8718fb
Merge pull request #97630 from treed/zhf-rpm-darwin
rpm: add openmp when building with clang
2020-09-10 20:38:23 +01:00
Ted Reed b8e0f0cd72 rpm: add openmp when building with clang
The Darwin build has been broken with a missing header file "omp.h";
llvmPackages.openmp provides it.

Including this library is only necessary when clang is used.
2020-09-10 12:16:06 -07:00
Jan Tojnar 35deaa45a1
inkscape_0: drop
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
ajs124 d5d6bd7f08
Merge pull request #97541 from Sohalt/mpdscribble-0.23
mpdscribble: 0.22 -> 0.23
2020-09-10 20:40:17 +02:00
Lassulus 8cf24c0380
Merge pull request #94305 from r-ryantm/auto-update/rootlesskit
rootlesskit: 0.3.0-alpha.2 -> 0.10.0
2020-09-10 19:24:10 +02:00
Lassulus 43240890aa
Merge pull request #85934 from falsifian/dump
dump: init at 0.4b46
2020-09-10 19:22:38 +02:00
Atemu 920441f96e bcachefs-tools: 2020-04-04 -> 2020-08-25 2020-09-10 18:57:52 +02:00
Atemu 90f01b1c55 bcachefs-tools: disable tests
Tests were failing because they require the bcachefs module to be loaded on the builder

Many tests were skipped anyways and Bcachefs is still tested via its nixos test
2020-09-10 18:54:52 +02:00
Doron Behar 2120ad1dc6 tectonic: 0.1.12 -> 0.1.15 2020-09-10 16:43:18 +03:00
Mario Rodas 2d19f589d9
Merge pull request #97628 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.16 -> 1.8.17
2020-09-10 08:14:23 -05:00
sohalt 1c8a1b220e mpdscribble: 0.22 -> 0.23 2020-09-10 14:52:36 +02:00
Michael Weiss ae0221e4d0 rav1e: 0.3.3 -> 0.3.4 2020-09-10 12:27:20 +02:00
William Kral fb5a153c26 jwt-cli: fix build 2020-09-10 17:18:33 +10:00
TANIGUCHI Kohei b063ae1aa8 cmigemo: init at 1.3e
cmigemo is a tool that supports Japanese incremental search with Romaji.
2020-09-10 14:57:43 +09:00
Mario Rodas 5985b5c94c
Merge pull request #97424 from cohei/update-skktools
skktools: 1.3.3 -> 1.3.4
2020-09-09 23:10:16 -05:00
Mario Rodas 051ac12650 shadowsocks-rust: 1.8.16 -> 1.8.17 2020-09-09 22:58:51 -05:00
WORLDofPEACE 50feed19a6
Merge pull request #82564 from danderson/bug-55388-jasper
jasper: delete from nixpkgs.
2020-09-09 21:33:28 -04:00
Dmitry Kalinkin 37d65c8698
texlive: fix arara 2020-09-09 18:49:32 -04:00
Gabriel Ebner a0f1c301d9
Merge pull request #97584 from gebner/ncftp-tmpdir
ncftp: do not override $TMPDIR
2020-09-09 22:13:19 +02:00
Vladimír Čunát 7879a6f95b
flashrom nitpick: avoid nested list 2020-09-09 22:10:30 +02:00
Gabriel Ebner 07999f480b ncftp: do not override $TMPDIR 2020-09-09 20:57:32 +02:00
luc65r 6917fda396 rbw: 0.4.4 -> 0.4.6 2020-09-09 20:49:52 +02:00
David Anderson 3a38cef8f9 jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
2020-09-09 18:29:42 +00:00
Maciej Krüger 9c11454182
Merge pull request #92714 from luc65r/pkg/rbw
rbw: init at 0.4.4
2020-09-09 20:25:06 +02:00
Tim Zook 32c9ee2cfc csvkit: fix failing test
The build for this package was failing due to failing tests that were caused by a breaking change in a dependency. The requirements.txt for this package does not pin specific versions so it was trying to build with the new version of the dependency and failing. This commit overrides the version of the dependency that is used to build the package.
2020-09-09 10:37:57 -07:00
TANIGUCHI Kohei 8b435d9e6f skktools: 1.3.3 -> 1.3.4 2020-09-10 01:00:25 +09:00
TANIGUCHI Kohei 9c5a72408d skktools: refactor
Specify tag name for revision
2020-09-10 01:00:25 +09:00
Profpatsch 5c84d57a59 lorri: remove unnecessary output override 2020-09-09 17:59:47 +02:00
WORLDofPEACE fa0ed8d276
Merge pull request #97539 from evanjs/cht.sh/unstable-2020-08-06
cht-sh: unstable-2019-08-06 -> unstable-2020-08-06
2020-09-09 11:20:44 -04:00
WORLDofPEACE 341eeebad6
Merge pull request #96871 from prusnak/electron
Electron updates
2020-09-09 11:12:13 -04:00
WORLDofPEACE 5d131d3326
Merge pull request #97540 from danieldk/fix-clpeak
clpeak: fix build
2020-09-09 10:23:23 -04:00
WORLDofPEACE 88f0b99e47
Merge pull request #97510 from doronbehar/ZHF/bmap-tools
bmap-tools: Don't test, as tests fail on hydra
2020-09-09 10:19:58 -04:00
Evan Stoll 66551093ab cht.sh: unstable-2019-08-06 -> unstable-2020-08-06 2020-09-09 09:20:16 -04:00
Daniël de Kok 5f6738228d clpeak: fix build
The build of clpeak recently started failing because opencl-clhpp was
updated. The latest version of opencl-hpp does not ship the deprecated
cl.hpp header anymore.
2020-09-09 15:08:24 +02:00
Pavol Rusnak 1c10ce66c5
1password-gui: move required electron version to package definition 2020-09-09 10:05:04 +02:00
Doron Behar 307720cf71 bmap-tools: Don't test, as tests fail on hydra
e.g: https://hydra.nixos.org/build/126796743/nixlog/1/tail
2020-09-09 09:56:27 +03:00
WORLDofPEACE 6aeccf3bcb
Merge pull request #97339 from petabyteboy/feature/aarch64-flashrom
flashrom: fix aarch64 build
2020-09-08 19:58:15 -04:00
Mario Rodas 5931172567
Merge pull request #97183 from r-ryantm/auto-update/lego
lego: 3.8.0 -> 4.0.1
2020-09-08 18:50:20 -05:00
WORLDofPEACE 7e8cf698f4
Merge pull request #97364 from IvarWithoutBones/xwallpaper-fix
xwallpaper: remove libseccomp dependency
2020-09-08 19:49:50 -04:00
Mario Rodas f066de7e7e
Merge pull request #97342 from herrwiese/for-master/bpytop-update-v1.0.25
bpytop: 1.0.21 -> 1.0.25
2020-09-08 18:48:50 -05:00
Mario Rodas 3d5edff233
Merge pull request #97373 from r-ryantm/auto-update/collectd
collectd: 5.11.0 -> 5.12.0
2020-09-08 18:43:11 -05:00
Mario Rodas edce3e6e73
Merge pull request #97354 from r-ryantm/auto-update/acme.sh
acme-sh: 2.8.6 -> 2.8.7
2020-09-08 18:41:51 -05:00
Mario Rodas d85c02ba20
Merge pull request #97431 from cohei/skk-dicts-mac
skk-dicts-unstable: enable to build on mac
2020-09-08 18:39:48 -05:00
Ryan Mulligan bde99da804
Merge pull request #97118 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.16.1 -> 1.17.0
2020-09-08 11:56:35 -07:00
Vincent Haupert 0e5657498d mitmproxy: convert to python3Packages 2020-09-08 10:40:22 -07:00
Timo Kaufmann 80e3a89f85
Merge pull request #97448 from timokau/home-manager-2020-09-06
home-manager: 2020-03-17 -> 2020-09-06
2020-09-08 16:36:45 +02:00
Timo Kaufmann ad55e4c7d4 home-manager: 2020-03-17 -> 2020-09-06
The package was broken due to [1], which is fixed upstream in [2]. The
repo has moved to nix-community, so we might as well encode the redirect
here.

[1] https://github.com/NixOS/nixpkgs/pull/96042
[2] 0399839271
2020-09-08 14:53:50 +02:00
Mario Rodas 871fbb21a7
Merge pull request #97413 from marsam/update-noti
noti: 3.4.0 -> 3.5.0
2020-09-08 04:53:03 -05:00
TANIGUCHI Kohei ce1985159d skk-dicts-unstable: enable to build on mac 2020-09-08 16:38:44 +09:00
zowoq 2afb2ae110 teleconsole: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq bd5c02c03c codesearch: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq abf3d29951 hologram: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq 49527fd227 systrayhelper: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq fc5d4820eb cli53: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq 83818f068e kail: use deleteVendor 2020-09-08 16:32:39 +10:00
zowoq 73bb068546 guardian-agent: use deleteVendor 2020-09-08 16:32:39 +10:00
Super Bo fdda893a8a ibus-bamboo: init at 0.6.6
Add IBus Bamboo engine for Vietnamese
2020-09-08 08:22:50 +07:00
Robert Scott 61525137fd
Merge pull request #96958 from servalcatty/v2ray
v2ray: 4.26.0 -> 4.27.5 and add tests
2020-09-07 21:29:51 +01:00
Serval 312e17b329
v2ray: fix newline 2020-09-08 03:35:26 +08:00
Serval 32940aeec4
v2ray: simplify nix 2020-09-08 03:23:12 +08:00
Elis Hirwing 1befbc6518
Merge pull request #96079 from kraem/kraem/pkgs/rar2fs-1.29.1
rar2fs: 1.29.0 -> 1.29.1
2020-09-07 20:15:43 +02:00
R. RyanTM 85255c33f5 collectd: 5.11.0 -> 5.12.0 2020-09-07 16:12:19 +00:00
IvarWithoutBones cff6e7b161 xwallpaper: formatting fix 2020-09-07 16:36:38 +02:00
IvarWithoutBones 4008f2c6ea xwallpaper: remove libseccomp dependency 2020-09-07 16:35:47 +02:00
Vladimír Čunát c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
Mario Rodas 5aea56aa45
Merge pull request #97326 from r-ryantm/auto-update/ugrep
ugrep: 2.5.3 -> 2.5.5
2020-09-07 08:19:12 -05:00
Vincent Laporte bd954783b2 liquidsoap: 1.3.4 → 1.4.2 2020-09-07 15:18:31 +02:00
Mario Rodas 50feff0994
Merge pull request #97327 from r-ryantm/auto-update/vale
vale: 2.3.3 -> 2.3.4
2020-09-07 08:14:42 -05:00
R. RyanTM 9365450435 acme-sh: 2.8.6 -> 2.8.7 2020-09-07 13:01:54 +00:00
Andreas Wiese 5200ee8cc0 bpytop: 1.0.21 -> 1.0.25 2020-09-07 11:09:32 +02:00
Milan Pässler f7e0ff0f35 flashrom: fix aarch64 build 2020-09-07 10:32:01 +02:00
zowoq 7b537f99c0 exa: remove maintainer 2020-09-07 18:29:15 +10:00
Oleksii Filonenko 5df6f3dafd
Merge pull request #97323 from r-ryantm/auto-update/topgrade 2020-09-07 10:34:05 +03:00
R. RyanTM b6efe9d640 vale: 2.3.3 -> 2.3.4 2020-09-07 05:38:54 +00:00
R. RyanTM 6f7120772e ugrep: 2.5.3 -> 2.5.5 2020-09-07 05:33:04 +00:00