Commit Graph

56347 Commits

Author SHA1 Message Date
R. Ryantm
e0e86de33f plantuml-server: 1.2022.12 -> 1.2022.13 2022-11-22 21:00:24 +00:00
Mario Rodas
05c79d08b1
Merge pull request #202253 from r-ryantm/auto-update/clib
clib: 2.8.1 -> 2.8.2
2022-11-22 08:09:01 -05:00
Mario Rodas
39e2f4a4f3
Merge pull request #202306 from gador/pgadmin-6.16
pgadmin4: 6.15 -> 6.16
2022-11-22 08:06:22 -05:00
Mario Rodas
390d06572e
Merge pull request #202302 from marsam/update-shadowenv
shadowenv: 2.0.6 -> 2.1.0
2022-11-22 08:01:55 -05:00
R. Ryantm
766cc473f7 ikill: 1.5.0 -> 1.6.0 2022-11-22 16:38:32 +08:00
Florian Brandes
2d6a645776
pgadmin4: 6.15 -> 6.16
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-11-22 06:20:06 +01:00
wentam
2ea79e0fe4 mnc: init at 0.4 2022-11-22 06:00:49 +01:00
figsoda
66da2af8bd
Merge pull request #202288 from r-ryantm/auto-update/gitleaks
gitleaks: 8.15.0 -> 8.15.1
2022-11-21 23:56:27 -05:00
Mario Rodas
c89f68dee3
Merge pull request #202140 from marsam/update-godu
godu: 1.3.0 -> 1.4.1
2022-11-21 23:36:41 -05:00
Stella
b380f254a0 dwarfs: 0.6.1 -> 0.6.2 2022-11-22 05:22:34 +01:00
R. Ryantm
cd777c9158 cyberchef: 9.48.0 -> 9.49.0 2022-11-22 11:51:27 +08:00
Bobby Rong
8cb4734d90
Merge pull request #200827 from LeSuisse/rekor-1.0.1
rekor-cli, rekor-server: 1.0.0 -> 1.0.1
2022-11-22 11:49:52 +08:00
R. Ryantm
9a1b2c5ec6 gitleaks: 8.15.0 -> 8.15.1 2022-11-22 03:16:14 +00:00
R. Ryantm
4c5f7afb5f broadlink-cli: 0.18.2 -> 0.18.3 2022-11-22 09:11:52 +08:00
Martin Weinelt
69335c46c4
Merge pull request #131475 from mweinelt/evcc 2022-11-22 01:13:25 +01:00
Kylie McClain
2ad8652ef2
beets: install man pages 2022-11-21 18:28:07 -05:00
Anthony Roussel
3761ba2119
awscli2: 2.8.12 -> 2.9.0 (#201978) 2022-11-21 23:09:58 +01:00
Atemu
802115d022 dar: unbreak on Darwin
Error with LLVM stdenv on aarch64-darwin:

libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../.. -DLIBDAR_MODE=64 -DDAR_LOCALEDIR=\"/nix/store/waclhq32gacp2010gyjx17f9h6xpsf8d-dar-2.7.7/share/locale\" -I/nix/store/1m4gsx4p4fl5xpg0h8splmwz7j2y3cbp-gpgme-1.18.0-dev/include -I/nix/store/fpc4g6ql1mx4na5rkjhik5f2wixymzhy-libassuan-2.5.5-dev/include -I/nix/store/qhznxypyfh3w5xdbxxd2n47d9c8jr2bx-libgpg-error-1.45-dev/include -g -O2 -c parallel_block_compressor.cpp  -D__DYNAMIC__  -fno-common -DPIC -o .libs/parallel_block_compressor.o
In file included from parallel_tronconneuse.cpp:28:
In file included from ./parallel_tronconneuse.hpp:39:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string:506:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string_view:175:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/__string:57:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/algorithm:643:
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3455:7: error: exception specification of overriding function is more lax than base version
class __shared_ptr_emplace
      ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:4291:26: note: in instantiation of template class 'std::__1::__shared_ptr_emplace<libthreadar::barrier, std::__1::allocator<libthreadar::barrier>>' requested here
    ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...);
                         ^
parallel_tronconneuse.cpp:102:15: note: in instantiation of function template specialization 'std::__1::make_shared<libthreadar::barrier, unsigned long>' requested here
            waiter = make_shared<barrier>(num_workers + 2); // +1 for crypto_reade thread, +1 this thread
                     ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3364:13: note: overridden virtual function is here
    virtual ~__shared_weak_count();
            ^
