adisbladis
a7432ad311
qt5.qt3d: init module
2021-08-30 15:10:49 -05:00
Michael Raskin
afe8f07bd3
Merge pull request #136200 from schotts-fired/r-enable-memory-profiling
...
R: add memory profiling compile option
2021-08-30 20:02:18 +00:00
Fabian Affolter
0afbe1f28b
tfsec: 0.58.5 -> 0.58.6
2021-08-30 21:43:10 +02:00
Alyssa Ross
7032ab6d61
linuxPackages.isgx: enable parallel building
...
Tested at -j48.
2021-08-30 19:29:45 +00:00
Alyssa Ross
5ad9e2a74b
linuxPackages.akvcam: 1.2.0 -> 1.2.2
...
The qmake-based build didn't seem to work any more, but there's a
Kbuild-based build system available anyway, so let's just switch to
that and save a dependency.
Also clarify license.
2021-08-30 19:20:08 +00:00
Jan Tojnar
7484cbf58e
markdown-anki-decks: jailbreak more dependencies
2021-08-30 21:07:09 +02:00
Martin Weinelt
f6187a43a0
firefox-bin: 91.0.1 -> 91.0.2
2021-08-30 21:00:20 +02:00
Martin Weinelt
01b534e888
firefox: 91.0.1 -> 91.0.2
2021-08-30 20:58:16 +02:00
Niklas Hambüchen
12a637d496
Merge pull request #136212 from maxeaubrey/consul_1.10.2
...
consul: 1.10.1 -> 1.10.2
2021-08-30 20:52:15 +02:00
Sebastian Estrella
27e4ca6ff1
vimPlugins.neon: init at 2021-07-30
2021-08-30 20:47:37 +02:00
Anderson Torres
eafb05087a
Merge pull request #135944 from AndersonTorres/new-uxn
...
uxn: init at 0.0.0+unstable=2021-08-27
2021-08-30 15:16:55 -03:00
Maxine Aubrey
00d1b4f193
nomad_1_1: 1.1.3 -> 1.1.4
...
- https://github.com/hashicorp/nomad/releases/tag/v1.1.4
2021-08-30 20:09:51 +02:00
Maxine Aubrey
2fcc338369
nomad_1_0: 1.0.9 -> 1.0.10
...
- https://github.com/hashicorp/nomad/releases/tag/v1.0.10
2021-08-30 20:09:08 +02:00
Maxine Aubrey
300b61c594
consul: 1.10.1 -> 1.10.2
...
- https://github.com/hashicorp/consul/releases/tag/v1.10.2
2021-08-30 20:07:20 +02:00
Maxine Aubrey
e477127df0
vault-bin: 1.8.1 -> 1.8.2
...
- https://github.com/hashicorp/vault/releases/tag/v1.8.2
2021-08-30 20:06:26 +02:00
davidak
f8a2cce87c
Merge pull request #136159 from fabaff/bump-typer
...
python3Packages.typer: 0.3.2 -> 0.4.0
2021-08-30 19:14:08 +02:00
Fabian Affolter
d24e724084
ipcalc: 0.4.1 -> 1.0.1
2021-08-30 19:09:36 +02:00
Fabian Affolter
008b192dd9
python3Packages.pg8000: 1.21.0 -> 1.21.1
2021-08-30 19:00:04 +02:00
Fabian Affolter
15937fa4b5
python3Packages.scramp: 1.4.0 -> 1.4.1
2021-08-30 18:57:03 +02:00
schotts-fired
9ec4fb0cd1
R: add memory profiling compile option
2021-08-30 18:24:42 +02:00
Alyssa Ross
8a2ec31e22
gcdemu: 3.2.3 -> 3.2.5
2021-08-30 15:52:29 +00:00
Alyssa Ross
346fd57a37
cdemu-daemon: 3.2.3 -> 3.2.5
2021-08-30 15:52:29 +00:00
Alyssa Ross
1c6e1eb81e
cdemu-client: 3.2.3 -> 3.2.5
2021-08-30 15:52:29 +00:00
Alyssa Ross
a08181ed72
image-analyzer: 3.2.3 -> 3.2.5
2021-08-30 15:52:29 +00:00
Alyssa Ross
8d0364eeae
libmirage: 3.2.3 -> 3.2.5
2021-08-30 15:52:29 +00:00
Alyssa Ross
067da6cc0b
linuxPackages.vhba: 20190831 -> 20210418
2021-08-30 15:52:29 +00:00
Alyssa Ross
9b861bd3b0
linuxPackages.vhba: enable PIC
...
When this was added in 2128224620
("linuxPackages.vhba: disable PIC hardening"),
it was necessary to prevent a build failure. Since it now builds fine
with PIC enabled, I think it's safe to enable it.
2021-08-30 15:52:00 +00:00
Robin Stumm
ead3028db0
nixos/syncthing: fix escapes interpreted in config
...
Dash `echo` interprets backslash escapes. This causes two consecutive backslashes in JSON to turn into a single one before the string is passed to jq, resulting in a parsing error.
2021-08-30 17:34:34 +02:00
Andreas Rammhold
f5e95757f2
xonotic: support user statistics reporting
...
Xonotic supports (opt-in) tracking of user statistics. For staistics to
be trackable each player needs a unique identifier that is based on some
cryptographic identity. For that to work we need to build the "blind"
library and provide it do xonotic during runtime.
The official xonotic releases ship with the public key of some sort of
central trust authority and thus we must retain that file within our
data package as well.
Before this commit the crypto_* commands in the ingame console weren't
available. With this commit you should be able to execute "crypto_keys"
commands as show below.
$ crypto_keys
0: public key key_0.d0pk (fingerprint: Xon//KssdlzGkFKdnnN4sgg8H+koTbBn5JTi37BAW1Q=)
private ID key_0.d0si (public key fingerprint: 9piqrk8ajAPRc3BnSbkac5GA+yL3dOwh53BhyrfmVlI=)
Once the above command works you have to configure your player profile
to allow tracking (if you want) via the Multiplayer -> Profile dialog.
In the top right-hand corner there will be checkboxes to control the
level of tracking that you are opting in to.
2021-08-30 17:13:00 +02:00
Joshua Trees
b544112862
kakoune: simplify derivation
...
The dependencies and the sed patch appear to be redundant by now.
2021-08-30 16:40:23 +02:00
Malte Voos
9d822d2047
nixos/soju: add 21.11 release notes entry
2021-08-30 16:28:07 +02:00
Malte Voos
f4f2057a76
nixos/soju: add module
2021-08-30 16:28:06 +02:00
happysalada
d874a52015
epmd: provide default
2021-08-30 22:26:57 +09:00
Tim Steinbach
e9f8f75afc
rubygems: 3.2.24 -> 3.2.26
2021-08-30 07:58:39 -04:00
Mustafa Çalışkan
ea4b2dbcbc
android-tools: install missing tools
2021-08-30 14:53:07 +03:00
Fabian Affolter
12d7e03f56
python3Packages.pyupgrade: 2.24.0 -> 2.25.0
2021-08-30 13:45:35 +02:00
Alyssa Ross
3e25f7feaa
linuxPackages.rtl88xxau-aircrack: parallel build
...
So much faster. Tested at -j48.
2021-08-30 11:35:52 +00:00
Alyssa Ross
66a079fc31
linuxPackages.rtl88x2bu: parallel build
...
So much faster. Tested at -j48.
2021-08-30 11:35:52 +00:00
Alyssa Ross
9ef6829aea
linuxPackages.rtl8821cu: parallel build
...
Tested at -j48.
2021-08-30 11:35:52 +00:00
Alyssa Ross
6da5cc14c7
linuxPackages.rtl8821ce: parallel build
...
So much faster. Tested at -j48.
2021-08-30 11:35:52 +00:00
Alyssa Ross
177074e3cb
linuxPackages.rtl8821au: parallel build
...
So much faster. Tested at -j48.
2021-08-30 11:35:52 +00:00
Alyssa Ross
ec33cdf902
linuxPackages.rtl8814au: parallel build
...
So much faster. Tested at -j48.
2021-08-30 11:35:52 +00:00
Alyssa Ross
db1f8c596d
linuxPackages.rtl8812au: parallel build
...
So much faster. Tested at -j48.
2021-08-30 11:35:52 +00:00
Alyssa Ross
97389b7650
linuxPackages.rtl8188eus-aircrack: parallel build
...
So much faster. Tested at -j48.
2021-08-30 11:35:52 +00:00
Kevin Cox
8c52265df5
Merge pull request #136128 from max-privatevoid/patch-3
...
nixos/ipfs: run profile applications offline
2021-08-30 07:25:28 -04:00
markuskowa
c8a5e3145c
Merge pull request #136164 from markuskowa/upd-slurm
...
slurm: 20.11.8.1 -> 21.08.0.1
2021-08-30 13:24:24 +02:00
Johannes Schleifenbaum
526d290b7c
dbeaver: 21.1.5 -> 21.2.0
2021-08-30 20:20:21 +09:00
Vincent Laporte
bf6c90bd91
ocamlPackages.ppx_optcomp: 0.14.1 → 0.14.3
2021-08-30 13:17:00 +02:00
Jonas Chevalier
bc9e07ba10
terraform-providers.aws: 3.43.0 -> 3.56.0 ( #136102 )
2021-08-30 13:13:36 +02:00
happysalada
8a56ac5db3
epmd: add ipv6 assertion
2021-08-30 19:51:00 +09:00