github-actions[bot]
a3340e0fbf
Merge master into staging-next
2024-09-26 06:04:51 +00:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs
( #344516 )
2024-09-26 08:38:07 +03:00
github-actions[bot]
57b5c92d8e
Merge master into staging-next
2024-09-26 00:13:55 +00:00
Anderson Torres
b38bd06347
bibletime: migrate to by-name
2024-09-25 20:15:14 -03:00
Anderson Torres
780aa23790
bibletime: libsForQt5.callPackage -> callPackage
2024-09-25 20:15:14 -03:00
R. Ryantm
2456a36c6a
klayout: 0.29.6 -> 0.29.7
2024-09-25 22:13:48 +00:00
Dmitry Kalinkin
2af19cfb6a
blender: 4.2.1 -> 4.2.2 ( #344451 )
2024-09-25 18:05:23 -04:00
Anderson Torres
a06a1a61a1
galculator: migrate to by-name
2024-09-25 17:55:13 -03:00
Artturin
4cb379f4d7
treewide: use nativeBuildInputs
in appimage builder derivations
2024-09-25 23:01:28 +03:00
Ryan Omasta
051f75f1a9
veracrypt: 1.26.7 -> 1.26.14, move to pkgs/by-name
2024-09-25 11:38:22 -06:00
Andrew Marshall
8b2ec9bfdd
blender: 4.2.1 -> 4.2.2
...
- Assets repo is unchanged.
2024-09-25 09:06:55 -04:00
Andrew Marshall
c107f15682
blender: use tag as rev for assets repo
...
The actual commit is the same.
2024-09-25 09:03:25 -04:00
github-actions[bot]
ce44139ef1
Merge master into staging-next
2024-09-25 06:04:53 +00:00
OTABI Tomoya
613c9081f7
pe-bear: 0.6.7.3 -> 0.7.0 ( #341953 )
2024-09-25 12:06:47 +09:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
David McFarland
876e81c09d
ArchiSteamFarm: restore/build for current runtime only
2024-09-24 20:43:23 -03:00
Artturin
63fa53d97c
treewide: reformat files which need reformatting after
...
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
f1436633c1
Merge master into staging-next
2024-09-24 06:05:07 +00:00
Cabia Rangris
4b56eb0032
klipperscreen: 0.4.3 -> 0.4.4 ( #343983 )
2024-09-24 09:48:58 +04:00
github-actions[bot]
9a6f63ebed
Merge master into staging-next
2024-09-23 18:04:34 +00:00
Nikolay Korotkiy
d81fd7bf25
gpxsee: 13.24 -> 13.26 ( #343903 )
2024-09-23 20:07:42 +04:00
Saturn745
86a570fd2e
klipperscreen: 0.4.3 -> 0.4.4
...
Update repo owner field
2024-09-23 08:10:48 -07:00
Aleksana
5f053ee054
klayout: 0.28.12 -> 0.29.6 ( #332860 )
2024-09-23 23:06:43 +08:00
Nikolay Korotkiy
f6d6fcd7dc
gpxsee: remove qt5compat from buildInputs
2024-09-23 18:14:45 +04:00
github-actions[bot]
ac34133fb9
Merge master into staging-next
2024-09-23 12:05:36 +00:00
Sandro
64b3130c25
onboard: remove unused nose dependency ( #343785 )
2024-09-23 11:45:29 +02:00
R. Ryantm
d533a821bc
gpxsee: 13.24 -> 13.26
2024-09-23 07:18:32 +00:00
Fabián Heredia Montiel
9b2a506736
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
Emily
c782781566
onboard: remove unused nose dependency
...
These tests have never been enabled since the package was added in
2017. It should be possible to get them running with pytest, but I
gave up after a few minutes.
2024-09-22 20:00:41 +01:00
R. Ryantm
a7bee48d0b
lunatask: 2.0.4 -> 2.0.9
2024-09-22 08:49:36 +00:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next
2024-09-21 18:03:54 +00:00
R. Ryantm
aa1433bbe5
organicmaps: 2024.08.16-5 -> 2024.09.08-7
2024-09-21 16:13:50 +00:00
Nick Cao
5e308344a1
mob: 5.1.1 -> 5.2.0 ( #343386 )
2024-09-21 09:22:21 -04:00
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00:00
R. Ryantm
f8066873a6
mob: 5.1.1 -> 5.2.0
2024-09-21 00:02:28 +00:00
Nick Cao
c3c2953640
nwg-displays: 0.3.20 -> 0.3.21 ( #343239 )
2024-09-20 17:04:16 -04:00
Emily
acb9363e5a
mupdf: 1.24.8 -> 1.24.9, fixes ( #342894 )
2024-09-20 16:26:59 +01:00
github-actions[bot]
33e2cbc61f
Merge staging-next into staging
2024-09-20 12:05:56 +00:00
R. Ryantm
1bb415810e
nwg-displays: 0.3.20 -> 0.3.21
2024-09-20 11:04:55 +00:00
Aleksana
5c1ee3318d
tuba: 0.8.3 -> 0.8.4 ( #343161 )
2024-09-20 15:42:16 +08:00
github-actions[bot]
ed37db52bd
Merge staging-next into staging
2024-09-20 06:05:57 +00:00
K900
d8a54461fc
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-20 07:27:56 +03:00
R. Ryantm
6704c2576e
tuba: 0.8.3 -> 0.8.4
2024-09-20 01:52:28 +00:00
Artturin
bad80fb105
koreader: add armv7l support ( #343116 )
2024-09-20 03:52:28 +03:00
Sandro
e73fd4a526
ArchiSteamFarm: 6.0.4.4 -> 6.0.6.4 ( #339026 )
2024-09-20 00:27:55 +02:00
chayleaf
2a56ee551c
koreader: add armv7l support
2024-09-20 03:54:59 +07:00
h7x4
9a6c76c4af
treewide: remove unused inputs ( #342672 )
2024-09-19 20:36:18 +02:00
Nikolay Korotkiy
c6088c08c2
crow-translate: 2.11.1 → 3.0.0 ( #342901 )
2024-09-19 19:51:15 +04:00
github-actions[bot]
1f0ce6a4e5
Merge staging-next into staging
2024-09-19 12:05:50 +00:00
Lily Foster
53313da4ea
mupdf: 1.24.8 -> 1.24.9
2024-09-19 01:16:37 +01:00
Lily Foster
41f9b5724b
mupdf: fix soname hell and python bindings import
2024-09-19 01:16:37 +01:00
Lily Foster
40dc82c7cd
mupdf: fix cxx build on darwin
2024-09-19 01:16:37 +01:00
Nikolay Korotkiy
cb2b989676
crow-translate: 2.11.1 → 3.0.0
2024-09-19 02:59:47 +04:00
github-actions[bot]
71d46fbcdf
Merge staging-next into staging
2024-09-18 18:04:48 +00:00
zi3m5f
0b8f6029b6
lunatask: add update script
...
Add python update script which parses latest version from atom feed and calls `update-source-version`.
Additionally set meta.changelog url.
Tested with `nix-shell maintainers/scripts/update.nix --argstr package lunatask`.
2024-09-18 18:40:04 +02:00
R. Ryantm
21b84d4549
oxker: 0.7.0 -> 0.7.2
2024-09-18 11:22:07 +00:00
Peder Bergebakken Sundt
8c8c27bb19
treewide: remove unused inputs
2024-09-18 01:00:07 +02:00
Doron Behar
94892f8f20
tzupdate: add doronbehar to maintainers
2024-09-17 09:32:14 +03:00
Doron Behar
3fc34aa911
tzupdate: use less with lib; make src rev accurate
2024-09-17 09:30:02 +03:00
K900
b24e9a53ca
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-17 09:07:34 +03:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name ( #341412 )
2024-09-17 11:17:16 +08:00
github-actions[bot]
3aaf0938c0
Merge staging-next into staging
2024-09-17 00:12:19 +00:00
Peder Bergebakken Sundt
ccc20c810f
bottles: 51.11 -> 51.13 ( #325983 )
2024-09-17 01:32:53 +02:00
Peder Bergebakken Sundt
2965ad2166
jekyll: Add jekyll-compose to full dependencies ( #322690 )
2024-09-17 01:22:10 +02:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging
2024-09-16 18:04:57 +00:00
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
Peder Bergebakken Sundt
19dad085c1
mupdf: mark as broken when using python ( #342213 )
2024-09-16 15:51:33 +02:00
Alyssa Ross
da3e9f8b56
elogind: 246.10 -> 255.5
2024-09-16 15:35:39 +02:00
github-actions[bot]
1c4acc409e
Merge staging-next into staging
2024-09-16 06:05:33 +00:00
Gaetan Lepage
f7ea454899
mupdf: mark as broken when using python
2024-09-16 07:45:57 +02:00
Robert Schütz
8469873301
iptsd: 2 -> 3 ( #341945 )
2024-09-15 19:16:10 -07:00
github-actions[bot]
7aea2e99a8
Merge staging-next into staging
2024-09-16 00:14:57 +00:00
Jörg Thalheim
ba74d07245
treewide: remove a bunch of unmaintained and old packages ( #341837 )
2024-09-16 00:00:19 +02:00
Nikolay Korotkiy
d413e712d5
goldendict-ng: 24.05.05 -> 24.09.0 ( #342086 )
2024-09-15 23:56:59 +04:00
github-actions[bot]
952947bdf8
Merge staging-next into staging
2024-09-15 18:04:54 +00:00
Doron Behar
f95f035ff9
syncthingtray: 1.6.1 -> 1.6.2 ( #341816 )
2024-09-15 17:59:13 +03:00
shenleban tongying
e11598efb9
goldendict-ng: 24.05.05 -> 24.09.0
2024-09-15 10:43:44 -04:00
Nick Cao
3b73d77d67
process-compose: 1.24.2 -> 1.27.0 ( #341954 )
2024-09-15 09:14:12 -04:00
Nick Cao
503cd8185d
fuzzel: 1.10.2 -> 1.11.1 ( #341786 )
2024-09-15 08:45:33 -04:00
aleksana
d49f90a01c
gmtp: remove
2024-09-15 20:12:51 +08:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging
2024-09-15 12:05:26 +00:00
OTABI Tomoya
c1072bb959
waypaper: 2.1.2 -> 2.3 ( #318734 )
2024-09-15 17:28:46 +09:00
natsukium
eab0c8fb5c
waypaper: build with pypaBuildHook
2024-09-15 16:21:29 +09:00
github-actions[bot]
dd01ad2d69
Merge staging-next into staging
2024-09-15 06:04:53 +00:00
Aleksana
b4d5bd92aa
zettlr: 3.0.2 -> 3.2.0, respect NIXOS_OZONE_WL
( #340443 )
2024-09-15 09:53:44 +08:00
R. Ryantm
70376c7a51
process-compose: 1.24.2 -> 1.27.0
2024-09-15 01:44:37 +00:00
R. Ryantm
d0ea0aef69
pe-bear: 0.6.7.3 -> 0.7.0
2024-09-15 01:44:05 +00:00
Robert Schütz
e717b3f49a
iptsd: 2 -> 3
...
Diff: https://github.com/linux-surface/iptsd/compare/v2...v3
Changelog: https://github.com/linux-surface/iptsd/releases/tag/v3
2024-09-14 18:13:22 -07:00
github-actions[bot]
70ab79847d
Merge staging-next into staging
2024-09-14 18:04:45 +00:00
Robert Scott
f198704d09
calibre: exclude test test_websocket_basic ( #341843 )
2024-09-14 17:31:18 +01:00
Masum Reza
8966ab8ca3
treewide: adopt some unmaintained GTK packages ( #341829 )
2024-09-14 19:43:30 +05:30
Robert Scott
f1b50cda2d
calibre: exclude test test_websocket_basic
2024-09-14 15:09:48 +01:00
Nick Cao
9d59656f74
cotp: 1.9.0 -> 1.9.1 ( #341702 )
2024-09-14 09:09:52 -04:00
aleksana
bd36b81aed
treewide: adopt some unmaintained GTK packages
2024-09-14 21:07:29 +08:00
R. Ryantm
3d0457b52a
syncthingtray: 1.6.1 -> 1.6.2
2024-09-14 11:08:21 +00:00
koral
271bd09d57
fuzzel: 1.10.2 -> 1.11.1
2024-09-14 11:31:01 +02:00
Helge Gehring
3771c772f4
klayout: 0.29.5 -> 0.29.6
2024-09-14 06:52:39 +00:00
R. Ryantm
e181e1b5f7
fluidd: 1.30.3 -> 1.30.4
2024-09-14 06:27:29 +00:00
R. Ryantm
399beafd46
cotp: 1.9.0 -> 1.9.1
2024-09-14 00:56:54 +00:00
github-actions[bot]
5c9c7359c3
Merge staging-next into staging
2024-09-14 00:13:49 +00:00
Dmitry Kalinkin
518ed8ab56
blender: fix build, cleanup config, mark darwin as broken ( #341622 )
2024-09-13 15:51:10 -04:00
Nick Cao
98ebca79c7
uni: 2.7.0 -> 2.8.0 ( #341505 )
2024-09-13 15:24:14 -04:00
Fabián Heredia Montiel
678b3b749c
yewtube: 2.10.5 -> 2.12.0 ( #341399 )
2024-09-13 12:34:19 -06:00
github-actions[bot]
76501a1b92
Merge staging-next into staging
2024-09-13 18:04:52 +00:00
Andrew Marshall
88bad969ac
blender: fix build on aarch64-linux
2024-09-13 13:24:07 -04:00
Artturin
13ce2226bf
etesync-dav: 0.32.1 -> 0.32.1-unstable-2024-09-02 ( #338651 )
2024-09-13 20:07:13 +03:00
Andrew Marshall
7252a3c552
blender: cleanup conditional config
...
Rather than specify things just OFF or ON based on something, always set
them to either OFF or ON based on that.
2024-09-13 12:34:56 -04:00
Andrew Marshall
12e084743a
blender: extract conditionals to variables for reuse
...
This gives them some greater semantic meaning, easing understanding (and
we will reuse them more soon). In some places, remove duplicate
inclusion of the deps in different conditionals to unify them (i.e.,
include them once based on one conditional, instead of under multiple
separate conditionals).
2024-09-13 12:34:09 -04:00
Andrew Marshall
a0c69fdacb
blender: mark as broken on Darwin
...
See comment, tried using apple_sdk_12_3.
2024-09-13 12:22:39 -04:00
R. Ryantm
ce0617f20a
uni: 2.7.0 -> 2.8.0
2024-09-13 06:55:12 +00:00
R. Ryantm
9c9a126bc2
system76-keyboard-configurator: 1.3.10 -> 1.3.12
2024-09-13 05:35:08 +00:00
github-actions[bot]
34de158a5f
Merge staging-next into staging
2024-09-13 00:13:45 +00:00
Thomas Gerbet
2cc090d0f6
calibre: enable tests ( #338867 )
2024-09-12 21:31:10 +02:00
github-actions[bot]
83e85079ff
Merge staging-next into staging
2024-09-12 18:04:48 +00:00
nicoo
b0c086e313
pw-viz: 0.2.0 → 0.3.0, fix build ( #340974 )
2024-09-12 17:39:52 +00:00
Francesco Gazzetta
551038de8f
yewtube: 2.10.5 -> 2.12.0
...
Diff: https://github.com/mps-youtube/yewtube/compare/refs/tags/v2.10.5...v2.12.0
Release: https://github.com/mps-youtube/yewtube/releases/tag/v2.12.0
2024-09-12 16:54:28 +02:00
Peder Bergebakken Sundt
616103b435
ausweisapp: 2.2.0 -> 2.2.1 ( #341177 )
2024-09-12 15:23:22 +02:00
K900
4e803e9656
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-12 07:00:07 +03:00
Weijia Wang
d6106f996d
merkaartor: 0.19.0 → 0.20.0 ( #340598 )
2024-09-11 22:28:37 +02:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant ( #341075 )
2024-09-11 22:24:23 +02:00
Nikolay Korotkiy
15f0516f9a
gpxsee: 13.23 -> 13.24 ( #341110 )
2024-09-11 19:33:15 +04:00
kilianar
c53aaf81ca
ausweisapp: 2.2.0 -> 2.2.1
...
https://github.com/Governikus/AusweisApp/releases/tag/2.2.1
2024-09-11 12:13:02 +02:00
github-actions[bot]
408e32a8fe
Merge staging-next into staging
2024-09-11 00:13:38 +00:00
Weijia Wang
aad545b305
xmrig-proxy: 6.21.1 -> 6.22.0 ( #334045 )
2024-09-11 02:08:17 +02:00
Weijia Wang
e9ac7da4ef
xmrig: 6.21.3 -> 6.22.0 ( #334049 )
2024-09-11 02:08:04 +02:00
R. Ryantm
e13af0d8ab
gpxsee: 13.23 -> 13.24
2024-09-10 22:24:11 +00:00
Weijia Wang
854b5a2f54
polychromatic: 0.9.1 -> 0.9.2 ( #333367 )
2024-09-10 21:23:13 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
github-actions[bot]
3169038ef8
Merge staging-next into staging
2024-09-10 12:06:25 +00:00
Saturn
215204e8d9
klipperscreen: 0.3.2 -> 0.4.3 ( #340939 )
...
* maintainers: add saturn745
* klipperscreen: 0.3.2 -> 0.4.3
---------
Co-authored-by: Saturn745 <codeberg.sw1mx@slmail.me>
2024-09-10 12:04:17 +04:00
github-actions[bot]
b4c8dad507
Merge staging-next into staging
2024-09-10 00:13:45 +00:00
github-actions[bot]
6811659137
Merge master into staging-next
2024-09-10 00:13:21 +00:00
Weijia Wang
b44ecfffd3
notesnook: 3.0.11 -> 3.0.16 ( #338564 )
2024-09-10 00:48:45 +02:00
Weijia Wang
88aa4fe135
terminal-parrot: 1.1.1 -> 1.2.0 ( #337588 )
2024-09-10 00:16:42 +02:00
Weijia Wang
43d83d29b4
fluidd: 1.30.1 -> 1.30.3 ( #334741 )
2024-09-09 22:55:18 +02:00
Weijia Wang
158dbfdba6
pdfsam-basic: 5.2.4 -> 5.2.6 ( #336068 )
2024-09-09 22:23:39 +02:00
Pol Dellaiera
ce6331cf6a
treewide: remove jonafato from maintainers ( #339930 )
2024-09-09 21:19:19 +02:00
R. Ryantm
6b1bb1a9be
notesnook: 3.0.11 -> 3.0.16
2024-09-09 20:37:06 +02:00
github-actions[bot]
72eab84191
Merge staging-next into staging
2024-09-09 18:07:47 +00:00
github-actions[bot]
a90b3d5ddb
Merge master into staging-next
2024-09-09 18:05:44 +00:00
Weijia Wang
d5abb0ade9
gnome-frog: 1.5.1 -> 1.5.2 ( #338911 )
2024-09-09 19:26:58 +02:00
github-actions[bot]
8cfce50366
Merge staging-next into staging
2024-09-09 14:31:43 +00:00
github-actions[bot]
f3e8528ff7
Merge master into staging-next
2024-09-09 14:31:17 +00:00
Nick Cao
c75f31ab66
tui-journal: 0.10.0 -> 0.11.0 ( #340635 )
2024-09-09 08:33:05 -04:00
github-actions[bot]
c248669008
Merge staging-next into staging
2024-09-09 06:05:35 +00:00
github-actions[bot]
92d531057e
Merge master into staging-next
2024-09-09 06:05:06 +00:00
Aleksana
e7a001e135
dasel: fix cross compilation ( #340507 )
2024-09-09 10:56:36 +08:00
R. Ryantm
427e8621d8
tui-journal: 0.10.0 -> 0.11.0
2024-09-09 00:28:32 +00:00
github-actions[bot]
bc08a73275
Merge staging-next into staging
2024-09-09 00:15:03 +00:00
github-actions[bot]
f2b767ea43
Merge master into staging-next
2024-09-09 00:14:38 +00:00
Nikolay Korotkiy
f538320efa
merkaartor: migrate to by-name
2024-09-09 01:46:08 +04:00
Nikolay Korotkiy
5d65b513e0
merkaartor: 0.19.0 → 0.20.0
2024-09-09 01:45:58 +04:00
github-actions[bot]
5725a1eed6
Merge staging-next into staging
2024-09-08 18:04:33 +00:00
github-actions[bot]
3b1652aad3
Merge master into staging-next
2024-09-08 18:04:04 +00:00
eljamm
6c09f62df7
albert: move to by-name
2024-09-08 18:00:36 +01:00
R. Ryantm
a15961f2e9
albert: 0.26.2 -> 0.26.3
2024-09-08 15:27:38 +00:00
Nikolay Korotkiy
baeb94d9cf
dasel: fix cross compilation
2024-09-08 16:37:54 +04:00
github-actions[bot]
14cae7d650
Merge staging-next into staging
2024-09-08 12:05:15 +00:00
github-actions[bot]
3eeaa2e678
Merge master into staging-next
2024-09-08 12:04:49 +00:00
R. Ryantm
f021af54c2
avrdudess: 2.17 -> 2.18
2024-09-08 12:33:19 +02:00
aktaboot
f32403b2e5
watchmate: formatting
2024-09-08 08:34:06 +02:00
aktaboot
9a4158800a
watchmate: 0.4.5 -> 0.5.2-unstable-2024-08-13
2024-09-08 08:34:06 +02:00
github-actions[bot]
6dfa6f38c7
Merge staging-next into staging
2024-09-08 06:04:48 +00:00
github-actions[bot]
69276ad883
Merge master into staging-next
2024-09-08 06:04:18 +00:00
Ryan Omasta
619d153b32
zettlr: 3.0.2 -> 3.2.0, respect NIXOS_OZONE_WL
2024-09-07 23:03:44 -06:00
Aleksana
9654ce30c5
tuir: use the maintained fork and update 1.29.0 -> 1.31.0 ( #338353 )
2024-09-08 09:22:03 +08:00
github-actions[bot]
5310eaa51e
Merge staging-next into staging
2024-09-07 18:04:28 +00:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next
2024-09-07 18:04:01 +00:00
Gaétan Lepage
f4baf4659e
protobuf: protobuf_25 -> protobuf_28 ( #338885 )
2024-09-07 17:14:39 +02:00
Maren van Otterdijk
2e951824d9
swi-prolog: rename from swiProlog
2024-09-07 16:35:42 +02:00
ghpzin
0dc1c7294c
etesync-dav: 0.32.1 -> 0.32.1-unstable-2024-09-02
...
Diff: https://github.com/etesync/etesync-dav/compare/v0.32.1...b9b23bf6fba60d42012008ba06023bccd9109c08
- contains commit pulled previously pulled with fetchpatch:
040cb7b572
- contains commit with changes to log.set_level() from radicale 3.2.2
update (additional second arg - backtrace_on_debug):
https://www.github.com/Kozea/Radicale/pull/1519
https://www.github.com/etesync/etesync-dav/pull/318
2024-09-07 17:22:59 +03:00
Nick Cao
41db5641d8
vhs: 0.7.2 -> 0.8.0 ( #340249 )
2024-09-07 09:46:01 -04:00
Nick Cao
07eb87d101
pastel: 0.9.0 -> 0.10.0 ( #340242 )
2024-09-07 09:11:35 -04:00
github-actions[bot]
de15243c9a
Merge master into staging-next
2024-09-07 12:04:51 +00:00
Nikolay Korotkiy
187280c813
gum: 0.14.4 -> 0.14.5 ( #340268 )
2024-09-07 14:09:22 +04:00
R. Ryantm
721675b804
waypaper: 2.1.2 -> 2.3
2024-09-07 08:41:28 +00:00
Nikolay Korotkiy
75d4a4b0fb
gum: fix cross compilation
2024-09-07 12:28:11 +04:00
Aleksana
fc3683577b
gcalcli: 4.3.0 → 4.4.0 ( #339829 )
2024-09-07 16:04:26 +08:00
R. Ryantm
729d6c49e8
gum: 0.14.4 -> 0.14.5
2024-09-07 07:19:18 +00:00
github-actions[bot]
319af78438
Merge master into staging-next
2024-09-07 06:04:15 +00:00
R. Ryantm
b151f8f35d
vhs: 0.7.2 -> 0.8.0
2024-09-07 03:46:15 +00:00
R. Ryantm
aa1612edeb
pastel: 0.9.0 -> 0.10.0
2024-09-07 03:07:16 +00:00
Dmitry Kalinkin
b30a03dc4c
blender: fix runtime crash by adding missing wayland-scanner, enable strict build options ( #340100 )
2024-09-06 20:40:04 -04:00
github-actions[bot]
b6b2ac4f61
Merge master into staging-next
2024-09-07 00:12:59 +00:00
Andrew Marshall
6faf3cb673
blender: build with strict options to prevent unexpected missing libs
...
Blender build will, by default, warn for most missing libs and silently
disable the feature. This can cause unexpected behavior, so instead flip
its option to turn those warnings into errors. This, for example, would
have caught at build time (rather than runtime) the previously-missing
wayland-scanner dependency that caused crashes.
As a result, adjust existing build config to reflect reality and fix the
“new” errors.
2024-09-06 17:14:00 -04:00
Nick Cao
efd194a6a2
transifex-cli: 1.6.16 -> 1.6.17 ( #339871 )
2024-09-06 15:36:41 -04:00
Nick Cao
7b4b3bc5ce
gallery-dl: 1.27.3 -> 1.27.4 ( #340064 )
2024-09-06 15:06:43 -04:00
Andrew Marshall
1b93140f68
blender: formatting
2024-09-06 10:06:04 -04:00
Andrew Marshall
0b3130d064
blender: fix runtime crash by adding missing wayland-scanner
...
Without this, it crashes on launch or render when using (at least)
Nvidia GPUs. Blender build needs this, but currently only warns during
build.
See also:
https://github.com/NixOS/nixpkgs/pull/214906
https://github.com/NixOS/nixpkgs/issues/340080
2024-09-06 10:06:04 -04:00
github-actions[bot]
bd4b5a5be6
Merge master into staging-next
2024-09-06 12:05:08 +00:00
DontEatOreo
96acd3592d
gallery-dl: 1.27.3 -> 1.27.4
...
Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.27.4
Diff: https://github.com/mikf/gallery-dl/compare/v1.27.3...v1.27.4
2024-09-06 14:44:32 +03:00
Emily
48e581e879
twitch-chat-downloader: update client_id ( #338961 )
2024-09-06 09:25:26 +01:00
Assistant
fccd84a045
twitch-chat-downloader: update client_id
2024-09-06 03:51:09 -04:00
github-actions[bot]
6802206bcc
Merge master into staging-next
2024-09-06 06:04:31 +00:00
Jon Banafato
4c2ca81f4a
treewide: remove jonafato from maintainers
2024-09-05 19:42:28 -04:00
Connor Baker
98140869fb
gpu-burn: unstable-2023-11-10 -> unstable-2024-04-09; update CUDA packaging
2024-09-05 21:36:41 +00:00
R. Ryantm
2908f59ff0
transifex-cli: 1.6.16 -> 1.6.17
2024-09-05 18:40:23 +00:00
github-actions[bot]
769b11176d
Merge master into staging-next
2024-09-05 18:03:49 +00:00
Basti
a27eb8dec2
_1password-gui: 8.10.36 -> 8.10.40, _1password-gui-beta: 8.10.38-13.B… ( #338781 )
2024-09-05 17:07:19 +00:00