1 error generated.
make[3]: *** [Makefile:1383: parallel_tronconneuse.lo] Error 1
2022-11-21 22:59:07 +01:00
R. Ryantm
296244844a clib: 2.8.1 -> 2.8.2 2022-11-21 21:55:43 +00:00
Martin Weinelt
45c65058c0
enumer: init at 1.5.7 2022-11-21 21:58:19 +01:00
Florian
aee7510bf1
xpaste: init at 1.5 (#201602)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-11-21 21:48:48 +01:00
Sandro
5ef6417eb0
Merge pull request #202102 from SuperSandro2000/goreleaser 2022-11-21 19:58:38 +01:00
Artturi
2e268225fa
Merge pull request #200750 from amjoseph-nixpkgs/pr/obfs4/meta
obfs4: add meta fields
2022-11-21 18:54:03 +02:00
Fabian Affolter
883e1d43b5
Merge pull request #202195 from r-ryantm/auto-update/grype
grype: 0.52.0 -> 0.53.0
2022-11-21 17:18:50 +01:00
Thiago Kenji Okada
19230cff31
Merge pull request #202199 from PedroHLC/vulkan-caps-viewer-3.27
vulkan-caps-viewer: 3.25 -> 3.27
2022-11-21 15:21:38 +00:00
Thiago Kenji Okada
ce6d05dbd9
Merge pull request #201584 from SamLukeYes/pacman
pacman: add missing dependencies of pacman-key
2022-11-21 14:52:03 +00:00
Thiago Kenji Okada
8b2b9fe3bf
Merge pull request #202053 from SamLukeYes/arch-install-scripts
arch-install-scripts: 27 -> 28
2022-11-21 14:51:28 +00:00
PedroHLC ☭
9c128026bd
vulkan-caps-viewer: 3.25 -> 3.27 2022-11-21 11:47:00 -03:00
Mario Rodas
17a802cdd8
Merge pull request #202179 from r-ryantm/auto-update/eksctl
eksctl: 0.119.0 -> 0.120.0
2022-11-21 09:15:58 -05:00
Mario Rodas
32007eb0e4
Merge pull request #202123 from r-ryantm/auto-update/checkip
checkip: 0.43.0 -> 0.44.0
2022-11-21 09:14:40 -05:00
Vladimír Čunát
dcede1059b
Merge #200868: staging-next 2022-11-12 2022-11-21 15:02:53 +01:00
R. Ryantm
6153028767 grype: 0.52.0 -> 0.53.0 2022-11-21 13:59:59 +00:00
maralorn
fe95dfad5d
Merge pull request #202141 from maralorn/bump-nom
nix-output-monitor: 2.0.0.3 -> 2.0.0.4
2022-11-21 14:49:17 +01:00
R. Ryantm
384ed019df eksctl: 0.119.0 -> 0.120.0 2022-11-21 10:58:04 +00:00
Thomas Gerbet
8683f16c39 rekor-cli, rekor-server: 1.0.0 -> 1.0.1
https://github.com/sigstore/rekor/releases/tag/v1.0.1
2022-11-21 09:47:40 +01:00
github-actions[bot]
4f347d69a0
Merge master into staging-next 2022-11-21 06:01:05 +00:00
maralorn
eec3739249 nix-output-monitor: 2.0.0.3 -> 2.0.0.4
https://github.com/maralorn/nix-output-monitor/releases/tag/v2.0.0.4
2022-11-21 06:21:55 +01:00
Robert Hensing
074e631da5
Merge pull request #202096 from qowoz/nix-outputs
nixVersions.*: add non-existing output patch
2022-11-21 06:03:56 +01:00
Mario Rodas
2b778dbd81 shadowenv: 2.0.6 -> 2.1.0 2022-11-21 04:20:00 +00:00
Mario Rodas
c6e5939c8f
Merge pull request #201955 from vq/lxi-tools
lxi-tools: 1.21 -> 2.3
2022-11-20 22:27:38 -05:00
R. Ryantm
c16d0fd62c checkip: 0.43.0 -> 0.44.0 2022-11-21 01:51:53 +00:00
R. Ryantm
0a732598cf mutagen-compose: 0.16.1 -> 0.16.2 2022-11-21 09:14:14 +08:00
github-actions[bot]
4463636042
Merge master into staging-next 2022-11-21 00:02:26 +00:00
figsoda
483197f61b
Merge pull request #201964 from figsoda/sagoin
sagoin: 0.1.0 -> 0.2.0
2022-11-20 18:26:33 -05:00
Sandro Jäckel
4f98250468 goreleaser: 1.12.3 -> 1.13.0 2022-11-20 23:47:32 +01:00
zowoq
da14dfafd9 nixVersions.nix_2_9: add non-existing output patch 2022-11-21 07:27:14 +10:00
zowoq
5c45e5d3d9 nixVersions.nix_2_10: add non-existing output patch 2022-11-21 07:24:33 +10:00
zowoq
6898184997 nixVersions.nix_2_11: add non-existing output patch 2022-11-21 07:24:33 +10:00
zowoq
1eb3a69e39 nix-update: 0.8.0 -> 0.9.0
https://github.com/Mic92/nix-update/releases/tag/0.9.0
2022-11-21 06:51:10 +10:00
Timothy DeHerrera
6c60e61bea
Merge pull request #202061 from h7x4/init-ddh
ddh: init at 0.13.0
2022-11-20 13:50:03 -07:00