Winter
f1d87d0aab
Merge pull request #183190 from figsoda/update-lunatic
...
lunatic: 0.7.5 -> 0.9.0
2022-07-28 11:55:00 -04:00
Winter
d99b07b593
lunatic: mark as unbroken on darwin
2022-07-28 00:50:42 -04:00
figsoda
fc8b6a0aac
lunatic: 0.7.5 -> 0.9.0
2022-07-28 11:37:02 +08:00
Keshav Kini
bd44753d89
acl2: 8.4 -> 8.5
2022-07-27 13:10:17 -07:00
github-actions[bot]
1071ab374f
Merge master into staging-next
2022-07-26 18:01:32 +00:00
Vladimír Čunát
746effd653
Merge #182849 : firefox updates - 103.0 and related
2022-07-26 15:20:28 +02:00
Martin Weinelt
d361a9f90a
spidermonkey_91: 91.11.0 -> 91.12.0
2022-07-26 15:05:13 +02:00
Mario Rodas
d1367a4a51
zuo: 2022-04-23 -> 2022-07-25
2022-07-26 04:20:00 +00:00
github-actions[bot]
19fd1d7e90
Merge master into staging-next
2022-07-26 00:02:26 +00:00
Pavol Rusnak
3a33ccee14
micropython: 1.18 -> 1.19
2022-07-25 18:29:48 +02:00
github-actions[bot]
21a6aafb7d
Merge master into staging-next
2022-07-24 12:01:21 +00:00
Robert Scott
dd107ca580
lua5_4: add patch for CVE-2022-33099
2022-07-23 13:37:52 +01:00
github-actions[bot]
6629a2339e
Merge master into staging-next
2022-07-23 12:01:31 +00:00
K900
42ca9bef09
Merge pull request #182430 from NickCao/duktape
...
duktape: force link shared library against libm
2022-07-23 09:22:37 +03:00
Nick Cao
51169259a0
duktape: force link shared library against libm
2022-07-22 17:05:42 +08:00
github-actions[bot]
206abeaeaa
Merge master into staging-next
2022-07-22 06:01:20 +00:00
NANASHI0X74
2d37278463
dart: 2.17.0 -> 2.17.3 ( #177104 )
2022-07-22 00:46:57 -04:00
Martin Weinelt
c7dbac1666
python3Packages.sphinxHook: run post install
...
This allows importing and inspecting the build result, which is required
for the psycopg (3.x) package.
2022-07-21 22:35:25 +02:00
Mauricio Scheffer
a8b27f7fd3
boron: init at 2.0.8
2022-07-16 19:59:30 +01:00
Shane Sveller
bfae31c89d
erlang: 25.0.2 -> 25.0.3
...
https://www.erlang.org/patches/otp-25.0.3
2022-07-16 17:44:44 +02:00
Shane Sveller
e6349895cf
erlang: 25.0 -> 25.0.2
...
https://www.erlang.org/patches/otp-25.0.1
https://www.erlang.org/patches/otp-25.0.2
2022-07-16 17:44:44 +02:00
Sandro
e83851024e
Merge pull request #179990 from ShadowRZ/shadowrz/renpy-8
2022-07-15 12:10:09 +02:00
夜坂雅
b151a79d10
renpy: init at 8.0.0
2022-07-14 10:27:27 +08:00
Martin Weinelt
802ec5de4b
python311: 3.11.0b3 -> 3.11.0b4
...
https://www.python.org/downloads/release/python-3110b4/
https://pythoninsider.blogspot.com/2022/07/python-3110b4-is-now-available.html
2022-07-12 12:50:27 +02:00
Elis Hirwing
cffa3d2d65
Merge pull request #180740 from helsinki-systems/upd/php
...
php8*: 8.0.20 -> 8.0.21, 8.1.7 -> 8.1.8
2022-07-09 09:00:41 +02:00
ajs124
e416f8806d
php81: 8.1.7 -> 8.1.8
...
Fixes CVE-2022-31627
https://www.php.net/ChangeLog-8.php#8.1.8
2022-07-08 18:24:36 +02:00
ajs124
b429bc2508
php80: 8.0.20 -> 8.0.21
...
https://www.php.net/ChangeLog-8.php#8.0.21
2022-07-08 18:23:30 +02:00
ajs124
3020f0014c
php: sha256 -> hash
2022-07-08 18:22:14 +02:00
Berk D. Demir
699a374e8a
starlark: Patch tests to unbreak on aarch64
...
Pull in the patch from the submitted pull request to upstream to fix the
unit test data that doesn't tolerate floating point approximation.
- Unbreaks aarch64-linux
- Fixes the build for aarch64-darwin
2022-07-08 06:47:36 +00:00
Payas Relekar
d4fee29542
jpm: 0.0.2 -> 1.1.0
2022-07-04 16:22:29 +05:30
Payas Relekar
5da31db744
janet: 1.22.0 -> 1.23.0
2022-07-04 16:22:29 +05:30
Juan Ibiapina
62e5acd0a7
ruby: Expose generic builder ( #173390 )
...
To avoid duplicating the ruby compilation code, this change exposes two
functions `mkRubyVersion` and `mkRuby`, which can be used in an overlay
to build any past or current ruby version.
An example overlay:
```nix
self: super:
{
ruby_2_7_6 = super.mkRuby {
version = super.mkRubyVersion "2" "7" "6" "";
sha256 = "042xrdk7hsv4072bayz3f8ffqh61i8zlhvck10nfshllq063n877";
};
ruby_3_1_2 = super.mkRuby {
version = super.mkRubyVersion "3" "1" "2" "";
sha256 = "0gm84ipk6mrfw94852w5h7xxk2lqrxjbnlwb88svf0lz70933131";
};
}
```
2022-07-04 11:57:06 +02:00
Sandro
723b9f71d7
Merge pull request #179278 from wegank/sollya-darwin
...
sollya: build on darwin and enable tests
2022-07-04 09:44:27 +02:00
R. Ryantm
c9c932511e
babashka: 0.8.156 -> 0.8.157
2022-07-02 01:39:55 +00:00
ajs124
0c35b851e4
maintainers: remove kkallio
...
no github account linked
2022-06-29 00:55:00 +02:00
Sandro
ea8ec5c60e
Merge pull request #179019 from locallycompact/lc/hashlink
2022-06-28 20:59:14 +02:00
Daniel Firth
58f73da668
hashlink: init at 1.12
2022-06-28 17:01:11 +00:00
Martin Weinelt
62b05d9742
Merge remote-tracking branch 'origin/master' into staging-next
2022-06-27 23:50:37 +02:00
Matthieu Coudron
de50d08d73
buildPythonPackage: document why we always propagate python
...
python applications should not propagate python in PATH but we do it
nevertheless to avoid rebuilds see https://github.com/NixOS/nixpkgs/issues/170887
for an explanation.
2022-06-27 21:02:27 +02:00
Martin Weinelt
9525331e5a
Merge pull request #179322 from mweinelt/mozilla
2022-06-27 20:52:02 +02:00
github-actions[bot]
3a95230a71
Merge master into staging-next
2022-06-27 18:01:12 +00:00
Thomas Depierre
fb9aa8ce61
erlang: remove r16-basho
2022-06-27 12:52:20 -04:00
Martin Weinelt
d3d7ea1ace
spidermonkey_91: 91.10.0 -> 91.11.0
2022-06-27 14:20:48 +02:00
Weijia Wang
66fc10995b
sollya: build on darwin and enable tests
2022-06-27 05:00:18 +02:00
github-actions[bot]
4f79f81d47
Merge master into staging-next
2022-06-23 18:01:15 +00:00
Bernardo Meurer
ba1bd41359
Merge pull request #178457 from ereslibre/bump-wasmtime-0-38
...
wasmtime: 0.37.0 -> 0.38.0
2022-06-23 12:30:56 -04:00
Rafael Fernández López
d4ed4c52e1
wasmtime: 0.37.0 -> 0.38.0
2022-06-23 07:52:44 +03:00
Rafael Fernández López
7042b2fd9c
wasmtime: remove unneeded dependencies
...
Also, add `ereslibre` as a maintainer
2022-06-23 07:52:35 +03:00
github-actions[bot]
9a2405d657
Merge staging-next into staging
2022-06-22 18:02:10 +00:00
Johannes Maier
39e6ebdfe1
buildDhallUrl: fix impure proxy variable passing ( #178544 )
...
PR #177891 tried fixing a problem with `buildDhallUrl` in environments
where proxy variables are necessary for internet access to work. The
`impureEnvVars` should be set in `downloadEncodedFile` instead of the
final `runCommand`, as the former is an FOD, the latter isn't.
2022-06-22 09:06:54 -07:00