Commit Graph

21889 Commits

Author SHA1 Message Date
R. Ryantm
33aab00c27 bemenu: 0.6.19 -> 0.6.20 2024-03-12 08:36:52 +00:00
Vladimír Čunát
debbeca23b
Merge #288518: procmail: support cross compilation
...into staging
2024-03-12 09:02:23 +01:00
github-actions[bot]
0917422ffe
Merge staging-next into staging 2024-03-12 06:01:24 +00:00
R. Ryantm
6e72ac6e54 keepassxc: 2.7.6 -> 2.7.7 2024-03-12 05:53:46 +01:00
R. Ryantm
ce0dd03d5f otpclient: 3.5.0 -> 3.5.2 2024-03-12 04:51:47 +00:00
Mario Rodas
e4bca3a2b6 _1password: 2.25.0 -> 2.25.1
Changelog: https://app-updates.agilebits.com/product_history/CLI2#v2250101
2024-03-12 04:20:00 +00:00
github-actions[bot]
06e5eb63d3
Merge staging-next into staging 2024-03-11 18:01:53 +00:00
R. Ryantm
9385aae6f8 gimoji: 1.0.0 -> 1.1.0 2024-03-11 17:32:19 +00:00
R. Ryantm
55429f38c9 revanced-cli: 4.4.1 -> 4.4.2 2024-03-11 16:47:05 +00:00
Nick Cao
c5059600ab
Merge pull request #294935 from doronbehar/pkg/syncthingtray
syncthingtray: fix qt.qpa.plugin wayland issue
2024-03-11 10:56:31 -04:00
github-actions[bot]
339816cfdf
Merge staging-next into staging 2024-03-11 12:01:42 +00:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Doron Behar
a907ea8faa syncthingtray: fix qt.qpa.plugin wayland issue 2024-03-11 11:50:25 +02:00
adisbladis
b0c17f0c63
Merge pull request #293618 from adisbladis/bambu-studio-fix-cgal
bambu-studio: Fix build
2024-03-11 21:50:01 +13:00
Mario Rodas
87b03c1127
Merge pull request #294778 from r-ryantm/auto-update/scli
scli: 0.7.3 -> 0.7.4
2024-03-10 23:40:59 -05:00
Mario Rodas
8817ba1df5
Merge pull request #294868 from khaneliman/wttrbar
wttrbar: 0.9.0 -> 0.9.2
2024-03-10 23:38:07 -05:00
R. Ryantm
9901c2f300 corectrl: 1.3.10 -> 1.3.11 2024-03-11 01:01:16 +00:00
Austin Horstman
f07aebf95a
wttrbar: 0.9.0 -> 0.9.2 2024-03-10 19:05:39 -05:00
Martino Fontana
3f25b9d193 bottles: 51.9 -> 51.11
Diff: https://github.com/bottlesdevs/bottles/compare/51.9...51.11
2024-03-10 22:41:07 +01:00
Nikolay Korotkiy
c2e4139f04
Merge pull request #294708 from TomaSajt/mkgmap
mkgmap{,-splitter}: make deterministic add missing phase hook calls
2024-03-11 00:38:26 +04:00
R. Ryantm
672e2c013f scli: 0.7.3 -> 0.7.4 2024-03-10 17:30:59 +00:00
TomaSajt
411bbcca3b
mkgmap{,-splitter}: make deterministic add missing phase hook calls 2024-03-10 17:48:11 +01:00
Nick Cao
c97bba7bc0
Merge pull request #294615 from r-ryantm/auto-update/clight
clight: 4.10 -> 4.11
2024-03-10 10:29:03 -04:00
Nick Cao
5b1063709c
Merge pull request #294633 from r-ryantm/auto-update/swaynotificationcenter
swaynotificationcenter: 0.10.0 -> 0.10.1
2024-03-10 10:27:54 -04:00
Pol Dellaiera
2fc6a48b83
Merge pull request #292827 from elisesouche/makehuman
makehuman: init at 1.2.0
2024-03-10 15:26:19 +01:00
Nick Cao
f4d4c00b63
Merge pull request #294591 from Stunkymonkey/phoc-deprecate-phases
phoc: deprecate phases
2024-03-10 10:24:48 -04:00
R. Ryantm
e7695eec30 toot: 0.41.1 -> 0.42.0 2024-03-10 08:23:27 +00:00
R. Ryantm
66775637fe swaynotificationcenter: 0.10.0 -> 0.10.1 2024-03-10 02:42:19 +00:00
R. Ryantm
4f23984896 clight: 4.10 -> 4.11 2024-03-10 00:58:16 +00:00
Felix Buehler
3b7cab05dc phoc: deprecate phases 2024-03-09 23:59:21 +01:00
Jörg Thalheim
01b6a6fc6f
Merge pull request #294430 from Mic92/archivebox
archivebox: fix build
2024-03-09 23:00:56 +01:00
Weijia Wang
d79e4ce7ee
Merge pull request #294519 from r-ryantm/auto-update/mkgmap
mkgmap: 4917 -> 4918
2024-03-09 18:48:40 +01:00
R. Ryantm
dfa60f4bab mkgmap: 4917 -> 4918 2024-03-09 15:22:41 +00:00
Élise
b9b66cf324 makehuman: init at 1.2.0 2024-03-09 15:23:06 +01:00
Mario Rodas
96887a423d
Merge pull request #292915 from r-ryantm/auto-update/girara
girara: 0.4.2 -> 0.4.3
2024-03-09 07:17:34 -05:00
R. Ryantm
e1e282374d phoc: 0.36.0 -> 0.37.0 2024-03-09 20:57:26 +11:00
Jörg Thalheim
afaf0aaea1 archivebox: fix build 2024-03-09 09:22:09 +01:00
Nikolay Korotkiy
2d771433ca
Merge pull request #294358 from r-ryantm/auto-update/gpxsee
gpxsee: 13.16 -> 13.17
2024-03-09 09:10:43 +04:00
Mario Rodas
396306d5ce
Merge pull request #294356 from khaneliman/wttrbar
wttrbar: 0.8.2 -> 0.9.0
2024-03-08 20:05:01 -05:00
R. Ryantm
2038c77b0b gpxsee: 13.16 -> 13.17 2024-03-08 21:16:29 +00:00
Austin Horstman
9e53c1e876
wttrbar: 0.8.2 -> 0.9.0 2024-03-08 15:11:02 -06:00
Nick Cao
b674cf5a51
Merge pull request #293943 from r-ryantm/auto-update/revanced-cli
revanced-cli: 4.4.0 -> 4.4.1
2024-03-08 15:17:39 -05:00
R. Ryantm
72d1792fe5 mediainfo-gui: 23.11 -> 24.01.1 2024-03-08 20:10:37 +01:00
Weijia Wang
15915935a5
Merge pull request #293232 from r-ryantm/auto-update/wmenu
wmenu: 0.1.6 -> 0.1.7
2024-03-08 13:50:48 +01:00
Weijia Wang
d56a43c358 dialect: fix eval 2024-03-08 11:04:29 +01:00
R. Ryantm
66f3d6f679 organicmaps: 2024.02.06-11 -> 2024.03.05-4 2024-03-08 10:56:20 +01:00
maxine
170d5078bb
Merge pull request #292525 from Aleksanaa/dialect
dialect: 2.1.1 -> 2.2.0
2024-03-08 09:55:32 +00:00
Benjamin Edward Webb
3fae0e206d
dmenu-rs: 5.5.2 -> 5.5.3
See https://github.com/Shizcow/dmenu-rs/releases/tag/5.5.3

