Robert Schütz
543781083a
treewide: replace passthru.optional-dependencies with optional-dependencies
2024-09-29 20:37:23 -07:00
R. Ryantm
65a629f037
mob: 5.2.0 -> 5.3.1
2024-09-30 03:21:06 +00:00
github-actions[bot]
09f18b89af
Merge master into staging-next
2024-09-30 00:14:50 +00:00
Fabián Heredia Montiel
fe370c252d
swi-prolog: rename from swiProlog, 9.2.6 -> 9.2.7, fix extraPacks ( #340314 )
2024-09-29 18:06:36 -06:00
Pol Dellaiera
2cf47d66b7
mission-center: 0.5.2 -> 0.6.0 ( #345332 )
2024-09-29 20:48:55 +02:00
github-actions[bot]
8e5ca58e0a
Merge master into staging-next
2024-09-29 12:05:05 +00:00
Doron Behar
4fcd6b86ee
nixos/tzupdate: make it actually work ( #343748 )
2024-09-29 12:56:06 +03:00
Gaetan Lepage
b04f975f99
mission-center: move to pkgs/by-name
2024-09-29 10:38:56 +02:00
github-actions[bot]
8693fc15c4
Merge master into staging-next
2024-09-28 18:04:13 +00:00
DontEatOreo
c7ad3a7619
gallery-dl: 1.27.4 -> 1.27.5
...
Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.27.5
Diff: https://github.com/mikf/gallery-dl/compare/v1.27.4...v1.27.5
2024-09-28 12:57:58 +03:00
novenary
94324a6d3c
zathuraPkgs: drop pkgs from callPackage input
2024-09-28 12:11:53 +03:00
novenary
3dc8993b21
zathuraPkgs: move default plugins into wrapper
2024-09-28 12:10:31 +03:00
novenary
a0f64a2e5f
zathuraPkgs: turn into scope
2024-09-28 12:10:29 +03:00
Peder Bergebakken Sundt
f298abec5a
pagefind: 1.1.0 -> 1.1.1
...
Diff: https://github.com/CloudCannon/pagefind/compare/v1.1.0...v1.1.1
Release: https://github.com/CloudCannon/pagefind/releases/tag/v1.1.1
Changelog: https://github.com/CloudCannon/pagefind/blob/v1.1.1/CHANGELOG.md
2024-09-28 03:37:00 +02:00
Mirko Lenz
6358d98704
ulauncher: add mainProgram
2024-09-27 11:18:18 +02:00
kashw2
41778ac4e9
obsidian: moved to by-name
2024-09-27 12:51:21 +10:00
Fabián Heredia Montiel
2a115bbd1e
Merge remote-tracking branch 'origin/master' into staging-next
2024-09-26 18:03:59 -06:00
Weijia Wang
11779ac87e
system76-keyboard-configurator: 1.3.10 -> 1.3.12 ( #341490 )
2024-09-26 23:16:59 +02:00
Weijia Wang
6c1f988054
fluidd: 1.30.3 -> 1.30.4 ( #341756 )
2024-09-26 23:13:29 +02:00
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
NotAShelf
c4045a54b4
waycorner: move to by-name overlay; format via nixfmt
2024-09-22 08:58:42 +03: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
TomaSajt
70f1b1bb77
kuro: unlock electron version
2024-09-21 00:59:47 +02: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
Nikolay Korotkiy
22e2c17c46
gcalcli: 4.3.0 → 4.4.0
2024-09-05 19:32:35 +04:00
Peder Bergebakken Sundt
e70210bf1f
clipqr: 1.2.0 -> 1.3.0 ( #336595 )
2024-09-05 11:05:07 -04:00
Franz Pletz
30fb59d6ed
zathura: 0.5.6 -> 0.5.8, all plugins updated ( #337383 )
2024-09-05 14:41:27 +02:00
github-actions[bot]
74cdd9c9b1
Merge master into staging-next
2024-09-05 00:13:11 +00:00
Johannes Jöns
66d6fca944
stretchly: 1.15.1 -> 1.16.0 ( #337983 )
2024-09-04 19:59:48 +00:00
github-actions[bot]
563bb0fbc2
Merge master into staging-next
2024-09-04 18:04:23 +00:00
R. Ryantm
c4ce4bb8ab
mkgmap: 4921 -> 4922
2024-09-04 17:15:10 +00:00
github-actions[bot]
4be617cf77
Merge master into staging-next
2024-09-04 12:06:17 +00:00
Nick Cao
8c8261191e
chatblade: 0.6.3 -> 0.6.4 ( #339362 )
2024-09-04 07:57:53 -04:00
Doron Behar
552cb5d02a
syncthingtray: 1.6.0 -> 1.6.1 ( #339423 )
2024-09-04 07:57:15 +00:00
K900
23b4832da0
Merge remote-tracking branch 'origin/master' into staging-next
2024-09-04 08:53:48 +03:00
Aleksana
013cfc8060
redshift: Fix missing "vidmode" support ( #322352 )
2024-09-04 13:25:01 +08:00
R. Ryantm
1698a0cdcb
syncthingtray: 1.6.0 -> 1.6.1
2024-09-04 04:50:55 +00:00
Sebastián Mancilla
b5fae88643
zathura: 0.5.6 -> 0.5.8
...
Plugins are also updated to latest version.
2024-09-03 20:02:56 -04:00
Sebastián Mancilla
4982873579
zathuraPkgs: modernize
2024-09-03 20:02:56 -04:00
R. Ryantm
e602bd0eb1
chatblade: 0.6.3 -> 0.6.4
2024-09-03 22:45:42 +00:00
github-actions[bot]
ce19166255
Merge master into staging-next
2024-09-02 18:04:19 +00:00
Sandro Jäckel
c9360770fe
ArchiSteamFarm: 6.0.4.4 -> 6.0.6.4
...
Changelog: https://github.com/JustArchiNET/ArchiSteamFarm/releases/tag/6.0.6.4
2024-09-02 16:58:23 +02:00
Nick Cao
94a54b32c3
conceal: 0.5.3 -> 0.5.4 ( #338923 )
2024-09-02 09:47:02 -04:00
Nick Cao
3b103a41b0
tui-journal: 0.9.1 -> 0.10.0 ( #338850 )
2024-09-02 09:28:58 -04:00
Gaetan Lepage
8f4eb776fb
ola: pin protobuf python to python312Packages.protobuf4
2024-09-02 15:07:25 +02:00
github-actions[bot]
4aa8416117
Merge master into staging-next
2024-09-02 12:05:34 +00:00
R. Ryantm
372f46490a
conceal: 0.5.3 -> 0.5.4
2024-09-02 02:39:42 +00:00
R. Ryantm
e0ca236e40
gnome-frog: 1.5.1 -> 1.5.2
2024-09-02 01:05:56 +00:00
Anthony ROUSSEL
c3bda7ebcb
liberasurecode: migrate to pkgs/by-name
2024-09-01 21:34:43 +02:00
Anthony ROUSSEL
7fc4e0e7c6
liberasurecode: format with nixfmt-rfc-style
2024-09-01 21:34:41 +02:00
Robert Scott
fd7c768d3a
calibre: enable tests
2024-09-01 19:00:13 +01:00
Jan Tojnar
e9179b4fa3
Merge branch 'master' into staging-next
2024-09-01 19:04:04 +02:00
R. Ryantm
44b73d2160
tui-journal: 0.9.1 -> 0.10.0
2024-09-01 16:29:02 +00:00
Artturin
80797c4e6d
gammastep: add missing wayland-scanner dependency ( #338688 )
2024-09-01 15:38:25 +03:00
Johannes Jöns
1db076d826
p2pool: 4.0 -> 4.1 ( #335600 )
2024-09-01 12:23:02 +00:00
Jan Tojnar
7f387d6bf9
mutter{,43}: Move from gnome scope to top-level
2024-09-01 14:16:31 +02:00
github-actions[bot]
adf89e90c6
Merge staging-next into staging
2024-09-01 12:05:29 +00:00
Patka
e236658b95
_1password-gui: 8.10.36 -> 8.10.40, _1password-gui-beta: 8.10.38-13.BETA -> 8.10.44-21.BETA
2024-09-01 13:44:35 +02:00
Jack Wilsdon
61efff1e82
gammastep: add missing wayland-scanner dependency
2024-09-01 12:26:28 +01:00
brokenpip3
c98ab14e32
tuir: Add brokenpip3 as maintainer
2024-09-01 10:37:39 +02:00
Nikolay Korotkiy
0955a07334
keeweb: move to by-name, fix crash, and other cleanup ( #338469 )
2024-09-01 12:31:43 +04:00
brokenpip3
5a60378393
tuir: 1.29.0 -> 1.31.0
2024-08-31 20:04:47 +02:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging
2024-08-31 18:04:19 +00:00
Nick Cao
2fc379ee74
mob: 5.1.0 -> 5.1.1 ( #338527 )
2024-08-31 09:55:52 -04:00
Nick Cao
2b9b33f00c
cotp: 1.8.0 -> 1.9.0 ( #338529 )
2024-08-31 09:55:28 -04:00
github-actions[bot]
c33b70bb75
Merge staging-next into staging
2024-08-31 12:05:08 +00:00
Vladimír Čunát
36a13f9f21
staging-next 2024-08-23 ( #336718 )
2024-08-31 11:49:12 +02:00
Cosmic Horror
f89e86506d
inlyne: 0.4.2 -> 0.4.3
2024-08-31 11:42:52 +02:00
Vladimír Čunát
7462b432b0
rivercarro: fix build, missing wayland-scanner
2024-08-31 11:30:59 +02:00
github-actions[bot]
023a2c3d2a
Merge staging-next into staging
2024-08-31 06:04:54 +00:00
github-actions[bot]
8158f1d5b3
Merge master into staging-next
2024-08-31 06:04:15 +00:00
Sebastián Mancilla
87637026a6
databricks-sql-cli: 0.1.4 -> 0.3.3 ( #333007 )
2024-08-30 23:19:03 -04:00
R. Ryantm
cd5481cc5d
cotp: 1.8.0 -> 1.9.0
2024-08-31 02:38:09 +00:00
R. Ryantm
824ec3ce36
mob: 5.1.0 -> 5.1.1
2024-08-31 02:11:43 +00:00
github-actions[bot]
fab50d5f8d
Merge staging-next into staging
2024-08-31 00:13:46 +00:00
github-actions[bot]
dcad9b571a
Merge master into staging-next
2024-08-31 00:13:18 +00:00
éclairevoyant
f9839bc927
keeweb: migrate to by-name
2024-08-30 16:34:55 -04:00
R. Ryantm
d9bf1d54bb
exercism: 3.4.1 -> 3.5.1
2024-08-30 18:42:25 +00:00
github-actions[bot]
d8c78f272c
Merge staging-next into staging
2024-08-30 18:04:32 +00:00
github-actions[bot]
b857d97eec
Merge master into staging-next
2024-08-30 18:04:02 +00:00
Sandro
f88fcce1ab
treewide: remove mredaelli from meta.maintainers ( #337929 )
2024-08-30 14:31:34 +02:00
github-actions[bot]
758138647a
Merge staging-next into staging
2024-08-30 12:05:38 +00:00
Vladimír Čunát
9b88d05935
mupdf: fixup build on *-darwin
...
https://hydra.nixos.org/build/270468296/nixlog/3/tail
Just trying to mitigate the worst. At least `mutool --help` works.
2024-08-30 13:28:08 +02:00
github-actions[bot]
a2cea72749
Merge staging-next into staging
2024-08-30 00:13:56 +00:00
github-actions[bot]
22c53603c5
Merge master into staging-next
2024-08-30 00:13:29 +00:00
Nick Cao
9c995a436c
chatblade: 0.6.2 -> 0.6.3 ( #338163 )
2024-08-29 18:35:07 -04:00
Philip Taron
3e0f69b8c9
treewide: use a consistent meta.priority default ( #338223 )
2024-08-29 14:15:22 -07:00
Donovan Glover
391982ad99
hyprland-autoname-workspaces: 1.1.14 -> 1.1.15 ( #338031 )
2024-08-29 18:10:58 +00:00
github-actions[bot]
eacf5283f3
Merge staging-next into staging
2024-08-29 18:04:46 +00:00
github-actions[bot]
d83e365b06
Merge master into staging-next
2024-08-29 18:04:21 +00:00
Philip Taron
ae92f312bf
treewide: use a consistent meta.priority default
2024-08-29 09:04:57 -07:00
David Morgan
ed343166a3
chatblade: 0.6.2 -> 0.6.3
2024-08-29 11:30:56 +00:00
Zoriot
64c4da5255
joplin-desktop: 3.0.13 -> 3.0.15
...
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2024-08-29 12:33:18 +02:00
github-actions[bot]
3a4a3e98a8
Merge staging-next into staging
2024-08-29 00:13:35 +00:00
github-actions[bot]
e8d2ddc82e
Merge master into staging-next
2024-08-29 00:13:11 +00:00
Donovan Glover
9facf7de8d
hyprland-autoname-workspaces: 1.1.14 -> 1.1.15
2024-08-28 17:11:51 -04:00
Johannes Jöns
8f8d949e95
pop-launcher: prefer --replace-fail for substituteInPlace ( #337457 )
2024-08-28 19:33:34 +00:00
github-actions[bot]
db8f276ee7
Merge staging-next into staging
2024-08-28 18:04:45 +00:00
github-actions[bot]
59b57346d9
Merge master into staging-next
2024-08-28 18:04:19 +00:00
jk
f3336bb422
stretchly: 1.15.1 -> 1.16.0
2024-08-28 19:21:00 +02:00
Nick Cao
e333f828df
pgmodeler: 1.1.3 -> 1.1.4 ( #337822 )
2024-08-28 13:11:47 -04:00
K900
83d01bef7b
glxinfo: replace with mesa-demos ( #324562 )
2024-08-28 16:21:32 +03:00
Sandro
fcda7e48c2
electron{,-bin}: add passthru.dist attribute and use treewide ( #313442 )
2024-08-28 15:15:14 +02:00