fortuneteller2k
7758895eda
hilbish: 1.2.0 -> 2.0.1
2022-12-31 01:55:11 +08:00
sternenseemann
c7667f198f
cbqn: drop obsolete darwin flags
...
This was already done in f5c7a97d53 , but
reverted later by accident.
2022-12-30 18:49:53 +01:00
sternenseemann
2f3f2c82c8
cbqn: install headers and shared library
...
This is useful for embedding CBQN and writing libraries that can be used
via the CBQN FFI.
2022-12-30 18:49:53 +01:00
jacobi petrucciani
fda7b23b32
python3Packages.notion-client: init at 2.0.0
2022-12-30 12:47:13 -05:00
Kyle Ondy
3a7244f68b
spaceship-prompt: add kyleondy as maintainer
...
Kyle Ondy uses spaceship-prompt 10+ hours a day, both at work on an M1
macbook and on Intel and AMD machines at home.
2022-12-30 12:45:41 -05:00
Karel Kočí
9295cc28c9
python3Packages.pytest-tap: init at 3.3
2022-12-30 18:39:34 +01:00
figsoda
c3993b8d2d
lemmy-help: 0.10.0 -> 0.11.0
...
Diff: https://github.com/numToStr/lemmy-help/compare/v0.10.0...v0.11.0
Changelog: https://github.com/numToStr/lemmy-help/releases/tag/v0.11.0
2022-12-30 12:38:13 -05:00
Fabian Affolter and GitHub
171ac46b9f
Merge pull request #208332 from fabaff/pip-audit-bump
...
pip-audit: 2.4.11 -> 2.4.12
2022-12-30 18:17:53 +01:00
Jacek Galowicz and GitHub
506d2553f0
Merge pull request #208343 from bjornfor/nixos-test-driver-use-ascii-quotes
...
nixos/test-driver: use ASCII single quotes everywhere
2022-12-30 18:14:26 +01:00
R. Ryantm
1d31ea5464
afflib: 3.7.19 -> 3.7.20
2022-12-30 17:09:40 +00:00
Fabian Affolter
e1de1a8bdf
python310Packages.teslajsonpy: 3.7.0 -> 3.7.1
...
Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.7.1
2022-12-30 18:09:35 +01:00
R. Ryantm
4c40f4d0bc
aliyun-cli: 3.0.140 -> 3.0.141
2022-12-30 17:05:40 +00:00
maralorn
8c4865a950
haskell-modules/configuration-ghc-*.nix: Remove trailing whitespaces
2022-12-30 18:04:51 +01:00
Fabian Affolter and GitHub
131edcb5d1
Merge pull request #208371 from r-ryantm/auto-update/python310Packages.types-dateutil
...
python310Packages.types-dateutil: 2.8.19.2 -> 2.8.19.5
2022-12-30 18:03:22 +01:00
Fabian Affolter
d8258b73c0
python310Packages.whodap: 0.1.6 -> 0.1.7
...
Changelog: https://github.com/pogzyb/whodap/releases/tag/v0.1.7
2022-12-30 18:00:12 +01:00
Fabian Affolter
59479a3b04
python310Packages.whodap: add changelog to meta
2022-12-30 17:58:09 +01:00
Fabian Affolter and GitHub
ed9016bc71
git-machete: add changelog to meta
2022-12-30 17:46:26 +01:00
Fabian Affolter and GitHub
74be9234a2
Merge pull request #208336 from fabaff/pybravia-bump
...
python310Packages.pybravia: 0.2.3 -> 0.2.4
2022-12-30 17:42:50 +01:00
maralorn
de24bca86c
release-haskell: Pick correct versions for hlint and hls
2022-12-30 17:42:21 +01:00
Fabian Affolter and GitHub
5a1b154529
Merge pull request #208325 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice
...
python310Packages.azure-mgmt-containerservice: 21.0.0 -> 21.1.0
2022-12-30 17:39:34 +01:00
Sandro Jäckel
d0b531b574
ArchiSteamFarm: build asf as single file, build plugins
2022-12-30 17:36:18 +01:00
Fabian Affolter and GitHub
c296db8ce4
Merge pull request #208356 from r-ryantm/auto-update/python310Packages.python3-saml
...
python310Packages.python3-saml: 1.14.0 -> 1.15.0
2022-12-30 17:34:33 +01:00
Fabian Affolter and GitHub
0a8992d02a
Merge pull request #208357 from r-ryantm/auto-update/python310Packages.labelbox
...
python310Packages.labelbox: 3.33.1 -> 3.34.0
2022-12-30 17:33:52 +01:00
0x4A6F and GitHub
3b67e9f841
Merge pull request #206674 from jyooru/fix/nixos/cloudflared
...
nixos/cloudflared: fix invalid systemd unit, required options with defaults
2022-12-30 17:30:51 +01:00
maralorn
3b14e60bab
haskell-language-server: Fix build for 1.9.0.0 for all ghc versions
2022-12-30 17:21:48 +01:00
R. Ryantm and Bobby Rong
dea47fa228
linkerd_edge: 22.8.2 -> 22.12.1
2022-12-30 23:47:58 +08:00
R. Ryantm and Bobby Rong
c45eae4334
workcraft: 3.3.8 -> 3.3.9
2022-12-30 23:45:14 +08:00
AndersonTorres
1453e6761a
ventoy-bin: remove inherit (libsForQt5) reference on all-packages.nix
...
According to the issue linked at the end, filling arguments for `callPackage` in
all-packages.nix breaks splicing and makes the expressions incompatible with
cross-compilation.
This issue is more pronounced in the many `inherit (darwin)` calls. However, it
is present in similar contexts too.
The idea here is not the smartest: it just hides those inheritances from
`all-packages.nix` and sends them to the `default.nix` expressions.
Issue: https://github.com/NixOS/nixpkgs/issues/204303
2022-12-30 12:42:50 -03:00
Gaetan Lepage and Matthieu Coudron
5d6f451722
neovim: 0.8.1 -> 0.8.2
2022-12-30 16:37:35 +01:00
R. Ryantm and Bobby Rong
7809ece5ff
skaffold: 2.0.3 -> 2.0.4
2022-12-30 23:37:22 +08:00
Bobby Rong and GitHub
660b591988
Merge pull request #208292 from kilianar/portfolio-0.60.1
...
portfolio: 0.60.0 -> 0.60.1
2022-12-30 23:34:23 +08:00
R. Ryantm and Bobby Rong
88592518cd
hackgen-font: 2.7.1 -> 2.8.0
2022-12-30 23:30:25 +08:00
figsoda and GitHub
246b6beedd
Merge pull request #208267 from figsoda/ruff
...
ruff: 0.0.199 -> 0.0.200
2022-12-30 10:28:54 -05:00
Anderson Torres and GitHub
b2a2029a27
Merge pull request #208364 from atorres1985-contrib/txr
...
txr: 280 -> 283
2022-12-30 12:26:12 -03:00
R. Ryantm
9cd4748eb0
python310Packages.types-dateutil: 2.8.19.2 -> 2.8.19.5
2022-12-30 15:23:44 +00:00
R. Ryantm
ae12bebc29
python310Packages.zodbpickle: 2.4 -> 2.6
2022-12-30 14:55:13 +00:00
0x4A6F and GitHub
8507321ef8
Merge pull request #196195 from RaitoBezarius/garage-multiple-versions
...
nixos/garage: provide multiple versions to provide an upgrade path for future major releases
2022-12-30 15:50:25 +01:00
R. Ryantm
e15dec73ce
python310Packages.django_hijack: 3.2.5 -> 3.2.6
2022-12-30 14:45:14 +00:00
schnusch
6fd317a671
remote-touchpad: 1.2.2 -> 1.2.3
2022-12-30 15:40:35 +01:00
Fabian Affolter and GitHub
3bc282bec2
python310Packages.python3-saml: add changelog to meta
...
- disable on unsupported Python releases
2022-12-30 15:38:54 +01:00
Adam Stephens
3126ef6a40
kitty: use apple_sdk_11 and mark as broken on x86_64-darwin
2022-12-30 09:19:38 -05:00
Fabian Affolter
d20e592f36
python310Packages.pybravia: 0.2.4 -> 0.2.5
...
Diff: https://github.com/Drafteed/pybravia/compare/v0.2.4...v0.2.5
Changelog: https://github.com/Drafteed/pybravia/releases/tag/v0.2.5
2022-12-30 15:18:47 +01:00
Adam Stephens
da48047d8f
kitty: add adamcstephens as maintainer
2022-12-30 09:18:22 -05:00
Raito Bezarius
5d68e8482f
garage: mark 0.8 broken on Darwin
2022-12-30 15:12:46 +01:00
Raito Bezarius
e6597c8ac5
garage: mark 0.7.3 as EOL
2022-12-30 15:12:45 +01:00
Raito Bezarius
1db2175e7a
nixos/garage: provide multiple versions to provide an upgrade path when using NixOS service
...
- Add mention to release notes 23.05
- Introduce Garage v0.8
- Protect against unexpected upgrade with stateVersion
- Test matrix over 0.7 × 0.8
2022-12-30 15:12:44 +01:00
Artturi and GitHub
04f4be9a29
Merge pull request #207907 from numinit/update-keystore-explorer
2022-12-30 15:52:36 +02:00
Artturi and GitHub
338097c04c
Merge pull request #208300 from hadilq/androidenv/fix-system-image-download-url-for-default-type
2022-12-30 15:48:07 +02:00
AndersonTorres
4dab14dd38
txr: 280 -> 283
2022-12-30 10:46:11 -03:00
Hadi and Artturin
6fd11aec99
androidenv: Fix system image download url for default type
2022-12-30 15:30:27 +02:00