Commit Graph

504080 Commits

Author SHA1 Message Date
natsukium
61be2ca18a
delly: enable darwin support
- add passthru.tests
2023-07-13 23:54:39 +09:00
rewine
1aea47f678
qrcode: unstable-2016-08-04 -> unstable-2022-01-10 2023-07-13 22:50:20 +08:00
Tobias Mayer
315d100113 boost17x, boost18x: remove aliases 2023-07-13 17:48:33 +03:00
Luna Simons
9c57ba6631 vrc-get: 1.1.1 -> 1.1.2 2023-07-13 16:39:46 +02:00
Weijia Wang
6e7938422d
Merge pull request #243266 from dotlambda/nextcloud24-remove-patch
nextcloud24: remove unused patch
2023-07-13 17:38:23 +03:00
figsoda
f1ec434848 pkgs/tools/misc: remove dead code
with the help of deadnix & nil
2023-07-13 17:37:07 +03:00
beeb
a542c2ef4d
awsbck: 0.3.2 -> 0.3.3
https://github.com/beeb/awsbck/releases/tag/v0.3.3
2023-07-13 16:30:15 +02:00
Oliver Richter
9d6cd34766 esdm: init at 0.6.0
Signed-off-by: Oliver Richter <richter-oliver@gmx.net>
2023-07-13 16:08:12 +02:00
Markus Theil
4d06b4373c add thillux to maintainer list
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-13 16:08:11 +02:00
Oliver Richter
e3db2a39c2 add orichter as maintainer
Signed-off-by: Oliver Richter <richter-oliver@gmx.net>
2023-07-13 16:08:11 +02:00
figsoda
9154d24a2e cargo-temp: 0.2.16 -> 0.2.17
Diff: https://github.com/yozhgoor/cargo-temp/compare/v0.2.16...v0.2.17

Changelog: https://github.com/yozhgoor/cargo-temp/releases/tag/v0.2.17
2023-07-13 09:56:36 -04:00
figsoda
302bd003d0 jql: 7.0.0 -> 7.0.1
Diff: https://github.com/yamafaktory/jql/compare/jql-v7.0.0...jql-v7.0.1

Changelog: https://github.com/yamafaktory/jql/releases/tag/jql-v7.0.1
2023-07-13 09:54:07 -04:00
Sebastian Sellmeier
57071b60fe
cups: add xdg-open as dependency package as substitution does not work
for all desktop-envs
2023-07-13 15:37:00 +02:00
R. Ryantm
2d3a5a99e1 jackett: 0.21.456 -> 0.21.462 2023-07-13 13:28:33 +00:00
pennae
4959cd51c6
Merge pull request #180997 from magnetophon/bolliedelayxt.lv2
bolliedelayxt.lv2: init at unstable-2017-10-25
2023-07-13 15:01:23 +02:00
R. Ryantm
75d49ecfa9 emacsPackages.ebuild-mode: 1.64 -> 1.65 2023-07-13 12:54:56 +00:00
Nick Cao
e8f986984c
Merge pull request #243240 from basedtheorem/patch-1
uhk-agent: 2.1.2 -> 3.0.0
2023-07-13 20:37:35 +08:00
Robert Schütz
6b8186f405 nextcloud24: remove unused patch
nextcloud24 was removed in 430f1dcdbd
2023-07-13 05:29:19 -07:00
Weijia Wang
b8eaa70945
Merge pull request #243189 from r-ryantm/auto-update/ipcalc
ipcalc: 1.0.2 -> 1.0.3
2023-07-13 15:25:16 +03:00
Martin Weinelt
5346af663c
Merge pull request #243119 from mweinelt/findpython-0.3.0
python310Packages.findpython: 0.2.5 -> 0.3.0
2023-07-13 14:23:37 +02:00
happysalada
bb3afd3b3a python310Packages.transformers: add myself as maintainer 2023-07-13 20:12:29 +08:00
happysalada
85ff2d1a26 python310Packages.transformers: 4.28.1 -> 4.30.2 2023-07-13 20:12:29 +08:00
R. Ryantm
99ff431682 lefthook: 1.4.3 -> 1.4.4 2023-07-13 09:07:13 -03:00
Weijia Wang
ab41b79fed
Merge pull request #243153 from r-ryantm/auto-update/cypress
cypress: 12.16.0 -> 12.17.1
2023-07-13 15:04:20 +03:00
R. Ryantm
a74f584216 python310Packages.griffe: 0.31.0 -> 0.32.0 2023-07-13 11:59:49 +00:00
Weijia Wang
9caab144be
Merge pull request #243222 from tjni/pyserial-asyncio
python310Packages.pyserial-asyncio: enable on darwin
2023-07-13 14:58:02 +03:00
emilylange
16745af614
matrix-sliding-sync: 0.99.3 -> 0.99.4
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.4
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.3...v0.99.4
2023-07-13 13:38:44 +02:00
Léo Stefanesco
526df2136c coqPackages.autosubst: 1.7 -> 1.8 2023-07-13 13:36:20 +02:00
Bjørn Forsman
112dc82132 mawk: 1.3.4-20230203 -> 1.3.4-20230525
Upgrade to fix random segfault.

