Commit Graph

7397 Commits

Author SHA1 Message Date
R. RyanTM
002ecd07e1 geekbench: 5.2.1 -> 5.2.3 2020-08-07 00:10:06 -07:00
Mario Rodas
cb37cdfcf7
Merge pull request #94792 from r-ryantm/auto-update/mcfly
mcfly: 0.4.0 -> 0.4.1
2020-08-06 19:10:00 -05:00
John Wiegley
7cd05de015
multitail: add pkg-config dependency, needed for darwin builds 2020-08-06 15:52:50 -07:00
John Wiegley
8bb50e72d6
Allow jdiskreport to build on Darwin 2020-08-06 15:52:44 -07:00
Daniël de Kok
39806bc65e
Merge pull request #91776 from KoviRobi/antimicro-to-antimicroX
antimicro 2.3 -> antimicroX 3.0
2020-08-06 17:41:38 +02:00
Kovacsics Robert
1e6f11a2d0 antimicro 2.3 -> antimicroX 3.0
Antimicro is broken an no longer maintained (and doesn't compile).
AntimicroX is a fork that does compile, so this removes antimicro and
adds antimicroX.
2020-08-06 16:28:26 +01:00
R. RyanTM
0c0cfa7b8c mcfly: 0.4.0 -> 0.4.1 2020-08-06 14:16:13 +00:00
Profpatsch
c253216595 lorri: 1.1.1 -> 1.2.0 2020-08-04 22:09:59 +02:00
Vladimír Čunát
8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Maximilian Bosch
32fa76e0c2
diffoscope: 153 -> 154
https://diffoscope.org/news/diffoscope-154-released/
2020-08-04 17:28:35 +02:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Daniël de Kok
dca79650f3
Merge pull request #94509 from r-ryantm/auto-update/jdupes
jdupes: 1.17.0 -> 1.18.2
2020-08-04 09:49:21 +02:00
Daniël de Kok
b87268ff2e jdupes: fix build on Darwin
jdupes was compiled with HARDEN=1. This adds the '-z' option to `ld`, which is
not available LLVM ld. Only enable the HARDEN option for GNU toolchains.
2020-08-04 09:30:00 +02:00
Mario Rodas
dfe8b3ae50
Merge pull request #94435 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.5.0 -> 1.5.2
2020-08-02 10:01:11 -05:00
Mario Rodas
3c4b8bf8fd
Merge pull request #94541 from r-ryantm/auto-update/osm2pgsql
osm2pgsql: 1.2.2 -> 1.3.0
2020-08-02 09:54:49 -05:00
Mario Rodas
651456d690
Merge pull request #94544 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.9.2 -> 1.9.3
2020-08-02 09:33:08 -05:00
R. RyanTM
dbb4daf59c pgmetrics: 1.9.2 -> 1.9.3 2020-08-02 09:57:27 +00:00
R. RyanTM
f04e619da9 osm2pgsql: 1.2.2 -> 1.3.0 2020-08-02 09:06:33 +00:00
Oleksii Filonenko
fe2d996b06
Merge pull request #94533 from zowoq/fzf
fzf: 0.21.1 -> 0.22.0
2020-08-02 10:49:56 +03:00
zowoq
6a8ca288e7 fzf: 0.21.1 -> 0.22.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0220
2020-08-02 17:29:39 +10:00
R. RyanTM
9ef100c353 jdupes: 1.17.0 -> 1.18.2 2020-08-02 03:38:24 +00:00
R. RyanTM
6ba2223b6e dua: 2.8.1 -> 2.10.2 2020-08-01 22:47:19 +00:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
R. RyanTM
ad02602807 fluent-bit: 1.5.0 -> 1.5.2 2020-08-01 10:16:24 +00:00
Daniël de Kok
bd444195c9
Merge pull request #94362 from r-ryantm/auto-update/broot
broot: 0.18.1 -> 0.19.3
2020-08-01 09:00:46 +02:00
Silvan Mosberger
5adcc605cc
Merge pull request #94395 from r-ryantm/auto-update/dijo
dijo: 0.1.5 -> 0.2.2
2020-08-01 03:10:01 +02:00
R. RyanTM
46273519cf dijo: 0.1.5 -> 0.2.2 2020-08-01 00:36:05 +00:00
R. RyanTM
7d293e769f broot: 0.18.1 -> 0.19.3 2020-07-31 18:06:04 +00:00
Oleksii Filonenko
b633d22609
Merge pull request #94331 from r-ryantm/auto-update/topgrade
topgrade: 5.1.0 -> 5.3.0
2020-07-31 15:50:21 +03:00
R. RyanTM
7f1281f646 topgrade: 5.1.0 -> 5.3.0 2020-07-31 12:04:40 +00:00
Matthew Bauer
d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
Jörg Thalheim
bccfcd358f
Merge pull request #94123 from xoe-labs/da-cfssl-update 2020-07-31 06:54:45 +01:00
David Arnold
ab1f69b099
init: go-rice at 1.0.0 2020-07-31 00:46:52 -05:00
Mario Rodas
d518306070
Merge pull request #94284 from r-ryantm/auto-update/mutagen
mutagen: 0.11.5 -> 0.11.6
2020-07-31 00:33:59 -05:00
R. RyanTM
65ef6035cc mutagen: 0.11.5 -> 0.11.6 2020-07-31 05:01:15 +00:00
Jörg Thalheim
af2055de21
Merge pull request #94280 from zowoq/ecc-gomodule
buildGoModule packages: editorconfig fixes
2020-07-31 05:50:52 +01:00
zowoq
7d58c271b8 buildRustPackage packages: editorconfig fixes 2020-07-31 14:08:19 +10:00
zowoq
afd895debb buildGoPackage packages: editorconfig fixes 2020-07-31 14:07:43 +10:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
xeji
7d04fdaa69
Merge pull request #94239 from r-ryantm/auto-update/tmuxp
tmuxp: 1.5.4 -> 1.5.5
2020-07-30 22:42:19 +02:00
Tristan Helmich (omniIT)
1bb1b67087 graylog: 3.3.2 -> 3.3.3
Bumps Graylog and integrations plugins to 3.3.3 which fixes CVE-2020-15813
2020-07-30 18:38:12 +00:00
Frederik Rietdijk
cee7df4846 Merge staging-next into staging 2020-07-30 18:28:15 +02:00
R. RyanTM
4dcc08ba58 tmuxp: 1.5.4 -> 1.5.5 2020-07-30 15:01:15 +00:00
Niklas Hambüchen
5d6aa8b496
Merge pull request #94126 from nh2/fontforge-fix-cmake-rpath
fontforge: Fix uninterpolated `CMAKE_INSTALL_PREFIX` in RPATH.
2020-07-30 15:44:48 +02:00
Niklas Hambüchen
c4c812567f fontforge: Fix uninterpolated CMAKE_INSTALL_PREFIX in RPATH.
This was introduced in https://github.com/NixOS/nixpkgs/pull/89583
and fixed upstream with a master-only patch in
https://github.com/fontforge/fontforge/pull/4232.

Found via
https://github.com/nh2/static-haskell-nix/pull/98#issuecomment-665395399.
2020-07-30 01:40:17 +02:00
Vladyslav M
bf4de66bbf
Merge pull request #94180 from marsam/update-skim
skim: 0.8.1 -> 0.8.2
2020-07-29 22:05:43 +03:00
Vladimír Čunát
60d89e5793
Merge branch 'master' into staging 2020-07-29 18:40:28 +02:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Mario Rodas
8173034080
skim: 0.8.1 -> 0.8.2 2020-07-29 04:20:00 -05:00
Profpatsch
5ae739c10e lorri: 1.1 -> 1.1.1
Patch release which adds a manpage.

Adding a `man` and a `doc` output, and copying the files to the
corresponding directories.

The `overrideAttrs` is necessary because `buildRustPackage` does not
allow adding outputs.
2020-07-29 01:13:12 +02:00
Daniël de Kok
8a73c2808e
Merge pull request #93961 from r-ryantm/auto-update/you-get
you-get: 0.4.1432 -> 0.4.1456
2020-07-28 17:59:07 +02:00
Maximilian Bosch
ca7f4a5fb8
Merge pull request #94036 from zowoq/ytdl
youtube-dl: 2020.06.16.1 -> 2020.07.28
2020-07-28 01:08:34 +02:00
zowoq
1e2a59ef56 youtube-dl: 2020.06.16.1 -> 2020.07.28
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.07.28
2020-07-28 08:23:30 +10:00
Maximilian Bosch
c83e13315c
wlr-randr: 2019-03-21 -> 0.1.0
https://github.com/emersion/wlr-randr/releases/tag/v0.1.0
2020-07-27 16:49:23 +02:00
Peter Hoeg
b278ccce7b mprime: 29.4b7 -> 29.8b7 2020-07-27 17:24:15 +08:00
R. RyanTM
12d30aa2dc you-get: 0.4.1432 -> 0.4.1456 2020-07-27 09:05:34 +00:00
Daniël de Kok
8404c352cd
Merge pull request #93895 from yoctocell/lf-r15
lf: 14 -> 15
2020-07-26 11:32:26 +02:00
yoctocell
ec160da46f lf: 14 -> 15 2020-07-26 11:08:37 +02:00
zowoq
81328ea94e miniserve: 0.7.0 -> 0.8.0
https://github.com/svenstaro/miniserve/blob/master/CHANGELOG.md#080---2020-07-22
2020-07-26 17:09:42 +10:00
Daniël de Kok
f1bc04254b
Merge pull request #93805 from r-ryantm/auto-update/mc
mc: 4.8.24 -> 4.8.25
2020-07-25 20:44:22 +02:00
R. RyanTM
11b97cb509 parallel: 20200522 -> 20200722 2020-07-25 16:26:05 +00:00
Vladimír Čunát
2b7c0dcdaa
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
Jan Tojnar
352749e577
ostree: enable ed25519 support
This was omitted in the latest update.

Only adds ~400 KB.

It required adding openssl to tests so I tacked on some cleanups.
In particular, the GI_TYPELIB_PATH was already being set in the wrapper
so we can remove it from the module (not sure why Gtk was even there).

Also switched away from using pkgconfig and docbook_xsl aliases
and reordered the expression a bit.
2020-07-25 12:54:18 +02:00
R. RyanTM
7ae31068a7 mc: 4.8.24 -> 4.8.25 2020-07-25 09:22:56 +00:00
Maximilian Bosch
5345c19cf1
diffoscope: 152 -> 153
Closes #93785
ChangeLog: https://diffoscope.org/news/diffoscope-153-released/
2020-07-24 21:28:03 +02:00
zowoq
7b6b361ee9 tealdeer: cleanup 2020-07-24 23:25:17 +10:00
zowoq
6f832d4cf7 kepubify: run checks 2020-07-24 22:12:37 +10:00
R. RyanTM
356cb1ea5a ostree: 2020.3 -> 2020.4 2020-07-24 06:40:35 +00:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Daniël de Kok
479dc4a80d
Merge pull request #93593 from markus1189/remind-3-3-1
remind: 03.01.16 -> 03.03.01
2020-07-22 07:29:29 +02:00
Ryan Mulligan
2ba2292a04
Merge pull request #92313 from r-ryantm/auto-update/latex2html
latex2html: 2020 -> 2020.2
2020-07-21 14:32:02 -07:00
Silvan Mosberger
0da12cba39
Merge pull request #93597 from Infinisil/add/dijo
dijo: init at 0.1.5
2020-07-21 23:01:59 +02:00
Silvan Mosberger
ed24466a45
dijo: init at 0.1.5 2020-07-21 21:01:31 +02:00
Lassulus
49c6ce192c
Merge pull request #85398 from seqizz/g_g933utils
g933-utils: init at unstable-2019-08-04
2020-07-21 17:35:58 +02:00
Markus Hauck
90080bcf8d remind: 03.01.16 -> 03.03.01 2020-07-21 15:41:35 +02:00
Gürkan Gür
0684065e76 g933-utils-unstable: init at 2019-08-04 2020-07-21 13:18:52 +02:00
Pavol Rusnak
4d6411288c
electron: point electron alias to the latest stable version
+ require explicit version of electron in packages
2020-07-20 17:58:55 +02:00
Maximilian Bosch
a41fb93355
Merge pull request #93495 from danielfullmer/diffoscope-152
diffoscope: 151 -> 152
2020-07-20 11:12:39 +02:00
Daniel Fullmer
8c1c284c8d diffoscope: 151 -> 152 2020-07-19 18:57:13 -07:00
Jan Tojnar
83442a3533
Merge branch 'master' into staging-next 2020-07-20 02:16:21 +02:00
Mario Rodas
ce85628d24
Merge pull request #93241 from r-ryantm/auto-update/pistol
pistol: 0.1.2 -> 0.1.4
2020-07-19 18:11:47 -05:00
Mario Rodas
768011c9e8
Merge pull request #93207 from r-ryantm/auto-update/bdf2sfd
bdf2sfd: 1.1.2 -> 1.1.3
2020-07-19 18:04:51 -05:00
Vladimír Čunát
fe562bd497
Merge #92345: man: 2.9.2 -> 2.9.3 (into staging) 2020-07-19 09:43:45 +02:00
Milan Pässler
72e242d521 coreboot-utils: include common meta attrs for all 2020-07-18 23:56:29 +02:00
Vladimír Čunát
4244b73917
Merge branch 'master' into staging 2020-07-18 17:50:23 +02:00
Michael Weiss
5b14758d31
Merge pull request #92920 from primeos/scons
scons: 3.1.2 -> 4.0.0
2020-07-18 13:36:29 +02:00
Mario Rodas
7a63d537b9
pistol: add ldflags 2020-07-18 04:20:00 -05:00
Mario Rodas
d8f8ed2609
bdf2sfd: add platforms 2020-07-18 04:20:00 -05:00
Michael Weiss
595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Mario Rodas
7c58c7e0a5
Merge pull request #93220 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.4.6 -> 1.5.0
2020-07-16 21:46:56 -05:00
R. RyanTM
71b6ace942 pistol: 0.1.2 -> 0.1.4 2020-07-16 09:49:58 +00:00
R. RyanTM
ab0171b08d fluent-bit: 1.4.6 -> 1.5.0 2020-07-16 04:37:54 +00:00
zowoq
9198310fc6 kepubify: 3.1.3 -> 3.1.4 2020-07-16 14:12:00 +10:00
Dmitry Kalinkin
9173beb67d
Merge branch 'staging-next' into staging 2020-07-15 22:28:18 -04:00
Patrick Gaskin
752ea30951 kepubify: Update my GitHub username 2020-07-16 12:26:11 +10:00
R. RyanTM
4484ee57f9 bdf2sfd: 1.1.2 -> 1.1.3 2020-07-16 01:47:17 +00:00
Nikolay Korotkiy
4af55b773f
routino: enable on darwin (#93085) 2020-07-16 00:38:40 +02:00
Timo Kaufmann
e3acb2485a
Merge pull request #90061 from mcbeth/spigot
spigot: init at 20200101
2020-07-15 19:31:02 +02:00
Jeffrey McBeth
a15778c1e0 spigot: init at 20200101 2020-07-15 12:58:51 -04:00
Jan Tojnar
821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00