Commit Graph

554967 Commits

Author SHA1 Message Date
Weijia Wang
ef8335efb1
Merge pull request #270716 from figsoda/inlyne
inlyne: 0.3.1 -> 0.3.2
2023-11-30 03:12:53 +01:00
Weijia Wang
dc1ba6885e
Merge pull request #270719 from 3JlOy-PYCCKUi/anilibria-winmaclinux
anilibria-winmaclinux: 1.2.11 -> 1.2.12
2023-11-30 03:12:29 +01:00
Weijia Wang
64d491aeaa
Merge pull request #270786 from janvotava/timoni0.17.0
timoni: 0.15.0 -> 0.17.0
2023-11-30 03:11:23 +01:00
Weijia Wang
05f2f34d78
Merge pull request #270802 from figsoda/lact
lact: 0.4.4 -> 0.5.0
2023-11-30 03:10:59 +01:00
Weijia Wang
cb1286d31b
Merge pull request #270828 from evan-goode/evan-goode/processing
processing: 4.2 -> 4.3
2023-11-30 03:10:24 +01:00
Weijia Wang
9a339e0d6d
Merge pull request #270865 from beeb/awsbck-0.3.6
awsbck: 0.3.5 -> 0.3.6
2023-11-30 03:09:04 +01:00
Weijia Wang
b9b3346943
Merge pull request #271010 from star-szr/carapace-0.28.4
carapace: 0.28.3 -> 0.28.4
2023-11-30 03:07:08 +01:00
Weijia Wang
0c46a52bfc
Merge pull request #270944 from linsui/solanum
gnome-solanum: 4.0.0 -> 5.0.0
2023-11-30 03:06:26 +01:00
Weijia Wang
d37cc4a405
Merge pull request #270955 from figsoda/mit
git-mit: 5.12.177 -> 5.12.178
2023-11-30 03:05:52 +01:00
Weijia Wang
6d9ceedee1
Merge pull request #270956 from figsoda/fblog
fblog: 4.6.0 -> 4.7.0
2023-11-30 03:05:35 +01:00
Weijia Wang
a547f2929f
Merge pull request #270969 from figsoda/runme
runme: 2.0.0 -> 2.0.2
2023-11-30 03:05:19 +01:00
Weijia Wang
24f4062187
Merge pull request #270903 from Flakebi/amdvlk
amdvlk: 2023.Q4.1 -> 2023.Q4.2
2023-11-30 03:02:40 +01:00
Fabian Affolter
0bfbf28577 python311Packages.aiorecollect: 2023.09.0 -> 2023.11.0
Diff: https://github.com/bachya/aiorecollect/compare/refs/tags/2023.09.0...2023.11.0

Changelog: https://github.com/bachya/aiorecollect/releases/tag/2023.11.0
2023-11-30 03:00:36 +01:00
Weijia Wang
08194529e6
Merge pull request #271083 from NixOS/sourcehut-hotfix
nixos/sourcehut: fix eval
2023-11-30 02:53:14 +01:00
Weijia Wang
8c734937d6 nixos/sourcehut: fix eval 2023-11-30 02:52:50 +01:00
Weijia Wang
feeae486de
Merge pull request #261702 from h7x4/replace-mkoption-with-mkpackageoption
treewide: use `mkPackageOption`
2023-11-30 02:49:30 +01:00
Weijia Wang
babc0d5e96
Merge pull request #257400 from wineee/deepin-23
deepin desktop environment: v20 -> v23Beta
2023-11-30 02:47:08 +01:00
Mario Rodas
08bcdd69d4
Merge pull request #270818 from figsoda/comrak
comrak: 0.19.0 -> 0.20.0
2023-11-29 20:38:22 -05:00
Mario Rodas
0900a15bd7
Merge pull request #270884 from xrelkd/update/clipcat
clipcat: 0.7.0 -> 0.7.1
2023-11-29 20:37:31 -05:00
Weijia Wang
d20fae5378
Merge pull request #270680 from nim65s/auto-update/python310Packages.pinocchio
pinocchio: 2.6.20 -> 2.6.21
2023-11-30 02:20:08 +01:00
Robert Schütz
f08c6d8909
Merge pull request #270334 from dotlambda/splinter-0.20.1
python311Packages.splinter: 0.19.0 -> 0.20.1
2023-11-29 17:19:33 -08:00
Kyle Hendricks
463424129d snapraid: fix split parity files
SnapRAID has a feature where you can specify "split" parity files. This
is useful when you're using 16tb or bigger ext4-formatted disks for
parity. ext4 doesn't support files bigger than 16tb so this "split
parity file" can be used to specify two parity files on a single parity
disk and SnapRAID will automatically use the subsequent file when the current
cannot grow anymore (hits 16TB). You specify these split parity files by
separating them with commas in the "parity" config option. This
mostly already works except when it comes to the scheduled systemd sync
job where it specifies ReadWritePaths. If you specify a parity with
multiple files you'll get an error when the systemd job runs: Failed to
set up mount namespacing:
/run/systemd/unit-root/mnt/parity1/snapraid1.parity,/mnt/parity1/snapraid2.parity: No such file or directory
Essentially, when the parity file paths are passed into ReadWritePaths,
they're always treated as a single path.  This change makes sure to
split the paths if they contain a comma.

The big concern for this change is if it would break users who have
commas in their actual parity file paths.  This won't be an issue because SnapRAID
itself blindly splits on commas for parity files, so legitimate commas in a parity
file path wouldn't work in SnapRAID anyway. See here:
978d812153/cmdline/state.c (L692)