This upgrade fixes a couple bugs with the existing package.

See https://github.com/Shizcow/dmenu-rs/issues/53
and https://github.com/Shizcow/dmenu-rs/issues/62
2024-03-07 17:51:49 -06:00
Doron Behar
3deaab7643
Merge pull request #293766 from davidkna/patch-4
syncthingtray: install app bundle in `/Applications`
2024-03-07 22:12:28 +02:00
Pol Dellaiera
e7416be2ee
Merge pull request #294086 from TomaSajt/mysql-workbench
mysql-workbench: fix build
2024-03-07 20:41:03 +01:00
Weijia Wang
c8583b3001
Merge pull request #286087 from r-ryantm/auto-update/bemenu
bemenu: 0.6.17 -> 0.6.19
2024-03-07 17:56:21 +01:00
TomaSajt
675e083b69
mysql-workbench: fix build 2024-03-07 17:22:48 +01:00
Nick Cao
335fb3d702
Merge pull request #293892 from r-ryantm/auto-update/cartridges
cartridges: 2.7.3 -> 2.7.4
2024-03-07 09:48:51 -05:00
Nick Cao
e7653dd25b
Merge pull request #293824 from savannidgerinel/savannidgerinel/1password-gui-8.10.27
_1password-gui: 8.10.26 - 8.10.27 + refactor
2024-03-07 09:42:43 -05:00
Weijia Wang
753a93baaf
Merge pull request #285433 from r-ryantm/auto-update/joplin-desktop
joplin-desktop: 2.13.15 -> 2.14.17
2024-03-07 11:29:48 +01:00
Weijia Wang
52806ff7e1
Merge pull request #285274 from r-ryantm/auto-update/ddcui
ddcui: 0.4.2 -> 0.5.4
2024-03-07 11:26:47 +01:00
Weijia Wang
54cd7f308d
Merge pull request #285421 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.37 -> 6.4.38
2024-03-07 11:24:55 +01:00
R. Ryantm
24b4ec339e joplin-desktop: 2.13.15 -> 2.14.17 2024-03-07 11:22:35 +01:00
Weijia Wang
e46ceeaab0
Merge pull request #285730 from r-ryantm/auto-update/cubiomes-viewer
cubiomes-viewer: 3.4.2 -> 4.0.1
2024-03-07 11:08:51 +01:00
Weijia Wang
47b66a0eaf
Merge pull request #286162 from r-ryantm/auto-update/lyx
lyx: 2.3.6.1 -> 2.3.7-1
2024-03-07 11:05:36 +01:00
R. Ryantm
808235b21f bemenu: 0.6.17 -> 0.6.19 2024-03-07 10:54:51 +01:00
David Knaack
60a7f51554 syncthingtray: move app to /Applications & add binary to /bin 2024-03-07 10:22:16 +01:00
Weijia Wang
18aafa59ad
Merge pull request #287152 from r-ryantm/auto-update/pdfsam-basic
pdfsam-basic: 5.2.0 -> 5.2.2
2024-03-07 10:08:10 +01:00
Weijia Wang
7bad51de1d
Merge pull request #287504 from r-ryantm/auto-update/camunda-modeler
camunda-modeler: 5.19.0 -> 5.20.0
2024-03-07 09:41:52 +01:00
Weijia Wang
44bc325846
Merge pull request #287690 from r-ryantm/auto-update/fluidd
fluidd: 1.27.1 -> 1.28.1
2024-03-07 09:26:41 +01:00
Weijia Wang
00276b798d
Merge pull request #287732 from r-ryantm/auto-update/otpclient
otpclient: 3.3.0 -> 3.5.0
2024-03-07 09:23:14 +01:00
Weijia Wang
c3db6cb44f
Merge pull request #293547 from r-ryantm/auto-update/rofi-wayland-unwrapped
rofi-wayland-unwrapped: 1.7.5+wayland2 -> 1.7.5+wayland3
2024-03-07 07:02:04 +01:00
R. Ryantm
cbdb247808 revanced-cli: 4.4.0 -> 4.4.1 2024-03-07 02:43:38 +00:00
R. Ryantm
f6bb7b00ea cartridges: 2.7.3 -> 2.7.4 2024-03-06 23:47:52 +00:00
Weijia Wang
8db4c7539f
Merge pull request #289296 from r-ryantm/auto-update/genact
genact: 1.3.0 -> 1.4.2
2024-03-06 23:38:46 +01:00
Weijia Wang
67d31b6b1b
Merge pull request #289602 from r-ryantm/auto-update/orca-slicer
orca-slicer: 1.9.0 -> 1.9.1
2024-03-06 23:18:24 +01:00
Weijia Wang
6a4ca1bc5b
Merge pull request #290064 from r-ryantm/auto-update/far2l
far2l: 2.5.3 -> 2.6.0
2024-03-06 23:17:54 +01:00
Weijia Wang
af02a2f670
Merge pull request #290180 from r-ryantm/auto-update/moonlight-embedded
moonlight-embedded: 2.6.2 -> 2.7.0
2024-03-06 23:13:47 +01:00
Weijia Wang
a896438864
Merge pull request #290535 from r-ryantm/auto-update/holochain-launcher
holochain-launcher: 0.11.0 -> 0.11.5
2024-03-06 23:00:57 +01:00
Weijia Wang
84b9f99125
Merge pull request #292370 from r-ryantm/auto-update/ausweisapp
ausweisapp: 2.0.3 -> 2.1.0
2024-03-06 22:15:48 +01:00
Dmitry Kalinkin
07b002e3c7
Merge pull request #293514 from amarshall/blender-cleanup2
blender: cleanup
2024-03-06 15:17:45 -05:00
Jörg Thalheim
39ac57b7c5
Merge branch 'master' into license-updates 2024-03-06 20:26:06 +01:00
Savanni D'Gerinel
dc67db0f3b _1password-gui: 8.10.26 - 8.10.27 + Refactor
In addition to a version update, I've removed patchelf instructions for
1Password-HIDHelper. This tool has been deprecated for some time and we
have removed it from the latest releases.
2024-03-06 12:51:55 -05:00
Doron Behar
9c54efc071
Merge pull request #293550 from r-ryantm/auto-update/syncthingtray
syncthingtray: 1.4.13 -> 1.5.0
2024-03-06 19:22:11 +02:00
Doron Behar
825ff0dcd3
syncthingtray.src: use hash instead of sha256
Co-authored-by: Robert Schütz <github@dotlambda.de>
2024-03-06 13:45:27 +00:00
adisbladis
c5eaf0ed83 bambu-studio: Fix build
It was broken by a cgal bump in https://github.com/NixOS/nixpkgs/pull/292492
2024-03-06 13:12:56 +13:00
Sandro
28b4855d4c
Merge pull request #285710 from r-ryantm/auto-update/jetbrains-toolbox
jetbrains-toolbox: 2.2.1.19765 -> 2.2.2.20062
2024-03-05 22:39:09 +01:00
Sandro
7a9ea6a86a
Merge pull request #285412 from r-ryantm/auto-update/mediainfo
mediainfo: 23.11 -> 24.01.1
2024-03-05 21:25:15 +01:00
Sandro
1bb19c6a9c
Merge pull request #290728 from sikmir/lsd2dsl
lsd2dsl: 0.5.4 → 0.6.0
2024-03-05 21:05:20 +01:00
R. Ryantm
43fdeb06f4 syncthingtray: 1.4.13 -> 1.5.0 2024-03-05 17:44:12 +00:00
R. Ryantm
d1e7678fd1 rofi-wayland-unwrapped: 1.7.5+wayland2 -> 1.7.5+wayland3 2024-03-05 17:33:48 +00:00
Andrew Marshall
c92e91b9f6 blender: rename local python{,Packages} -> python3{,Packages}
This makes them match what the fn param names *would* be, making it
easier to refactor e.g. to `{ python3Packages, ... }: mkDerivation …` in
the future if desired. It also potentially reduces first-glance
confusion that it might be Python 2 in-use.

