Commit Graph

253636 Commits

Author SHA1 Message Date
Doron Behar
7712acb90b
Merge pull request #104380 from expipiplus1/joe-vulkan-extension-layer
vulkan-extension-layer: 2020-08-25 -> 2020-11-20
2020-11-20 15:41:11 +02:00
Austin Seipp
f6d423470a
picat: 3.0p2 -> 3.0p3, co-maintain
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:36:27 -06:00
Austin Seipp
00c451ad40
librepcb: touch ups, co-maintain
Fixes a bug where the build system tried to call `git` to embed the
release tag revision into the binary, which isn't allowed. Easily fixed
with `substituteInPlace`.

Also updates the expression to be a little closer to "standard"
expressions (e.g. consistent indentation, importing `stdenv` instead of
`lib` and `mkDerivation`, etc.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:36:27 -06:00
Joe Hermaszewski
768b1c3c26 vulkan-extension-layer: 2020-08-25 -> 2020-11-20 2020-11-20 20:40:32 +08:00
Daniël de Kok
af6dbe82b4
Merge pull request #104265 from danieldk/sync-cudnn-with-toolkit
cudnn_cudatoolkit_10: 10.1 -> 10.2
2020-11-20 13:34:18 +01:00
Eelco Dolstra
80097e57c9
nix: 2.3.8 -> 2.3.9 2020-11-20 13:03:04 +01:00
adisbladis
b7b22c5814
dockerTools: Always cross compile for another arch in the cross example
The example fails to build on aarch64, so lets cross build for gnu64.
2020-11-20 12:57:58 +01:00
Timo Kaufmann
31c3d39866
Merge pull request #103995 from 06kellyjac/deno_1.5.3
deno: 1.5.2 -> 1.5.3
2020-11-20 12:51:28 +01:00
StigP
6e6bd19f73
Merge pull request #104059 from RaghavSood/anarchism/src
anarchism: fix src
2020-11-20 11:36:06 +01:00
R. RyanTM
8f2db79bfa python37Packages.bip_utils: 1.5.0 -> 1.6.0 2020-11-20 09:43:24 +00:00
StigP
729ed5ce6a
Merge pull request #104237 from stigtsp/package/perl-text-multimarkdown-init
perlPackages.TextMultiMarkdown: init at 1.000035
2020-11-20 09:56:03 +01:00
Doron Behar
1e43e4c316
Merge pull request #104298 from expipiplus1/joe-vulkan-extension-layer
vulkan-extension-layer: init at 2020-08-25
2020-11-20 10:30:43 +02:00
Oleksii Filonenko
6c2a614fa7
Merge pull request #104347 from ipetkov/topgrade-6.0.0
topgrade: 5.9.1 -> 6.0.0
2020-11-20 09:37:15 +02:00
Joe Hermaszewski
c8d1171254 vulkan-extension-layer: init at 2020-08-25
There are no tags or releases on the repo, so just use the date as version.

Khronos strikes again with terrible naming here.
2020-11-20 15:25:26 +08:00
Tristan Gosselin-Hane
161a78037b
obs-move-transition: init at 2.0.2 2020-11-20 02:24:12 -05:00
Frederik Rietdijk
cbb4e4733b Merge staging-next into staging 2020-11-20 08:12:39 +01:00
Frederik Rietdijk
553b7a8bf0 Merge master into staging-next 2020-11-20 08:12:06 +01:00
Austin Seipp
75e683d29d pythonPackages: add new 'seccomp' library
As requested in #99553. Closes #99553.

Libraries that install python modules as part of the build are
problematic, because they either

  - only support a single python version, because the input for
    pythonPackages gets fixed in all-packages.nix, or

  - need to be rebuild the underlying C code for *every* python version
    resulting in libfoo-python37, libfoo-python38, and so on

We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by

  - attaching a new $pythonsrc output to the libseccomp deriv, and
  - exposing a new 'seccomp' package in python-packages.nix using
    libseccomp as input, and
  - having a custom python.nix derivation that builds the cython
    extension using libseccomp to get the python source and the
    package version

This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.

NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:57:26 +01:00
R. RyanTM
26803925aa ngspice: 32 -> 33 2020-11-19 22:57:08 -08:00
R. RyanTM
01d13735d1 gleam: 0.12.0 -> 0.12.1 2020-11-19 22:41:11 -08:00
R. RyanTM
4b038d151e gnomeExtensions.workspace-matrix: 4.0.1 -> 4.0.2 2020-11-19 22:36:43 -08:00
R. RyanTM
789f51c4fb enet: 1.3.16 -> 1.3.17 2020-11-19 22:27:44 -08:00
Elis Hirwing
3d1a5603da
Merge pull request #104283 from r-ryantm/auto-update/php-composer
php73Packages.composer2: 2.0.4 -> 2.0.7
2020-11-20 07:27:27 +01:00
Elis Hirwing
2dd35f244f
Merge pull request #104314 from r-ryantm/auto-update/php-protobuf
php73Extensions.protobuf: 3.13.0.1 -> 3.14.0
2020-11-20 07:26:58 +01:00
Elis Hirwing
bccb32fd04
Merge pull request #104311 from r-ryantm/auto-update/php-mongodb
php73Extensions.mongodb: 1.8.1 -> 1.8.2
2020-11-20 07:26:26 +01:00
Elis Hirwing
719e81baf7
Merge pull request #104287 from r-ryantm/auto-update/php-phpstan
php73Packages.phpstan: 0.12.52 -> 0.12.55
2020-11-20 07:25:07 +01:00
R. RyanTM
57cce36d96 fio: 3.23 -> 3.24 2020-11-19 22:10:23 -08:00
R. RyanTM
ca4e0ad7ca matio: 1.5.18 -> 1.5.19 2020-11-19 21:40:49 -08:00
R. RyanTM
f5a21c70fd leftwm: 0.2.4 -> 0.2.5 2020-11-19 21:39:45 -08:00
R. RyanTM
5323dd676d libinsane: 1.0.7 -> 1.0.8 2020-11-19 21:39:20 -08:00
Vincent Laporte
c408461904 ocamlPackages.httpaf: 0.4.1 → 0.6.6 2020-11-20 06:38:13 +01:00
R. RyanTM
e24fb3a461 python37Packages.aiounifi: 23 -> 25 2020-11-19 21:05:50 -08:00
R. RyanTM
f2273b18fa python27Packages.devpi-common: 3.5.0 -> 3.6.0 2020-11-19 21:03:21 -08:00
R. RyanTM
8b374c345d python27Packages.elasticsearch-dsl: 7.2.1 -> 7.3.0 2020-11-19 21:02:48 -08:00
R. RyanTM
51f4c33ef7 python37Packages.bleak: 0.7.1 -> 0.9.1 2020-11-19 21:00:51 -08:00
R. RyanTM
e570979678 python37Packages.breathe: 4.23.0 -> 4.24.0 2020-11-19 20:59:58 -08:00
R. RyanTM
16cc70b79a python27Packages.bitarray: 1.6.0 -> 1.6.1 2020-11-19 20:34:20 -08:00
R. RyanTM
da1dccaf23 python37Packages.dogpile_cache: 1.0.2 -> 1.1.0 2020-11-19 20:28:57 -08:00
R. RyanTM
0deec106da python27Packages.elasticsearch: 7.9.1 -> 7.10.0 2020-11-19 20:28:50 -08:00
R. RyanTM
f7c7639070 python37Packages.azure-mgmt-netapp: 0.13.0 -> 0.14.0 2020-11-19 20:28:09 -08:00
R. RyanTM
14b3445b68 python27Packages.eradicate: 1.0 -> 2.0.0 2020-11-19 19:52:59 -08:00
Mario Rodas
a449934477
Merge pull request #102241 from marsam/emacs27-optional-imagemagick
emacs: make ImageMagick dependency optional in Emacs≥27
2020-11-19 21:58:16 -05:00
R. RyanTM
02f13a4245 xmrig: 5.11.3 -> 6.2.2 2020-11-19 18:29:04 -08:00
R. RyanTM
c07523a6b1 python27Packages.arpeggio: 1.9.2 -> 1.10.1 2020-11-19 18:24:45 -08:00
Mario Rodas
2bdd0fc9d0
Merge pull request #103220 from servalcatty/v2ray
v2ray: 4.31.0 -> 4.32.1
2020-11-19 21:15:01 -05:00
Mario Rodas
a621dde039
Merge pull request #104312 from r-ryantm/auto-update/pgroonga
postgresql11Packages.pgroonga: 2.2.6 -> 2.2.7
2020-11-19 21:11:58 -05:00
Graham Christensen
e52ecd43c5
Merge pull request #104335 from grahamc/amazon-image-fixup2
nixos: release-combined: only build the amazon image for x86_64,aarch…
2020-11-19 21:09:11 -05:00
zowoq
ac963ef717 mmv-go: init at 0.1.2 2020-11-20 11:38:22 +10:00
R. RyanTM
e37934ae5d python27Packages.dependency-injector: 3.30.4 -> 4.4.1 2020-11-19 17:37:34 -08:00
Dmitry Kalinkin
209480e580
Merge pull request #104103 from veprbl/pr/snakemake_5_28_0
snakemake: 5.19.3 -> 5.28.0
2020-11-19 20:37:25 -05:00