SnapRAID doc for split parity files: https://www.snapraid.it/manual#7.1
2023-11-29 20:10:29 -05:00
Weijia Wang
59f9784c42
Merge pull request #270182 from eclairevoyant/fnott
fnott: set meta.mainProgram, passthru.updateScript, and other cleanup
2023-11-30 01:54:57 +01:00
Weijia Wang
613faa2cdb
Merge pull request #270236 from eclairevoyant/nhentai
nhentai: set meta.mainProgram, fix deps, and other cleanup
2023-11-30 01:54:08 +01:00
Weijia Wang
f97576fb05
Merge pull request #270987 from mmlb/update-mmlb-email
maintainers: update mmlb email
2023-11-30 01:37:12 +01:00
Weijia Wang
b94933b280
Merge pull request #270971 from somasis/signal-desktop-mainProgram
signal-desktop: add meta.mainProgram
2023-11-30 01:36:17 +01:00
Weijia Wang
4a939f35c9
Merge pull request #270830 from wineee/bilbil
bilibili: update meta info
2023-11-30 01:35:14 +01:00
Weijia Wang
452be591c8
Merge pull request #270477 from TomaSajt/mlx42
mlx42: add meta.changelog and simplify src.rev
2023-11-30 01:34:18 +01:00
jdx
85cba39704
rtx: change username of repo owner
I changed my username from jdxcode -> jdx
2023-11-29 18:31:11 -06:00
Weijia Wang
d54199b581
Merge pull request #270970 from somasis/pastel-mainProgram
pastel: add meta.mainProgram
2023-11-30 01:30:30 +01:00
Weijia Wang
73df03d0c4 clear: set platforms 2023-11-30 01:25:37 +01:00
Weijia Wang
ef13e20509
Merge pull request #270568 from wineee/xlayoutdisplay
xlayoutdisplay: 1.3.0 -> 1.5.0
2023-11-30 01:23:58 +01:00
rewine
27e8db2bcf bilibili: update meta info
1. mark sourceProvenance as `binaryNativeCode`
2. only work on "x86_64-linux" platform, upstream supports arm but it still is not in nixpkgs
3. Add unfree license, this is a proprietary software belonging to `bilibili.com`, [upstream](https://github.com/msojocs/bilibili-linux) ported to linux via anti-obfuscation
2023-11-30 01:11:48 +01:00
kashw2
e86c08bf20 syft: 0.97.1 -> 0.98.0 2023-11-30 10:11:20 +10:00
Michael Koeppl
e345034832 maintainers: add rettetdemdativ 2023-11-30 01:07:12 +01:00
Mario Rodas
c1fd973219
Merge pull request #270894 from r-ryantm/auto-update/postgresql12JitPackages.pgroonga
postgresql12JitPackages.pgroonga: 3.0.8 -> 3.1.5
2023-11-29 19:07:12 -05:00
Michael Koeppl
78944ff7a3 invidtui: init at 0.3.6 2023-11-30 01:06:24 +01:00
Weijia Wang
045d470051
Merge pull request #268890 from pokon548/update-flowtime
flowtime: 3.1 -> 6.1
2023-11-30 01:02:19 +01:00
Mario Rodas
98b5d3b885
Merge pull request #270908 from marsam/update-pueue
pueue: 3.3.1 -> 3.3.2
2023-11-29 19:01:38 -05:00
Daniel Olsen
89926323ec hydrus: 553 -> 554
Diff: https://github.com/hydrusnetwork/hydrus/compare/refs/tags/v553...v554
2023-11-30 00:57:19 +01:00
tsandrini
30fd50aaab pywalfox-native: init at 2.7.4
pywalfox: refactor sha256->hash

pywalfox: convert hash to SRI format

pywalfox-native: init at 2.7.4

pywalfox-native: clean redundancy, del maintainer
2023-11-30 00:55:02 +01:00
tsandrini
3e499a7bac maintainers: add tsandrini 2023-11-30 00:55:02 +01:00
Weijia Wang
6ece342c1d
Merge pull request #268945 from BlankParticle/catppuccin-grub-theme
catppuccin: add grub theme
2023-11-30 00:54:58 +01:00
Weijia Wang
e9664e90a2
Merge pull request #270582 from paveloom/qbittorrent
qbittorrent: 4.6.1 -> 4.6.2
2023-11-30 00:50:34 +01:00
R. Ryantm
15185e5362 python311Packages.peft: 0.6.0 -> 0.6.2 2023-11-29 23:45:47 +00:00
Weijia Wang
2d8a338d24
Merge pull request #270177 from uku3lig/hyprpaper-0.5.0
hyprpaper: 0.4.0 -> 0.5.0
2023-11-30 00:43:08 +01:00
Weijia Wang
bd083996e5
Merge pull request #270615 from r-ryantm/auto-update/frr
frr: 9.0.1 -> 9.1
2023-11-30 00:40:28 +01:00
Weijia Wang
fadbca63cb
Merge pull request #270960 from r-ryantm/auto-update/sonobus
sonobus: 1.6.2 -> 1.7.0
2023-11-30 00:38:30 +01:00
Gerg-L
51378601be
spicetify-cli: 2.27.1 -> 2.27.2 2023-11-29 18:34:48 -05:00
Weijia Wang
7e748dcb0a freefilesync: 13.1 -> 13.2 2023-11-30 00:30:57 +01:00