Leave the passthru names as-is to preserve backwards-compatibility, but
also as there appears to be some precedent for naming them like this.
2024-03-05 09:49:18 -05:00
Andrew Marshall
e65fdfa217 blender: use SRI hash for OptiX, clarify source 2024-03-05 09:49:18 -05:00
Andrew Marshall
3605bfff9a blender: remove unnecessary fallback for cudaPackages
It’s always defined.
2024-03-05 08:46:45 -05:00
Andrew Marshall
3369061e8e blender: inline single-use vars when defining withPackages 2024-03-05 08:46:45 -05:00
Andrew Marshall
6d234d9d5e blender: remove unnecessary explicit libstdc addition to rpath
This seems to no longer be necessary, I can successfully build with
cudaSupport and perform a CUDA and OptiX render.
2024-03-05 08:46:45 -05:00
Andrew Marshall
13e7acb2e7 blender: add comment for why pythonPackages over python.pkgs 2024-03-05 08:46:45 -05:00
Andrew Marshall
3a3758db32 blender: reduce usage of with
When used, ensure the scope is narrow.
https://nix.dev/guides/best-practices#with-scopes
2024-03-05 08:46:45 -05:00
Andrew Marshall
98cecd5f7d blender: prefer finalAttrs over rec 2024-03-05 08:46:44 -05:00
Andrew Marshall
bd78a3bfa5 blender: prefer using alias for desired pythonPackages
Otherwise all these references have to be updated whenever the Python
version is changed.
2024-03-05 08:46:44 -05:00
Andrew Marshall
f8ceab72ff blender: formatting
- Format to draft RFC 0166 style (via nixfmt-rfc-style)
- Alphabetize lists unless there is a somewhat-apparent reason not to
- Reorder attrs based roughly on the order they are used by the builder
2024-03-05 08:46:28 -05:00
Francesco Gazzetta
6ffb3618ea
Merge pull request #289980 from fgaz/treewide/fgaz-finalAttrs
treewide: use finalAttrs in packages maintained by @fgaz
2024-03-05 11:05:28 +01:00
Francesco Gazzetta
2b10ce0531 openrgb-plugin-hardwaresync: use finalAttrs pattern 2024-03-05 09:50:11 +01:00
Francesco Gazzetta
e7fba6b369 openrgb-plugin-effects: use finalAttrs pattern 2024-03-05 09:50:11 +01:00
Robert Schütz
0775ae58dc
Merge pull request #293080 from dotlambda/numberstation-1.4.0
numberstation: 1.3.0 -> 1.4.0
2024-03-05 03:40:57 +00:00
Mario Rodas
42878ad6ca
Merge pull request #293092 from r-ryantm/auto-update/cobalt
cobalt: 0.19.0 -> 0.19.2
2024-03-04 21:05:13 -05:00
0x4A6F
d5a183deab
Merge pull request #289598 from chewblacka/update-remnote
remnote: 1.13.52 -> 1.14.13
2024-03-04 23:48:47 +01:00
Sandro
b5c49b4f86
Merge pull request #292992 from aacebedo/aacebedo/swaync_fix_conf_file_paths
swaynotificationcenter: fix default configuration file paths
2024-03-04 22:26:08 +01:00
Nick Cao
ad7eca50ec
Merge pull request #292954 from r-ryantm/auto-update/nwg-displays
nwg-displays: 0.3.13 -> 0.3.14
2024-03-04 10:26:59 -05:00
Nick Cao
44ede3aae7
Merge pull request #293148 from r-ryantm/auto-update/gimoji
gimoji: 0.7.6 -> 1.0.0
2024-03-04 10:04:07 -05:00
Janne Heß
3af79d39bc
Merge pull request #293247 from ajs124/no-more-helsinki
update my package maintainership
2024-03-04 14:54:58 +01:00
Robert Schütz
66d1cb467e
Merge pull request #293077 from dotlambda/diebahn-2.4.0
diebahn: 2.3.0 -> 2.4.0
2024-03-04 13:40:08 +00:00
ajs124
1a47967714 remove my maintainership from some packages 2024-03-04 14:39:00 +01:00
R. Ryantm
e6ca09662e wmenu: 0.1.6 -> 0.1.7 2024-03-04 12:40:40 +00:00
Emily Trau
0d58a849c9
Merge pull request #293020 from max-privatevoid/pr-some-mainprogram
Some mainProgram entries
2024-03-04 15:56:15 +11:00
R. Ryantm
ec6097ae34 gimoji: 0.7.6 -> 1.0.0 2024-03-04 01:48:09 +00:00
R. Ryantm
c308259611 cobalt: 0.19.0 -> 0.19.2 2024-03-03 21:24:33 +00:00
Robert Schütz
529b16d8c1 numberstation: 1.3.0 -> 1.4.0
Changelog: https://git.sr.ht/~martijnbraam/numberstation/refs/1.4.0
2024-03-03 12:05:32 -08:00
Robert Schütz
76af7c9d24 diebahn: 2.3.0 -> 2.4.0
Diff: https://gitlab.com/schmiddi-on-mobile/railway/-/compare/2.3.0...2.4.0

Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.4.0/CHANGELOG.md
2024-03-03 11:48:32 -08:00
Robert Schütz
6702ca1a62
Merge pull request #292794 from lunik1/megacmd-nofreeimage
megacmd: disable freeimage
2024-03-03 18:26:38 +00:00
Nick Cao
3c704d4dc5
Merge pull request #292877 from r-ryantm/auto-update/process-compose
process-compose: 0.85.0 -> 0.88.0
2024-03-03 10:09:23 -05:00
Guillaume Girol
dccc5784ea
Merge pull request #292038 from fgaz/faircamp/0.13.0
faircamp: 0.12.0 -> 0.13.0
2024-03-03 15:46:09 +01:00
Max
e2eeef16cd wike: add mainProgram 2024-03-03 15:06:59 +01:00
Max
7e1cb84e48 dialect: add mainProgram 2024-03-03 15:06:59 +01:00
David McFarland
482e352ba1
Merge pull request #291656 from corngood/dotnet-bin-upgrade
dotnet-sdk_8: 8.0.101 -> 8.0.201, dotnet-sdk_7: 7.0.405 -> 7.0.406, dotnet-sdk: 6.0.418 -> 6.0.419
2024-03-03 09:55:55 -04:00
Alexandre Acebedo
4c7b6edfdf
swaynotificationcenter: fix default configuration file paths 2024-03-03 13:58:41 +01:00
Leona Maroni
b4aad32403
Merge pull request #292193 from atorres1985-contrib/duden
duden: 0.18.0 -> 0.19.1
2024-03-03 12:49:08 +01:00
seth
286977c08d cartridges: 2.7.2 -> 2.7.3 2024-03-03 10:52:06 +01:00
R. Ryantm
f95e9e09b3 nwg-displays: 0.3.13 -> 0.3.14 2024-03-03 04:55:46 +00:00
Mario Rodas
4b42fab6d5 zathuraPkgs.zathura_core: add passthru.updateScript 2024-03-03 04:20:00 +00:00
Mario Rodas
59ff147da1 zathuraPkgs.zathura_core: 0.5.4 -> 0.5.5
Diff: https://git.pwmt.org/pwmt/zathura/-/compare/0.5.4...0.5.5
2024-03-03 04:20:00 +00:00
maxine
7af39da869
Merge pull request #292689 from amaxine/1password-gui-8.10.28-11 2024-03-03 01:15:00 +00:00
R. Ryantm
404c702b97 otpclient: 3.3.0 -> 3.5.0 2024-03-03 00:53:06 +00:00
VuiMuich
8323148284 prusa-slicer: 2.7.1 -> 2.7.2 2024-03-03 01:27:03 +01:00
山下
ee7b08e50a tableplus: 504 -> 538 2024-03-03 08:26:43 +09:00
R. Ryantm
a0516c6dbb girara: 0.4.2 -> 0.4.3 2024-03-02 23:22:29 +00:00
Pol Dellaiera
3581c4b381
Merge pull request #225951 from yamashitax/add-tableplus
tableplus: init at 504
2024-03-02 23:35:42 +01:00
lunik1
8d8b1c3986
megacmd: disable freeimage
freeimage is marked as insecure due to CVE-2021-40262
2024-03-02 21:47:35 +00:00
R. Ryantm
f68646c7b9 process-compose: 0.85.0 -> 0.88.0 2024-03-02 21:12:24 +00:00
Weijia Wang
f5c6f98bde
Merge pull request #292767 from wegank/7zz-unpack-cleanup
treewide: remove unpackCmd involving 7zz
2024-03-02 19:13:44 +01:00
John Garcia
3444c13245 remnote: 1.13.52 -> 1.14.13 2024-03-02 16:54:25 +00:00
John Garcia
14ba2287aa remnote: cleanup code formatting 2024-03-02 16:52:32 +00:00
Weijia Wang
ab9b16df5c
Merge pull request #292371 from Aleksanaa/raider
raider: 1.3.1 -> 2.1.0
2024-03-02 13:46:25 +01:00
Weijia Wang
7d15e810d7 treewide: remove unpackCmd involving 7zz 2024-03-02 12:11:34 +01:00
aleksana
cf4167932d dialect: remove linsui from maintainers 2024-03-02 14:57:36 +08:00
Mario Rodas
9c07d2033b
Merge pull request #287085 from trofi/evtest-qt-update
evtest-qt: 0.2.0 -> 0.2.0-unstable-2023-09-13
2024-03-02 00:03:04 -05:00
Mario Rodas
1f9bcee228
Merge pull request #291426 from trofi/qlcplus-gcc-13-fix
qlcplus: fix `gcc-13` build (drop `-Werror`)
2024-03-01 23:21:58 -05:00
Anderson Torres
8a6251839a duden: migrate to python-modules
Because it is a "dual package": a Python app and lib.
2024-03-01 22:29:34 -03:00
Maxine Aubrey
7e9244d0b0
_1password-gui-beta: 8.10.28-1 → 8.10.28-11
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.28-11
2024-03-02 01:13:11 +01:00
aleksana
699dec5ffe dialect: add aleksana as maintainer 2024-03-02 00:15:15 +08:00
aleksana
86447dd8fa dialect: 2.1.1 -> 2.2.0 2024-03-02 00:15:15 +08:00
Nick Cao
44bdf188c3
Merge pull request #292583 from r-ryantm/auto-update/ttdl
ttdl: 4.2.0 -> 4.2.1
2024-03-01 10:38:31 -05:00
Nick Cao
604ed03f34
Merge pull request #292559 from kilianar/logseq-0.10.7
logseq: 0.10.6 -> 0.10.7
2024-03-01 10:32:01 -05:00
R. Ryantm
fbef143996 ttdl: 4.2.0 -> 4.2.1 2024-03-01 13:39:57 +00:00
Vlad M
715f3a0a44
Merge pull request #288904 from r-ryantm/auto-update/wofi
wofi: 1.4 -> 1.4.1
2024-03-01 15:25:50 +02:00
Mario Rodas
02ef2447a2
Merge pull request #292555 from kilianar/calibre-7.6.0
calibre: 7.5.1 -> 7.6.0
2024-03-01 07:56:10 -05:00
kilianar
034299c4a4 logseq: 0.10.6 -> 0.10.7
https://github.com/logseq/logseq/releases/tag/0.10.7
2024-03-01 12:45:57 +01:00
kilianar
e33e623d72 calibre: 7.5.1 -> 7.6.0
https://github.com/kovidgoyal/calibre/releases/tag/v7.6.0
2024-03-01 12:36:24 +01:00
Weijia Wang
5db9bc4201
Merge pull request #291659 from szlend/jekyll-v4.3.3
jekyll: 4.3.1 -> 4.3.3
2024-03-01 07:32:25 +01:00
aleksana
d8efdc4197 raider: add aleksana as maintainer 2024-03-01 02:01:43 +08:00
aleksana
2ab16b043e raider: 1.3.1 -> 2.1.0 2024-03-01 02:01:19 +08:00
superherointj
c932ac9d74
Merge pull request #291806 from uninsane/pr-swaync-0.10.0-cross
swaynotificationcenter: support cross compilation
2024-02-29 14:22:45 -03:00
R. Ryantm
704ca61860 ausweisapp: 2.0.3 -> 2.1.0 2024-02-29 17:19:36 +00:00
Nick Cao
4f700c6dc6
Merge pull request #292269 from r-ryantm/auto-update/nwg-panel
nwg-panel: 0.9.24 -> 0.9.25
2024-02-29 10:22:17 -05:00
éclairevoyant
24293b4f10
Merge pull request #275543 from eclairevoyant/chrysalis
chrysalis:  move to `pkgs/by-name`, set `passthru.updateScript`, 0.13.2 -> 0.13.3
2024-02-29 12:48:35 +00:00
R. Ryantm
119fa58b01 nwg-panel: 0.9.24 -> 0.9.25 2024-02-29 07:44:20 +00:00
Sandro
03c9e41b28
Merge pull request #284593 from bandithedoge/master
lutris: add gstreamer and plugins to fhsenv
2024-02-29 00:07:10 +01:00
K900
d237e4e855
Merge pull request #286522 from K900/plasma-6
Plasma 6
2024-02-28 18:58:50 +03:00
Nick Cao
55a86cb66c
Merge pull request #291992 from r-ryantm/auto-update/typioca
typioca: 2.9.0 -> 2.10.0
2024-02-28 10:54:47 -05:00
K900
606c879892 syncthingtray: support building with qt6 2024-02-28 18:49:32 +03:00
Magnus Bergmark
822b9afadc rofi-emoji: 3.2.0 -> 3.3.0 2024-02-28 06:56:28 -08:00
Vlad M
82a985a918
Merge pull request #290387 from stelcodes/fix-mako-sh
mako: add sh to runtime PATH to enable exec functionality
2024-02-28 16:27:17 +02:00
Francesco Gazzetta
f4591e5c16 faircamp: 0.12.0 -> 0.13.0
Diff: https://codeberg.org/simonrepp/faircamp/compare/0.12.0...0.13.0
2024-02-28 09:52:42 +01:00
R. Ryantm
e7a79ad5fa typioca: 2.9.0 -> 2.10.0 2024-02-28 03:32:23 +00:00
R. Ryantm
6e83b3208b jetbrains-toolbox: 2.2.1.19765 -> 2.2.2.20062 2024-02-27 17:35:46 +00:00
R. Ryantm
b2c10ff0ac _1password: 2.24.0 -> 2.25.0 2024-02-27 17:18:50 +00:00
Nick Cao
3c6b3fdd4d
Merge pull request #291833 from r-ryantm/auto-update/tippecanoe
tippecanoe: 2.45.0 -> 2.46.0
2024-02-27 09:35:17 -05:00
Mario Rodas
d692785dd6
Merge pull request #278352 from hmanhng/pr/zathura-0.5.4
zathura: 0.5.2 -> 0.5.4
2024-02-27 09:29:13 -05:00
Nick Cao
5e1ebbb030
Merge pull request #291694 from r-ryantm/auto-update/toipe
toipe: 0.4.1 -> 0.5.0
2024-02-27 08:44:09 -05:00
Nikolay Korotkiy
2148188a55
tippecanoe: migrate to by-name 2024-02-27 17:34:42 +04:00
OTABI Tomoya
aa43b79b44
Merge pull request #291795 from otavio/auto-update/snagboot
snagboot: 1.2 -> 1.3
2024-02-27 22:28:11 +09:00
R. Ryantm
39f80919f3 tippecanoe: 2.45.0 -> 2.46.0 2024-02-27 13:14:02 +00:00
10ae6d7725 swaynotificationcenter: support cross compilation 2024-02-27 11:52:03 +00:00
Otavio Salvador
a2f4aa4073 snagboot: 1.2 -> 1.3
Dropped hid[1] from nativeBuildInputs. Thanks for @natsukium reporting
this required change.

