Pol Dellaiera and GitHub
fe5d55a2cc
Merge pull request #282224 from r-ryantm/auto-update/php81Extensions.relay
...
php81Extensions.relay: 0.6.8 -> 0.7.0
2024-01-20 08:04:51 +01:00
Weijia Wang and GitHub
603679ee6f
Merge pull request #277858 from r-ryantm/auto-update/praat
...
praat: 6.4.01 -> 6.4.03
2024-01-20 08:03:54 +01:00
Weijia Wang and GitHub
82c0363b50
Merge pull request #277833 from r-ryantm/auto-update/zrok
...
zrok: 0.4.18 -> 0.4.20
2024-01-20 08:01:34 +01:00
Weijia Wang and GitHub
8c5ed20a72
Merge pull request #277843 from r-ryantm/auto-update/flrig
...
flrig: 2.0.04 -> 2.0.05
2024-01-20 08:00:40 +01:00
Weijia Wang and GitHub
d0daa8c089
Merge pull request #277837 from r-ryantm/auto-update/awscli2
...
awscli2: 2.15.0 -> 2.15.12
2024-01-20 07:59:53 +01:00
Weijia Wang and GitHub
f87fe26113
Merge pull request #277688 from r-ryantm/auto-update/xarchiver
...
xarchiver: 0.5.4.21 -> 0.5.4.22
2024-01-20 07:59:07 +01:00
Weijia Wang and GitHub
f9eb3e7e66
Merge pull request #278848 from r-ryantm/auto-update/debianutils
...
debianutils: 5.15 -> 5.16
2024-01-20 07:58:28 +01:00
Fabián Heredia Montiel and GitHub
1358c6011c
Merge pull request #282229 from r-ryantm/auto-update/extism-cli
...
extism-cli: 0.3.9 -> 1.0.1
2024-01-20 00:57:46 -06:00
Weijia Wang and GitHub
7c46caeb25
Merge pull request #278839 from r-ryantm/auto-update/leptonica
...
leptonica: 1.84.0 -> 1.84.1
2024-01-20 07:57:30 +01:00
Weijia Wang and GitHub
2881c38712
Merge pull request #278082 from r-ryantm/auto-update/tinyssh
...
tinyssh: 20230101 -> 20240101
2024-01-20 07:54:54 +01:00
Weijia Wang and GitHub
e31f371b09
Merge pull request #278801 from r-ryantm/auto-update/spicedb-zed
...
spicedb-zed: 0.15.2 -> 0.16.2
2024-01-20 07:48:59 +01:00
Weijia Wang and GitHub
f8ed205232
Merge pull request #278778 from r-ryantm/auto-update/schemacrawler
...
schemacrawler: 16.20.7 -> 16.20.8
2024-01-20 07:48:07 +01:00
Weijia Wang and GitHub
9de10fc57d
Merge pull request #282135 from r-ryantm/auto-update/temporal
...
temporal: 1.22.3 -> 1.22.4
2024-01-20 07:45:05 +01:00
Weijia Wang and GitHub
6ef0331c79
Merge pull request #282196 from r-ryantm/auto-update/codux
...
codux: 15.17.2 -> 15.18.1
2024-01-20 07:44:40 +01:00
OTABI Tomoya and GitHub
cb264a48a7
Merge pull request #281922 from mweinelt/python-3.13.0a3
...
python313: 3.13.0a2 -> 3.13.0a3
2024-01-20 15:33:40 +09:00
OTABI Tomoya and GitHub
2445b32187
Merge pull request #275356 from sephii/wagtail-taggit
...
python3Packages.wagtail: relax django-taggit dependency
2024-01-20 15:30:38 +09:00
Weijia Wang and GitHub
5035dce887
Merge pull request #282191 from RaitoBezarius/wrong-sri-hashes
...
azure-cli: `azure-mgmt-devtestlabs` has wrong SRI hash
2024-01-20 07:18:32 +01:00
Weijia Wang and GitHub
c8c45511cd
Merge pull request #280187 from r-ryantm/auto-update/memcached
...
memcached: 1.6.22 -> 1.6.23
2024-01-20 07:09:10 +01:00
Weijia Wang and GitHub
a2cd922c79
Merge pull request #279788 from r-ryantm/auto-update/fortran-fpm
...
fortran-fpm: 0.9.0 -> 0.10.0
2024-01-20 07:08:33 +01:00
Weijia Wang and GitHub
88cf28f2dd
Merge pull request #279861 from r-ryantm/auto-update/libhdhomerun
...
libhdhomerun: 20220303 -> 20231214
2024-01-20 07:01:54 +01:00
Stanisław Pitucha and GitHub
da01531353
Merge pull request #282163 from r-ryantm/auto-update/thonny
...
thonny: 4.1.2 -> 4.1.4
2024-01-20 17:00:44 +11:00
Stanisław Pitucha and GitHub
84c3e953db
Merge pull request #282197 from r-ryantm/auto-update/darkhttpd
...
darkhttpd: 1.14 -> 1.15
2024-01-20 16:58:44 +11:00
Adam Joseph and Adam Joseph
86c28ee650
cc-wrapper: relocate proprietary-compiler-specific material
...
PR #275947 , which was self-merged without approvals, inserted
functionality specific to a propriteary closed-source compiler
(CUDA) into cc-wrapper.
This commit relocates this CUDA-specific functionality into the
appropritate place: `cuda-modules`.
It is unclear to me exactly what this function is supposed to be
doing; much of it (like the `.kind` attributes) do not appear to be
used *anywhere* in nixpkgs. Making sure we don't insert unexplained
deadcode like this is one of the important functions of the review
process.
2024-01-20 05:46:57 +00:00
Adam Joseph and Adam Joseph
d07ab95104
cc-wrapper: revert speculative commentary
...
This commit deletes speculative comments which were self-merged with
no approvals in PR #275947 .
If you think that "The above 'fix' may be incorrect" the correct
response is to submit a PR which removes the 'fix' and get it reviewed.
Likewise, if you think that "For clang it's not necessary" you
should submit a PR which wraps it in `if !isClang`.
`cc-wrapper` is full of too much junk as it is, let's not make
things worse.
2024-01-20 05:46:41 +00:00
Weijia Wang and GitHub
a0eb127b0f
Merge pull request #279801 from r-ryantm/auto-update/caf
...
caf: 0.19.4 -> 0.19.5
2024-01-20 06:27:35 +01:00
Weijia Wang and GitHub
02aa30065b
Merge pull request #279948 from r-ryantm/auto-update/opera
...
opera: 106.0.4998.19 -> 106.0.4998.52
2024-01-20 06:26:49 +01:00
Weijia Wang and GitHub
bf805ff180
Merge pull request #279884 from r-ryantm/auto-update/npm-check-updates
...
npm-check-updates: 16.14.0 -> 16.14.12
2024-01-20 06:24:15 +01:00
h7x4 and GitHub
66cb51263e
Merge pull request #264552 from vifino/watchdogd
...
watchdogd: init at 4.0; add module
2024-01-20 06:21:24 +01:00
Robert Schütz and GitHub
1f4a3e7629
Merge pull request #282052 from SuperSandro2000/webvault
...
vaultwarden.webvault: 2024.1.1 -> 2024.1.1b, add meta.changelog
2024-01-20 06:20:27 +01:00
Weijia Wang
98c69a922b
mythtv: enable parallel building
2024-01-20 06:17:23 +01:00
Weijia Wang and GitHub
1fcb965033
Merge pull request #273499 from raphaelr/fix/tests.writers.simple.fsharp
...
tests.writers.simple.fsharp: Add missing dependency
2024-01-20 06:12:22 +01:00
h7x4 and GitHub
0ae707be5c
Merge pull request #282037 from marsam/update-osv-scanner
...
osv-scanner: 1.5.0 -> 1.6.1
2024-01-20 06:10:21 +01:00
Weijia Wang and Nicholas Sielicki
e636c0dad7
libhdhomerun: refactor
...
Co-authored-by: Nicholas Sielicki <git@opensource.nslick.com >
2024-01-20 06:08:21 +01:00
R. Ryantm
5cf38a5f35
extism-cli: 0.3.9 -> 1.0.1
2024-01-20 05:07:27 +00:00
R. Ryantm
cdd6a14115
php81Extensions.relay: 0.6.8 -> 0.7.0
2024-01-20 05:00:13 +00:00
Weijia Wang and GitHub
03f1db8cea
Merge pull request #279970 from r-ryantm/auto-update/revive
...
revive: 1.3.5 -> 1.3.6
2024-01-20 05:55:32 +01:00
Weijia Wang and GitHub
46ca8214c3
Merge pull request #279781 from r-ryantm/auto-update/chafa
...
chafa: 1.12.5 -> 1.14.0
2024-01-20 05:55:01 +01:00
Weijia Wang and GitHub
5f435a413f
Merge pull request #280176 from r-ryantm/auto-update/flamp
...
flamp: 2.2.10 -> 2.2.11
2024-01-20 05:54:23 +01:00
h7x4 and GitHub
126ce29055
Merge pull request #282171 from kashw2/kitty
...
kitty: 0.31.0 -> 0.32.0
2024-01-20 05:49:26 +01:00
h7x4 and GitHub
764dabbac1
Merge pull request #282206 from r-ryantm/auto-update/turso-cli
...
turso-cli: 0.87.8 -> 0.88.2
2024-01-20 05:38:58 +01:00
Weijia Wang and GitHub
495622f9e9
Merge pull request #280000 from r-ryantm/auto-update/git-quick-stats
...
git-quick-stats: 2.5.3 -> 2.5.4
2024-01-20 05:36:41 +01:00
Weijia Wang and GitHub
459b3a911e
Merge pull request #279875 from r-ryantm/auto-update/magic-vlsi
...
magic-vlsi: 8.3.454 -> 8.3.456
2024-01-20 05:34:55 +01:00
Weijia Wang and GitHub
d274108329
Merge pull request #279876 from r-ryantm/auto-update/metabase
...
metabase: 0.48.1 -> 0.48.2
2024-01-20 05:33:40 +01:00
Weijia Wang and GitHub
bbcc63883b
Merge pull request #279883 from r-ryantm/auto-update/mockoon
...
mockoon: 6.0.1 -> 6.1.0
2024-01-20 05:30:07 +01:00
Weijia Wang and GitHub
fe99dde296
Merge pull request #279910 from r-ryantm/auto-update/mdevctl
...
mdevctl: 1.2.0 -> 1.3.0
2024-01-20 05:29:10 +01:00
Weijia Wang and GitHub
f112dc3276
Merge pull request #279943 from r-ryantm/auto-update/geoipupdate
...
geoipupdate: 6.0.0 -> 6.1.0
2024-01-20 05:26:37 +01:00
Weijia Wang and GitHub
26bb8499a5
Merge pull request #280185 from r-ryantm/auto-update/libsForQt5.kdsoap
...
libsForQt5.kdsoap: 2.1.1 -> 2.2.0
2024-01-20 05:24:49 +01:00
Weijia Wang and GitHub
fa68d3a1b6
Merge pull request #280193 from r-ryantm/auto-update/openturns
...
openturns: 1.21.2 -> 1.22
2024-01-20 05:16:54 +01:00
Weijia Wang and GitHub
000ad3a264
Merge pull request #280213 from r-ryantm/auto-update/alfaview
...
alfaview: 9.7.0 -> 9.8.1
2024-01-20 05:16:15 +01:00
R. Ryantm
f4029e21d6
awscli2: 2.15.0 -> 2.15.12
2024-01-20 04:15:33 +00:00