Stig Palmquist
7e160ee51b
perldevel: 5.33.6 -> 5.33.8
2021-03-21 20:37:12 +01:00
Stig Palmquist
ad039e9158
perl-cross: 1.3.5 -> e53999d
2021-03-21 20:36:42 +01:00
Antonio Nuno Monteiro
669cfc195f
ocaml-lsp, lsp, jsonrpc: allow overriding the source globally
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-21 12:17:08 -07:00
Robert Scott
8330471b98
Merge pull request #116842 from r-ryantm/auto-update/crcpp
...
crcpp: 1.0.1.0 -> 1.1.0.0
2021-03-21 19:15:19 +00:00
Robert Scott
a6068645e8
Merge pull request #116843 from r-ryantm/auto-update/dnsproxy
...
dnsproxy: 0.35.5 -> 0.36.0
2021-03-21 19:12:16 +00:00
Fabian Affolter
fc0f84cfe1
teler: set version
2021-03-21 20:11:00 +01:00
Robert Scott
718ff92292
Merge pull request #116978 from r-ryantm/auto-update/simdjson
...
simdjson: 0.8.2 -> 0.9.1
2021-03-21 19:04:19 +00:00
Sandro
c79118de24
Merge pull request #117134 from anmonteiro/anmonteiro/remove-myself-from-bs-platform-maintainers
...
bs-platform: remove myself from maintainers
2021-03-21 19:53:39 +01:00
John Ericson
6a79a7af4f
Merge pull request #117132 from midchildan/feat/ntfs3g/darwin
...
ntfs3g: add darwin build
2021-03-21 14:44:44 -04:00
midchildan
75b0ef646e
ntfs3g: add darwin build
2021-03-22 03:40:10 +09:00
github-actions[bot]
fcbf2d2896
Merge staging-next into staging
2021-03-21 18:25:48 +00:00
github-actions[bot]
2379dca8ce
Merge master into staging-next
2021-03-21 18:25:45 +00:00
Antonio Nuno Monteiro
7a0533d438
bs-platform: remove myself from maintainers
2021-03-21 11:21:10 -07:00
AmineChikhaoui
606b49721f
add new Google Cloud image for the current release
...
update the create-gce.sh script with the ability to create public images
out of a GS object.
2021-03-21 14:04:09 -04:00
Robert Schütz
cccebb6f37
mapbox-gl-qml: 1.7.5 -> 1.7.6 and move to libsForQt5
2021-03-21 18:46:46 +01:00
Robert Schütz
42f157fd07
mapbox-gl-native: use upstream version, unvendor rapidjson, and move to libsForQt5
...
The first two patches are needed for mapbox-gl-qml.
The third patch is required when building without the vendored rapidjson.
2021-03-21 18:45:02 +01:00
John Ericson
e6ca7b6e5b
Merge pull request #113747 from r-burns/nixpkgs-gcc-decfloat
...
gcc: don't disable decimal-float when cross-compiling
2021-03-21 13:27:43 -04:00
Robert Schütz
827f213fb2
flashfocus: don't use python3Packages.callPackage ( #117027 )
...
Otherwise we can't override specific Python dependencies of it.
2021-03-21 18:24:14 +01:00
John Ericson
c82066e585
Merge pull request #113212 from lopsided98/kernel-arm-fix
...
lib/systems/platforms: remove TI_CPTS override
2021-03-21 13:22:53 -04:00
Sandro
31410a0828
Merge pull request #117125 from mmilata/bos
...
balanceofsatoshis: init at 8.0.2
2021-03-21 18:11:48 +01:00
Sandro
a4a34b6fa5
Merge pull request #117108 from fabaff/bump-aioresponses
2021-03-21 18:11:25 +01:00
Sandro
5e4a4e0c32
Merge pull request #107137 from kneitinger/platformio_add_click_completion
...
platformio: Enable shell completion generation
2021-03-21 17:47:30 +01:00
Sandro
d2273d51c3
Merge pull request #117118 from ilkecan/add-nginx-vim
2021-03-21 17:36:28 +01:00
Martin Weinelt
355d0fcbe8
Merge pull request #117013 from fabaff/iaqualink
2021-03-21 17:33:59 +01:00
Sandro
d03cf14d7b
Merge pull request #117106 from fabaff/bump-pychromecast
...
python3Packages.PyChromecast: 8.1.0 -> 9.1.1
2021-03-21 17:26:24 +01:00
Martin Weinelt
c9db836f30
Merge pull request #117129 from mweinelt/python/influxdb
...
python3Packages.influxdb: disable failing test
2021-03-21 17:23:55 +01:00
Sandro
cb9f2fbf5d
Merge pull request #117105 from yurrriq/noweb-prefer-boolean-over-null
...
noweb: add useIcon boolean arg
2021-03-21 17:22:59 +01:00
Sandro
bf4c145531
Merge pull request #117100 from payasrelekar/go-org
...
go-org: init at 1.4.0
2021-03-21 17:15:20 +01:00
Martin Weinelt
d1cac71948
python3Packages.influxdb: disable failing test
2021-03-21 16:41:40 +01:00
Jörg Thalheim
d9d6f7934c
Merge pull request #116640 from r-ryantm/auto-update/nixos-shell
...
nixos-shell: 0.2 -> 0.2.1
2021-03-21 15:33:57 +00:00
Arnout Engelen
3f4ad3d37d
bash: don't rely on patch timestamps in build
...
When, after patching, `configure.ac` is newer than `configure`, the
Makefile will try to regenerate `configure` from `configure.ac`.
While that might usually be desirable, in this case we want to keep
bootstrapping simple and directly use the `configure` from the package
so we can avoid a dependency on automake.
Previously, we used the `-T` parameter to automake to make sure the
timestamps were okay. However, this is brittle when we update: when the
timestamp of the original file changes, and no longer matches the
timestamp of the original file in the patch, `patch` will show a warning
but otherwise continue without updating the timestamp.
This PR changes things so we only patch `configure`, so that will always
have a newer timestamp.
Refs https://github.com/NixOS/nixpkgs/issues/115177
2021-03-21 16:11:09 +01:00
Martin Milata
302103b714
balanceofsatoshis: init at 8.0.2
2021-03-21 15:49:59 +01:00
Robert Schütz
f53b98ca01
Merge pull request #117114 from erictapen/imagemagick-7.0.11-4
...
imagemagick: 7.0.11-3 -> 7.0.11-4
2021-03-21 15:48:10 +01:00
WORLDofPEACE
6f4c2affc5
Merge pull request #117089 from helsinki-systems/drop/spidermonkey_60
...
spidermonkey_60: drop
2021-03-21 10:12:50 -04:00
Profpatsch
0fd939c6ea
fixup! inspircd: init at 3.9.0
2021-03-21 14:14:32 +01:00
ilkecan
85d8cdd866
vimPlugins.nginx-vim: init at 2021-02-25
2021-03-21 16:14:24 +03:00
ilkecan
8c4b85dbca
vimPlugins: update
2021-03-21 16:13:53 +03:00
WORLDofPEACE
6259a47c45
Merge pull request #117112 from maxeaubrey/gnome-team
...
maintainers: add maxeaubrey to the gnome team
2021-03-21 08:31:19 -04:00
github-actions[bot]
c81f113eda
Merge staging-next into staging
2021-03-21 12:26:03 +00:00
github-actions[bot]
6f6e1d46b4
Merge master into staging-next
2021-03-21 12:26:00 +00:00
R. RyanTM
520689c01e
libsForQt5.qwt: 6.1.5 -> 6.1.6
2021-03-21 12:50:38 +01:00
Justin Humm
2a85dbda12
imagemagick: 7.0.11.3 -> 7.0.11-4
...
Changelog: https://github.com/ImageMagick/ImageMagick/blob/7.0.11-4/ChangeLog
2021-03-21 12:41:35 +01:00
Guillaume Girol
584f971216
Merge pull request #113707 from symphorien/sane-backends-udpate
...
sane-backends: 1.0.30 -> 1.0.32
2021-03-21 11:03:04 +00:00
Gabriel Ebner
0b8642bed8
Merge pull request #116952 from gebner/3mf211
...
lib3mf: 2.0.0 -> 2.1.1
2021-03-21 11:48:42 +01:00
Maxine Aubrey
4660c8c153
maintainers: add maxeaubrey to the gnome team
2021-03-21 11:29:58 +01:00
Gabriel Ebner
1a5ccd1339
lib3mf: 2.0.0 -> 2.1.1
2021-03-21 11:26:24 +01:00
Gabriel Ebner
bab28cf36c
automaticcomponenttoolkit: init at 1.6.0
2021-03-21 11:26:24 +01:00
Symphorien Gibol
c20cd1834f
sane-backends: 1.0.30 -> 1.0.32
...
sane-backends-git: remove, it's not updated often enough to be useful
2021-03-21 11:07:14 +01:00
Fabian Affolter
1519f8f976
python3Packages.asdf: switch to pytestCheckHook
2021-03-21 10:48:09 +01:00
Fabian Affolter
05aa0823a8
python3Packages.asdf: 2.7.1 -> 2.7.3
2021-03-21 10:41:00 +01:00