John Ericson
1a41a44328
stunnel: Multiple outputs, parallel building
2023-02-02 14:14:17 -05:00
John Ericson
b99fc79f5d
stunnel: Add optional systemd support
...
This allows for socket activation of stunnel itself.
Co-authored-by: Artturi <Artturin@artturin.com>
2023-02-02 14:13:52 -05:00
Alyssa Ross
d608fbb9f6
buildPython*: allow overriding disabled packages
...
Previously:
nix-repl> python3.pkgs.WSME
error: WSME-0.11.0 not supported for interpreter python3.10
nix-repl> python3.pkgs.WSME.overridePythonAttrs (_: { disabled = false; })
error: WSME-0.11.0 not supported for interpreter python3.10
Now:
nix-repl> python3.pkgs.WSME
error: WSME-0.11.0 not supported for interpreter python3.10
«derivation
nix-repl> python3.pkgs.WSME.overridePythonAttrs (_: { disabled = false; })
«derivation /nix/store/cxkiwdfm146zvl573s2hahlbjd1wfrrp-python3.10-WSME-0.11.0.drv»
2023-02-02 16:49:27 +01:00
Bobby Rong
6d5025d631
Merge pull request #213561 from bobby285271/fix/cinnamon
...
cinnamon.cinnamon-common: various changes
2023-02-02 23:47:04 +08:00
Martin Weinelt
670f5fd185
Merge pull request #214194 from r-ryantm/auto-update/python310Packages.ovoenergy
...
python310Packages.ovoenergy: 1.3.0 -> 1.3.1
2023-02-02 15:40:56 +00:00
Martin Weinelt
02b2b0bc60
Merge pull request #213806 from mweinelt/psycopg-3.1.8
...
python3Packages.psycopg: 3.1.3 -> 3.1.8
2023-02-02 15:39:36 +00:00
Doron Behar
668c1a0d64
Merge pull request #214186 from r-ryantm/auto-update/texlab
...
texlab: 5.1.0 -> 5.2.0
2023-02-02 17:26:40 +02:00
Sandro
385ea92713
Merge pull request #214178 from urandom2/aaxtomp3
...
aaxtomp3: drop osh patch
2023-02-02 16:09:54 +01:00
R. Ryantm
c24932a453
python310Packages.ovoenergy: 1.3.0 -> 1.3.1
2023-02-02 15:08:52 +00:00
superherointj
a6542405ca
Merge pull request #214180 from r-ryantm/auto-update/ginkgo
...
ginkgo: 2.7.1 -> 2.8.0
2023-02-02 11:35:28 -03:00
superherointj
807caf5524
Merge pull request #214184 from r-ryantm/auto-update/edwin
...
edwin: 0.52 -> 0.54
2023-02-02 11:34:27 -03:00
superherointj
f88f9fd562
Merge pull request #214172 from r-ryantm/auto-update/cinny-desktop
...
cinny-desktop: 2.2.3 -> 2.2.4
2023-02-02 11:26:43 -03:00
superherointj
e968ebeaf0
Merge pull request #214171 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.23241 -> 0.1.23272
2023-02-02 11:25:38 -03:00
superherointj
793bcf8cf3
Merge pull request #214188 from emilytrau/suricata-url
...
suricata: update homepage
2023-02-02 11:24:54 -03:00
Emily Trau
ab158ca8d7
suricata: update homepage
2023-02-03 01:21:32 +11:00
Sandro
c2947b5459
Merge pull request #214169 from K900/kde-gear-22.12.2
...
kde/gear: 22.12.1 -> 22.12.2
2023-02-02 15:12:06 +01:00
R. Ryantm
4da213e4f8
texlab: 5.1.0 -> 5.2.0
2023-02-02 13:54:46 +00:00
R. Ryantm
6cd07afbb8
edwin: 0.52 -> 0.54
2023-02-02 13:37:48 +00:00
R. Ryantm
653fa9d492
ginkgo: 2.7.1 -> 2.8.0
2023-02-02 13:03:58 +00:00
Colin Arnott
ce03e686a7
aaxtomp3: drop osh patch
...
Upstream has resolved oilshell/oil#1446 , and nixpkgs consumed the fix.
2023-02-02 13:00:53 +00:00
Martin Weinelt
f7455fa165
Merge pull request #214153 from flokli/nsncd-as-default
...
nixos/nscd: use nsncd by default
2023-02-02 12:55:24 +00:00
R. Ryantm
5eb4e3c0e8
cinny-desktop: 2.2.3 -> 2.2.4
2023-02-02 12:40:45 +00:00
K900
35a07d6c1d
kde/gear: 22.12.1 -> 22.12.2
2023-02-02 15:25:02 +03:00
R. Ryantm
ba6facd1c6
circleci-cli: 0.1.23241 -> 0.1.23272
2023-02-02 12:24:11 +00:00
Bobby Rong
6997aefc84
cinnamon.cinnamon-common: use correct python for scrollbar-test-widget.py
...
Loading Themes module
Traceback (most recent call last):
File "/xxxxxx/share/cinnamon/cinnamon-settings/bin/scrollbar-test-widget.py", line 6, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
This file is being called as
Gio.Subprocess.new(['python3', '/xxxxxx/scrollbar-test-widget.py', str(self.content_widget.get_id())], Gio.SubprocessFlags.NONE)
2023-02-02 20:19:08 +08:00
Nick Cao
c6ffb739b1
Merge pull request #213795 from SharzyL/telethon-1.26.1
...
python3Packages.telethon: 1.25.1 -> 1.26.1
2023-02-02 20:14:59 +08:00
Nick Cao
b0a459c353
Merge pull request #214142 from NickCao/singbox
...
sing-box: 1.1.4 -> 1.1.5
2023-02-02 20:12:17 +08:00
Nick Cao
01b46e0397
Merge pull request #214092 from dotlambda/lisgd-0.3.7
...
lisgd: 0.3.6 -> 0.3.7
2023-02-02 20:11:27 +08:00
Nick Cao
848285111e
Merge pull request #214162 from r-ryantm/auto-update/govc
...
govc: 0.30.1 -> 0.30.2
2023-02-02 20:06:59 +08:00
Nick Cao
1230512cc9
Merge pull request #214157 from r-ryantm/auto-update/datree
...
datree: 1.8.20 -> 1.8.21
2023-02-02 20:06:01 +08:00
Nick Cao
aed87b7a46
Merge pull request #214156 from r-ryantm/auto-update/ctre
...
ctre: 3.7.1 -> 3.7.2
2023-02-02 20:05:12 +08:00
Nick Cao
cbfe3582b6
Merge pull request #214154 from aaronjheng/golangci-lint
...
golangci-lint: 1.50.1 -> 1.51.0
2023-02-02 20:04:47 +08:00
Nick Cao
dc109a3192
Merge pull request #214161 from r-ryantm/auto-update/hclfmt
...
hclfmt: 2.15.0 -> 2.16.0
2023-02-02 20:01:18 +08:00
Jonas Heinrich
0e58314294
Merge pull request #213789 from gmacon/plotnine-propagate-inputs
...
plotnine: Propagate runtime inputs
2023-02-02 12:25:53 +01:00
R. Ryantm
53c73eb77d
govc: 0.30.1 -> 0.30.2
2023-02-02 11:19:41 +00:00
Anderson Torres
7ac7583ffb
Merge pull request #212639 from phip1611/ansi-add
...
ansi-escape-sequences-cli: init at 0.1.4
2023-02-02 08:00:02 -03:00
R. Ryantm
0c37de6761
hclfmt: 2.15.0 -> 2.16.0
2023-02-02 10:59:24 +00:00
Anderson Torres
c639515f3b
Merge pull request #213946 from atorres1985-contrib/rpcemu
...
rpcemu: init at 0.9.4
2023-02-02 07:58:56 -03:00
R. Ryantm
08e31a5681
datree: 1.8.20 -> 1.8.21
2023-02-02 10:39:03 +00:00
R. Ryantm
adb08f565f
ctre: 3.7.1 -> 3.7.2
2023-02-02 10:34:03 +00:00
Aaron Jheng
9789b64617
golangci-lint: 1.50.1 -> 1.51.0
2023-02-02 10:33:48 +00:00
Johannes Kirschbauer
a2780dc543
Docs/fix: make doc-strings nixdoc compliant ( #213570 )
...
* re-format all doc-strings to make them nixdoc compliant
* reformat comments to make them markdown-renderable
2023-02-02 11:20:02 +01:00
Jonas Heinrich
652f69f9d5
Merge pull request #211786 from OPNA2608/update/mir
...
wlcs,mir: bump
2023-02-02 11:13:23 +01:00
OPNA2608
ccb23e076a
mir: 2.11.0 -> 2.12.0
2023-02-02 11:10:41 +01:00
Florian Klink
fbfe2907af
nixos/nscd: use nsncd by default
...
As announced in the NixOS 22.11 release notes, 23.05 will switch NixOS
to using nsncd (a non-caching reimplementation in Rust) as NSS lookup
dispatcher, instead of the buggy and deprecated glibc-provided nscd.
If you need to switch back, set `services.nscd.enableNsncd = false`, but
please open an issue in nixpkgs so your issue can be fixed.
2023-02-02 11:07:25 +01:00
Ryan Horiguchi
1d400a8f63
spicetify-cli: 2.14.3 -> 2.16.1
...
https://github.com/spicetify/spicetify-cli/releases/tag/v2.16.1
https://github.com/spicetify/spicetify-cli/releases/tag/v2.16.0
https://github.com/spicetify/spicetify-cli/releases/tag/v2.15.0
2023-02-02 11:06:33 +01:00
Philipp Schuster
148dae7b4c
ansi: init at 0.1.4
...
This adds the ansi cli utility to nixpkgs.
2023-02-02 11:04:46 +01:00
Weijia Wang
99a3d691c1
Merge pull request #214137 from wegank/zenith-darwin
...
zenith: unbreak on aarch64 platforms
2023-02-02 10:55:10 +01:00
Weijia Wang
bdcaa990de
zenith: unbreak on aarch64 platforms
2023-02-02 10:10:44 +01:00
Nick Cao
2f2287295f
sing-box: 1.1.4 -> 1.1.5
...
Diff: https://github.com/SagerNet/sing-box/compare/v1.1.4...v1.1.5
2023-02-02 17:08:17 +08:00