R. RyanTM
024a6dc45b
gnomeExtensions.clipboard-indicator: 30 -> 34
2020-05-10 13:11:56 +02:00
Michael Weiss
6c1b066eb5
isync: Add myself (@primeos) as maintainer
...
Since 887295fd2d
we need a new maintainer and I depend on this
software. The rest of the changes is just a refactoring (apart from
meta attributes).
2020-05-10 12:54:05 +02:00
R. RyanTM
ef53fe2af2
qmmp: 1.3.7 -> 1.4.0
2020-05-10 12:49:58 +02:00
R. RyanTM
37cf3a60ed
scala: 2.13.1 -> 2.13.2
2020-05-10 10:37:38 +00:00
Kim Lindberger
e4efa8bc83
Merge pull request #86614 from talyz/php-buildpecl-pecldeps
...
php.buildPecl: Make it possible for PECLs to depend on other PECLs, fix apcu_bc and couchbase
2020-05-10 12:37:22 +02:00
Andreas Rammhold
eb639a82e0
Merge pull request #87439 from marsam/update-gopass
...
gopass: 1.9.0 -> 1.9.1
2020-05-10 11:49:43 +02:00
Elis Hirwing
192c150a5f
Merge pull request #75042 from filalex77/oq-0.2.1
...
oq: init at 1.0.2
2020-05-10 10:45:38 +02:00
Gabor Greif
29d0e684af
ocamlPackages.wasm: 1.0 -> 1.1 ( #86803 )
2020-05-10 09:53:27 +02:00
Frederik Rietdijk
4ddd080d19
Merge staging-next into staging
2020-05-10 09:45:44 +02:00
Frederik Rietdijk
303adc7697
Merge master into staging-next
2020-05-10 09:43:48 +02:00
Vladimír Čunát
2e192dc5db
Merge #87237 : gcc10, gfortran10, gnat10: init at 10.1.0
2020-05-10 08:03:13 +02:00
R. RyanTM
a0f46a2ece
qtpbfimageplugin: 2.1 -> 2.2
2020-05-10 05:34:03 +00:00
R. RyanTM
254aeb5050
qbs: 1.15.0 -> 1.16.0
2020-05-10 05:13:15 +00:00
Atemu
d616ae8c6d
llvm/compiler-rt: only apply armv7l patches on aarch32
...
No need for rebuilds on other platforms
2020-05-10 13:43:17 +09:00
R. RyanTM
35729638c8
qbittorrent: 4.2.2 -> 4.2.5
2020-05-10 02:08:10 +00:00
José Romildo Malaquias
3cb8917c7f
shades-of-gray-theme: 1.2.1 -> 1.3.0
2020-05-09 20:33:53 -03:00
José Romildo Malaquias
ae20433891
nordic-polar: 1.6.0 -> 1.9.0
2020-05-09 20:20:40 -03:00
José Romildo Malaquias
c2dfe11990
nordic: 1.8.1 -> 1.9.0
2020-05-09 20:13:30 -03:00
Luflosi
099bc11d38
dino: allow newer versions of libsignal-protocol-c
...
The exact version of libsignal-protocol-c used by dino is hard-coded to 2.3.2 because "libsignal-protocol-c has a history of breaking compatibility on the patch level". This prevents libsignal-protocol-c from being updated in https://github.com/NixOS/nixpkgs/pull/83736 . Upstream already allows newer versions in the latest git master, so patch the source with this commit. Unfortunately patching doesn't work with git submodules but since the submodule is not used anyways, simply ignore this part of the patch.
2020-05-10 00:35:37 +02:00
Bernardo Meurer
b83fb95a41
glibc: force OBJDUMP to cc.bintools
2020-05-09 15:21:17 -07:00
talyz
fa4c995d0e
php.extensions.couchbase: Fix build and runtime loading
...
The couchbase extension depends on the igbinary PECL which needs to be
loaded and loaded prior to it. It also seems like the pcs extension
isn't actually needed - it at least builds and loads without it. Since
the pcs extension dependency was the reason couchbase didn't build on
PHP 7.4 it now does, so let's unmark it broken.
2020-05-09 23:38:45 +02:00
talyz
2f1f359692
php.extensions.pcs: Mark broken in 7.3, add tokenizer dependency
...
The pcs extension fails to load at runtime with PHP 7.3, so let's mark
it broken from 7.3 onwards. It also depends on the tokenizer internal
extension.
2020-05-09 23:38:39 +02:00
talyz
295fc2996d
php.extensions.apcu_bc: Fix runtime loading
...
Fix an issue brought up in #86463 , where the apcu_bc extension isn't
loaded correctly since it produces a .so with a different name than
the extension name. Also, the apcu extension has to be loaded and
loaded prior to loading this extension.
2020-05-09 23:38:32 +02:00
talyz
9f09253e52
php.buildPecl: Allow PECLs to depend on other PECLs
...
Some PECLs depend on other PECLs and, like internal PHP extension
dependencies, need to be loaded in the correct order. This makes this
possible by adding the argument "peclDeps" to buildPecl, which adds
the extension to buildInputs and is treated the same way as
internalDeps when the extension config is generated.
2020-05-09 23:38:21 +02:00
Bernardo Meurer
e1f4e0f03f
binutils: 2.33.1 -> 2.34
2020-05-09 13:56:00 -07:00
Guillaume Bouchard
f1bada765e
binutils: 2.31.1 -> 2.33.1
...
- I've removed the stack of patch linked to
https://sourceware.org/bugzilla/show_bug.cgi?id=23428 . The associated
issue says it is closed and targeted for 2.32.
- I've ugraded the "no_plugin" patch. The logic changed in
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51
and I tried to keep the same logic by disabling everything.
It closes https://github.com/NixOS/nixpkgs/issues/78197
2020-05-09 13:56:00 -07:00
Michael Raskin
e15ab2cda7
Merge pull request #87417 from helsinki-systems/fix/glusterfs_snapshots
...
glusterfs: fix snapshots
2020-05-09 20:40:21 +00:00
Mario Rodas
943b8b6ebd
gopass: 1.9.0 -> 1.9.1
...
Changelog: https://github.com/gopasspw/gopass/releases/tag/v1.9.1
2020-05-09 15:40:00 -05:00
Alyssa Ross
24fcef1b9e
cgit: 1.2.1 -> 1.2.3
...
cgit now supports lzip and zstd compression.
2020-05-09 22:00:50 +02:00
Jörg Thalheim
cb95d670fb
Merge pull request #87337 from r-ryantm/auto-update/python2.7-Flask-WTF
2020-05-09 20:36:33 +01:00
Benjamin Hipple
3d9f3c3dd3
Merge pull request #75827 from stites/pytorch-1.3.1
...
python3Packages.pytorch: 1.2.0 -> 1.4.1, python3Packages.ignite: 0.2.1 -> 0.3.0
2020-05-09 15:27:27 -04:00
Jörg Thalheim
11fa2d4340
radare2-cutter: 1.10.2 -> 1.10.3
2020-05-09 20:09:27 +01:00
Dmitry Kalinkin
e80302dc7d
Merge pull request #86142 from bcdarwin/itk-5.1.0
...
Itk: 5.0.1 -> 5.1.0
2020-05-09 15:03:28 -04:00
Dmitry Kalinkin
8ceef190c1
Merge pull request #78352 from winpat/add_pxview
...
pxview: init at 0.2.5
2020-05-09 15:02:24 -04:00
Andrew Childs
d91d2bdf77
compiler-rt: fix build on armv7l
2020-05-10 03:50:38 +09:00
Benjamin Hipple
ecef2975e3
python3Packages.pytorch: reference dnnl by new name oneDNN
2020-05-09 14:46:40 -04:00
ajs124
faa621ce76
glusterfs: fix indentation
2020-05-09 20:34:23 +02:00
ajs124
2be47f021a
glusterfs: fix snapshots
2020-05-09 20:32:37 +02:00
Matthew Bauer
b57016c8c8
Merge pull request #87157 from matthewbauer/libgccjit
...
Add libgccjit
2020-05-09 13:17:04 -05:00
Benjamin Hipple
47105a1689
python3Packages.ignite: 0.2.1 -> 0.3.0
2020-05-09 13:58:21 -04:00
Benjamin Hipple
fb5bb25c10
python3Packages.pytorch: fixup builds with MKL
...
- Pass `blas.provider` into `buildInputs`, so that CMake can find the actual
`mkl` for inspection of its cmake files and headers.
- Add `USE_MKL` correctly when the blas provider is `mkl`.
- Use the MKLDNN and MKLDNN_CBLAS flags by default, since `mkldnn` is FOSS and
always available..
- Remove a patch for MKL 2019, since we've moved to 2020.
- Add a pythonImportsCheck for "torch" as a basic sanity-check
- Removed some unused variables at the top of the file
2020-05-09 13:30:54 -04:00
Sam Stites
cc245fdcd5
pytorch: 1.2.0 -> 1.4.1
...
Co-authored-by: Benjamin Hipple <bhipple@protonmail.com>
2020-05-09 13:30:54 -04:00
Bjørn Forsman
eb12149979
gnomeExtensions: add 'uuid' attr to all extensions
...
Some already have it, this adds it to the rest.
With all extensions having an 'uuid' attr we can do cool things like
declaratively enable extensions on NixOS.
2020-05-09 19:26:29 +02:00
R. RyanTM
13e733830e
python27Packages.twilio: 6.35.1 -> 6.39.0
2020-05-09 17:24:02 +00:00
Pavol Rusnak
8277fb4d76
bitcoin: 0.19.0.1 -> 0.19.1
2020-05-09 17:36:11 +02:00
Florian Klink
5f7c449741
Merge pull request #87273 from blitz/open-watcom
...
virtualbox: Fix build issue due to open-watcom-bin
2020-05-09 17:32:07 +02:00
Luflosi
fabf511ea4
kitty: 0.17.3 -> 0.17.4
...
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.4
2020-05-09 17:08:34 +02:00
Symphorien Gibol
a68a408a7f
multibootusb: patchelf syslinux, add missing dependencies
2020-05-09 16:54:56 +02:00
Cyryl Płotnicki
69c6d18ae4
genpass: init at 0.4.1
2020-05-09 16:46:12 +02:00
Joachim F
77c3d140b7
Merge pull request #87041 from r-ryantm/auto-update/mksh
...
mksh: 58 -> 59
2020-05-09 14:06:01 +00:00
adisbladis
2e69f8977d
Merge pull request #87138 from lukegb/fix-php
...
php: correctly set outputsToInstall after withExtensions.
2020-05-09 15:40:35 +02:00
Joachim F
16e475de38
Merge pull request #86767 from sorki/cc_tor
...
tor: fix cross compiling
2020-05-09 13:27:59 +00:00
Jörg Thalheim
c979f814d2
Merge pull request #87384 from r-ryantm/auto-update/python2.7-pyroute2
...
python27Packages.pyroute2: 0.5.11 -> 0.5.12
2020-05-09 14:16:10 +01:00
Roman Firment
c35d8c94d7
gnomeExtensions.window-is-ready-remover unstable-2020-03-25 -> 1.02
...
Also add license.
2020-05-09 15:08:24 +02:00
R. RyanTM
9e0ab6dcb3
python27Packages.pyroute2: 0.5.11 -> 0.5.12
2020-05-09 12:46:09 +00:00
Markus S. Wamser
c22237d894
mupdf: add MIME types to .desktop
...
Closes https://github.com/NixOS/nixpkgs/issues/53856
2020-05-09 14:37:39 +02:00
Mario Rodas
8f50661336
lxd: 4.0.1 -> 4.1
2020-05-09 14:34:36 +02:00
Pavol Rusnak
cfe68f2b68
giada: 0.16.1 -> 0.16.2.2
...
+ use system catch and nlohmann_json
2020-05-09 13:46:15 +02:00
Jörg Thalheim
a84f932e31
Merge pull request #73495 from tilpner/pkgs/weechatScripts/recurseIntoAttrs
2020-05-09 12:34:57 +01:00
José Romildo Malaquias
af66d33826
Merge pull request #87368 from romildo/upd.matcha-gtk-theme
...
matcha-gtk-theme: 2020-04-08 -> 2020-05-09
2020-05-09 08:21:05 -03:00
Jörg Thalheim
2a64b6f896
Merge pull request #87353 from Mic92/kenny
2020-05-09 11:57:57 +01:00
José Romildo Malaquias
f4be678295
matcha-gtk-theme: 2020-04-08 -> 2020-05-09
2020-05-09 07:57:17 -03:00
José Romildo Malaquias
256cb06d87
matcha-theme: change name to matcha-gtk-theme
...
Upstream renamed the git repository.
2020-05-09 07:57:17 -03:00
Michael Raskin
0a33e1e49f
Merge pull request #87358 from 7c6f434c/fix-tbe
...
tbe: fix build
2020-05-09 10:28:23 +00:00
Michael Raskin
33932b6f83
tbe: fix build
2020-05-09 11:59:13 +02:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Mario Rodas
209432351e
git-lfs: 2.10.0 -> 2.11.0
...
Changelog: https://github.com/git-lfs/git-lfs/releases/tag/v2.11.0
2020-05-09 04:20:00 -05:00
Mario Rodas
ba0435e72b
Merge pull request #87452 from marsam/update-recursive
...
recursive: 1.047 -> 1.051
2020-05-09 21:47:44 -05:00
Jaka Hudoklin
91271207ca
Merge pull request #87458 from zowoq/shellfiles
...
containerd, docker, runc: use/update installShellFiles
2020-05-10 02:35:15 +00:00
zowoq
3a79753662
runc: update installManPages
2020-05-10 11:33:10 +10:00
zowoq
764dd5c875
docker: use installShellFiles
2020-05-10 11:33:04 +10:00
zowoq
4d2bcaed5c
containerd: use installShellFiles
2020-05-10 11:27:10 +10:00
Maximilian Bosch
54677515aa
gitea: 1.11.4 -> 1.11.5
...
https://github.com/go-gitea/gitea/releases/tag/v1.11.5
Also applying the patch which fixes the wiki-pages, closes #87115 .
2020-05-10 03:02:44 +02:00
Mario Rodas
8441d53b7b
Merge pull request #87329 from r-ryantm/auto-update/python2.7-Eve
...
python27Packages.eve: 1.0 -> 1.1
2020-05-09 20:01:09 -05:00
Aaron Andersen
aaa33ed789
Merge pull request #87179 from aanderse/zabbix
...
zabbix: 4.4.7 -> 4.4.8, 4.0.19 -> 4.0.20, 3.0.30 -> 3.0.31
2020-05-09 20:56:30 -04:00
Mario Rodas
f83c5d3432
Merge pull request #87398 from Luflosi/update/ipfs
...
ipfs: 0.5.0 -> 0.5.1
2020-05-09 19:35:39 -05:00
Mario Rodas
7f63461c22
Merge pull request #87391 from xrelkd/update/firecracker
...
firecracker: 0.20.0 -> 0.21.1
2020-05-09 19:35:08 -05:00
Maximilian Bosch
15cebd3153
Merge pull request #87442 from marsam/update-ripgrep
...
ripgrep: 12.0.1 -> 12.1.0
2020-05-10 01:49:20 +02:00
Maximilian Bosch
f887d09c89
linuxPackages.wireguard: 1.0.20200429 -> 1.0.20200506
...
https://lists.zx2c4.com/pipermail/wireguard/2020-May/005408.html
2020-05-10 01:35:30 +02:00
Maximilian Bosch
9a8e600be4
wireguard-go: 0.0.20200121 -> 0.0.20200320
...
https://git.zx2c4.com/wireguard-go/tag/?h=v0.0.20200320
2020-05-10 01:35:29 +02:00
Maximilian Bosch
fd0a039410
wdisplays: 2020-03-15 -> 1.0
...
https://github.com/cyclopsian/wdisplays/releases/tag/1.0
2020-05-10 01:35:29 +02:00
Mario Rodas
8772cee9f9
ripgrep: 12.0.1 -> 12.1.0
...
Changelog: https://github.com/BurntSushi/ripgrep/releases/tag/12.1.0
2020-05-09 16:20:00 -05:00
Luflosi
5317280ade
ipfs: 0.5.0 -> 0.5.1
...
https://github.com/ipfs/go-ipfs/releases/tag/v0.5.1
2020-05-09 17:33:34 +02:00
xrelkd
5e16e668f5
firecracker: 0.20.0 -> 0.21.1
2020-05-09 22:13:06 +08:00
Mario Rodas
206690308b
recursive: 1.047 -> 1.051
2020-05-09 04:20:00 -05:00
Josef Kemetmüller
3818cd9049
python: Fix creating RPMs from Python packages
...
This should enable (manual) building of RPMs from python projects using
the `python setup.py bdist_rpm` command on systems where `rpmbuild` is
not located in `/usr/bin/`. (e.g. NixOS)
The discovery of the rpmbuild command was fixed upstream in Python 3.8,
so this commit backports the relevant patch to our currently supported
Python 3 versions.
Fixes : #85204
2020-05-09 11:15:28 +02:00
Frederik Rietdijk
603ce3e259
Merge staging-next into staging
2020-05-09 11:12:54 +02:00
Frederik Rietdijk
d7cca0f356
Merge master into staging-next
2020-05-09 11:12:29 +02:00
R. RyanTM
b1f802994e
python27Packages.pycontracts: 1.8.12 -> 1.8.14
2020-05-09 11:11:18 +02:00
Vladyslav M
b36f774f1a
Merge pull request #87330 from marsam/update-pueue
2020-05-09 11:17:58 +03:00
adisbladis
a34175ba56
Merge pull request #87205 from tbenst/imagecodecs-pkgs
...
libaec: init at 1.0.4; zopfli: include all headers
2020-05-09 10:14:59 +02:00
R. RyanTM
82d2736d07
python27Packages.hdbscan: 0.8.25 -> 0.8.26
2020-05-09 09:50:23 +02:00
Tom McLaughlin
d963bf30f5
python-language-server: init at 2020-04-24
2020-05-09 09:41:14 +02:00
Charles Duffy
cb657d4ad1
bees: Try all findmnt modes in service wrapper
...
As reported by @Evils-Devils in Zygo/bees#123 , the bees service wrapper
can fail on account of `findmnt` not being able to identify a mounted
filesystem using the default (kernel-introspection) mechanism.
Fall back to mtab and fstab-based inspection in turn should this fail.
2020-05-09 09:39:04 +02:00
Martin Weinelt
459bad4be4
graphicsmagick: 1.3.32 → 1.3.35
...
Fixes: CVE-2020-10938
2020-05-09 09:35:44 +02:00
Martin Milata
8fe050fb78
samba: 4.12.1 -> 4.12.2
...
Release notes: https://www.samba.org/samba/history/samba-4.12.2.html
Fixes:
https://nvd.nist.gov/vuln/detail/CVE-2020-10700
https://nvd.nist.gov/vuln/detail/CVE-2020-10704
2020-05-09 09:35:13 +02:00
Alyssa Ross
daf032e2ff
rustc: 1.42.0 -> 1.43.0
...
Kept 1.42 around for Thunderbird.
i686-apple-darwin is no longer supported upstream. We could still
support building it, for this one release, since we have the binary
for the previous release, (or bootstrap it for future releases from
Rust 1.42,) but since this release is the one that drops support, I
think it makes sense to do it now. (And probably nobody is using it
anyway.)
2020-05-09 09:11:37 +02:00
Luz
5e40913eac
librepcb: 0.1.3 -> 0.1.4
2020-05-09 09:10:20 +02:00
Bruno Bzeznik
afe6e1c4ea
irods: 4.2.2 -> 4.2.7 + fixed + use fetchFromGitHub
2020-05-09 09:09:35 +02:00
xiorcale
ccfe14cb3b
github username: kjuvi -> xiorcale
2020-05-09 09:08:18 +02:00
xiorcaled
640eeb9b85
monitor: 0.7.1 -> 0.7.2
2020-05-09 09:08:18 +02:00
Linus Heckemann
9df981d3f4
freerdp: 2.0.0 -> 2.1.0
2020-05-09 09:05:07 +02:00
Eduardo Quiros
1e80fc5d53
tut 0.0.7 -> 0.0.8
2020-05-09 09:04:12 +02:00
R. RyanTM
b6f9567bbf
python37Packages.elementpath: 1.4.3 -> 1.4.4
2020-05-09 09:03:48 +02:00
R. RyanTM
1aa7ce79d6
patroni: 1.6.4 -> 1.6.5
2020-05-09 09:00:54 +02:00
R. RyanTM
d4e3ca31f8
lasso: 2.6.0 -> 2.6.1
2020-05-09 09:00:37 +02:00
R. RyanTM
0d3871cb82
python27Packages.dash-core-components: 1.9.0 -> 1.9.1
2020-05-09 08:59:37 +02:00
R. RyanTM
1f034f5853
cutelyst: 2.9.0 -> 2.10.0
2020-05-09 08:59:00 +02:00
R. RyanTM
ae15422200
cloudflared: 2020.2.1 -> 2020.3.2
2020-05-09 08:58:22 +02:00
R. RyanTM
d1d98122f8
liblcf: 0.6.1 -> 0.6.2
2020-05-09 08:57:54 +02:00
R. RyanTM
646fc239d3
libbpf: 0.0.7 -> 0.0.8
2020-05-09 08:57:25 +02:00
Frederik Rietdijk
1f295d6770
Merge pull request #86672 from r-ryantm/auto-update/freewheeling
...
freewheeling: 0.6.5 -> 0.6.6
2020-05-09 08:56:57 +02:00
R. RyanTM
1b790c5099
maestral: 0.6.3 -> 0.6.4
2020-05-09 08:56:34 +02:00
Frederik Rietdijk
289f4e5375
Merge pull request #86909 from r-ryantm/auto-update/gmime
...
gmime3: 3.2.6 -> 3.2.7
2020-05-09 08:55:50 +02:00
R. RyanTM
9058556a36
quilter: 2.2.2 -> 2.2.4
2020-05-09 08:55:20 +02:00
R. RyanTM
c59ab94989
oidentd: 2.4.0 -> 2.5.0
2020-05-09 08:54:49 +02:00
R. RyanTM
5e5b684435
mcelog: 168 -> 169
2020-05-09 08:54:35 +02:00
Frederik Rietdijk
8f4cec0aa2
Merge pull request #87056 from r-ryantm/auto-update/openfortivpn
...
openfortivpn: 1.13.1 -> 1.13.3
2020-05-09 08:54:12 +02:00
R. RyanTM
d2be85f9f1
krita: 4.2.7.1 -> 4.2.9
2020-05-09 08:53:31 +02:00
R. RyanTM
02acd0b22e
mysql-workbench: 8.0.19 -> 8.0.20
2020-05-09 08:51:58 +02:00
R. RyanTM
72144bcc53
smarty3: 3.1.35 -> 3.1.36
2020-05-09 08:51:30 +02:00
R. RyanTM
945eb11b02
python27Packages.hg-evolve: 9.3.0 -> 9.3.1
2020-05-09 08:51:09 +02:00
R. RyanTM
1b888841bb
python27Packages.identify: 1.4.13 -> 1.4.15
2020-05-09 08:50:49 +02:00
R. RyanTM
e5457dacfa
python37Packages.astropy: 4.0 -> 4.0.1.post1
2020-05-09 08:50:29 +02:00
R. RyanTM
8cab672e54
python27Packages.cvxopt: 1.2.4 -> 1.2.5
2020-05-09 08:50:13 +02:00
R. RyanTM
5c69f95fdb
python27Packages.icalendar: 4.0.5 -> 4.0.6
2020-05-09 08:49:29 +02:00
R. RyanTM
67d62443d1
python27Packages.jsonrpclib-pelix: 0.4.0 -> 0.4.1
2020-05-09 08:49:09 +02:00
R. RyanTM
7eeca690a5
python37Packages.gensim: 3.8.2 -> 3.8.3
2020-05-09 08:48:47 +02:00
R. RyanTM
961be04dad
python37Packages.goocalendar: 0.7.0 -> 0.7.1
2020-05-09 08:48:27 +02:00
R. RyanTM
f015ffc413
python27Packages.guessit: 3.1.0 -> 3.1.1
2020-05-09 08:48:07 +02:00
R. RyanTM
73d477bc51
python27Packages.feedgenerator: 1.9 -> 1.9.1
2020-05-09 08:47:54 +02:00
R. RyanTM
f79f493200
python27Packages.deprecated: 1.2.8 -> 1.2.9
2020-05-09 08:47:28 +02:00
R. RyanTM
4427124b09
python37Packages.immutables: 0.11 -> 0.12
2020-05-09 08:47:13 +02:00
R. RyanTM
523060e57f
python27Packages.hvac: 0.10.0 -> 0.10.1
2020-05-09 08:46:59 +02:00
Euan Kemp
e61dc85117
k3s: fix build for aarch64
...
The upstream project already builds and releases for aarch64. This makes
the couple small tweaks that I found necessary for k3s to cross-compile
for aarch64.
I also ran it through nixpkgs-fmt.
2020-05-09 08:37:06 +02:00
Vladimír Čunát
10134fc301
Merge #87066 : thunderbird*: 68.7.0 -> 68.8.0 (security)
...
https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2020-18/
2020-05-09 08:19:11 +02:00
R. RyanTM
bab9c16aa2
python27Packages.flask_wtf: 0.14.2 -> 0.14.3
2020-05-09 06:08:58 +00:00
Cyril Cohen
8d05e53561
Coq: refactoring of mathcomp packages ( #86088 )
...
- fixed bignum version
- fixed coq-bits version
- fixed coqprime version
- fixed mathcomp and mathcomp extra packages
(reworked building scheme and removed unused ssreflect directory)
- giving the user access to function filterCoqPackages, because overrideScope' does not re-apply it.
2020-05-09 07:47:47 +02:00
Mario Rodas
c960aaff86
pueue: 0.3.1 -> 0.4.0
2020-05-09 00:00:00 -05:00
R. RyanTM
65d33d6ea5
python27Packages.eve: 1.0 -> 1.1
2020-05-09 04:54:15 +00:00
tbenst
d35bcbb4ae
libaec: init at 1.0.4
2020-05-08 19:42:36 -07:00
albakham
0c0f353d62
rofi-calc: 1.6 -> 1.7
2020-05-08 22:12:49 -04:00
R. RyanTM
dfc492da92
python27Packages.ConfigArgParse: 1.0 -> 1.2.3
2020-05-08 18:11:47 -07:00
R. RyanTM
90af984328
python27Packages.ajpy: 0.0.4 -> 0.0.5
2020-05-08 18:11:31 -07:00
Jon
b7f0e6d9b9
Merge pull request #87307 from r-ryantm/auto-update/python3.7-hstspreload
...
python37Packages.hstspreload: 2020.3.31 -> 2020.5.5
2020-05-08 18:09:36 -07:00
R. RyanTM
43ae1a86ab
python27Packages.grequests: 0.4.0 -> 0.6.0
2020-05-08 18:09:26 -07:00
R. RyanTM
7f09f82c40
python27Packages.javaproperties: 0.5.2 -> 0.7.0
2020-05-08 18:08:54 -07:00
R. RyanTM
9f2ff031d3
python37Packages.hstspreload: 2020.3.31 -> 2020.5.5
2020-05-08 23:15:41 +00:00
Martin Weinelt
d2ad98b1c9
microcodeIntel: 20191115 → 20200508
2020-05-09 00:06:44 +02:00
Michael Raskin
3a6161785a
Merge pull request #87296 from mweinelt/pr/squid
...
squid: 4.10 → 4.11
2020-05-08 21:57:28 +00:00
Jörg Thalheim
975718f3fb
Merge pull request #86804 from cust0dian/tmuxinator-2.0.1
2020-05-08 22:52:38 +01:00
José Romildo Malaquias
be75ae5a1e
Merge pull request #87216 from romildo/upd.xfconf
...
xfce.xfconf: 4.14.1 -> 4.14.3
2020-05-08 18:33:16 -03:00
zimbatm
5cb26d71a7
mdsh: 0.4.0 -> 0.5.0
2020-05-08 23:25:31 +02:00
Vladyslav M
d72ba9143d
Merge pull request #87211 from r-ryantm/auto-update/jflex
2020-05-08 23:22:09 +03:00
Martin Weinelt
a1baba2f04
squid: 4.10 → 4.11
...
http://www.squid-cache.org/Advisories/SQUID-2020_4.txt
Fixes: CVE-2020-11945
2020-05-08 21:56:41 +02:00
Peter Simons
93c48507c9
all-cabal-hashes: update to Hackage at 2020-05-08T08:52:23Z
2020-05-08 21:13:07 +02:00
Peter Simons
2a60d72465
haskell-hlint: drop obsolete override for ghc-8.10.x
2020-05-08 21:11:47 +02:00
Peter Simons
7a10ebe361
haskell-pantry: apply upstream patch to fix the build with ghc-8.10.x
2020-05-08 21:11:47 +02:00
Peter Simons
96ca16d0d8
haskell-dbus: drop obsolete patches for ghc-8.10.x support
2020-05-08 21:11:47 +02:00
Peter Simons
ccb81f56cf
haskell: tune generic-builder for more parallel build performance
...
Raise the maximum number of cores used for parallel building from 4 to 16.
Increase the size of the allocation area for GHC's garbage collector from 1 MiB
to 64 MiB.
See https://www.twitch.tv/videos/611899011 for the motivation for this change.
2020-05-08 21:11:47 +02:00
Peter Simons
0d9dbeef23
git-annex: update sha256 hash for new version 8.20200501
2020-05-08 21:11:47 +02:00
Gabor Greif
d4d7223eb0
Nail a few typos
2020-05-08 21:11:46 +02:00
Gabor Greif
dec283b463
ghcHEAD: 20200403 -> 20200505
2020-05-08 21:11:46 +02:00
Malte Brandy
4f0200a3fc
haskellPackages.hlint: Fix build
...
hlint 3.0 is shiny and new and is very picky in its dependencies.
2020-05-08 21:11:46 +02:00
Malte Brandy
ba3ab23b4b
haskellPackages.releaser: Remove broken flag
...
As of releaser 3.0.0 the build does not fail anymore.
2020-05-08 21:11:46 +02:00
Peter Simons
33e0240b39
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.3-1-gb7c82db from Hackage revision
78f6cea7ff
.
2020-05-08 21:11:37 +02:00
Malte Brandy
5266ceb263
haskellPackages.ghcide: Fix ghcide and hie-bios
...
This is the haskell-updates version of #86659
2020-05-08 21:11:36 +02:00
Peter Simons
5e242060a7
hackage2nix: update the list of failing builds
2020-05-08 21:11:36 +02:00
Peter Simons
df39f01456
LTS Haskell 15.11
2020-05-08 21:11:19 +02:00
Peter Simons
01a1423ddf
Merge pull request #87050 from rardiol/hedgewars
...
Hedgewars server fix haskell
2020-05-08 21:03:56 +02:00
Mario Rodas
72654dc57e
Merge pull request #87210 from Frostman/prom-2.18.0
...
prometheus: 2.17.2 -> 2.18.1
2020-05-08 14:03:15 -05:00
Ryan Mulligan
2adebb391f
Merge pull request #87262 from r-ryantm/auto-update/padthv1
...
padthv1: 0.9.13 -> 0.9.14
2020-05-08 11:58:07 -07:00
Jonathan Ringer
99fe5868f6
jetbrains.*: 2020.1 -> 2020.1.1
2020-05-08 11:43:24 -07:00
Nikolay Korotkiy
61812d57fb
josm: fix package
2020-05-08 20:11:50 +02:00
Ryan Mulligan
329aece2d5
Merge pull request #87276 from r-ryantm/auto-update/petsc
...
petsc: 3.13.0 -> 3.13.1
2020-05-08 09:42:57 -07:00
Christian Kampka
24f30cb73e
direnv: 2.21.2 -> 2.21.3 ( #87278 )
2020-05-08 16:41:52 +00:00
Pamplemousse
bf7332d0f3
ptags: init at 0.3.2
2020-05-08 09:35:53 -07:00
Thomas Desrosiers
05bcfa1820
safety-cli: init at 0.5.1
2020-05-08 09:23:18 -07:00
Thomas Desrosiers
b6b2b3c979
python3Packages.dparse: init at 0.5.1
2020-05-08 09:23:18 -07:00
Yury G. Kudryashov
92b43be92a
python3Packages.qtconsole: fix compile
...
It now depends on `qtpy`.
2020-05-08 09:22:44 -07:00
Mario Rodas
c831d1afc5
pythonPackages.internetarchive: add marsam to maintainers
2020-05-08 09:19:35 -07:00
Mario Rodas
8c1a2c154d
pythonPackages.internetarchive: 1.9.0 -> 1.9.3
2020-05-08 09:19:35 -07:00
R. RyanTM
c0e63bc87e
petsc: 3.13.0 -> 3.13.1
2020-05-08 15:57:25 +00:00
Julian Stecklina
3dbb32f626
open-watcom-bin: fix EOVERFLOW on stat() calls
...
We've already worked around failing stat() calls in the installer by
running it in qemu-user. Turns out on some systems this workaround is
also needed to run `wlib', the archiver of the Open Watcom toolchain.
This issue manifested itself in broken VirtualBox builds due to
/build/virtualbox/out/linux.amd64/dbgopt/obj/VBoxPcBios32/pci32.obj
not being found by `wlib'.
We now just wrap all binaries in qemu-user to avoid this.
2020-05-08 17:29:38 +02:00
tbenst
fd22984bbb
zopfli: include all headers
2020-05-08 16:17:23 +01:00
Gabriel Ebner
115fa1c129
elan: 0.9.0 -> 0.10.0
2020-05-08 17:17:03 +02:00
Emily
5a5a2d0342
linux/hardened/update.py: pass encoding to subprocess
2020-05-08 15:49:36 +01:00
Emily
b2ad58536c
linux/hardened/update.py: commit updates in order
2020-05-08 15:49:36 +01:00
Emily
88486c4e76
linux/hardened/update.py: get versions with nix(1)
2020-05-08 15:49:36 +01:00
Emily
e77d174fcd
linux/hardened/update.py: add type annotations
2020-05-08 15:49:35 +01:00
Emily
d6fe0a4e2d
linux/hardened: move files into directory
2020-05-08 15:49:35 +01:00
Emily
abe4bef033
linux/update-hardened.py: use pathlib
2020-05-08 15:49:35 +01:00
Emily
83c4ac2eb3
linux/update-hardened.py: reformat
...
$ isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses …
$ black --line-length=80 …
(per the black documentation)
2020-05-08 15:49:35 +01:00
Emily
4cad49dc1a
python3Packages.PyGithub: 1.47 -> 1.51
2020-05-08 15:49:34 +01:00
Sergey Lukjanov
742e5bff36
prometheus: 2.17.2 -> 2.18.1
2020-05-08 07:40:38 -07:00
Michael Raskin
50684f118a
Merge pull request #87264 from prusnak/rfc45
...
treewide: per RFC45, remove more unquoted URLs
2020-05-08 14:30:09 +00:00
Ryan Mulligan
cd02078e1a
Merge pull request #87215 from matthewbauer/jitsi-x-internet
...
jitsi: use X-Internet for desktop categories
2020-05-08 07:28:36 -07:00
Jörg Thalheim
c0923d1b2e
Merge pull request #87265 from priegger/fix/ipfs-migrator-update
2020-05-08 14:38:42 +01:00
Pavol Rusnak
6abf4a43ad
treewide: per RFC45, remove more unquoted URLs
2020-05-08 15:20:47 +02:00
Maximilian Bosch
3d450fca5f
Merge pull request #87257 from Luflosi/update/youtube-dl
...
youtube-dl: 2020.05.03 -> 2020.05.08
2020-05-08 15:14:49 +02:00
Ryan Mulligan
c15434eefa
Merge pull request #87149 from r-ryantm/auto-update/libspiro
...
libspiro: 20190731 -> 20200505
2020-05-08 05:44:28 -07:00
R. RyanTM
763278f3cc
padthv1: 0.9.13 -> 0.9.14
2020-05-08 12:19:47 +00:00
Mario Rodas
e8c9a804c0
Merge pull request #86738 from Atemu/jc-1.10.7
...
Jc 1.9.3 -> 1.10.7
2020-05-08 07:01:48 -05:00
Philipp Riegger
ec70d7cbc3
ipfs-migrator: 7 -> 1.5.1
2020-05-08 13:58:22 +02:00
Emery Hemingway
778dd3861a
picard: 2.3.1 -> 2.3.2
2020-05-08 17:24:09 +05:30
Luflosi
906497a23f
youtube-dl: 2020.05.03 -> 2020.05.08
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.05.08
2020-05-08 13:21:19 +02:00
Mario Rodas
a8b66126e5
Merge pull request #87248 from r-ryantm/auto-update/mercury
...
mercury: 20.01.1 -> 20.01.2
2020-05-08 06:16:28 -05:00
Mario Rodas
e813d1b30c
Merge pull request #86859 from cole-h/qimgv
...
qimgv: 0.9 -> 0.9.1
2020-05-08 05:58:17 -05:00
Mario Rodas
7a27e4cfdb
Merge pull request #87246 from filalex77/topgrade-4.4.0
...
topgrade: 4.3.1 -> 4.4.0
2020-05-08 05:55:33 -05:00
Mario Rodas
fb644e5d48
Merge pull request #87241 from marsam/update-reviewdog
...
reviewdog: 0.9.17 -> 0.10.0
2020-05-08 05:54:06 -05:00
Max Wittig
73e20c730d
gitlab-runner: 12.10.1 -> 12.10.2 ( #87245 )
2020-05-08 10:01:33 +00:00
Jörg Thalheim
ddef88772e
Merge pull request #86242 from lordcirth/ipfs05
2020-05-08 10:51:21 +01:00
Jörg Thalheim
11ace01cf2
ipfs: reference correct test
2020-05-08 10:49:10 +01:00
Ely
cdfad5ad84
sway: Fix the GTK wrapper ( #86960 )
...
Fixes #67704 .
2020-05-08 11:45:27 +02:00
Maximilian Bosch
18aad27407
Merge pull request #87247 from filalex77/gitui-0.2.1
...
gitAndTools.gitui: 0.2.0 -> 0.2.1
2020-05-08 11:21:15 +02:00
Maximilian Bosch
b2d7c0dbf7
clipman: 1.5.0 -> 1.5.1
...
https://github.com/yory8/clipman/releases/tag/v1.5.1
2020-05-08 10:37:28 +02:00
Jörg Thalheim
3e6e4ce55c
ipfs: reference tests
2020-05-08 09:34:42 +01:00
Jörg Thalheim
8f9eb70461
Merge pull request #86407 from Mic92/home-assistant
2020-05-08 09:27:41 +01:00
Jörg Thalheim
44ee03d7fc
home-assistant: 0.109.0 -> 0.109.6
2020-05-08 09:19:26 +01:00
R. RyanTM
c6c417fb9e
mercury: 20.01.1 -> 20.01.2
2020-05-08 08:11:38 +00:00
Oleksii Filonenko
fee8076083
gitAndTools.gitui: 0.2.0 -> 0.2.1
2020-05-08 08:08:44 +00:00
Oleksii Filonenko
50f04cda21
topgrade: 4.3.1 -> 4.4.0
2020-05-08 07:57:21 +00:00
R. RyanTM
077c7f780f
mup: 6.7 -> 6.8 ( #87242 )
2020-05-08 07:56:57 +00:00
Vladimír Čunát
da59984d36
gcc10, gfortran10, gnat10: init at 10.1.0
...
Everything is copied as-is from 9 (except version and hash).
Some platform-specific patches might not apply anymore;
I'm lazily leaving that for the community to fix.
2020-05-08 07:49:35 +02:00
Ben Darwin
d78ba41a56
python3Packages.ipydatawidgets: init at 4.0.1
2020-05-08 07:43:25 +02:00
Ben Darwin
7ecde8b92b
python3Packages.traittypes: init at unstable-2019-06-23
2020-05-08 07:43:25 +02:00
Andrew Miloradovsky
7397d8421e
coq-zorns-lemma: 8.9.0 -> 8.11.0
2020-05-08 07:40:32 +02:00
Timo Kaufmann
236fdbcb62
Revert "python3Packages.notebook: 5.7.8 -> 6.0.3"
...
This reverts commit 62425ee576
.
Mistaken update of the pinned python2 version.
2020-05-08 07:22:16 +02:00
Timo Kaufmann
ffa08af5c2
Revert "python3Packages.nbformat: 4.4.0 -> 5.0.4"
...
This reverts commit 7ba0848eec
.
Mistaken update of the pinned python2 version.
2020-05-08 07:22:16 +02:00
Timo Kaufmann
1b8ceee71c
python2.pkgs.jupyter_client: pin at 5.x
...
Version 6.x dropped python2 compatibility.
2020-05-08 07:22:16 +02:00
Timo Kaufmann
863319fcb6
python.pkgs.ipykernel: 5.1.4 -> 5.2.1
...
A newer version is needed to fix the build after the recent
jupyter_client 6.x update in e19e5ac7f0
.
2020-05-08 07:06:08 +02:00
R. RyanTM
bb86ccfd67
help2man: 1.47.13 -> 1.47.15
2020-05-08 07:04:01 +02:00
R. RyanTM
cf07c58d5d
libgdiplus: 6.0.4 -> 6.0.5
2020-05-08 07:03:31 +02:00
R. RyanTM
2a44a01c04
libgsf: 1.14.46 -> 1.14.47
2020-05-08 07:03:08 +02:00
R. RyanTM
1b91ce4ee6
lv2: 1.16.0 -> 1.18.0
2020-05-08 07:02:45 +02:00
R. RyanTM
6ddc6c21bc
libqmi: 1.24.6 -> 1.24.10
2020-05-08 07:02:25 +02:00
Mario Rodas
e5424c294d
reviewdog: 0.9.17 -> 0.10.0
2020-05-08 00:00:00 -05:00
R. RyanTM
018ab3e0b8
libsass: 3.6.3 -> 3.6.4
2020-05-08 07:00:00 +02:00
R. RyanTM
67d0b9a266
libuninameslist: 20200313 -> 20200413
2020-05-08 06:57:54 +02:00
R. RyanTM
27752d41e6
cmake: 3.17.0 -> 3.17.2
2020-05-08 06:56:59 +02:00
R. RyanTM
b6e2d80a3d
libinput: 1.15.4 -> 1.15.5
2020-05-08 06:53:50 +02:00
R. RyanTM
3350c080e2
libuv: 1.35.0 -> 1.37.0
2020-05-08 06:53:29 +02:00
Benjamin Hipple
706642091e
mkl: include symlinks to versioned libblas.so.3 names
...
Some build systems look for this specifically.
2020-05-08 06:52:02 +02:00
Jonathan Ringer
c1e605dd6b
openblas: also export unversioned libraries for linux
2020-05-08 06:52:02 +02:00
Sheena Artrip
ea56589e2c
libiberty: use pname
2020-05-08 06:50:50 +02:00
Matthew Bauer
8bdb2a058e
numpy: set lapack, blas sections
...
When using netlib lapack/blas, the section name doesn’t match what
numpy expects. So we need to add extra sections for both so that the
right directory is found. The original “blas.implementation” section
may not actually be still required, but it is still a good idea so
that numpy know whether to apply any blas-implementation specific
quirks.
Fixes #86613
2020-05-08 06:47:30 +02:00
Frederik Rietdijk
bc48203b98
Merge staging-next into staging
2020-05-08 06:46:14 +02:00
Jan Tojnar
fc5f0bee70
Merge pull request #86062 from bennofs/ghostscript-no-parallel
2020-05-08 06:42:18 +02:00
Jan Tojnar
e23aef78cc
Merge pull request #87195 from r-ryantm/auto-update/gnome-desktop
2020-05-08 06:39:23 +02:00
Jan Tojnar
88c071e248
Merge pull request #87208 from r-ryantm/auto-update/gsettings-desktop-schemas
2020-05-08 06:39:03 +02:00
Mario Rodas
b10bcf8b5f
Merge pull request #81707 from luke-clifton/cattupdate
...
catt: 0.10.3 -> 0.11.0
2020-05-07 22:01:13 -05:00
Ryan Mulligan
1bfe2f1506
Merge pull request #86966 from prusnak/grisbi
...
grisbi: get rid of sha1 + package cleanup
2020-05-07 18:53:55 -07:00
Ryan Mulligan
2065af70ea
Merge pull request #87165 from martinbaillie/master
...
ssm-session-manager-plugin: init at 1.1.61.0
2020-05-07 18:47:25 -07:00
Tim Steinbach
711667dc3e
linux/hardened-patches/4.14: 4.14.178.a -> 4.14.179.a
2020-05-07 20:56:39 -04:00
Tim Steinbach
3d44729f1e
linux/hardened-patches/4.19: 4.19.120.a -> 4.19.121.a
2020-05-07 20:56:38 -04:00
Tim Steinbach
ced789fa62
linux/hardened-patches/5.4: 5.4.38.a -> 5.4.39.a
2020-05-07 20:56:38 -04:00
Tim Steinbach
603741e751
linux/hardened-patches/5.6: 5.6.10.a -> 5.6.11.a
2020-05-07 20:56:38 -04:00
Aaron Andersen
3a6c592ebc
Merge pull request #87217 from r-ryantm/auto-update/kdev-python
...
kdev-python: 5.5.0 -> 5.5.1
2020-05-07 20:33:39 -04:00
Aaron Andersen
6107d49708
Merge pull request #87218 from r-ryantm/auto-update/kdevelop
...
kdevelop-unwrapped: 5.5.0 -> 5.5.1
2020-05-07 20:28:32 -04:00
Aaron Andersen
d5df7903fe
Merge pull request #87213 from r-ryantm/auto-update/kdev-php
...
kdev-php: 5.5.0 -> 5.5.1
2020-05-07 20:28:14 -04:00
Martin Baillie
9566c742e2
ssm-session-manager-plugin: init at 1.1.61.0
...
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-05-08 09:58:55 +10:00
Maximilian Bosch
ee032804f8
cargo-make: 0.30.6 -> 0.30.7
...
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.7
2020-05-08 00:00:24 +02:00
R. RyanTM
4820a0ae9f
kdevelop-unwrapped: 5.5.0 -> 5.5.1
2020-05-07 20:51:37 +00:00
R. RyanTM
dfd8f0b3d6
kdev-python: 5.5.0 -> 5.5.1
2020-05-07 20:34:05 +00:00
talyz
1771d468c4
ocamlPackages.gapi-ocaml: 0.3.6 -> 0.3.19
2020-05-07 22:29:52 +02:00
Matthew Bauer
807e45f643
jitsi: use X-Internet for desktop categories
...
avoids error from incorrect category name.
2020-05-07 15:17:09 -05:00
José Romildo Malaquias
88c479bce8
xfce.xfconf: 4.14.1 -> 4.14.3
2020-05-07 17:17:04 -03:00
Damien Cassou
58ba83130c
Merge pull request #86294 from DamienCassou/damien/fix-i3-manpages
...
Fix man pages in i3-gaps
2020-05-07 21:56:15 +02:00
Léo Gaspard
5a15cb9980
Merge pull request #87141 from eadwu/wabt/wasm2c-headers
...
wabt: include header files
2020-05-07 21:51:58 +02:00
Sohalt
64bed7dde4
mari0: init at 1.6.2
...
* mari0: init at 1.6.2
* Quote URL per RFC 45, use SSL
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
* Inherit pname and version instead of setting name explicitly
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2020-05-07 12:50:18 -07:00
R. RyanTM
9fb4adcdc1
kdev-php: 5.5.0 -> 5.5.1
2020-05-07 19:49:16 +00:00
Benjamin Hipple
665a260a7c
protobuf: 3.7 -> 3.8
...
This is needed by newer versions of `tensorflow` and other ML tools, so we
should start working on an upgrade of the default versoin in the distribution.
2020-05-07 15:26:09 -04:00
Ryan Mulligan
d3760d44ee
Merge pull request #87209 from r-ryantm/auto-update/jgmenu
...
jgmenu: 4.1.0 -> 4.2.0
2020-05-07 12:22:15 -07:00
R. RyanTM
bac29d647f
jflex: 1.8.1 -> 1.8.2
2020-05-07 19:15:07 +00:00
R. RyanTM
211c4fb5b4
glib-networking: 2.64.1 -> 2.64.2 ( #86888 )
2020-05-07 20:41:52 +02:00
R. RyanTM
b065f119b5
syncthingtray: 0.10.8 -> 0.10.9
2020-05-07 11:39:12 -07:00
R. RyanTM
30427cc428
jgmenu: 4.1.0 -> 4.2.0
2020-05-07 18:38:25 +00:00
Damien Cassou
3793f44459
i3-gaps: Fix man pages and simplify
...
The .tar.gz from the github's archive does not contain man pages, only
asciidoc versions of them. Because i3-gaps uses the same build process
as i3, the man pages are not generated and the asciidoc versions are
put in share/man/man1. This annoys mandb:
mandb: warning: …/share/man/man1/i3.man.gz: ignoring bogus filename
This commit changes the downloaded file to use github's release
instead. The resulting .tar.bz2 file is much closer to the one
downloaded for i3 which means the build process can still be the same
and we get proper man pages at the end.
Because of the previous change, the I3_VERSION file is now part of the
downloaded source which means Nix doesn't have to create it anymore.
2020-05-07 20:34:07 +02:00
Damien Cassou
dcdbe2c5fe
i3: fix man page
...
The files with the .man extension are asciidoc versions of the man
pages and should not be copied to share/man or mandb complains:
mandb: warning: …/man/man1/i3.man.gz: ignoring bogus filename
2020-05-07 20:34:07 +02:00
Ben Darwin
81be227423
python3Packages.heudiconv: init at 0.8.0 ( #86984 )
...
* python3Packages.heudiconv: init at 0.8.0
*python3Packages.heudiconv: rfc 45, quote homepage
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-05-07 11:30:16 -07:00
R. RyanTM
f78844acb4
phoronix-test-suite: 9.4.1 -> 9.6.0
2020-05-07 11:26:23 -07:00
06kellyjac
cef39f9089
terragrunt: 0.23.2 -> 0.23.14
...
Moved to use go modules build
Deleted old deps.nix file used with dep
2020-05-07 11:24:58 -07:00
R. RyanTM
53de71be2c
postman: 7.21.2 -> 7.23.0
2020-05-07 11:22:30 -07:00
R. RyanTM
dd205c9f49
cpp-utilities: 5.3.0 -> 5.4.0
2020-05-07 11:21:29 -07:00
Florian Jacob
f34412fce7
matomo: 3.13.4 -> 3.13.5
2020-05-07 11:19:55 -07:00
R. RyanTM
c2569d0a9c
libamqpcpp: 4.1.6 -> 4.1.7
2020-05-07 11:19:07 -07:00
Florian
87927e9b60
python-miio: 0.4.8 -> 0.5.0.1
2020-05-07 11:17:56 -07:00
R. RyanTM
bfbd769105
gsettings-desktop-schemas: 3.36.0 -> 3.36.1
2020-05-07 18:14:12 +00:00
Timo Kaufmann
bbb8132790
Merge pull request #80206 from Thra11/guile-gnutls
...
gnutls: fix guile bindings
2020-05-07 18:01:32 +00:00
Ryan Mulligan
b34ad47a17
Merge pull request #87140 from r-ryantm/auto-update/lexicon
...
lexicon: 3.3.17 -> 3.3.22
2020-05-07 11:00:34 -07:00
Vladimír Čunát
a2d5351b63
Merge #86788 : firefox 75.0 -> 76.0 (critical security)
...
https://www.mozilla.org/en-US/firefox/76.0/releasenotes/
Some of the changes were in master already, but whatever...
2020-05-07 19:57:16 +02:00
Vladimír Čunát
fcc68a43aa
Merge branch 'staging-next'
...
The nss update is needed for security update of firefox.
For linux platforms only about 1k aarch64 rebuilds are missing;
the diff on Hydra looks OK. Darwin needs 20k more rebuilds,
but I don't think we want to wait for that.
2020-05-07 19:56:25 +02:00
R. RyanTM
05a7b69509
kpcli: 3.3 -> 3.4
2020-05-07 19:45:20 +02:00
Ryan Mulligan
46f5e36293
Merge pull request #87197 from r-ryantm/auto-update/grsync
...
grsync: 1.2.6 -> 1.2.8
2020-05-07 10:38:38 -07:00
Edmund Wu
436c1540bd
wabt: include necessary build files for wasm2c
2020-05-07 13:03:48 -04:00
D. Guthrie
c54d37598a
Set upstream to https://github.com/ibara/mg
...
As per reasonable suggestion, instead of extensively patching the
hboetes version of mg to work on MacOS using bits from ibara's mg,
just set upstream to ibara's mg.
This also removes the dependency on libbsd, although I'm not sure
if this is a good or bad thing.
2020-05-07 17:37:53 +01:00
Jörg Thalheim
f5e9e0347a
Merge pull request #87168 from r-ryantm/auto-update/consul
2020-05-07 17:29:21 +01:00
Matt McHenry
54af710269
openjdk: 13.0.2 -> 14.0.1
2020-05-07 18:18:32 +02:00
Matt McHenry
7b7cb7b876
openjdk 12: fix possibly-unbound JAVA_HOME
...
as done in 373236ccff
for all other uses
2020-05-07 18:18:32 +02:00
Jörg Thalheim
077c3c1944
consul: remove trailing whitespace
2020-05-07 17:07:05 +01:00
Jörg Thalheim
53b72ba7ac
consul: reference nixosTests
2020-05-07 17:06:46 +01:00
chkno
8ff99ba57e
nawk: 20121220 -> 20180827
...
awk.tar.gz is no longer available from princeton.edu; The One True Awk
is now on GitHub.
2020-05-07 16:01:42 +00:00
Jörg Thalheim
2655e34cfa
Merge pull request #87183 from r-ryantm/auto-update/drumkv1
...
drumkv1: 0.9.13 -> 0.9.14
2020-05-07 17:00:34 +01:00
Jörg Thalheim
ad1e7cfaeb
Merge pull request #87190 from r-ryantm/auto-update/FanFicFare
2020-05-07 16:59:47 +01:00
R. RyanTM
1f4402af70
grsync: 1.2.6 -> 1.2.8
2020-05-07 15:57:07 +00:00
Jörg Thalheim
af8d490694
Merge pull request #87189 from andir/bashcompletions
2020-05-07 15:55:58 +01:00
Jörg Thalheim
c880c7b592
Merge pull request #84136 from Izorkin/mariadb-galera-test
...
nixos/tests: add check mariadb galera cluster
2020-05-07 15:51:17 +01:00
Jörg Thalheim
be14551a19
Merge pull request #87193 from filalex77/clash-0.20.0
...
clash: 0.19.0 -> 0.20.0
2020-05-07 15:48:16 +01:00
Ryan Mulligan
3a4a0a929b
Merge pull request #87071 from r-ryantm/auto-update/parallel
...
parallel: 20200322 -> 20200422
2020-05-07 07:37:07 -07:00
Ryan Mulligan
a2f63021c0
Merge pull request #86903 from prusnak/ffmpeg-normalize
...
ffmpeg-normalize: 1.15.8 -> 1.19.0
2020-05-07 07:33:53 -07:00
Ryan Mulligan
a829af4269
Merge pull request #87063 from peterhoeg/f/mu_batch_size
...
mu: allow configuring the BatchSize
2020-05-07 07:32:51 -07:00
Oleksii Filonenko
c5365a65aa
clash: 0.19.0 -> 0.20.0
2020-05-07 14:29:19 +00:00
R. RyanTM
79612ced69
gnome3.gnome-desktop: 3.36.1 -> 3.36.2
2020-05-07 14:26:55 +00:00
Jörg Thalheim
e89ceffefb
ipfs: patch shebang in builder script
2020-05-07 15:26:09 +01:00
Ryan Mulligan
20fccce6e6
Merge pull request #87038 from tviti/patch-nco
...
nco: Patch hardcoded paths cp and mv
2020-05-07 07:22:55 -07:00
Ryan Mulligan
8891b98fbd
Merge pull request #87085 from filalex77/emplace-0.3.1
...
emplace: 0.2.21 -> 0.3.1
2020-05-07 07:19:09 -07:00
Andreas Rammhold
a85b07cbcb
bashCompletion: speed-up test execution by using xdist
...
Currently the tests take an eternity and are also sometimes flaky. By
following upstream in using xdist for parallel test execution we at
least get the feedback cycle down. On my machine that means instead of
running this for ~25min it runs in 1 minute and 10 seconds.
2020-05-07 16:17:02 +02:00
José Romildo Malaquias
37c0261d6c
Merge pull request #86937 from romildo/upd.xfce4-xfce4-notifyd
...
xfce.xfce4-notifyd: 0.6.0 -> 0.6.1
2020-05-07 11:05:47 -03:00
José Romildo Malaquias
4ed5208152
Merge pull request #86708 from romildo/deepin.updateScript
...
deepin: redefine updateScript to use genericUpdater
2020-05-07 11:04:36 -03:00
Gabriel Ebner
32043f190e
Merge pull request #87188 from gebner/elan090
2020-05-07 16:02:45 +02:00
R. RyanTM
7c6da82c38
fanficfare: 3.17.0 -> 3.19.0
2020-05-07 13:53:16 +00:00
José Romildo Malaquias
9e1975bebd
Merge pull request #86519 from romildo/upd.efl
...
enlightenment.efl: 1.23.3 -> 1.24.0; new test module
2020-05-07 10:52:52 -03:00
Ryan Mulligan
4130132946
Merge pull request #86997 from mweinelt/pr/wolfssl
...
wolfssl: v4.3.0 → v4.4.0
2020-05-07 06:35:37 -07:00
Gabriel Ebner
f6f5f6a30f
elan: 0.8.0 -> 0.9.0
2020-05-07 15:35:13 +02:00
Ryan Mulligan
53ca8b6a61
Merge pull request #87185 from kampka/matrix-appservice-slack
...
matrix-appservice-slack: 1.1.0 -> 1.2.0
2020-05-07 06:20:12 -07:00
Christian Kampka
56ebdc683a
matrix-appservice-slack: 1.1.0 -> 1.2.0
2020-05-07 14:51:02 +02:00
Jaka Hudoklin
2c58b1d464
Merge pull request #75527 from xtruder/hasura
...
hasura: init at 1.2.1
2020-05-07 12:48:39 +00:00
Aaron Andersen
b828ef33ae
zabbix: 4.4.7 -> 4.4.8
2020-05-07 08:26:47 -04:00
Aaron Andersen
99b63a7784
zabbix: 4.0.19 -> 4.0.20
2020-05-07 08:26:20 -04:00
Aaron Andersen
c2d3f26d1f
zabbix: 3.0.30 -> 3.0.31
2020-05-07 08:25:38 -04:00
Aaron Andersen
9bc0b630ab
zabbix: replace download source from sourceforge to zabbix.com
2020-05-07 08:24:35 -04:00
Tim Steinbach
28e1e370be
oh-my-zsh: 2020-05-05 -> 2020-05-07
2020-05-07 08:18:37 -04:00
Tim Steinbach
795564a03d
Merge pull request #81997 from eadwu/vivaldi-snapshot/fix-rpath-libdrm_gbm
...
vivaldi: include libdrm and libgbm
2020-05-07 08:17:27 -04:00
Mario Rodas
60762e9524
Merge pull request #86216 from bcdarwin/mrtrix-update
...
mrtrix: 3.0_RC3_latest -> 3.0.0
2020-05-07 06:57:44 -05:00
Jaka Hudoklin
9a8454a7a9
hasura: init at 1.2.1
2020-05-07 18:54:01 +07:00
Mario Rodas
a340a9f4d8
Merge pull request #86755 from andersk/abseil-ortools
...
abseil-cpp: 20191119 -> 20200225.2; or-tools: 7.5 -> 7.6
2020-05-07 06:53:54 -05:00
Mario Rodas
3439ec9695
Merge pull request #87167 from johanot/kubeval-0.15
...
kubeval: 0.14.0 -> 0.15.0
2020-05-07 06:49:28 -05:00
Graham Christensen
fb587d7bb5
Merge pull request #85445 from manveru/crystal-all-llvm
...
crystal: use llvm 10 exclusively
2020-05-07 07:49:03 -04:00
R. RyanTM
f6f7f5024f
drumkv1: 0.9.13 -> 0.9.14
2020-05-07 11:46:48 +00:00
Mario Rodas
897c450cc5
Merge pull request #87092 from r-ryantm/auto-update/pg_partman
...
postgresql11Packages.pg_partman: 4.3.0 -> 4.3.1
2020-05-07 06:46:46 -05:00
Mario Rodas
79077739d7
Merge pull request #87129 from r-ryantm/auto-update/dua
...
dua: 2.5.0 -> 2.6.0
2020-05-07 06:37:48 -05:00
Michele Guerini Rocco
de0462276b
Merge pull request #87161 from r-ryantm/auto-update/vapoursynth-mvtools
...
vapoursynth-mvtools: 21 -> 22
2020-05-07 13:35:20 +02:00
Vladyslav M
0a2046a703
Merge pull request #87171 from r-ryantm/auto-update/cargo-audit
2020-05-07 14:18:16 +03:00
Graham Christensen
c2d814880a
Merge pull request #86969 from prusnak/wxsqlite
...
wxsqlite3: 3.3.1 -> 4.5.1
2020-05-07 07:11:42 -04:00
Jörg Thalheim
c83f7b89c9
Merge pull request #86183 from Mic92/tmsu
2020-05-07 11:45:33 +01:00
Jörg Thalheim
4acf1e6650
Merge pull request #87173 from r-ryantm/auto-update/chezmoi
...
chezmoi: 1.8.0 -> 1.8.1
2020-05-07 11:01:28 +01:00
Jörg Thalheim
8dba666ebc
Merge pull request #86192 from kampka/trilium
...
trilium: 0.40.7 -> 0.42.1
2020-05-07 10:59:34 +01:00
Jörg Thalheim
2ba5a5f000
Merge pull request #87170 from Tomahna/scalafmt
2020-05-07 10:46:29 +01:00
Jörg Thalheim
7e24e82dda
Merge pull request #87172 from r-ryantm/auto-update/ccid
...
ccid: 1.4.31 -> 1.4.32
2020-05-07 10:45:29 +01:00
Jörg Thalheim
4686f2ee5e
Merge pull request #87174 from r-ryantm/auto-update/BSEQuencer
...
bsequencer: 1.2.0 -> 1.4.0
2020-05-07 10:34:40 +01:00