Before:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/zyxgmjyb8ii282lx8g64dhd8y9k3rzd6-mawk-1.3.4-20230203
  i=1 PASS
  i=2 PASS
  i=3 Segmentation fault (core dumped)
  i=4 Segmentation fault (core dumped)
  i=5 Segmentation fault (core dumped)
  i=6 Segmentation fault (core dumped)
  i=7 Segmentation fault (core dumped)
  i=8 PASS
  i=9 Segmentation fault (core dumped)
  i=10 PASS

After:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/dn4mcifn50a6z3g482by0d988zwms0yq-mawk-1.3.4-20230525
  i=1 PASS
  i=2 PASS
  i=3 PASS
  i=4 PASS
  i=5 PASS
  i=6 PASS
  i=7 PASS
  i=8 PASS
  i=9 PASS
  i=10 PASS

Upstream changelog: https://invisible-island.net/mawk/CHANGES
2023-07-13 12:16:49 +01:00
Victor Borja
3cf59a3c25 gleam: 0.29.0 -> 0.30.0 2023-07-13 19:14:00 +08:00
Sandro
f58ef48c1e
Merge pull request #243212 from belak/belak/wezterm-20230712 2023-07-13 13:13:25 +02:00
R. Ryantm
2bfb14fdd1 moon: 1.9.2 -> 1.10.0 2023-07-13 11:00:21 +00:00
Markus Theil
a8efd663ed rng-tools: increase initialization robustness together with jitterentropy-3.4.1
With jitterentropy 3.4.1 the initial timeout of rng-tools for the
initialization of jitterentropy seems to be too small in some cases.
Set a larger timeout for tests. Add comment how this timeout can be
set by users needing it.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-13 12:50:10 +02:00
R. Ryantm
030b2f2457 cri-tools: 1.27.0 -> 1.27.1 2023-07-13 20:40:42 +10:00
R. Ryantm
29f743d6be orbiton: 2.62.5 -> 2.62.6 2023-07-13 10:32:55 +00:00
Markus Theil
1547a6c4a8 jitterentropy: disable upstream install strip
This install strip is later done through nixpkgs and is not needed.
Furthermore it failed for me when cross compiling on x86-64 to aarch64.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-13 12:20:46 +02:00
Markus Theil
f60a3a0004 jitterentropy: 3.3.1 -> 3.4.1
update to new version 3.4.1 in order to gain support
for native timestamps on ARM64.

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-07-13 12:20:46 +02:00
Laurens M
b412ff8711
uhk-agent: 2.1.2 -> 3.0.0
[Release notes](https://github.com/UltimateHackingKeyboard/agent/releases/tag/v3.0.0)
2023-07-13 22:10:36 +12:00
zzzsyyy
b91d403b32
pdfarranger: 1.9.2 -> 1.10.0 2023-07-13 17:07:37 +08:00
Nick Cao
296e58b815
python3Packages.datrie: set format 2023-07-13 17:06:47 +08:00
Nick Cao
2f3dc4132f
python3Packages.caldav: move tzlocal and pytz to propagatedBuildInputs
As they are part of install_requires
2023-07-13 16:56:42 +08:00
zowoq
1128a6668a
terraform: 1.5.2 -> 1.5.3 (#243204)
Diff: https://github.com/hashicorp/terraform/compare/v1.5.2...v1.5.3

Changelog: https://github.com/hashicorp/terraform/blob/v1.5.3/CHANGELOG.md
2023-07-13 10:45:58 +02:00
adisbladis
6a05eeb515
Merge pull request #243199 from adisbladis/nixos-lemmy-config
nixos/lemmy: Fix pictrs config
2023-07-13 20:31:30 +12:00
happysalada
eaeb62a83a turbo: 1.8.8 -> 1.10.7 2023-07-13 16:21:16 +08:00
Robert Schütz
b6ce42c928
Revert "irrd: init at 4.2.6 (#210565)" (#242957)
This reverts commit be1e280246.
2023-07-13 10:12:20 +02:00
Pol Dellaiera
3c1a134cbd
Merge pull request #243133 from afh/update-weechat
weechat: 4.0.1 -> 4.0.2
2023-07-13 10:08:49 +02:00
Pol Dellaiera
9890d06e3e
Merge pull request #243145 from msfjarvis/hs/add-gleam-vsc-extension
vscode-extensions.gleam.gleam: init at 2.3.0
2023-07-13 10:07:57 +02:00
Pol Dellaiera
5c4b24c889
Merge pull request #243150 from dritter/update-jetbrains3
jetbrains: 2023.1.3 -> 2023.1.4
2023-07-13 10:07:25 +02:00
Pol Dellaiera
02f0a0eb65
Merge pull request #243172 from 1000teslas/digikam
digikam: 8.0.0 -> 8.1.0
2023-07-13 10:06:48 +02:00
Pol Dellaiera
a4b9f5634c
Merge pull request #243165 from donovanglover/crystal
crystal: 1.8 -> 1.9
2023-07-13 10:06:29 +02:00