Robert Hensing and GitHub
89690dcb46
Merge pull request #177278 from rnhmjoj/pr-fix-wait-port
...
nixos/tests: fix type mismatch in wait_for_open_port
2022-06-11 22:56:52 +02:00
Michele Guerini Rocco and GitHub
d7b43dc537
Merge pull request #177298 from rnhmjoj/pr-mutt
...
mutt: 2.2.4 -> 2.2.5
2022-06-11 22:47:58 +02:00
Mario Rodas and GitHub
5931baebc5
Merge pull request #177328 from fabaff/tfsec-bump
...
tfsec: 1.21.2 -> 1.23.3
2022-06-11 15:34:14 -05:00
Fabian Affolter
a57409b115
tfsec: 1.21.2 -> 1.23.3
2022-06-11 21:44:34 +02:00
Mario Rodas and GitHub
ffaf07b915
Merge pull request #177252 from r-ryantm/auto-update/python3.10-tubeup
...
python310Packages.tubeup: 0.0.30 -> 0.0.31
2022-06-11 14:41:32 -05:00
Pavol Rusnak and GitHub
c94696d49b
Merge pull request #177150 from prusnak/lndhub
...
lndhub-go: 0.7.0 -> 0.8.0
2022-06-11 21:41:09 +02:00
Jan Tojnar and GitHub
c397df20d1
Merge pull request #151005 from rhoriguchi/gnome
...
nixos/gnome: make it possible to remove core packages
2022-06-11 21:40:35 +02:00
Robert Scott and GitHub
94c37705eb
Merge pull request #175200 from risicle/ris-gforth-lispdir
...
gforth: explicitly set lispdir
2022-06-11 20:04:24 +01:00
Robert Scott
27d4500b61
gforth: unmark broken on darwin
2022-06-11 19:13:40 +01:00
Robert Scott
b71cff07a7
gforth: explicitly set lispdir
...
otherwise in situations where we don't have a working sandbox
(darwin), if /usr/share/emacs happens to exist, the install
phase will try to put its lisp files there and fail due to
permissions.
2022-06-11 19:13:29 +01:00
Rick van Schijndel and GitHub
5bc0350e7c
Merge pull request #177256 from rnhmjoj/pr-picom
...
nixos/picom: remove deprecated refreshRate option
2022-06-11 20:09:28 +02:00
ckie and GitHub
4d63c8b732
Merge pull request #174156 from jevy/sunpaper
...
sunpaper: init at unstable-2022-04-01
2022-06-11 20:51:40 +03:00
Rick van Schijndel and GitHub
8d168d2d12
Merge pull request #176042 from aaronjheng/jd
...
jd: remove
2022-06-11 19:42:09 +02:00
Rick van Schijndel and GitHub
42c5ac082d
Merge pull request #176786 from hmenke/sbsigntool
...
sbsigntool: 0.9.1 -> 0.9.4
2022-06-11 19:40:49 +02:00
Michele Guerini Rocco and GitHub
d7175566a0
Merge pull request #177292 from rnhmjoj/pr-bdf2psf
...
bdf2psf: 1.207 -> 1.208
2022-06-11 19:38:02 +02:00
Sandro and GitHub
55b8202e66
Merge pull request #177288 from K900/linux-firmware
...
linux-firmware: 20220509 -> 20220610
2022-06-11 19:09:19 +02:00
happysalada
af4b5ffa73
vector: 0.22.0 -> 0.22.1
2022-06-11 13:08:08 -04:00
Sandro and GitHub
170a7e765d
Merge pull request #167430 from OPNA2608/init/asap
...
asap: init at 5.2.0
2022-06-11 19:02:42 +02:00
Sandro and GitHub
d06755d422
Merge pull request #165780 from OPNA2608/init/haguichi
...
haguichi: init at 1.4.5
2022-06-11 19:02:06 +02:00
Fabian Affolter and GitHub
ad924c6e5a
Merge pull request #177265 from applePrincess/exploitdb-2022-06-11
...
exploitdb: 2022-06-04 -> 2022-06-11
2022-06-11 18:47:05 +02:00
Fabian Affolter and GitHub
f8ab8c2306
Merge pull request #177215 from mweinelt/home-assistant
...
home-assistant: 2022.6.4 -> 2022.6.5
2022-06-11 18:41:58 +02:00
Fabian Affolter and GitHub
90b230956e
Merge pull request #177262 from fabaff/whois-bump
...
python310Packages.whois: 0.9.15 -> 0.9.16
2022-06-11 18:35:15 +02:00
Fabian Affolter and GitHub
498bb6876d
Merge pull request #177261 from fabaff/aurorapybump
...
python310Packages.aurorapy: 0.2.7 -> 0.2.6
2022-06-11 18:35:04 +02:00
Guillaume Girol and GitHub
419e07c382
Merge pull request #174218 from NickCao/fcitx5-qt6
...
fcitx5-qt: add support for qt6 applications
2022-06-11 16:20:20 +00:00
Rick van Schijndel and GitHub
7abe5b90be
Merge pull request #164109 from NickCao/mysql57-closure
...
mysql57: reduce closure size
2022-06-11 17:59:34 +02:00
jevin
5b898eb8de
sunpaper: init at unstable-2022-04-01
2022-06-11 11:47:44 -04:00
Artturi and GitHub
6478045724
Merge pull request #177297 from NickCao/smpeg-pkgconfig
2022-06-11 18:46:49 +03:00
Patryk Wychowaniec and Bjørn Forsman
cd07d6c82e
clang-tools: provide many versions
2022-06-11 16:48:16 +02:00
Patryk Wychowaniec and Bjørn Forsman
247763256c
clang-tools: don't hardcode list of tools
...
Currently clang-tools' derivation uses a hardcoded list of names to
distinguish between what's a compiler-like binary and what's a tool-like
binary (so that e.g. clang-tidy is included in the derivation, but
clang-13 - not).
Because Clang's tools follow a common naming convention
(clang-somethingsomething), I think it's easier if we just used a simple
regular expression in place of the hardcoded list.
2022-06-11 16:48:16 +02:00
Linus Heckemann and GitHub
6036dcbdb9
Merge pull request #176774 from robintown/minecraft-server
...
minecraft-server: 1.18.2 -> 1.19
2022-06-11 16:23:24 +02:00
rnhmjoj
e0dc568e25
mutt: 2.2.4 -> 2.2.5
2022-06-11 16:17:32 +02:00
Nick Cao
0f9a77f5cb
smpeg: fix handling of pkg-config
2022-06-11 22:11:04 +08:00
legendofmiracles and GitHub
949505991d
Merge pull request #177275 from Builditluc/hoard-init
...
hoard: init at 1.0.1
2022-06-11 07:53:47 -06:00
K900
7557718913
linux-firmware: 20220509 -> 20220610
2022-06-11 16:40:51 +03:00
rnhmjoj
87dd842238
bdf2psf: 1.207 -> 1.208
2022-06-11 15:39:14 +02:00
Sandro and GitHub
90cd5459a1
Merge pull request #175140 from Yureien/init/expressvpn
...
expressvpn: init at 3.25.0.13
2022-06-11 15:17:13 +02:00
Builditluc
e329b995f2
hoard: init at 1.0.1
2022-06-11 15:16:56 +02:00
Sandro and GitHub
8c74650575
Merge pull request #171302 from renesat/submit/datalad
2022-06-11 15:12:36 +02:00
Sandro and GitHub
1ec895fd1d
Merge pull request #175851 from reckenrode/dxvk-refactor
...
dxvk: refactor derivation and Darwin support
2022-06-11 15:11:41 +02:00
Sandro and GitHub
332ff38e62
Merge pull request #126481 from ShamrockLee/timeshift
2022-06-11 15:01:49 +02:00
Sandro and GitHub
ae97783277
Merge pull request #170615 from Kranzes/libvirt
...
libvirt: 8.1.0 -> 8.4.0
2022-06-11 14:43:35 +02:00
rnhmjoj
5803706662
nixos/tests: fix type mismatch in wait_for_open_port
...
Fix some fallout from de3e423 (PR #171280 ).
2022-06-11 14:22:53 +02:00
Sandro and GitHub
f828475636
Merge pull request #175105 from danth/ipfs-openssl
...
ipfs: build with openssl
2022-06-11 13:50:47 +02:00
Soham Sen
feff6ddbe7
expressvpn: init at 3.25.0.13
2022-06-11 17:10:33 +05:30
Sandro and GitHub
aee69b6368
Merge pull request #177214 from kenranunderscore/angband-with-sdl2
...
angband: optionally enable SDL2 frontend
2022-06-11 13:25:09 +02:00
Sergei Trofimovich and GitHub
1c838684de
Merge pull request #176437 from trofi/fix-fno-common-for-geda
...
geda: pull upstream fixes for -fno-common toolchains
2022-06-11 11:23:30 +00:00
Sergei Trofimovich and GitHub
bc2f96b1e1
Merge pull request #176450 from trofi/workaround-fno-common-for-reaverwps
...
reaverwps: add -fcommon workaround
2022-06-11 11:23:08 +00:00
Sergei Trofimovich and GitHub
f89d70d5d6
Merge pull request #176592 from trofi/workaround-fno-common-for-offrss
...
offrss: add -fcommon workaround
2022-06-11 11:22:50 +00:00
Sergei Trofimovich and GitHub
265300b2f7
Merge pull request #176596 from trofi/workaround-fno-common-for-python3Packages.vmprof
...
python3Packages.vmprof: add -fcommon workaround
2022-06-11 11:22:32 +00:00
Sergei Trofimovich and GitHub
41642735e1
Merge pull request #176264 from trofi/fix-fno-common-for-gcolor2
...
gcolor2: pull patch pending upstream inclusion for -fno-common toolch…
2022-06-11 11:21:26 +00:00