3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

296936 commits

Author SHA1 Message Date
Sandro 120fa97162
Merge pull request #127392 from drupol/upgrade-symfony-cli
symfony-cli: 4.25.2 -> 4.25.4.
2021-06-20 17:41:57 +02:00
Sandro 267f14bdb4
pythonPackages.wasmer: remove let in 2021-06-20 17:34:25 +02:00
Sandro c481994ff5
Merge pull request #127436 from urlordjames/drogon_bump 2021-06-20 17:27:43 +02:00
Mario Rodas 2950b68d14
Merge pull request #127544 from r-ryantm/auto-update/jackett
jackett: 0.18.345 -> 0.18.364
2021-06-20 10:26:38 -05:00
Mario Rodas 9023442a70
Merge pull request #127432 from marsam/update-brakeman
brakeman: 5.0.0 -> 5.0.4
2021-06-20 10:24:08 -05:00
Mario Rodas 84d4666a2e
Merge pull request #125460 from marsam/fix-python-redis-lock-darwin
python38Packages.python-redis-lock: fix build on darwin
2021-06-20 10:23:39 -05:00
Mario Rodas 8f8e0077bc
Merge pull request #127430 from marsam/update-pgcenter
pgcenter: 0.8.0 -> 0.9.0
2021-06-20 10:23:05 -05:00
Sandro 60d4270e1d
Merge pull request #127293 from r-ryantm/auto-update/fission 2021-06-20 17:22:48 +02:00
figsoda 6af79e120e stylua: 0.9.1 -> 0.9.2 2021-06-20 11:07:42 -04:00
Thomas Gerbet d73437c73a agebox: init at 0.5.2 2021-06-20 17:03:49 +02:00
Ben Siraphob 3860c2aab1
Merge pull request #127567 from siraben/ticker-update
ticker: 4.0.3 -> 4.2.0
2021-06-20 21:53:22 +07:00
Raghav Sood eacddc7f6e
Merge pull request #127558 from onsails/polkadot
polkadot: 0.9.3 -> 0.9.5
2021-06-20 14:48:39 +00:00
Troels Henriksen 56e72223d9 mosml: dontPatchElf = true
This is because MosML needs the bin/camlrunm binary to have a
carefully calibrated RPATH pointing at its installation directory, and
patchelf will remove this.

Without this fix, MosML cannot dynamically load its own libraries
(most notably the "Unix" module).
2021-06-20 16:41:28 +02:00
Ben Siraphob 65b7cb947e
Merge pull request #127566 from prusnak/url-quotes
treewide: use quotes for url
2021-06-20 21:33:10 +07:00
Bjørn Forsman 3e8fb944c2 gnuradio.pkgs.ais: 2015-12-20 -> 2020-08-13
This adds support for GR3.8.
2021-06-20 16:31:31 +02:00
Ben Siraphob c137cf6fa5 ticker: 4.0.3 -> 4.2.0 2021-06-20 21:27:10 +07:00
Pavol Rusnak 68889ed61f
treewide: use quotes for url 2021-06-20 16:26:23 +02:00
Sheng Wang 4396ba534b
livedl: init at unstable-2021-05-16 2021-06-20 23:10:32 +09:00
Martin Weinelt 7c38644d4c
Merge pull request #127561 from dotlambda/certifi-disable
pythonPackages.certifi: does not support python2
2021-06-20 15:40:54 +02:00
Robert Schütz d8a157e839
Merge pull request #127521 from equirosa/lf
lf: 23 -> 24
2021-06-20 15:38:15 +02:00
Robert Schütz 7748af9fff pythonPackages.certifi: does not support python2
Support was officially dropped in
5efdd48f71
2021-06-20 15:23:55 +02:00
Sheng Wang 0923b635cd
maintainers: add wakira 2021-06-20 22:20:22 +09:00
Andrey Kuznetsov b789def9a0
polkadot: 0.9.3 -> 0.9.5 2021-06-20 12:42:10 +00:00
Fabian Affolter d01388bf40 home-assistant: update component-packages 2021-06-20 14:40:48 +02:00
Fabian Affolter f232434154 python3Packages.ecoaliface: init at 0.4.0 2021-06-20 14:39:49 +02:00
Fabian Affolter 03d0c01065 home-assistant: update component-packages 2021-06-20 13:59:03 +02:00
Fabian Affolter af72b540e6 python3Packages.pypca: init at 0.0.13 2021-06-20 13:57:50 +02:00
Fabian Affolter 4445a89c05 home-assistant: update component-packages 2021-06-20 13:37:03 +02:00
Fabian Affolter d2705ebee0 python3Packages.aladdin-connect: init at 0.3 2021-06-20 13:35:53 +02:00
Fabian Affolter 2797b7aec1 exploitdb: 2021-06-18 -> 2021-06-19 2021-06-20 12:56:50 +02:00
Lancelot SIX 34e5bf44fb mtools: 4.0.27 -> 4.0.31
See https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00011.html
for release information
2021-06-20 12:48:14 +02:00
Martin Weinelt 05657665d5
Merge pull request #127543 from fabaff/pymill 2021-06-20 12:47:09 +02:00
Martin Weinelt c5a97e6662
Merge pull request #127541 from fabaff/pyipma 2021-06-20 12:46:26 +02:00
illustris 85aa4bf92b nixos/jitsi-meet: update nixos tests
- remove check for `connected .JID: focus@auth.server` because
	- log format was changed in c1945ea6cb
	- connection.getUser() in jicofo also appears to be broken, returning null instead of username
	- testing for this log line shouldn't be necessary, as we also test for "Authenticated as focus@auth.server"

