0x4A6F
75b1ba928a
dasel: 1.9.0 -> 1.9.1
2020-12-16 05:55:36 +10:00
0x4A6F
bd247b7ca5
dasel: 1.8.0 -> 1.9.0
2020-12-16 05:55:36 +10:00
zowoq
ee275b02c1
gitAndTools.gh: 1.3.1 -> 1.4.0
...
https://github.com/cli/cli/releases/tag/v1.4.0
2020-12-16 05:50:32 +10:00
Tim Steinbach
853bac5b2b
linux/hardened/patches/5.8: remove
2020-12-15 14:34:44 -05:00
Tim Steinbach
a83bf32bab
linux: 5.10 -> 5.10.1
2020-12-15 14:34:40 -05:00
Jan Tojnar
f5525b73a2
python3.pkgs.lml: fix build
...
0.1.0 switched from nose to pytest. But it fails even with that.
2020-12-15 20:32:11 +01:00
Guillaume Girol
43acd21b06
Merge pull request #106762 from symphorien/thunar-send-email
...
xfce.exo: fix $out/lib/xfce4/exo/exo-compose-mail
2020-12-15 19:19:39 +00:00
Mario Rodas
9c8a7716d3
docker-slim: 1.32.0 -> 1.33.0
...
https://github.com/docker-slim/docker-slim/releases/tag/1.33.0
2020-12-15 13:45:00 -05:00
Mario Rodas
a4d86d5425
Merge pull request #106969 from marsam/update-go-tools
...
go-tools: 2020.1.6 -> 2020.2
2020-12-15 13:36:13 -05:00
Severyn Lisovskyi
a8d2b7b42e
hstr: add darwin support ( #106798 )
2020-12-15 11:50:46 -05:00
Tim Steinbach
a7c6597772
Merge pull request #106966 from r-ryantm/auto-update/sbt
...
sbt: 1.4.4 -> 1.4.5
2020-12-15 11:17:19 -05:00
Vladimír Čunát
818c3001e8
knot-dns: 3.0.2 -> 3.0.3
...
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.3
2020-12-15 16:58:56 +01:00
Graham Christensen
9612cb9092
Merge pull request #84062 from abathur/fix/yadm_src_usage
...
yadm: install from build directory instead of $src
2020-12-15 10:39:20 -05:00
Daniël de Kok
a3ad080853
Merge pull request #106965 from Flakebi/amdvlk
...
amdvlk: 2020.Q4.5 -> 2020.Q4.6
2020-12-15 16:32:28 +01:00
Ben Siraphob
20a9e43d60
archivy: 0.9.2 -> 0.9.3
2020-12-15 22:21:51 +07:00
adisbladis
250cacea8c
Merge pull request #105674 from xwvvvvwx/radicle-upstream
...
radicle-upstream: init at 0.1.5
2020-12-15 15:38:17 +01:00
R. RyanTM
800c4724b7
sbt: 1.4.4 -> 1.4.5
2020-12-15 14:30:32 +00:00
Kevin Cox
da5e0d3df8
Merge pull request #106677 from tfmoraes/vtk9_qt515
...
vtk_9: qt514 -> qt515
2020-12-15 08:59:30 -05:00
Sebastian Neubauer
89ce7a70f1
amdvlk: 2020.Q4.5 -> 2020.Q4.6
2020-12-15 14:56:14 +01:00
Arnout Engelen
40b1f0d473
pyopenssl: skip test that fails on i686
...
Found in https://github.com/NixOS/nixpkgs/pull/105454#issuecomment-743973848
Upstream issue https://github.com/pyca/pyopenssl/issues/974
2020-12-15 13:49:21 +01:00
Ryan Mulligan
d094f26f32
Merge pull request #106938 from r-ryantm/auto-update/python3.8-dtschema
...
dt-schema: 2020.11 -> 2020.12
2020-12-15 04:21:43 -08:00
Ryan Mulligan
80cb17d42f
Merge pull request #106933 from MetaDark/pythonPackages.debugpy
...
pythonPackages.debugpy: 1.2.0 -> 1.2.1
2020-12-15 04:20:38 -08:00
David Terry
9062c1ecff
radicle-upstream: init at 0.1.5
2020-12-15 12:58:38 +01:00
Robert Hensing
1b35b3d3a7
Merge pull request #106703 from terinjokes/patches/dockerTools-getArch
...
dockerTools: normalize arch to GOARCH
2020-12-15 12:49:34 +01:00
Stefan Junker
b75e7f4b20
fixup! wezterm: initial package
2020-12-15 12:07:24 +01:00
Stefan Junker
b65b04d4ff
wezterm: initial package
2020-12-15 12:07:24 +01:00
sternenseemann
c5d2491fd1
utf8proc: enable tests
...
For the current version normtest and graphemetest are disabled. This
will probably change in the future. Those tests are problematic because
they depend on unicode data files which are downloaded by cmake at build
time:
file(MAKE_DIRECTORY data)
set(UNICODE_VERSION 13.0.0)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt data/NormalizationTest.txt SHOW_PROGRESS)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt data/GraphemeBreakTest.txt SHOW_PROGRESS)
For the next update, we'll probably need to patch out this section of
CMakeLists.txt and download the files in question with fetchurl
ourselves.
2020-12-15 12:02:11 +01:00
Robert Hensing
5cacf0fcec
dockerTools: use go.GOARCH as default arch
2020-12-15 02:15:35 -08:00
Terin Stock
8f66dc94a7
dockerTools: normalize arch to GOARCH
...
Docker (via containerd) and the the OCI Image Configuration imply and
suggest, respectfully, that the architecture set in images matches those
of GOARCH in the Go Language document.
This changeset updates the implimentation of getArch in dockerTools to
return GOARCH values, to satisfy Docker.
Fixes : #106695
2020-12-15 02:14:01 -08:00
Daniël de Kok
57f858d61e
python3Packages.spacy: passthru.tests should be an attrset
2020-12-15 06:51:19 +01:00
Daniël de Kok
9edd8887d8
python3Packages.spacy: nixpkgs-fmt
2020-12-15 06:51:18 +01:00
Daniël de Kok
9eaec03930
python3Packages.spacy: 2.3.4 -> 2.3.5
...
Changelog:
https://github.com/explosion/spacy/releases/tag/v2.3.5
2020-12-15 06:51:08 +01:00
Mario Rodas
46e2a315ad
Merge pull request #106879 from r-ryantm/auto-update/python3.7-azure-mgmt-datafactory
...
python37Packages.azure-mgmt-datafactory: 0.14.0 -> 0.15.0
2020-12-14 23:45:59 -05:00
Mario Rodas
38e6dd6a1c
Merge pull request #106889 from r-ryantm/auto-update/python3.7-google-cloud-container
...
python37Packages.google_cloud_container: 2.2.0 -> 2.3.0
2020-12-14 23:45:15 -05:00
Mario Rodas
395ad137d0
Merge pull request #106937 from lovesegfault/tailscale-1.2.10
...
tailscale: 1.2.8 -> 1.2.10
2020-12-14 23:43:40 -05:00
Mario Rodas
7d86dff03b
Merge pull request #106920 from r-ryantm/auto-update/python3.7-pytest-html
...
python37Packages.pytest-html: 3.1.0 -> 3.1.1
2020-12-14 23:43:24 -05:00
Mario Rodas
3710bbf27f
Merge pull request #106802 from marsam/fix-emacsWithPackages-darwin
...
emacsWithPackages: fix application wrapper on darwin
2020-12-14 23:41:23 -05:00
Mario Rodas
b582c9aa22
go-tools: 2020.1.6 -> 2020.2
...
https://staticcheck.io/changes/2020.2
2020-12-15 04:20:00 +00:00
R. RyanTM
b719f980ce
dt-schema: 2020.11 -> 2020.12
2020-12-15 02:44:22 +00:00
Bernardo Meurer
6612d859a2
tailscale: 1.2.8 -> 1.2.10
2020-12-14 18:34:43 -08:00
Justin Humm
3d3c07026e
scribusUnstable: build with libsForQt5
2020-12-15 01:46:34 +01:00
taku0
69a4b984d0
thunderbird: 78.5.1 -> 78.6.0
2020-12-15 09:12:45 +09:00
taku0
aab365acf6
thunderbird-bin: 78.5.1 -> 78.6.0
2020-12-15 09:12:17 +09:00
Kira Bruneau
d12a819b24
pythonPackages.debugpy: 1.2.0 -> 1.2.1
2020-12-14 18:44:11 -05:00
Orivej Desh
2f6ac24357
linux-rt_latest: 5.9.1-rt20 -> 5.10-rt17
...
This does not keep 5.9 series because it has known issues and rt
upstream has stopped maintaining it in favor of 5.10.
"ls -v" sorts by version, making 5.10 the next $prev kernel.
2020-12-14 23:42:17 +00:00
Orivej Desh
15406f05c9
bareboxTools: fix eval
2020-12-14 23:42:17 +00:00
Matthew Bauer
eb3016b5ad
Merge pull request #106763 from Atemu/fix/nfs-utils-cross
...
nfs-utils: pass native rpcsvc-proto to configureFlag
2020-12-14 16:56:23 -06:00
Matthew Bauer
079535f0df
Merge pull request #106761 from Atemu/fix/cifs-utils-cross
...
cifs-utils: don't check for AC_FUNC_MALLOC when cross compiling
2020-12-14 16:56:03 -06:00
Sam Bickley
8bb972a8dd
tor-browser-bundle-bin: 10.0.5 -> 10.0.6
2020-12-14 16:47:44 -06:00
Linus Heckemann
dd95aa337e
Merge pull request #102407 from petabyteboy/feature/stk-1-2
...
superTuxKart: 1.1 -> 1.2
2020-12-14 22:38:26 +01:00
Andreas Rammhold
71191178e6
Merge PR #106881
2020-12-14 22:08:14 +01:00
Rouven Czerwinski
7a6203fffc
bareboxTools: init at v2020.12.0
...
This adds the bareboxTools as a package. The buildBarebox function is
intentionally modeled like the buildUBoot function, which should allow
future expansion to build barebox for NixOS systems. The tools are
useful on their own, since they allow flashing of systems via the
different USB loader tools shipped in the scripts directory.
2020-12-14 21:49:37 +01:00
Rouven Czerwinski
af2ab76515
usbsdmux: init at 0.1.8
...
Add the usbsdmux utility which is used to control the USB-SD-Mux
developed by the Linux Automation GmBH.
2020-12-14 21:49:37 +01:00
Daniël de Kok
95d1e64c4a
Merge pull request #106922 from danieldk/setuptools-rust-0.11.6
...
python3Packages.setuptools-rust: add meta.changelog
2020-12-14 21:44:19 +01:00
Mario Rodas
50eb65e752
ocamlPackages.visitors: 20190711 -> 20200210
2020-12-14 21:28:14 +01:00
Milan Pässler
df4de2fcc4
superTuxKart: 1.1 -> 1.2
2020-12-14 20:21:47 +01:00
Vladyslav M
e969834269
Merge pull request #106683 from dywedir/pijul
...
pijul: 1.0.0-alpha.17 -> 1.0.0-alpha.21
2020-12-14 21:15:58 +02:00
Daniël de Kok
3512f7af6f
python3Packages.setuptools-rust: add meta.changelog
2020-12-14 20:10:13 +01:00
Daniël de Kok
e5c63b3cd4
Merge pull request #106914 from r-ryantm/auto-update/python3.7-setuptools-rust
...
python37Packages.setuptools-rust: 0.11.5 -> 0.11.6
2020-12-14 20:06:37 +01:00
R. RyanTM
e01e056423
python37Packages.pytest-html: 3.1.0 -> 3.1.1
2020-12-14 18:59:28 +00:00
Tim Steinbach
046f8835dc
awscli: 1.18.191 -> 1.18.195
2020-12-14 13:17:12 -05:00
Tim Steinbach
f1dff1bded
python3Packages.boto3: 1.16.31 -> 1.16.35
2020-12-14 13:16:03 -05:00
Tim Steinbach
18264172d8
python3Packages.botocore: 1.19.31 -> 1.19.35
2020-12-14 13:15:49 -05:00
Tim Steinbach
1be6a53cd8
Linux: Remove 5.8
2020-12-14 12:57:57 -05:00
Tim Steinbach
c1ef6d2f41
linux: Add 5.10
...
Validated via
```
nix-build ./nixos/release.nix -A tests.kernel-latest.x86_64-linux -A tests.latestKernel.login.x86_64-linux
```
2020-12-14 12:55:31 -05:00
Gabriel Ebner
373ddfaf8c
Merge pull request #106821 from gebner/vieb310
...
vieb: init at 3.1.0
2020-12-14 18:23:14 +01:00
R. RyanTM
624e68d839
python37Packages.setuptools-rust: 0.11.5 -> 0.11.6
2020-12-14 17:12:36 +00:00
Doron Behar
0fafd8e2ab
Merge pull request #96854 from ericdallo/mob-init
...
mob: init at v0.0.25
2020-12-14 19:07:42 +02:00
Pavol Rusnak
ef21e636b9
Merge pull request #106809 from sikmir/saga
...
saga: 7.8.1 → 7.8.2
2020-12-14 17:43:17 +01:00
Pavol Rusnak
f4d52887c3
Merge pull request #106808 from sikmir/qvge
...
qvge: 0.6.1 → 0.6.2
2020-12-14 17:42:43 +01:00
Orivej Desh
6fa76f018b
python2Packages.cryptography: 2.9.2 -> 3.3.1 ( #106792 )
...
Fixes py2 build of pyOpenSSL:
https://github.com/NixOS/nixpkgs/issues/106275#issuecomment-743790876
2020-12-14 16:31:26 +00:00
Robert Hensing
b37c00ab90
Merge pull request #106441 from hercules-ci/cassandra-passthru-tests
...
Cassandra passthru tests
2020-12-14 16:49:47 +01:00
Michael Weiss
ff165582a6
jekyll: 4.1.1 -> 4.2.0
2020-12-14 16:33:07 +01:00
Michael Weiss
50a44c44c4
gammastep: 2.0.5 -> 2.0.6
...
Switch from libappindicator to the newer libayatana-appindicator and
enable the optional systemd user unit and AppArmor support.
2020-12-14 16:30:28 +01:00
Mario Rodas
3ef9799490
Merge pull request #106902 from r-ryantm/auto-update/python3.7-imagecorruptions
...
python37Packages.imagecorruptions: 1.1.1 -> 1.1.2
2020-12-14 10:26:14 -05:00
Mario Rodas
d324f5d218
Merge pull request #106903 from marsam/fix-python-create-build
...
python38Packages.crate: fix build
2020-12-14 10:22:21 -05:00
Jonas Chevalier
545c48e844
niv: only build the executable ( #106906 )
...
Installing `pkgs.niv` shouldn't pull all of GHC.
Fixes https://github.com/nmattia/niv/issues/299
2020-12-14 16:01:36 +01:00
Robert Hensing
ccdfb9c6ea
cassandra: Add myself as maintainer
2020-12-14 15:37:46 +01:00
Tim Steinbach
93a4baf5a6
linux/hardened/patches/5.9: 5.9.12.a -> 5.9.14.a
2020-12-14 09:31:56 -05:00
Tim Steinbach
1d8c58f35c
linux/hardened/patches/5.4: 5.4.81.a -> 5.4.83.a
2020-12-14 09:31:56 -05:00
Tim Steinbach
a4d6fdd738
linux/hardened/patches/4.19: 4.19.161.a -> 4.19.163.a
2020-12-14 09:31:56 -05:00
Tim Steinbach
9146361acb
linux/hardened/patches/4.14: 4.14.210.a -> 4.14.212.a
2020-12-14 09:31:55 -05:00
Tim Steinbach
2ad8584a03
linux-rt_5_4: 5.4.78-rt44 -> 5.4.82-rt45
2020-12-14 09:31:55 -05:00
Eric Dallo
d151783b61
mob: init at v0.0.25
2020-12-14 11:19:09 -03:00
Ryan Mulligan
4b5c7cd10f
Merge pull request #106551 from kfollesdal/update-bumpver
...
bumpver: 2020.1107 -> 2020.1108
2020-12-14 05:45:57 -08:00
Mario Rodas
982e6cb084
Merge pull request #106878 from r-ryantm/auto-update/python3.7-aenum
...
python37Packages.aenum: 2.2.4 -> 2.2.6
2020-12-14 08:25:13 -05:00
Mario Rodas
7666fb25d0
Merge pull request #106856 from jbedo/delly
...
delly: 0.8.5 -> 0.8.6
2020-12-14 08:10:03 -05:00
Mario Rodas
fa468ed366
Merge pull request #106883 from r-ryantm/auto-update/python3.7-aioprocessing
...
python37Packages.aioprocessing: 1.0.1 -> 1.1.0
2020-12-14 08:06:13 -05:00
Mario Rodas
44e574d239
Merge pull request #106894 from r-ryantm/auto-update/python3.7-mautrix
...
python37Packages.mautrix: 0.8.3 -> 0.8.5
2020-12-14 08:04:03 -05:00
Mario Rodas
763cf0d815
Merge pull request #106891 from r-ryantm/auto-update/python3.7-dependency-injector
...
python37Packages.dependency-injector: 4.5.3 -> 4.5.4
2020-12-14 08:03:03 -05:00
Mario Rodas
450825139f
Merge pull request #106890 from r-ryantm/auto-update/python3.7-livereload
...
python37Packages.livereload: 2.6.1 -> 2.6.3
2020-12-14 08:02:20 -05:00
Mario Rodas
49448bebc7
Merge pull request #106898 from r-ryantm/auto-update/python3.7-databricks-connect
...
python37Packages.databricks-connect: 7.1.10 -> 7.3.5
2020-12-14 08:00:53 -05:00
Mario Rodas
3d7d354c3d
Merge pull request #106887 from r-ryantm/auto-update/python3.7-aiounifi
...
python37Packages.aiounifi: 25 -> 26
2020-12-14 07:58:47 -05:00
Mario Rodas
b3a0ee0f81
Merge pull request #106884 from xaverdh/aft-4.1
...
android-file-transfer: 4.0 -> 4.1
2020-12-14 07:58:07 -05:00
Mario Rodas
3aa86f28fb
Merge pull request #106882 from r-ryantm/auto-update/python3.7-bandit
...
python37Packages.bandit: 1.6.3 -> 1.7.0
2020-12-14 07:57:18 -05:00
Mario Rodas
c1394f56d0
Merge pull request #106873 from r-ryantm/auto-update/python3.7-alerta
...
python37Packages.alerta: 8.2.0 -> 8.3.0
2020-12-14 07:56:00 -05:00
Mario Rodas
9cec68d17c
Merge pull request #106895 from r-ryantm/auto-update/python3.7-elasticsearch
...
python37Packages.elasticsearch: 7.10.0 -> 7.10.1
2020-12-14 07:48:23 -05:00
Mario Rodas
edf4a05082
Merge pull request #106850 from zowoq/lsd
...
lsd: 0.18.0 -> 0.19.0
2020-12-14 07:47:04 -05:00
Daniël de Kok
0d1b1d3574
Merge pull request #106900 from prusnak/libusb-maint
...
libusb1: add prusnak to maintainers
2020-12-14 13:36:57 +01:00
R. RyanTM
2a8a0c81b2
python37Packages.imagecorruptions: 1.1.1 -> 1.1.2
2020-12-14 12:12:22 +00:00
06kellyjac
267bb1df04
nerdctl: 0.2.0 -> 0.3.0
2020-12-14 22:09:00 +10:00
Pavol Rusnak
d8afe9970c
libusb1: add prusnak to maintainers
2020-12-14 13:03:36 +01:00
R. RyanTM
b6fb26ad28
python37Packages.databricks-connect: 7.1.10 -> 7.3.5
2020-12-14 11:42:47 +00:00
Maximilian Bosch
cd8fac0c29
docker-ls: 0.3.2 -> 0.5.0
...
https://github.com/mayflower/docker-ls/releases/tag/v0.5.0
https://github.com/mayflower/docker-ls/releases/tag/v0.4.1
https://github.com/mayflower/docker-ls/releases/tag/v0.4.0
2020-12-14 12:06:11 +01:00
Maximilian Bosch
b7a29b2f71
strace: 5.9 -> 5.10
...
https://github.com/strace/strace/releases/tag/v5.10
2020-12-14 12:06:11 +01:00
Daniël de Kok
c75ea58a2c
Merge pull request #106635 from danieldk/libtorch-bin-1.7.1
...
libtorch-bin: 1.7.0 -> 1.7.1
2020-12-14 11:54:21 +01:00
R. RyanTM
4d68b42402
python37Packages.elasticsearch: 7.10.0 -> 7.10.1
2020-12-14 10:45:21 +00:00
R. RyanTM
91e9ae7a43
python37Packages.mautrix: 0.8.3 -> 0.8.5
2020-12-14 10:36:41 +00:00
R. RyanTM
756632f741
malcontent: 0.9.0 -> 0.10.0
2020-12-14 11:20:05 +01:00
R. RyanTM
e298eb913c
python37Packages.dependency-injector: 4.5.3 -> 4.5.4
2020-12-14 09:43:06 +00:00
R. RyanTM
3a8180a1e3
python37Packages.livereload: 2.6.1 -> 2.6.3
2020-12-14 09:15:33 +00:00
R. RyanTM
9cd91a1f7e
python37Packages.google_cloud_container: 2.2.0 -> 2.3.0
2020-12-14 09:01:52 +00:00
R. RyanTM
25ddaee5b4
python37Packages.aiounifi: 25 -> 26
2020-12-14 08:55:24 +00:00
Dominik Xaver Hörl
6040a63f2e
android-file-transfer: 4.0 -> 4.1
2020-12-14 09:32:03 +01:00
R. RyanTM
0de40cb2f1
python37Packages.aioprocessing: 1.0.1 -> 1.1.0
2020-12-14 08:20:39 +00:00
R. RyanTM
9a0fc102ac
python37Packages.bandit: 1.6.3 -> 1.7.0
2020-12-14 08:13:51 +00:00
Sirio Balmelli
dda50e7348
gopass: fix impurity which breaks gopass after 'nix-store --gc'
...
gopass maintains a ~/.cache/gopass/gpg-binary.loc file
which stores an absolute path to the gpg executable,
overriding (and ignoring) the environment $PATH.
This creates a situation where gopass will work for a period of time
after install, but after gpg is upgraded and a 'nix-store --gc' is
performed, the cached gpg path will throw an error.
A gopass maintainer has declared this a wont-fix in
https://github.com/gopasspw/gopass/issues/1662
As a workaround, add a --run clause in the wrapper script
that removes this cache file.
Once (if) upstream fixes this issue, this cruft can be removed.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-12-14 08:59:23 +01:00
R. RyanTM
76977c4947
python37Packages.azure-mgmt-datafactory: 0.14.0 -> 0.15.0
2020-12-14 07:44:51 +00:00
R. RyanTM
ed2ff125b2
python37Packages.aenum: 2.2.4 -> 2.2.6
2020-12-14 07:10:50 +00:00
Vincent Laporte
1e8ca69151
ocamlPackages.torch: 0.10 → 0.11
2020-12-14 06:28:34 +01:00
R. RyanTM
f116d9c05a
python37Packages.alerta: 8.2.0 -> 8.3.0
2020-12-14 04:25:51 +00:00
Mario Rodas
9119b3702b
python38Packages.crate: fix build
2020-12-14 04:20:00 +00:00
Martin Weinelt
8e4788b777
Merge pull request #106623 from marsam/update-hass-nabucasa
...
pythonPackages.hass-nabucasa: 0.37.2 -> 0.39.0
2020-12-14 04:58:59 +01:00
Mario Rodas
50daf0dd63
Merge pull request #106865 from IvarWithoutBones/fix-clize
...
pythonPackages.clize: fix build
2020-12-13 21:46:04 -05:00
Mario Rodas
2a8ee8e1a5
Merge pull request #106852 from marsam/update-ncspot
...
ncspot: 0.2.4 -> 0.2.5
2020-12-13 21:41:13 -05:00
IvarWithoutBones
3017f4f757
pythonPackages.clize: fix build
2020-12-14 03:11:30 +01:00
Mario Rodas
1b87f82003
Merge pull request #106730 from danieldk/thinc-7.4.5
...
python3Packages.thinc: 7.4.4 -> 7.4.5
2020-12-13 21:00:52 -05:00
Mario Rodas
6fb38c9350
Merge pull request #106417 from r-ryantm/auto-update/igraph
...
igraph: 0.8.4 -> 0.8.5
2020-12-13 20:57:13 -05:00
Mario Rodas
9de26d2610
Merge pull request #106476 from r-ryantm/auto-update/osinfo-db
...
osinfo-db: 20201015 -> 20201119
2020-12-13 20:56:07 -05:00
Mario Rodas
5fea31203e
Merge pull request #106793 from r-ryantm/auto-update/python3.7-pytorch-metric-learning
...
python37Packages.pytorch-metric-learning: 0.9.94 -> 0.9.95
2020-12-13 20:54:55 -05:00
Mario Rodas
63bdc4fcd6
Merge pull request #106783 from r-ryantm/auto-update/python3.7-google-cloud-translate
...
python37Packages.google_cloud_translate: 3.0.1 -> 3.0.2
2020-12-13 20:54:10 -05:00
Mario Rodas
81ab4a4716
Merge pull request #106510 from r-ryantm/auto-update/python3.7-prance
...
python37Packages.prance: 0.19.0 -> 0.20.0
2020-12-13 20:53:11 -05:00
Mario Rodas
8de62fca52
Merge pull request #106513 from r-ryantm/auto-update/python3.7-azure-synapse-accesscontrol
...
python37Packages.azure-synapse-accesscontrol: 0.3.0 -> 0.4.0
2020-12-13 20:51:38 -05:00
Mario Rodas
ab0fdb5a42
Merge pull request #106706 from r-ryantm/auto-update/gutenprint
...
gutenprint: 5.2.14 -> 5.3.4
2020-12-13 20:51:20 -05:00
Mario Rodas
177a2ebc3a
Merge pull request #106528 from r-ryantm/auto-update/python3.7-azure-mgmt-recoveryservicesbackup
...
python37Packages.azure-mgmt-recoveryservicesbackup: 0.9.0 -> 0.10.0
2020-12-13 20:49:01 -05:00
Mario Rodas
ba2e2886ed
Merge pull request #106851 from marsam/update-git-lfs
...
git-lfs: 2.12.1 -> 2.13.1
2020-12-13 20:48:23 -05:00
Mario Rodas
13b0ce0180
Merge pull request #106859 from r-ryantm/auto-update/nodejs
...
nodejs-15_x: 15.3.0 -> 15.4.0
2020-12-13 20:46:15 -05:00
chessai
ca776e68b5
simdjson: init at 0.7.0
2020-12-13 16:08:14 -08:00
Ryan Mulligan
41cdb14aac
Merge pull request #106611 from r-ryantm/auto-update/picard-tools
...
picard-tools: 2.23.8 -> 2.23.9
2020-12-13 15:28:16 -08:00
R. RyanTM
0a81ee52f7
nodejs-15_x: 15.3.0 -> 15.4.0
2020-12-13 23:19:45 +00:00
AndersonTorres
18c386ead1
dgen-sdl: init at 1.33
2020-12-13 20:14:29 -03:00
Anderson Torres
c156c50167
Merge pull request #106849 from zowoq/ytdl
...
youtube-dl: 2020.12.12 -> 2020.12.14
2020-12-13 20:01:33 -03:00
Justin Bedo
6ce06dccfc
delly: 0.8.5 -> 0.8.6
2020-12-14 09:55:57 +11:00
adisbladis
65476e0396
Merge pull request #106839 from alyssais/emacs2nix
...
emacs2nix: update to add trailing newline
2020-12-13 23:39:31 +01:00
Martin Weinelt
1a0c4f1167
homeassistant: 0.118.5 -> 2020.12.0
2020-12-13 23:37:54 +01:00
Martin Weinelt
6583d945d5
python3Packages.pyatv: 0.7.4 -> 0.7.5
2020-12-13 23:17:05 +01:00
Martin Weinelt
2e2b7249e6
Merge pull request #106769 from mweinelt/tensorflow
...
python3Packages.tensorflow_2: relax h5py dependency
2020-12-13 22:10:56 +01:00
Mario Rodas
319698ceff
Merge pull request #106618 from r-ryantm/auto-update/rdkafka
...
rdkafka: 1.5.2 -> 1.5.3
2020-12-13 16:07:00 -05:00
Mario Rodas
b292eb4373
ncspot: 0.2.4 -> 0.2.5
...
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.5
2020-12-13 16:06:00 -05:00
Mario Rodas
101244ed5f
Merge pull request #106707 from r-ryantm/auto-update/insomnia
...
insomnia: 2020.5.1 -> 2020.5.2
2020-12-13 16:05:51 -05:00
Mario Rodas
efe2fcce60
Merge pull request #106831 from r-ryantm/auto-update/gallery_dl
...
gallery-dl: 1.15.4 -> 1.16.0
2020-12-13 16:04:35 -05:00
Mario Rodas
490176ab91
Merge pull request #106786 from r-ryantm/auto-update/python3.7-mysqlclient
...
python37Packages.mysqlclient: 2.0.1 -> 2.0.2
2020-12-13 16:00:50 -05:00
Mario Rodas
590b928dda
Merge pull request #106801 from r-ryantm/auto-update/iosevka-bin
...
iosevka-bin: 4.0.2 -> 4.0.3
2020-12-13 15:59:02 -05:00
Mario Rodas
04d99fe69f
Merge pull request #106744 from magnetophon/ardour
...
ardour: 6.3 -> 6.5
2020-12-13 15:57:23 -05:00
Mario Rodas
eb0c9b9db9
Merge pull request #106823 from magnetophon/MMA
...
MMA: 20.02 -> 20.12
2020-12-13 15:56:26 -05:00
Mario Rodas
a4322e965a
Merge pull request #106794 from marsam/update-recursive
...
recursive: 1.064 -> 1.069
2020-12-13 15:55:10 -05:00
Mario Rodas
583a1fed52
Merge pull request #106795 from marsam/update-kbs2
...
kbs2: 0.2.2 -> 0.2.5
2020-12-13 15:54:47 -05:00
Mario Rodas
418d56e960
Merge pull request #100478 from thefloweringash/cli11-meta
...
cli11: fix license and platforms
2020-12-13 15:53:19 -05:00
Mario Rodas
3f73a9a8f5
Merge pull request #106720 from marsam/update-faac
...
faac: 1.29.9.2 -> 1.30
2020-12-13 15:52:49 -05:00
zowoq
665fa6c53a
lsd: 0.18.0 -> 0.19.0
...
https://github.com/Peltoche/lsd/releases/tag/0.19.0
2020-12-14 06:20:13 +10:00
zowoq
d444a5ff39
youtube-dl: 2020.12.12 -> 2020.12.14
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.14
2020-12-14 06:05:51 +10:00
zowoq
f37a1749c3
youtube-dl: add maintainer
2020-12-14 06:02:47 +10:00
zowoq
0bf2300501
gnomeExtensions.paperwm: remove maintainer
2020-12-14 06:02:19 +10:00
Linus Heckemann
62249cd57b
Merge pull request #106840 from alyssais/dee
...
dee: enableParallelBuilding
2020-12-13 20:58:09 +01:00
06kellyjac
54121ff317
nerdctl: init at 0.2.0
2020-12-14 05:52:38 +10:00
Martin Weinelt
e1451c8858
python3Packages.clldutils: 3.5.4 -> 3.6.0
...
https://github.com/clld/clldutils/blob/master/CHANGES.md#360
2020-12-13 10:22:12 -08:00
Tim Schubert
16f80f8221
lego: 4.0.1 -> 4.1.3 ( #106829 )
2020-12-13 08:51:10 -08:00
Alyssa Ross
65a223026b
dee: enableParallelBuilding
...
Works fine for me at -j48.
2020-12-13 16:26:48 +00:00
Matthieu Coudron
ea85760820
Merge pull request #89118 from Pacman99/notification-center
...
deadd-notification-center: init at 1.7.2
2020-12-13 17:25:29 +01:00
Alyssa Ross
1fe24de3a2
emacs2nix: update to add trailing newline
...
Files generated by emacs2nix will now end in a final newline, as is
now required by the Nixpkgs editorconfig-checker CI action.
See <https://github.com/ttuegel/emacs2nix/pull/51 >.
2020-12-13 16:24:12 +00:00
Gabriel Ebner
92cbe95497
Merge pull request #106579 from drewrisinger/dr-pr-remove-pytest-pep8
...
python27Packages.pytestpep8: remove due to pytest v6 incompatibility
2020-12-13 16:51:36 +01:00
Martin Weinelt
dbfbbabc96
Merge pull request #106428 from iamdenchik/IPMIView-2.18.0
...
IPMIView: 2.17.0 -> 2.18.0
2020-12-13 16:23:14 +01:00
Gabriel Ebner
254f4869f6
electron_11: 11.0.3 -> 11.1.0
2020-12-13 15:58:53 +01:00
Gabriel Ebner
9a1e2c6420
electron_10: 10.1.6 -> 10.2.0
2020-12-13 15:58:53 +01:00
Gabriel Ebner
52bb80c5ba
electron_9: 9.3.5 -> 9.4.0
2020-12-13 15:58:53 +01:00
Ryan Mulligan
a2679ef9cd
Merge pull request #106553 from r-ryantm/auto-update/cddlib
...
cddlib: 0.94l -> 0.94m
2020-12-13 06:53:25 -08:00
Gabriel Ebner
fa0c914322
vieb: init at 3.1.0
2020-12-13 15:48:30 +01:00
R. RyanTM
03504303a7
gallery-dl: 1.15.4 -> 1.16.0
2020-12-13 14:37:58 +00:00
Bart Brouns
ef5e90f6e3
MMA: 20.02 -> 20.12
2020-12-13 14:07:45 +01:00
Gabriel Ebner
b184f8f883
mkYarnPackage: allow overriding version
2020-12-13 13:42:56 +01:00
Gabriel Ebner
62fab0d98a
Merge pull request #106816 from gebner/rnnoise20200628
...
rnnoise: 2019-04-24 -> 2020-06-28
2020-12-13 13:06:53 +01:00
Gabriel Ebner
3eed1a30ef
rnnoise: 2019-04-24 -> 2020-06-28
2020-12-13 12:35:41 +01:00
Vladimír Čunát
37dfd61f02
mesa: fix musl-specific patching
...
When updating to 20.2, this was apparently forgotten.
2020-12-13 11:36:18 +01:00
Vladimír Čunát
e955c4315f
Merge #106804 : mesa: find prefixed nm when cross compiling
2020-12-13 11:06:17 +01:00
Vladimír Čunát
0e18a48042
dnsperf: 2.3.4 -> 2.4.0
...
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.4.0
2020-12-13 10:58:08 +01:00
Nikolay Korotkiy
7b80f669f9
saga: 7.8.1 → 7.8.2
2020-12-13 12:40:45 +03:00
Nikolay Korotkiy
625f36b2a2
qvge: 0.6.1 → 0.6.2
2020-12-13 12:10:10 +03:00
Sandro
0f08fc1dc6
Merge pull request #104455 from expipiplus1/joe-nvidia
...
nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.01
2020-12-13 09:00:51 +01:00
Jörg Thalheim
a91bac97a9
Merge pull request #106797 from marsam/update-tectonic
...
tectonic: 0.3.0 -> 0.3.3
2020-12-13 07:28:32 +00:00
Atemu
01698009ac
mesa: find prefixed nm when cross compiling
2020-12-13 08:08:02 +01:00
Atemu
46224b1e19
cifs-utils: don't check for AC_FUNC_MALLOC when cross compiling
...
Produces "undefined reference to "rpl_malloc"" and fails the build
Apparently it's a runtime check (https://github.com/LLNL/ior/issues/4 )
2020-12-13 07:59:06 +01:00
Atemu
b991ae0e28
nfs-utils: pass native rpcsvc-proto to configureFlag
...
It was passing in the targetPlatform's rpcgen binary which exec format errors of
course
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-12-13 07:57:18 +01:00
Mario Rodas
fa9d40263e
git-lfs: 2.12.1 -> 2.13.1
...
https://github.com/git-lfs/git-lfs/releases/tag/v2.13.1
2020-12-13 04:20:00 +00:00
R. RyanTM
9d8b218d00
iosevka-bin: 4.0.2 -> 4.0.3
2020-12-13 03:05:23 +00:00
Sage
58cb538386
rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe ( #100773 )
...
* rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe
added neonfuz as maintainer
Co-authored-by: Milan Pässler <milan@petabyte.dev>
2020-12-13 02:16:41 +01:00
Mario Rodas
9452323207
Merge pull request #106782 from EdenEast/up/just
...
just: 0.7.1 -> 0.8.3
2020-12-12 19:38:11 -05:00
Mario Rodas
708ffc009c
Merge pull request #106651 from r-ryantm/auto-update/cgal
...
cgal_5: 5.1 -> 5.1.1
2020-12-12 18:42:20 -05:00
Mario Rodas
ffbf8e28f8
Merge pull request #106784 from r-ryantm/auto-update/python3.7-genanki
...
python37Packages.genanki: 0.10.0 -> 0.10.1
2020-12-12 18:42:05 -05:00
Robert Helgesson
e6781c2a6e
gpsbabel: remove myself as maintainer
...
I no longer use this package and do not have the time to maintain it.
2020-12-13 00:28:59 +01:00
Robert Helgesson
073352bd49
gpsbabel: use libsForQt5
2020-12-13 00:28:58 +01:00
John Ericson
c2c0d57339
Merge pull request #106790 from lopsided98/rustc-host-std
...
rustc: add host platform to --target when building cross-compiler
2020-12-12 17:27:56 -05:00
R. RyanTM
418069487e
python37Packages.pytorch-metric-learning: 0.9.94 -> 0.9.95
2020-12-12 22:24:49 +00:00
Mario Rodas
8f546be8e2
Merge pull request #106557 from r-ryantm/auto-update/compactor
...
compactor: 1.0.0 -> 1.1.0
2020-12-12 16:49:30 -05:00
Mario Rodas
4311e91e98
Merge pull request #106610 from r-ryantm/auto-update/oneDNN
...
oneDNN: 1.7 -> 2.0
2020-12-12 16:46:05 -05:00
Mario Rodas
9e2365e56a
Merge pull request #106627 from r-ryantm/auto-update/thanos
...
thanos: 0.17.1 -> 0.17.2
2020-12-12 16:43:09 -05:00
Mario Rodas
30f46dcb85
Merge pull request #106620 from r-ryantm/auto-update/skaffold
...
skaffold: 1.17.1 -> 1.17.2
2020-12-12 16:42:40 -05:00
Mario Rodas
7fe0077fbb
Merge pull request #106637 from r-ryantm/auto-update/aspell-dict-en
...
aspellDicts.en: 2019.10.06-0 -> 2020.12.07-0
2020-12-12 16:41:21 -05:00
Mario Rodas
4d902a7013
Merge pull request #106702 from r-ryantm/auto-update/jruby
...
jruby: 9.2.13.0 -> 9.2.14.0
2020-12-12 16:39:09 -05:00
Mario Rodas
d1ed7412b0
Merge pull request #106656 from r-ryantm/auto-update/dehydrated
...
dehydrated: 0.6.5 -> 0.7.0
2020-12-12 16:38:16 -05:00
Mario Rodas
b8dbd2c493
Merge pull request #106664 from r-ryantm/auto-update/eksctl
...
eksctl: 0.33.0 -> 0.34.0
2020-12-12 16:36:53 -05:00
Mario Rodas
704f87f8fa
Merge pull request #106676 from r-ryantm/auto-update/flyctl
...
flyctl: 0.0.153 -> 0.0.154
2020-12-12 16:36:32 -05:00
Mario Rodas
b9eb98c99d
Merge pull request #106780 from r-ryantm/auto-update/python3.7-chalice
...
python37Packages.chalice: 1.21.5 -> 1.21.6
2020-12-12 16:35:10 -05:00
Mario Rodas
115787963d
Merge pull request #106764 from r-ryantm/auto-update/python3.7-deform
...
python37Packages.deform: 2.0.14 -> 2.0.15
2020-12-12 16:33:43 -05:00
Mario Rodas
150ae44d17
Merge pull request #106710 from marsam/update-lxd
...
lxd: 4.8 -> 4.9
2020-12-12 16:31:09 -05:00
zowoq
85a3c839df
youtube-dl: 2020.12.09 -> 2020.12.12
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.12
2020-12-13 07:20:03 +10:00
Florian Klink
e8fbbe396b
Merge pull request #106605 from r-ryantm/auto-update/odpic
...
odpic: 4.0.2 -> 4.1.0
2020-12-12 21:39:34 +01:00
Ben Wolsieffer
5a923e552c
rustc: add host platform to --target when building cross-compiler
...
As of 1.48, std is only built for platforms in --target. If the host platform is
not included, the resulting rustc can't compile build.rs scripts.
2020-12-12 15:24:55 -05:00
R. RyanTM
beade0f11d
python37Packages.mysqlclient: 2.0.1 -> 2.0.2
2020-12-12 20:15:40 +00:00
Sylvain Fankhauser
3043fe5b84
element-desktop: associate with element:// links ( #106750 )
2020-12-12 21:02:59 +01:00
R. RyanTM
b51fbe0ee7
python37Packages.genanki: 0.10.0 -> 0.10.1
2020-12-12 19:58:14 +00:00
Jörg Thalheim
170065c92d
Merge pull request #106669 from Mic92/lizardfs
...
lizardfs: 3.12.0 -> 3.13.0-rc3 (fixes build)
2020-12-12 19:53:20 +00:00
Jörg Thalheim
cabacf9837
Merge pull request #106714 from Mic92/drone
...
drone: 1.9.0 -> 1.10.0
2020-12-12 19:50:03 +00:00
R. RyanTM
a93e4736dc
python37Packages.google_cloud_translate: 3.0.1 -> 3.0.2
2020-12-12 19:39:57 +00:00
Kevin Cox
ad80d12a0c
Merge pull request #106753 from Atemu/update/linux_zen
...
linux_zen: 5.9.13 -> 5.9.14
2020-12-12 14:20:22 -05:00
Kevin Cox
c7469b1ff0
Merge pull request #106670 from turion/dev_krusader
...
krusader: Unpin qt514 -> qt515
2020-12-12 14:20:04 -05:00
Gabriel Ebner
6e7cc1a1d4
Merge pull request #106774 from gebner/goldendict-qt515
...
goldendict: 2020-05-27 -> 2020-12-09
2020-12-12 20:17:37 +01:00
R. RyanTM
43ec3b93d3
python37Packages.chalice: 1.21.5 -> 1.21.6
2020-12-12 18:49:43 +00:00
Gabriel Ebner
860adac4ab
goldendict: 2020-05-27 -> 2020-12-09
2020-12-12 19:37:09 +01:00
Justin Humm
e7525e2c7a
mapmap: build with libsForQt5
2020-12-12 18:53:54 +01:00
kfollesdal
909e8748e9
bumpver: 2020.1107 -> 2020.1108
2020-12-12 18:51:25 +01:00
Martin Weinelt
bc65777671
python3Packages.tensorflow_2: relax h5py dependency
2020-12-12 18:51:11 +01:00
R. RyanTM
227853f473
python37Packages.deform: 2.0.14 -> 2.0.15
2020-12-12 16:58:14 +00:00
Jörg Thalheim
5f0d38f05b
Merge pull request #106715 from Mic92/tinc
2020-12-12 16:35:59 +00:00
Daniël de Kok
5c15b688c0
Merge pull request #106734 from danieldk/gmm-remove-maintainer
...
intel-gmmlib: remove myself as maintainer
2020-12-12 17:24:15 +01:00
Ryan Mulligan
817b7e54eb
Merge pull request #106723 from r-ryantm/auto-update/helm
...
kubernetes-helm: 3.4.1 -> 3.4.2
2020-12-12 07:55:59 -08:00
Michael Weiss
540ada8419
html-proofer: 3.17.4 -> 3.18.0
2020-12-12 16:54:50 +01:00
Atemu
74c525ddc6
linux_zen: 5.9.13 -> 5.9.14
2020-12-12 16:46:32 +01:00
Bart Brouns
2e703eccc9
ardour: 6.3 -> 6.5
2020-12-12 15:11:33 +01:00
Ryan Mulligan
da89a252ca
Merge pull request #106725 from rnhmjoj/monero
...
monero: 0.17.1.5 -> 0.17.1.6
2020-12-12 04:55:52 -08:00
Flakebi
9f8670c206
paperless: Fix build
...
paperless wasn't building because django-cors-headers didn't
build anymore with the pinned django version.
I tested the paperless service (editd a few documents) and it works
fine, even with django unpinned.
2020-12-12 13:18:13 +01:00
Flakebi
0c9088ad2b
django-extensions: 3.0.8 -> 3.1.0
...
Also fix tests
2020-12-12 13:18:13 +01:00
Daiderd Jordan
3c11eea359
Merge pull request #104695 from LnL7/py-spy
...
py-spy: init at 0.3.3
2020-12-12 13:05:34 +01:00
Guillaume Girol
0d2e2d9297
xfce.exo: fix $out/lib/xfce4/exo/exo-compose-mail
...
fixes #106755
2020-12-12 12:00:00 +00:00
Daniël de Kok
76bab4e9a7
intel-gmmlib: remove myself as maintainer
...
I currently do not have any Intel GPUs hooked up to displays, so it is
hard to verify changes.
2020-12-12 12:01:05 +01:00
Eric Dallo
7bb9e5053b
hover: init at 0.43.0 ( #80075 )
2020-12-12 10:43:21 +00:00
Daniël de Kok
5d6ade75cf
python3Packages.thinc: nixpkgs-fmt
2020-12-12 11:25:57 +01:00
Daniël de Kok
8eca99557d
python3Packages.thinc: 7.4.4 -> 7.4.5
...
Changelog:
https://github.com/explosion/thinc/releases/tag/v7.4.5
Also move cython from propagatedBuildInputs to buildInputs.
2020-12-12 11:24:25 +01:00
rnhmjoj
00d0fe5bf8
monero: 0.17.1.5 -> 0.17.1.6
2020-12-12 10:13:12 +01:00
Timo Kaufmann
13bfaa4721
Merge pull request #106483 from jlesquembre/fluxcd
...
fluxcd: init at 0.5.0
2020-12-12 10:03:51 +01:00
R. RyanTM
a65f621ce2
kubernetes-helm: 3.4.1 -> 3.4.2
2020-12-12 08:51:10 +00:00