Commit graph

369874 commits

Author SHA1 Message Date
Samuel Ainsworth
ae00b02e5b
Merge pull request #168584 from linyinfeng/ignore-missing
autoPatchelfHook: fix precise dependency ignorance
2022-04-15 13:12:53 -07:00
Thiago Kenji Okada
1135d82846
Merge pull request #168024 from WolfangAukang/asn1crypto-1.5.1
python310Packages.asn1crypto: 1.4.0 -> 1.5.1
2022-04-15 21:08:41 +01:00
Lassulus
2bd0053d94
Merge pull request #162509 from mkg20001/haste
haste-server: init at 3dcc43578b99dbafac35dece9d774ff2af39e8d0
2022-04-15 21:08:27 +01:00
Kim Lindberger
ce2895263d
Merge pull request #167378 from talyz/keycloak-quarkus
keycloak: Switch to the new Quarkus version of Keycloak
2022-04-15 22:02:42 +02:00
Thiago Kenji Okada
158b0e037f graalvm17-ce: re-enable it on aarch64-linux
However without support for Native Image, since it is failing to build.
2022-04-15 20:52:18 +01:00
Arjan Schrijver
7c060cf3bb python3Packages.pywlroots: 0.15.11 -> 0.15.12 2022-04-15 21:50:43 +02:00
Sergei Trofimovich
77a8b9fa82 zesarux: fix build for libcaca-0.99.beta20
Without the change `zesarux` fails build on `master` as:

    scrcaca.c:51:5: error: unknown type name 'cucul_canvas_t'; did you mean 'caca_canvas_t'?
       51 |     cucul_canvas_t *cv; caca_display_t *dp; caca_event_t ev;
          |     ^~~~~~~~~~~~~~
          |     caca_canvas_t
2022-04-15 20:45:12 +01:00
Kerstin Humm
87aaadd0f4
python3Packages.pyvis: unstable-2021-04-29 -> 0.2.1 2022-04-15 21:35:48 +02:00
Thiago Kenji Okada
4f8562f682 nixos/doc: add note about the recent graalvmXX-ce changes 2022-04-15 20:34:09 +01:00
Thiago Kenji Okada
399ed1f1bd graalvmXX-ce: remove Ruby/Python/WASM support
Those additional languages does not seem to really have much usage
(e.g.: none in nixpkgs). For example, Ruby is pretty much broken for all
environments for quite sometime already, however nobody seemed to border
enough to fix it. They also add a good amount of size to the derivation.