1. bb767fee22

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-02-27 08:29:03 -03:00
superherointj
4a04d7cd32
Merge pull request #290661 from PedroHLC/johnny-reborn-12
johnny-reborn: move to xesf's fork
2024-02-27 07:37:26 -03:00
OTABI Tomoya
5a20c6e807
Merge pull request #290302 from r-ryantm/auto-update/kratos
kratos: 1.0.0 -> 1.1.0
2024-02-27 18:20:48 +09:00
R. Ryantm
7d3c01c91b toipe: 0.4.1 -> 0.5.0 2024-02-26 22:57:43 +00:00
Matthieu Coudron
e6732335ff
swaynotificationcenter: 0.9.0 -> 0.10.0 (#290627) 2024-02-26 22:10:30 +01:00
Simon Žlender
1d921ae54f jekyll: 4.3.1 -> 4.3.3 2024-02-26 21:33:50 +01:00
Raphael Robatsch
ef5481eb37 treewide: Prevent nuget deps files from referencing SDK packages
Using dotnetCorePackages.combinePackages prevents leaking SDK
dependencies into deps.nix files.
2024-02-26 16:07:02 -04:00
kirillrdy
83fde4c169
Merge pull request #291500 from uninsane/pr-libkiwix-13.1
libkiwix: 12.1.1 -> 13.1.0
2024-02-27 06:37:12 +11:00
Nick Cao
0678f76907
Merge pull request #290135 from Aleksanaa/valent
valent: unstable-2023-11-11 -> 0-unstable-2024-02-12
2024-02-26 10:34:14 -05:00
Nick Cao
5ee875ccb5
Merge pull request #291479 from r-ryantm/auto-update/xmrig
xmrig: 6.21.0 -> 6.21.1
2024-02-26 09:49:37 -05:00
Nick Cao
93d0d6e8e1
Merge pull request #291424 from khaneliman/wttrbar
wttrbar: 0.7.1 -> 0.8.0
2024-02-26 09:38:54 -05:00
Austin Horstman
19d5c1544b
wttrbar: 0.8.0 -> 0.8.2 2024-02-26 07:48:57 -06:00
04abc6788b libkiwix: 12.1.1 -> 13.1.0 2024-02-26 11:45:06 +00:00
R. Ryantm
e6a6af3bec xmrig: 6.21.0 -> 6.21.1 2024-02-26 05:20:52 +00:00
Luke Granger-Brown
47dabda9be
Merge pull request #290185 from r-ryantm/auto-update/yubioath-flutter
yubioath-flutter: 6.3.1 -> 6.4.0
2024-02-25 23:24:08 +00:00
Luke Granger-Brown
b4728c4718 yubioath-flutter: substituteInPlace replace to replace-fail 2024-02-25 22:47:02 +00:00
R. Ryantm
f43811ab19 yubioath-flutter: 6.3.1 -> 6.4.0 2024-02-25 22:46:46 +00:00
Sergei Trofimovich
3f37e3f041 qlcplus: fix gcc-13 build (drop -Werror)
Without the change build fails as
https://hydra.nixos.org/build/250969590:

    chaserrunner.cpp: In member function 'bool ChaserRunner::write(MasterTimer*, QList<Universe*>)':
    chaserrunner.cpp:765:36: error: pointer used after 'void operator delete(void*, std::size_t)' [-Werror=use-after-free]
      765 |             m_runnerSteps.removeOne(step);
          |             ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
2024-02-25 20:17:06 +00:00
Austin Horstman
e34df65424
wttrbar: 0.7.1 -> 0.8.0 2024-02-25 13:50:49 -06:00
Nick Cao
041b02de67
Merge pull request #291220 from r-ryantm/auto-update/gimoji
gimoji: 0.7.3 -> 0.7.6
2024-02-25 10:54:02 -05:00
Vladimír Čunát
f7b6bf2863
blender: patch build after cmake update
https://hydra.nixos.org/build/250783520/nixlog/1/tail
2024-02-25 11:35:26 +01:00
Pol Dellaiera
dbcd964464
Merge pull request #290560 from r-ryantm/auto-update/natural-docs
natural-docs: 2.2 -> 2.3
2024-02-24 23:48:36 +01:00
Pol Dellaiera
2e071d3ff9
Merge pull request #290236 from r-ryantm/auto-update/cartridges
cartridges: 2.7.2 -> 2.7.3
2024-02-24 22:35:54 +01:00
Vladimír Čunát
6d8aba54f3
Merge #289734: staging-next 2024-02-18 2024-02-24 21:37:07 +01:00
R. Ryantm
45c58a9b92 gimoji: 0.7.3 -> 0.7.6 2024-02-24 19:37:31 +00:00
Pavol Rusnak
528e9e2f15
Merge pull request #291152 from prusnak/electrum 2024-02-24 15:51:06 -03:00
github-actions[bot]
d6cc5bb41d
Merge master into staging-next 2024-02-24 18:00:56 +00:00
Nick Cao
5873594505
Merge pull request #290997 from r-ryantm/auto-update/oranda
oranda: 0.6.1 -> 0.6.2
2024-02-24 10:23:27 -05:00
github-actions[bot]
3affb60f96
Merge master into staging-next 2024-02-24 06:03:30 +00:00
Weijia Wang
9e62e3a29f
Merge pull request #286829 from reedrw/clipit-mainprogram
clipit: set meta.mainProgram
2024-02-24 04:55:57 +01:00
Weijia Wang
edf0020d04
Merge pull request #290978 from trofi/xmrig-mo-gcc-13-fix-update
xmrig-mo: 6.20.0-mo1 -> 6.21.0-mo2
2024-02-24 03:20:20 +01:00
Weijia Wang
9c23734cba
Merge pull request #290991 from trofi/xmr-stak-mark-broken
xmr-stak: mark broken
2024-02-24 03:11:06 +01:00
Fabián Heredia Montiel
db1ee6dfe6 Merge remote-tracking branch 'origin/master' into staging-next
fastcdr was moved to by-name

Related to:

- https://github.com/NixOS/nixpkgs/pull/290836
2024-02-23 16:47:01 -06:00
Sandro
7a1b283267
Merge pull request #290741 from SuperSandro2000/ArchiSteamFarm 2024-02-23 23:21:16 +01:00
R. Ryantm
6034b81ab7 oranda: 0.6.1 -> 0.6.2 2024-02-23 22:09:47 +00:00
Pol Dellaiera
0cc52818f4
Merge pull request #290614 from deviant/fix-jetbrains-toolbox-login
jetbrains-toolbox: fix login flow
2024-02-23 23:02:27 +01:00
Sergei Trofimovich
f8385fee9b xmr-stak: mark broken
The package fails to build against `gcc-13` in `master` as
https://hydra.nixos.org/build/250610712:

    In file included from /build/source/xmrstak/backend/cpu/hwlocMemory.cpp:5:
    /build/source/./xmrstak/misc/console.hpp:69:9: error: 'FILE' does not name a type
       69 |         FILE* logfile;
          |         ^~~~

Upstream did not see any changes over past 3 years. Let's mark the
package as broken and schedule it for removal.
2024-02-23 21:47:58 +00:00
Pol Dellaiera
999e0cf592
Merge pull request #290892 from MichelleGranat/obsidian-update
obsidian: 1.5.3 -> 1.5.8
2024-02-23 22:38:40 +01:00
Sergei Trofimovich
c2241c55cc xmrig-mo: 6.20.0-mo1 -> 6.21.0-mo2
Changes: https://github.com/MoneroOcean/xmrig/releases/tag/v6.21.0-mo2

Without the change build fails on `master` against `gcc-13` as
https://hydra.nixos.org/build/248994717:

    /build/source/src/backend/opencl/runners/OclRyoRunner.cpp: In member function 'virtual void xmrig::OclRyoRunner::set(const xmrig::Job&, uint8_t*)':
    /build/source/src/backend/opencl/runners/OclRyoRunner.cpp:92:20: error: 'length_error' is not a member of 'std'
       92 |         throw std::length_error("job size too big");
          |                    ^~~~~~~~~~~~
2024-02-23 20:58:23 +00:00
Pavol Rusnak
dec3b9ac11
electrum: 4.5.0 -> 4.5.3 2024-02-23 16:39:18 -03:00
Michelle Granat
250bf1b7a1 obsidian: 1.5.3 -> 1.5.8 2024-02-23 20:26:18 +02:00
github-actions[bot]
b67dbe0ff1
Merge master into staging-next 2024-02-23 18:01:06 +00:00
Nick Cao
0bfe8595c3
Merge pull request #290765 from r-ryantm/auto-update/cotp
cotp: 1.4.4 -> 1.4.5
2024-02-23 10:10:08 -05:00
maxine
48b75eb6e5
Merge pull request #290738 from amaxine/1password-gui-8.10.26
_1password-gui: 8.10.24 → 8.10.26
2024-02-23 12:51:13 +00:00
Weijia Wang
4ec69afa51 Merge branch 'master' into staging-next 2024-02-23 06:29:25 +01:00
R. Ryantm
e85012a3f3 cotp: 1.4.4 -> 1.4.5 2024-02-23 04:39:48 +00:00
Weijia Wang
50b52d37ad
Merge pull request #283514 from mroi/patch-synergy
synergy: fix x86_64-darwin build
2024-02-23 05:22:42 +01:00
Weijia Wang
5f5062d1ef Merge branch 'master' into staging-next 2024-02-23 05:09:55 +01:00
Sandro Jäckel
519dad4b66
ArchiSteamFarm: 5.5.2.3 -> 5.5.3.4 2024-02-23 02:17:24 +01:00
Maxine Aubrey
f0f79dc055
_1password-gui-beta: 8.10.26-38 → 8.10.28-1
https://releases.1password.com/linux/beta/#1password-for-linux-8.10.28-3
2024-02-23 02:07:42 +01:00
Maxine Aubrey
66521dbc79
_1password-gui: 8.10.24 → 8.10.26
https://releases.1password.com/linux/8.10/#1password-for-linux-8.10.26
2024-02-23 02:06:29 +01:00
Sandro
80e6bb31d5
Merge pull request #289956 from SuperSandro2000/archisteamfarm 2024-02-23 02:06:03 +01:00
Martin Weinelt
68e91fd147
Merge pull request #289418 from nu-nu-ko/nhentai-disclaimer
nhentai: remove link to adult content
2024-02-23 01:51:23 +01:00
Sandro
ab326e8a34
Merge pull request #285550 from WolfangAukang/cobang-0.10.5 2024-02-22 23:22:48 +01:00
Nikolay Korotkiy
52eace11d2
lsd2dsl: migrate to by-name 2024-02-23 01:28:55 +04:00
Faye Chun
734562845d polar-bookshelf: remove noneucat as maintainer 2024-02-23 07:54:18 +11:00
P.
5f7ee2108b
cobang: 0.10.1 -> 0.10.5 2024-02-22 14:31:36 -06:00
PedroHLC ☭
daac663012
johnny-reborn: move to xesf fork 2024-02-22 16:18:20 -03:00
Nick Cao
fd06b8768c
Merge pull request #290619 from r-ryantm/auto-update/nwg-panel
nwg-panel: 0.9.23 -> 0.9.24
2024-02-22 09:34:45 -05:00
github-actions[bot]
a331a49cf7
Merge master into staging-next 2024-02-22 12:01:07 +00:00
R. Ryantm
5b5aff3f40 nwg-panel: 0.9.23 -> 0.9.24 2024-02-22 10:43:17 +00:00
V
9ff5c93ecf jetbrains-toolbox: fix login flow
This does two things:

Switch to the upstream desktop file. There's no reason to be using our
own, and overriding theirs means we'll miss out on potential changes and
improvements. Their desktop file also registers the application as a
handler for `jetbrains://` URLs, which was previously missing from ours.

Fix the desktop file so that URLs are passed to the application. This
argument was erroneously absent from both their and our `Exec=`, meaning
that even with the scheme handler, it wouldn't actually see any URLs.
`jetbrains://` URLs are used by the application for, among other things,
callbacks during the login flow. Without them, it's not possible to
smoothly log in; instead requiring the user to paste in an auth token.

Change-Id: Ic20469f63c0c3cfbb87f0670afbf5cd68ad7f7c5
2024-02-22 10:59:58 +01:00
Ivan Mincik
b58efbce81
Merge pull request #288107 from das-g/geospatial-team
Add geospatial team to maintainers for geospatial packages where I'm a maintainer
2024-02-22 10:59:26 +01:00
R. Ryantm
4dc637a216 natural-docs: 2.2 -> 2.3 2024-02-22 04:09:12 +00:00
R. Ryantm
2a9407f30d holochain-launcher: 0.11.0 -> 0.11.5 2024-02-22 01:47:43 +00:00
nuko
d7cfbcb37a
nhentai: move to pkgs/by-name 2024-02-22 13:03:51 +13:00
github-actions[bot]
173041b36f
Merge master into staging-next 2024-02-22 00:02:10 +00:00
Martin Weinelt
827a4c5ead
Merge pull request #290388 from r-ryantm/auto-update/meerk40t
meerk40t: 0.9.3010 -> 0.9.4000
2024-02-22 01:01:15 +01:00
nuko
a4e65371a6
nhentai: remove link to adult content 2024-02-22 12:01:09 +13:00
github-actions[bot]
e98fe116d8
Merge master into staging-next 2024-02-21 12:01:10 +00:00
Mario Rodas
c073e594a3
Merge pull request #290028 from r-ryantm/auto-update/gcfflasher
gcfflasher: 4.3.0-beta -> 4.4.0
2024-02-21 05:02:36 -05:00
Stel Abrego
e57214d5d3 mako: add sh to runtime PATH to enable exec functionality 2024-02-21 01:06:24 -08:00