R. RyanTM
98f4200a0d
gparted: 1.0.0 -> 1.1.0
2020-01-26 22:10:50 +00:00
leo60228
f97a152d44
idevicerestore: 2019-02-14 -> 2019-12-26
2020-01-26 16:37:18 -05:00
Maximilian Bosch
f71cc3eb7a
cargo-tree: 0.27.0 -> 0.28.0
2020-01-26 20:11:58 +01:00
Maximilian Bosch
5e9d926fa3
termtosvg: 1.0.0 -> 1.1.0
2020-01-26 19:33:26 +01:00
Mario Rodas
8d44794961
Merge pull request #78550 from r-ryantm/auto-update/z-lua
...
z-lua: 1.7.3 -> 1.7.4
2020-01-26 10:13:02 -05:00
R. RyanTM
2b11759d89
z-lua: 1.7.3 -> 1.7.4
2020-01-26 14:12:28 +00:00
R. RyanTM
61a6a60bf2
vips: 8.8.4 -> 8.9.0
2020-01-26 13:27:17 +00:00
zimbatm
61c9405d4c
direnv: 2.21.0 -> 2.21.1
2020-01-26 14:23:32 +01:00
Marek Mahut
34996ef30c
Merge pull request #78107 from 1000101/morph
...
morph: add openssh to PATH
2020-01-26 14:22:06 +01:00
Marek Mahut
dcf7dd278e
Merge pull request #77906 from r-ryantm/auto-update/snabb
...
snabb: 2018.01.2 -> 2019.11
2020-01-26 13:23:17 +01:00
Mario Rodas
e39afd4095
procs: 0.9.0 -> 0.9.2
2020-01-26 04:20:00 -05:00
petercommand
37539e18a5
xmousepasteblock: init at 1.0
2020-01-26 04:00:57 +01:00
Maximilian Bosch
eb5ec176ce
bandwhich: 0.10.0 -> 0.11.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.11.0
2020-01-25 23:08:56 +01:00
Austin Seipp
20bbe6cba6
vector: 0.6.0 -> 0.7.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-01-25 15:35:25 -06:00
Benno Fünfstück
59e7ecdcd0
burpsuite: 1.7.36 -> 2.1.07
2020-01-25 22:17:39 +01:00
Aaron Andersen
ea87d5fc8a
Merge pull request #78311 from fishi0x01/fishi0x01/enum4linux
...
enum4linux: init at 0.8.9
2020-01-25 16:03:25 -05:00
Karl Fischer
6e83d1687e
enum4linux: init at 0.8.9
2020-01-25 21:27:35 +01:00
gnidorah
ea77cad569
Revert "Added support for libfprint 1.90"
...
This reverts commit b60d5692bf
.
2020-01-25 22:56:12 +03:00
Atemu
ad3f0d9829
dnscrypt-proxy2: 2.0.25 -> 2.0.36
2020-01-25 17:39:22 +01:00
zimbatm
55250aae72
direnv: 2.20.1 -> 2.21.0
2020-01-25 16:09:45 +01:00
Daiderd Jordan
6e6c16f90e
Merge pull request #78429 from thefloweringash/llfuse-darwin
...
pythonPackages.llfuse: darwin support, use in borgbackup
2020-01-25 15:52:36 +01:00
markuskowa
b95681083a
Merge pull request #77914 from r-ryantm/auto-update/video2midi
...
video2midi: 0.3.9.6 -> 0.4.0.1
2020-01-25 15:26:04 +01:00
sjau
fdb5f5d827
unoconv: fixing sha256
2020-01-25 10:57:51 +01:00
Mario Rodas
476a4fa40d
Merge pull request #78149 from talyz/nomachine-6.9.2
...
nomachine-client: 6.8.1 -> 6.9.2
2020-01-25 03:25:53 -05:00
Mario Rodas
8a9807f194
Merge pull request #78178 from evanjs/init/cargo-about
...
cargo-about: init at 0.1.1
2020-01-25 03:22:54 -05:00
Andrew Childs
128db1b3f0
borgbackup: use llfuse on darwin
2020-01-25 12:59:31 +09:00
Niklas Hambüchen
f56ca2599d
Merge pull request #78433 from arcnmx/pr-ytdl-update
...
youtube-dl: 2020.01.15 -> 2020.01.24
2020-01-25 04:03:06 +01:00
Mario Rodas
98e29883ce
Merge pull request #78207 from r-ryantm/auto-update/LanguageTool
...
languagetool: 4.7 -> 4.8
2020-01-24 18:45:15 -05:00
Mario Rodas
4dbdc31330
Merge pull request #78262 from r-ryantm/auto-update/plantuml
...
plantuml: 1.2019.13 -> 1.2020.0
2020-01-24 18:37:59 -05:00
Mario Rodas
e820245294
Merge pull request #78259 from r-ryantm/auto-update/pdsh
...
pdsh: 2.33 -> 2.34
2020-01-24 18:36:48 -05:00
Bruno Bigras
11af4a1b42
httplz: 1.6.0 -> 1.8.0
2020-01-24 15:29:06 -05:00
Alyssa Ross
5e4c494636
execline: wrap unconditionally; strip
...
I don't think there's any situation in which an unwrapped execlineb is
useful -- if you want to use different versions of the execlineb tool
it'll still prefer ones in PATH. At the same time, implementing the
wrapper in this way, as a series of two derivations, meant that we
didn't get stdenv goodness for the wrapper. This meant that, for
example, the wrapper was not stripped, and so execline ended up with
runtime dependencies on gcc and the Linux headers. I don't want to
have to reimplement this sort of stuff when it's already in stdenv,
and so it makes much more sense to create the wrapper in the
mkDerivation call, where all of stdenv's normal magic will find it.
2020-01-24 21:04:32 +01:00
arcnmx
e0e2fd849a
youtube-dl: 2020.01.15 -> 2020.01.24
2020-01-24 11:32:19 -08:00
Ingo Blechschmidt
89864a01d1
dsniff: Unbreak the build
2020-01-24 18:58:54 +01:00
Michael Weiss
7c08ba312b
Merge pull request #78189 from kraem/master
...
rar2fs: init at 1.28.0
2020-01-24 18:29:38 +01:00
Aaron Andersen
ddbb15dc79
Merge pull request #77300 from plumelo/rsyslog
...
rsyslog: include libmaxminddb
2020-01-24 06:27:19 -05:00
Mario Rodas
c4b458fa53
mutagen: 0.10.2 -> 0.10.3
...
Changelog: https://github.com/mutagen-io/mutagen/releases/tag/v0.10.3
2020-01-24 02:05:08 -08:00
Vladyslav M
ead1e6a364
Merge pull request #78367 from marsam/update-broot
...
broot: 0.11.9 -> 0.12.0
2020-01-23 23:31:25 +02:00
vasile luta
da5bb025c6
rsyslog: include libmaxminddb
2020-01-23 22:23:09 +02:00
Michael Weiss
983f39cdab
unrar: Install all C++ header files into the "dev" output
...
This is e.g. required for the rar2fs build [0], which needs at least
version.hpp, rar.hpp, dllext.hpp, dll.hpp, and headers5.hpp.
At least Gentoo does this as well [1] but most other distributions only
install dll.hpp or no header files at all.
[0]: https://github.com/NixOS/nixpkgs/pull/78189
[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/app-arch/unrar/unrar-5.8.5.ebuild
2020-01-23 21:16:38 +01:00
kraem
04bf042e2f
rar2fs: init at 1.28.0
2020-01-23 21:16:20 +01:00
Mario Rodas
4dbba7a143
procs: 0.8.16 -> 0.9.0
2020-01-23 09:00:00 -05:00
Mario Rodas
dfaae48381
broot: 0.11.9 -> 0.12.0
2020-01-23 04:20:00 -05:00
Peter Hoeg
e527dc62d7
mc: /bin/rm does not exist
2020-01-23 17:08:35 +08:00
Mario Rodas
bce8f64c78
vault: 1.3.1 -> 1.3.2
2020-01-22 18:18:18 -05:00
Maximilian Bosch
714860dd42
Merge pull request #78182 from r-ryantm/auto-update/hwinfo
...
hwinfo: 21.67 -> 21.68
2020-01-22 22:30:00 +01:00
zowoq
88235d99a4
amass: 3.0.25 -> 3.4.2 ( #78001 )
2020-01-22 12:13:51 -08:00
Florian Klink
79bf9ef3b5
Merge pull request #78243 from srhb/ceph-revert-lost-ceph-volume
...
ceph: Bring back ceph-volume
2020-01-22 18:00:22 +01:00
Rakesh Gupta
f82528a92b
updated version to 1.20.1
2020-01-22 17:46:42 +01:00
Andrew Childs
dc1d9a578d
s-tui: 0.8.3 -> 1.0.0
2020-01-22 17:21:42 +01:00
Robin Gloster
0751c48313
Merge pull request #78191 from Ma27/bump-wireguard
...
wireguard: 1.0.20200102 -> 1.0.20200121
2020-01-22 16:10:50 +01:00
Florian Klink
a61db03041
Merge pull request #77494 from dtzWill/update/ocrmypdf-9.4.0
...
ocrmypdf: 9.2.0 -> 9.5.0
2020-01-22 16:03:29 +01:00
Marek Mahut
860a3114f7
fido2luks: 0.2.2 -> 0.2.3
2020-01-22 16:00:40 +01:00
Ryan Mulligan
b3764d585c
Merge pull request #78232 from r-ryantm/auto-update/munge
...
munge: 0.5.13 -> 0.5.14
2020-01-22 06:10:00 -08:00
R. RyanTM
f18f8a063b
mawk: 1.3.4-20190203 -> 1.3.4-20200106
2020-01-22 13:27:27 +01:00
Sarah Brofeldt
585ac580df
ceph: Bring back ceph-volume
2020-01-22 12:26:58 +01:00
Anderson Torres
37381f6e60
Merge pull request #76682 from AndersonTorres/update/luckybackup
...
luckybackup: init at 0.5.0
2020-01-22 07:45:40 -03:00
Mario Rodas
ec8fd9cc34
Merge pull request #78165 from r-ryantm/auto-update/glusterfs
...
glusterfs: 7.1 -> 7.2
2020-01-22 05:35:28 -05:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
...
According to https://repology.org/repository/nix_unstable/problems , we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.
The following script was used to make these updates:
```
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq '.[] | .problem' -r \
| rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
| sort | uniq > script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM
c9c3b9d602
plantuml: 1.2019.13 -> 1.2020.0
2020-01-22 10:15:38 +00:00
Mario Rodas
03884c3fe1
Merge pull request #78164 from servalcatty/v2ray
...
v2ray: 4.22.0 -> 4.22.1
2020-01-22 05:14:58 -05:00
Mario Rodas
9613cc8104
Merge pull request #78230 from r-ryantm/auto-update/mcfly
...
mcfly: 0.3.1 -> 0.3.6
2020-01-22 05:04:30 -05:00
zimbatm
546fe02875
h: init at 1.0.0 ( #78017 )
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-22 09:49:54 +00:00
R. RyanTM
cc7267143b
pdsh: 2.33 -> 2.34
2020-01-22 09:47:39 +00:00
Matt Layher
228425978d
corerad: 0.1.8 -> 0.1.9
2020-01-22 01:19:35 -08:00
Jonathan Ringer
1474940ea4
ansible_2_8: 2.8.6 -> 2.8.7
2020-01-22 01:12:28 -08:00
Jonathan Ringer
3444d76c1b
ansible_2_*: overridePythonAttrs -> overrideAttrs
2020-01-22 01:12:28 -08:00
Jonathan Ringer
99eb9231d4
ansible_2_9: init at 2.9.2
2020-01-22 01:12:28 -08:00
R. RyanTM
2176d2fc8d
argyllcms: 2.1.1 -> 2.1.2
2020-01-22 01:01:11 -08:00
Mario Rodas
a06cbffd16
mcfly: enable on darwin
2020-01-21 23:00:00 -05:00
R. RyanTM
10b05a9b77
mcfly: 0.3.1 -> 0.3.6
2020-01-21 23:05:22 -05:00
R. RyanTM
8ea2027f65
munge: 0.5.13 -> 0.5.14
2020-01-22 03:24:53 +00:00
Mario Rodas
8500d560a4
Merge pull request #76367 from r-ryantm/auto-update/pspg
...
pspg: 2.6.0 -> 2.6.4
2020-01-21 20:01:54 -05:00
Will Dietz
61381b2f88
ocrmypdf: 9.4.0 -> 9.5.0
2020-01-21 18:17:30 -06:00
Will Dietz
6b1937818e
ocrmypdf: prefer patch + substituteAll
2020-01-21 18:14:49 -06:00
Mario Rodas
248b42757b
Merge pull request #76216 from r-ryantm/auto-update/asciidoctorj
...
asciidoctorj: 2.1.0 -> 2.2.0
2020-01-21 18:52:26 -05:00
Mario Rodas
9e6868b782
Merge pull request #78071 from r-ryantm/auto-update/diffoscope
...
diffoscope: 133 -> 135
2020-01-21 18:30:26 -05:00
Mario Rodas
e4ba0822a5
Merge pull request #78064 from marsam/init-mutagen
...
mutagen: init at 0.10.2
2020-01-21 18:27:37 -05:00
R. RyanTM
be5c93605a
languagetool: 4.7 -> 4.8
2020-01-21 19:51:48 +00:00
Jan Hrnko
7ccb1dbb41
morph: add openssh to PATH
2020-01-21 18:44:35 +01:00
Maximilian Bosch
dea2f98262
wireguard-tools: 1.0.20200102 -> 1.0.20200121
...
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004869.html
2020-01-21 17:55:09 +01:00
R. RyanTM
dbc61de005
hwinfo: 21.67 -> 21.68
2020-01-21 16:51:30 +00:00
Ryan Mulligan
5c5d9efdd1
Merge pull request #78078 from r-ryantm/auto-update/FanFicFare
...
fanficfare: 3.13.0 -> 3.15.0
2020-01-21 07:48:00 -08:00
Ryan Mulligan
53c681d7e2
Merge pull request #78147 from dwarfmaster/rename
...
Renamed maintainer lucas8 -> dwarfmaster
2020-01-21 07:47:20 -08:00
Evan Stoll
ac6524dc7f
cargo-about: init at 0.1.1
2020-01-21 10:42:06 -05:00
R. RyanTM
f0da790b6d
glusterfs: 7.1 -> 7.2
2020-01-21 14:13:32 +00:00
Serval
39ee33c832
v2ray: 4.22.0 -> 4.22.1
2020-01-21 21:51:44 +08:00
zimbatm
f8df74be4b
vncdo: fix build
2020-01-21 13:16:01 +01:00
talyz
62af7804ef
nomachine-client: 6.8.1 -> 6.9.2
2020-01-21 10:29:39 +01:00
Mario Rodas
8af54fcfae
pspg: enable on darwin
2020-01-21 04:20:00 -05:00
Mario Rodas
64699cadea
pspg: 2.6.4 -> 2.6.6
2020-01-21 04:20:00 -05:00
lewo
2b4753182e
Merge pull request #77851 from zowoq/saldl
...
saldl: init at 40
2020-01-21 08:43:05 +01:00
lewo
5c50fe54a6
Merge pull request #78114 from cust0dian/tmuxinator-1.1.4
...
tmuxinator: 1.1.0 -> 1.1.4
2020-01-21 08:40:33 +01:00
DwarfMaster
227a3f4383
Renamed maintainer lucas8 -> dwarfmaster
2020-01-21 16:39:52 +10:00
Renaud
11294261bb
Merge pull request #77489 from dtzWill/update/fail2ban-0.10.5
...
fail2ban: 0.10.4 -> 0.10.5
2020-01-20 22:47:27 +01:00
R. RyanTM
651e73484e
facter: 3.14.6 -> 3.14.7 ( #78083 )
2020-01-20 22:10:24 +01:00
Michael Weiss
4a7f07e2b9
html-proofer: 3.15.0 -> 3.15.1
2020-01-20 21:50:19 +01:00
Serg Nesterov
d1e502ba7e
tmuxinator: 1.1.0 -> 1.1.4
2020-01-20 19:59:53 +03:00
Mario Rodas
7c2a51cdf1
du-dust: 0.4.2 -> 0.4.4
2020-01-20 16:06:37 +01:00
Noah Loomans
79cf2c25fb
hakuneko: 5.0.8 -> 6.1.7
2020-01-20 15:40:50 +01:00
Maximilian Bosch
d06b5daac1
Merge pull request #78086 from r-ryantm/auto-update/graylog
...
graylog: 3.1.3 -> 3.1.4
2020-01-20 13:53:18 +01:00
Mario Rodas
49f0e33892
Merge pull request #77735 from r-ryantm/auto-update/dar
...
dar: 2.6.6 -> 2.6.7
2020-01-20 07:45:57 -05:00
Mario Rodas
949c5f8451
Merge pull request #78068 from r-ryantm/auto-update/acme.sh
...
acme-sh: 2.8.3 -> 2.8.5
2020-01-20 07:36:58 -05:00
Mario Rodas
c0c1b9d64e
Merge pull request #78063 from marsam/update-nfpm
...
nfpm: 1.1.8 -> 1.1.10
2020-01-20 07:35:27 -05:00
AndersonTorres
7c4f845551
luckybackup: init at 0.5.0
2020-01-20 07:39:01 -03:00
Peter Simons
6cc43ee38c
Merge pull request #78069 from r-ryantm/auto-update/asymptote
...
asymptote: 2.61 -> 2.62
2020-01-20 10:15:44 +01:00
R. RyanTM
0928c40c29
graylog: 3.1.3 -> 3.1.4
2020-01-20 08:51:55 +00:00
R. RyanTM
d7e04bb440
fanficfare: 3.13.0 -> 3.15.0
2020-01-20 07:38:24 +00:00
R. RyanTM
cc1bed5919
diffoscope: 133 -> 135
2020-01-20 03:48:35 +00:00
R. RyanTM
68ee1de5d2
asymptote: 2.61 -> 2.62
2020-01-20 03:07:05 +00:00
R. RyanTM
02fad0d598
acme-sh: 2.8.3 -> 2.8.5
2020-01-20 03:00:35 +00:00
Mario Rodas
4a5c337397
nfpm: 1.1.8 -> 1.1.10
2020-01-19 20:20:20 -05:00
Mario Rodas
a58ddbe232
Merge pull request #77902 from r-ryantm/auto-update/sewer
...
sewer: 0.7.0 -> 0.7.3
2020-01-19 08:58:08 -05:00
Mario Rodas
622e1b083a
Merge pull request #77921 from r-ryantm/auto-update/zfs-replicate
...
zfs-replicate: 1.1.11 -> 1.1.14
2020-01-19 08:57:17 -05:00
Mario Rodas
f13b85643b
Merge pull request #77889 from r-ryantm/auto-update/nix-bundle
...
nix-bundle: 0.2.0 -> 0.3.0
2020-01-19 08:50:36 -05:00
Mario Rodas
5b55493939
Merge pull request #77895 from r-ryantm/auto-update/pipreqs
...
pipreqs: 0.4.9 -> 0.4.10
2020-01-19 08:43:11 -05:00
Mario Rodas
30a7902609
sewer: enable on darwin
2020-01-19 04:20:00 -05:00
Mario Rodas
fc408d55e6
sewer: 0.7.3 -> 0.7.9
2020-01-19 04:20:00 -05:00
worldofpeace
282b79a885
Merge pull request #77993 from ericnorris/master
...
rpm: fix helper script paths
2020-01-18 20:46:16 -05:00
zowoq
5679caf3ef
fuse-overlayfs: 0.7.4 -> 0.7.5
2020-01-19 08:28:52 +10:00
Marek Mahut
d5f9a98e06
Merge pull request #77974 from marsam/init-rage
...
rage: init at 0.2.0
2020-01-18 23:07:49 +01:00
Eric Norris
e5d007e86a
rpm: fix helper script paths
2020-01-18 15:59:30 -05:00
Mario Rodas
e517c5251e
Merge pull request #77976 from filalex77/nebula-1.1.0
...
nebula: 1.0.0 -> 1.1.0
2020-01-18 15:04:56 -05:00
edef
201d9b8916
Merge pull request #77956 from helsinki-systems/upd/zopfli
...
zopfli: 1.0.2 -> 1.0.3
2020-01-18 13:44:13 +00:00
Will Dietz
b873eb7317
packagekit: 1.1.12 -> 1.1.13 ( #77498 )
...
* packagekit: 1.1.12 -> 1.1.13
https://github.com/hughsie/PackageKit/blob/PACKAGEKIT_1_1_13/NEWS
* packagekit: set systemd user unit dir, minor touchups
While visiting:
* drop trailing slash in system unit dir
* prefer placeholder over escaping
* packagekit: dbus dir fixup (thanks @worldofpeace!)
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2020-01-18 08:34:18 -05:00
Maximilian Bosch
1470109737
bandwhich: 0.9.0 -> 0.10.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.10.0
2020-01-18 13:51:58 +01:00
Oleksii Filonenko
ae3ba80c6d
nebula: 1.0.0 -> 1.1.0
2020-01-18 13:50:53 +02:00
Jan Tojnar
07b8ab4ff7
python2.pkgs.nixpart0: use correct libselinux bindings
...
Sine 56e557257d
libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
2020-01-18 11:20:40 +01:00
Mario Rodas
2d0a6808d7
rage: init at 0.2.0
2020-01-18 04:20:00 -05:00
Niklas Hambüchen
5cda7099ae
Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11
...
ibus-engines.table-others: 1.3.9 -> 1.3.11
2020-01-18 02:26:04 +01:00
Niklas Hambüchen
8fb62abe8a
Merge pull request #77604 from srhb/ceph-14.2.6
...
ceph: 14.2.5 -> 14.2.6
2020-01-18 02:15:02 +01:00
ajs124
782ea12568
zopfli: 1.0.2 -> 1.0.3
2020-01-17 23:29:26 +01:00
Mario Rodas
ee3458392b
Merge pull request #77916 from r-ryantm/auto-update/wakatime
...
wakatime: 13.0.2 -> 13.0.3
2020-01-17 17:06:18 -05:00
Michael Raskin
bff47db030
Merge pull request #77918 from r-ryantm/auto-update/wavemon
...
wavemon: 0.9.0 -> 0.9.1
2020-01-17 22:01:32 +00:00
zowoq
531eb30f6b
saldl: init at 40
2020-01-18 08:01:19 +10:00
worldofpeace
d165c28984
Merge pull request #77923 from Synthetica9/version-formats
...
various: fix version formatting
2020-01-17 14:04:19 -05:00
worldofpeace
a1628d9805
Merge pull request #77811 from jluttine/fix-yle-dl-setuptools
...
yle-dl: add setuptools dependency
2020-01-17 13:43:07 -05:00
Florian Klink
61dc31d25d
Merge pull request #77920 from r-ryantm/auto-update/xsecurelock
...
xsecurelock: 1.6.0 -> 1.7.0
2020-01-17 18:06:02 +01:00
Frederik Rietdijk
bcd8c6b8dc
Merge master into staging-next
2020-01-17 17:08:16 +01:00
Will Dietz
f0ce34634a
Merge pull request #77862 from dtzWill/update/broot-0.11.9
...
broot: 0.11.8 -> 0.11.9, verifyCargoDeps
2020-01-17 09:34:38 -06:00
Peter Hoeg
248a4fe37a
Merge pull request #77905 from zowoq/fuse-overlayfs
...
fuse-overlayfs: 0.7.3 -> 0.7.4
2020-01-17 22:07:47 +08:00
Ryan Mulligan
7ed93fc8b9
Merge pull request #77876 from r-ryantm/auto-update/jumpapp
...
jumpapp: 1.0 -> 1.1
2020-01-17 05:53:51 -08:00
R. RyanTM
944d340c1e
zfs-replicate: 1.1.11 -> 1.1.14
2020-01-17 12:44:07 +00:00
Silvan Mosberger
0866527ec1
zfsnap: init at 2.0.0-beta3 ( #70234 )
...
zfsnap: init at 2.0.0-beta3
2020-01-17 13:40:44 +01:00
R. RyanTM
f9bf683062
xsecurelock: 1.6.0 -> 1.7.0
2020-01-17 12:37:14 +00:00
Will Dietz
8572179033
xlayoutdisplay: 1.1.0 -> 1.1.1
2020-01-17 12:33:08 +00:00
R. RyanTM
34cec31015
wavemon: 0.9.0 -> 0.9.1
2020-01-17 12:26:58 +00:00
R. RyanTM
9584607d52
wakatime: 13.0.2 -> 13.0.3
2020-01-17 12:23:54 +00:00
R. RyanTM
354bcfeab0
video2midi: 0.3.9.6 -> 0.4.0.1
2020-01-17 12:08:42 +00:00
R. RyanTM
153934acfc
snabb: 2018.01.2 -> 2019.11
2020-01-17 11:03:57 +00:00
zowoq
0553f2a56b
fuse-overlayfs: 0.7.3 -> 0.7.4
...
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.4
2020-01-17 20:56:34 +10:00
Frank Doepper
7b920bc35b
zfsnap: init at 2.0.0-beta3
...
Co-authored-by: Silvan Mosberger <contact@infinisil.com>
2020-01-17 11:49:23 +01:00
R. RyanTM
d97a34cfcf
sewer: 0.7.0 -> 0.7.3
2020-01-17 10:44:46 +00:00
Marek Mahut
e62408bbff
Merge pull request #77873 from r-ryantm/auto-update/fsmon
...
fsmon: 1.5 -> 1.6.1
2020-01-17 10:55:28 +01:00
R. RyanTM
702dd2573b
pipreqs: 0.4.9 -> 0.4.10
2020-01-17 09:52:29 +00:00
R. RyanTM
a58a6de1b4
nix-bundle: 0.2.0 -> 0.3.0
2020-01-17 08:49:43 +00:00
R. RyanTM
3f2c224ff1
jumpapp: 1.0 -> 1.1
2020-01-17 07:32:17 +00:00
R. RyanTM
9d35bc0cdf
fsmon: 1.5 -> 1.6.1
2020-01-17 06:01:30 +00:00
R. RyanTM
73eb46726c
bitwarden_rs-vault: 2.12.0 -> 2.12.0b
2020-01-17 04:58:13 +00:00
Will Dietz
afdfd68afa
lcdf-typetools: init at 2.108
2020-01-16 22:44:30 -06:00
Will Dietz
567655c200
broot: 0.11.8 -> 0.11.9, verifyCargoDeps
...
https://github.com/Canop/broot/releases/tag/v0.11.9
2020-01-16 22:38:12 -06:00
Benjamin Hipple
39700a65ef
texlive: touchup documentation ( #77718 )
...
The `bash` pragma gives syntax highlighting on the file, and removing the
prompts allows a user to just copy-paste the entire block into the terminal to
run the update.
2020-01-16 23:30:20 -05:00
Wael Nasreddine
2628f20267
topgrade: fix, add darwin Foundation framework ( #77700 )
...
topgrade: fix, add darwin Foundation framework
2020-01-16 18:25:16 -08:00
Mario Rodas
af2f66e9ce
Merge pull request #77533 from zowoq/fuse-overlayfs
...
fuse-overlayfs: 0.7.2 -> 0.7.3
2020-01-16 20:45:52 -05:00
Matt Layher
9c66687ef1
corerad: 0.1.4 -> 0.1.8 ( #77848 )
2020-01-16 16:44:30 -08:00
Will Dietz
81aafb22ff
Merge pull request #77697 from dtzWill/fix/pfetch-minor-dontbuild-touchup
...
pfetch: dontbuild -> dontBuild, installPhase touchup, stdenvNoCC
2020-01-16 17:43:47 -06:00
Robin Gloster
aa489adfd8
Merge pull request #77686 from alyssais/urllib3
...
Revert "Re-revert "awscli: Get rid of runtime -dev dependencies""
2020-01-17 00:38:52 +01:00
Marek Mahut
9660e1211c
Merge pull request #77810 from peterhoeg/fix_nix_prefetch_contrib
...
nix-prefetch: 0.1.0 -> 0.3.0
2020-01-16 23:21:46 +01:00
Matthias Beyer
df4ec23bc7
gnused: 4.7 -> 4.8
...
Upstream announcement:
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00002.html
For the lazy:
> * Noteworthy changes in release 4.8 (2020-01-14) [stable]
>
> ** Bug fixes
>
> "sed -i" now creates temporary files with correct umask (limited to u=rwx).
> Previously sed would incorrectly set umask on temporary files, resulting
> in problems under certain fuse-like file systems.
> [bug introduced in sed 4.2.1]
>
> ** Release
>
> distribute gzip-compressed tarballs once again
>
> ** Improvements
>
> a year's worth of gnulib development, including improved DFA performance
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-16 21:40:10 +00:00
Will Dietz
e2cf972dd9
vmtouch: 1.3.0 -> 1.3.1
...
Also fixup pname/name, and drop '-git-' in the middle of the two.
(missed when moving off git revisions)
2020-01-16 21:38:47 +00:00
Will Dietz
0d5b21e9ba
lftp: 4.9.0 -> 4.9.1
...
https://lftp.yar.ru/news.html
(cherry picked from commit 6c545f25f02a4dccf9fc2ceef3a15267d9eb53c5)
2020-01-16 21:38:19 +00:00
Akira Komamura
1e70a7e5a8
unoconv: 0.6 -> 0.8.2
...
Change the source from dag.wieers.com to github, which seems to
officially host the source code of the project now.
Update unoconv from 0.6 to 0.8.2, which includes several important
changes.
Delete the patch, since it has already become part of the project.
2020-01-16 21:34:29 +00:00
Silvan Mosberger
7869cd26b3
iperf3: fix compilation to support authentication creds ( #77592 )
...
iperf3: fix compilation to support authentication creds
2020-01-16 22:20:06 +01:00
Patrick Hilhorst
f8eb39bc3b
mcfly: correctly format version
2020-01-16 20:33:13 +01:00
Patrick Hilhorst
57d90bd04c
xcape: correctly format version
2020-01-16 20:09:18 +01:00
Hugo Reeves
212e7ea2f1
topgrade: add maintainer, hugoreeves
2020-01-17 07:08:43 +13:00
Hugo Reeves
8bef4113ce
topgrade: fix, add darwin Foundation framework
2020-01-17 07:07:29 +13:00
Renaud
404d9529e1
jdupes: 1.13.2 -> 1.14.0
2020-01-16 16:55:50 +00:00
Will Dietz
6daba66152
txr: 230 -> 231
...
Drop header fixup, release notes indicate this was fixed.
2020-01-16 16:54:04 +00:00
Merlin Göttlinger
b9e7d34c1d
mu: fixed incorrect substitution
...
The string to substitute was wrong.
2020-01-16 15:52:57 +01:00
Hugo Reeves
3697d7c523
cassowary: init at v0.3.0
2020-01-16 15:47:30 +01:00
Oleksii Filonenko
f7afe54cc3
subfinder: 2.2.4 -> 2.3.0
2020-01-16 14:38:20 +01:00
Mario Rodas
a2f1215b2b
Merge pull request #77809 from davidtwco/starship-0.33.1
...
starship: 0.33.0 -> 0.33.1
2020-01-16 08:03:44 -05:00
Bjørn Forsman
acca4bcbe5
Merge pull request #77775 from dtzWill/fix/fpart-musl-fts
...
fpart: fts (fix w/musl)
2020-01-16 13:15:03 +01:00
Maximilian Bosch
e89c6aeabc
grim: 1.2.0 -> 1.3.0
...
https://github.com/emersion/grim/releases/tag/v1.3.0
2020-01-16 13:13:40 +01:00
Jaakko Luttinen
080da6a65f
yle-dl: add setuptools dependency
...
yle-dl was failing with the following error:
ImportError: No module named pkg_resources
Adding setuptools to propagatedBuildInputs fixes this issue.
2020-01-16 13:09:01 +02:00
David Wood
ab648a8955
starship: 0.33.0 -> 0.33.1
2020-01-16 10:09:44 +00:00
Peter Hoeg
bec2162099
nix-prefetch: 0.1.0 -> 0.3.0
2020-01-16 17:17:00 +08:00
Maximilian Bosch
d5e9b7d5a7
Merge pull request #77713 from xrelkd/update/youtube-dl
...
youtube-dl: 2019.12.25 -> 2020.01.15
2020-01-16 03:59:00 +01:00
Mario Rodas
588e1c61cb
Merge pull request #77717 from marsam/update-fluent-bit
...
fluent-bit: 1.3.5 -> 1.3.6
2020-01-15 20:00:10 -05:00
Mario Rodas
83ce75d4d6
Merge pull request #77723 from r-ryantm/auto-update/bindfs
...
bindfs: 1.14.2 -> 1.14.3
2020-01-15 19:52:25 -05:00
Mario Rodas
a6c2c42049
Merge pull request #77763 from r-ryantm/auto-update/gcsfuse
...
gcsfuse: 0.28.1 -> 0.29.0
2020-01-15 19:45:51 -05:00
Mario Rodas
6d24724adc
Merge pull request #77728 from dywedir/skim
...
skim: 0.6.9 -> 0.7.0
2020-01-15 19:30:00 -05:00
Mario Rodas
6e86e4059f
gcsfuse: use buildGoPackage
2020-01-15 18:18:18 -05:00
Domen Kožar
acadaa800b
chrome-token-signing: fix qt runtime error
2020-01-15 21:32:13 +01:00
Silvan Mosberger
fbbe3f9b7e
Merge pull request #75172 from ivan/libimobiledevice-bump
...
libimobiledevice: 2019-04-04 -> 2019-11-29, usbmuxd: 2019-03-05 -> 2019-11-11
2020-01-15 18:31:41 +01:00
Jörg Thalheim
a98371adb3
httpie: 1.0.3 -> 2.0.0 ( #77722 )
...
httpie: 1.0.3 -> 2.0.0
2020-01-15 17:19:25 +00:00
Will Dietz
5c4bebfd66
fpart: fts (fix w/musl)
2020-01-15 11:12:42 -06:00
R. RyanTM
4851555ea0
fpart: 1.1.0 -> 1.2.0
2020-01-15 17:19:39 +01:00
Bruno Bigras
8858cc1821
httpie: 1.0.3 -> 2.0.0
2020-01-15 10:45:12 -05:00