- remove check for `External component successfully authenticated` because
	- [JVB no longer uses component](https://community.jitsi.org/t/jvb-not-connecting/91157/2)

- increase VM memory
2021-06-20 12:36:51 +02:00
illustris e0089c38ca nixos/jitsi-meet: include jitsi prosody plugins in prosody extraPluginPaths 2021-06-20 12:36:51 +02:00
illustris 5e49c97d29 jitsi-meet-prosody: init at 1.0.5056 2021-06-20 12:36:51 +02:00
illustris 34b9ba2e61 nixos/jitsi-meet: Update jitsi prosody configs
Changes made as per b6f7f8fba7
2021-06-20 12:36:51 +02:00
illustris aea0f9ce1f jicofo: 1.0-690 -> 1.0-756 2021-06-20 12:36:51 +02:00
illustris d0d7946c03 jitsi-videobridge: 2.1-416 -> 2.1-508 2021-06-20 12:36:51 +02:00
illustris a415ec434f jitsi-meet: stable/jitsi-meet_5390 -> stable/jitsi-meet_5963 2021-06-20 12:36:51 +02:00
Michele Guerini Rocco 57d4300e33
Merge pull request #126756 from Atemu/fix/xorg-bigelow-holmes-font-license
xorg: fix Bigelow & Holmes fonts license
2021-06-20 11:54:23 +02:00
R. RyanTM 4f1b18b6b7 jackett: 0.18.345 -> 0.18.364 2021-06-20 09:48:08 +00:00
Fabian Affolter 0dc2567bee home-assistant: enable mill tests 2021-06-20 11:46:35 +02:00
Fabian Affolter faad598cbf home-assistant: update component-packages 2021-06-20 11:45:45 +02:00
Fabian Affolter fa54e310aa python3Packages.millheater: init at 0.4.1 2021-06-20 11:44:06 +02:00
Fabian Affolter 5988bc29b3 home-assistant: enable ipma tests 2021-06-20 11:33:01 +02:00
Fabian Affolter 2bbc83edc4 home-assistant: update component-packages 2021-06-20 11:31:59 +02:00
Fabian Affolter f09a1ac2b6 python3Packages.pyipma: init at 2.1.5 2021-06-20 11:30:29 +02:00
Milan Pässler 8772f33bdd
mautrix-telegram: use sqlalchemy 1.3.x 2021-06-20 11:24:24 +02:00
Milan Pässler 74ea230729
sqlalchemy_1_3: init at 1.3.23 2021-06-20 11:24:19 +02:00