So let's remove them. It should be really easy if someone still cares
for them and want to add them back on their own system: just use the
`mkGraal` function (that we export) to generate their own version of
GraalVM with all extra features they want.
2022-04-15 20:32:23 +01:00
Pavol Rusnak
92d1f76186
Merge pull request #159879 from prusnak/cypherpunkpay
python3Packages.cypherpunkpay: init at 1.0.15
2022-04-15 21:07:02 +02:00
Nicolas M
a86ab314f6 slides: 0.7.3 -> 0.8.0 2022-04-15 21:04:00 +02:00
Pavol Rusnak
da7db62574
python3Packages.cypherpunkpay: init at 1.0.15 2022-04-15 21:02:14 +02:00
Pavol Rusnak
c58d293034
python3Packages.waitress: 2.0.0 -> 2.1.1 2022-04-15 20:59:47 +02:00
Pavol Rusnak
f1c414858b
python3Packages.yoyo-migrations: init at 7.3.2 2022-04-15 20:59:47 +02:00
Pavol Rusnak
96ba8a65a1
python3Packages.pypng: init at 0.0.21 2022-04-15 20:59:47 +02:00
Pavol Rusnak
55b00e72d4
python3Packages.monero: init at 1.0.1 2022-04-15 20:59:43 +02:00
Thiago Kenji Okada
782d03bca7 graalvmXX-ee: remove
This package was last updated in 2020. It is out-of-date compared to
upstream and we have the graalvmXX-ce already, that is much better
maintained nowadays.
2022-04-15 19:52:41 +01:00
Nicolas M
5d05f3acf0 melt: 0.2.0 -> 0.3.0 2022-04-15 20:28:34 +02:00
John Ericson
1a523e4778
Merge pull request #168784 from Artturin/typofix1
lib/systems/platforms: Do not import examples.nix, it is not needed
2022-04-15 14:26:09 -04:00
Sandro
82c5514d09
Merge pull request #168586 from leungbk/update-spdlog-1.10.0 2022-04-15 20:09:59 +02:00
Ben Siraphob
0074718c56
Merge pull request #168791 from roblabla/fix-mtools-darwin
mtools: Fix build on darwin by providing libiconv to buildInputs
2022-04-15 18:09:23 +00:00
Bruno Bigras
b1d188a2e2
Merge pull request #168531 from bbigras/anytype
anytype: 0.24.0 -> 0.25.0
2022-04-15 14:08:20 -04:00
Samuel Ainsworth
5d29e6b2d9
Merge pull request #168716 from ndl/fix-jaxlib-bazel-version
jaxlib: fixed build with newer bazel version
2022-04-15 11:06:30 -07:00
Fabian Affolter
5ca6bb9232 python3Packages.pypykatz: 0.5.2 -> 0.5.6 2022-04-15 19:28:41 +02:00
Fabian Affolter
881f807824 python3Packages.aesedb: init at 0.0.5 2022-04-15 19:27:18 +02:00
Artturin
4aab12d5a1 lib/systems/platforms: correctly import examples.nix
before: :p lib.systems failed with
error: getting status of '...examples': no such file or directory
2022-04-15 20:25:58 +03:00
Daniel Nagy
ac83e58d62
glab: install shell completions (#168166)
* glab: install shell completions

* Update pkgs/applications/version-management/git-and-tools/glab/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-15 19:15:34 +02:00
Fabian Affolter
8023ab5825
Merge pull request #168786 from r-ryantm/auto-update/python3.10-plugwise
python310Packages.plugwise: 0.17.6 -> 0.17.7
2022-04-15 18:58:21 +02:00
Fabian Affolter
2cfd944d96
Merge pull request #168697 from r-ryantm/auto-update/python3.10-sqlite-utils
python310Packages.sqlite-utils: 3.25.1 -> 3.26
2022-04-15 18:56:36 +02:00
R. Ryantm
4c11b49f2c python310Packages.pysigma-backend-insightidr: 0.1.4 -> 0.1.5 2022-04-15 16:56:16 +00:00
workflow
2af96a4832 update node-packages.nix 2022-04-15 17:56:03 +01:00
Mario Rodas
a4f6ac3599
Merge pull request #168549 from jonringer/patroni-darwin
patroni: enable for unix
2022-04-15 11:34:31 -05:00
Sebastian Jordan
96ea452f5c pythonPackages.nix-prefetch-github: 5.0.1 -> 5.1.2 2022-04-15 18:19:49 +02:00
Mario Rodas
bc0fe654e6
Merge pull request #168720 from risicle/ris-mruby-CVE-2022-1212
mruby: add patch for CVE-2022-1212
2022-04-15 11:12:44 -05:00
Mario Rodas
b5c4279c49
Merge pull request #168695 from betaboon/update-skaffold-1.38.0
skaffold: 1.37.1 -> 1.38.0
2022-04-15 11:12:05 -05:00
Maximilian Bosch
985e1340e2
neomutt: 20220408 -> 20220415
ChangeLog: https://github.com/neomutt/neomutt/releases/tag/20220415
Fixes CVE-2022-1328 / GHSA-qfrq-pp74-gpff
2022-04-15 18:03:46 +02:00
Nicolas M
f573afae77 soft-serve: 0.2.3 -> 0.3.0 2022-04-15 17:47:11 +02:00
Maximilian Bosch
b7afa03354
Merge pull request #168783 from drupol/php/composer-fix-CVE-2022-24828
php.packages.composer: 2.3.3 -> 2.3.5
2022-04-15 17:46:36 +02:00
Michele Guerini Rocco
68a102a2e4
Merge pull request #168764 from rnhmjoj/pr-pdns-ncdns
nixos/ncdns: listen on IPv6 by default
2022-04-15 17:34:57 +02:00
Alexander Bantyev
5ff4187398
Merge pull request #168746 from ilya-fedin/kotatogram-fix-darwin
kotatogram-desktop: update tg_owt, fix build on Darwin & screensharing on Wayland
2022-04-15 18:33:09 +03:00
Brian Leung
aaffbf925c
spdlog: fix build on aarch64-darwin 2022-04-15 08:23:36 -07:00
Brian Leung
a839c59d4e
spdlog: 1.9.2 -> 1.10.0 2022-04-15 08:23:36 -07:00
roblabla
24dbe601c9 mtools: Fix build on darwin by providing libiconv to buildInputs 2022-04-15 17:23:25 +02:00
Ben Siraphob
7c188d8bae
Merge pull request #162265 from siraben/smtcoq-init
coqPackages.trakt: init at 1.0, coqPackages.smtcoq: init at itp22
2022-04-15 14:44:17 +00:00
Robert Scott
7b9e43199e
Merge pull request #168346 from dotlambda/igraph-0.9.8
igraph: 0.9.7 -> 0.9.8
2022-04-15 15:03:19 +01:00
R. Ryantm
efed8d05c7 python310Packages.mechanize: 0.4.7 -> 0.4.8 2022-04-15 13:56:09 +00:00
Pol Dellaiera
6f2f0aaeb7 php74Packages.composer: 2.3.3 -> 2.3.5
https://github.com/composer/composer/releases/tag/2.3.4
https://github.com/composer/composer/releases/tag/2.3.5
https://github.com/composer/composer/security/advisories/GHSA-x7cr-6qr6-2hh6

Fixes: CVE-2022-24828
2022-04-15 15:32:36 +02:00
R. Ryantm
c8af35f351 python310Packages.plugwise: 0.17.6 -> 0.17.7 2022-04-15 13:10:58 +00:00
Bobby Rong
a7cf9372e9
Merge pull request #167984 from eliandoran/dev/trilium-update
trilium: 0.50.2 -> 0.50.3
2022-04-15 19:41:11 +08:00