Commit Graph

671866 Commits

Author SHA1 Message Date
Fabian Affolter
47fb36e975
Merge pull request #332099 from fabaff/xeol-darwin
xeol: 0.9.15 -> 0.10.0
2024-08-25 09:23:46 +02:00
rewine
c11ac20d4d deepin.deepin-camera: unstable-2023-09-26 -> 6.0.5 2024-08-25 15:22:09 +08:00
R. Ryantm
2ec36ad9d4 libretro.beetle-supergrafx: unstable-2024-08-16 -> unstable-2024-08-23 2024-08-25 07:09:07 +00:00
R. Ryantm
b1ae15cfae libretro.mame2003: unstable-2024-08-18 -> unstable-2024-08-22 2024-08-25 07:08:58 +00:00
R. Ryantm
f273218e4b libretro.mame2003-plus: unstable-2024-08-18 -> unstable-2024-08-24 2024-08-25 07:08:52 +00:00
R. Ryantm
0cb13e7966 libretro.ppsspp: unstable-2024-08-15 -> unstable-2024-08-24 2024-08-25 07:08:49 +00:00
rewine
b898aeeac5
Merge pull request #336956 from wineee/deepin
deepin: format via nixfmt-rfc-style
2024-08-25 14:55:24 +08:00
R. Ryantm
5c80024baf libretro.beetle-pce: unstable-2024-08-09 -> unstable-2024-08-23 2024-08-25 06:33:41 +00:00
R. Ryantm
f03c3d994e libretro.stella: unstable-2024-08-16 -> unstable-2024-08-24 2024-08-25 06:31:29 +00:00
R. Ryantm
a9707c2b0a libretro.pcsx-rearmed: unstable-2024-08-16 -> unstable-2024-08-22 2024-08-25 06:31:12 +00:00
R. Ryantm
3817ab6427 libretro.beetle-psx-hw: unstable-2024-08-16 -> unstable-2024-08-23 2024-08-25 06:30:54 +00:00
rewine
d5e8d4860a
Merge pull request #337079 from r-ryantm/auto-update/simdutf
simdutf: 5.3.7 -> 5.4.15
2024-08-25 14:19:39 +08:00
R. Ryantm
053b00b563 libretro.mupen64plus: unstable-2024-08-13 -> unstable-2024-08-21 2024-08-25 06:16:28 +00:00
R. Ryantm
a25f25f752 libretro.play: unstable-2024-08-16 -> unstable-2024-08-23 2024-08-25 06:10:49 +00:00
Andrew Marshall
9218a080e9 blender: add myself as maintainer
Have done quite a few commits to this package, and most of the recent
bumps, so I suppose it makes sense, especially given only one
maintainer currently.
2024-08-25 01:01:29 -04:00
Andrew Marshall
d1938c997c blender: 4.2.0 -> 4.2.1
Changelog: https://www.blender.org/download/lts/4-2/
2024-08-25 01:01:19 -04:00
Andrew Marshall
9f796ed55e libbluray: fix withJava
It builds okay without this, but doesn’t actually work. Was removed in
616f7e3b7e.
2024-08-25 00:56:24 -04:00
Andrew Marshall
ac2fdbefa1 bitwarden-desktop: 2024.6.4 -> 2024.8.0
Diff: https://github.com/bitwarden/clients/compare/desktop-v2024.6.4...desktop-v2024.8.0

Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.7.1
           https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.0

- The postPatch to fixup broken package{,-lock}.json in upstream seems
  to be no longer needed, so (happily) remove
- Python 3.12 removed distutils, so get it from setuptools
- Workaround broken node-argon2 dependency due to being updated (see
  inline comment)
- desktop_native/napi was split out of desktop_native, so adjust
  accordingly

Co-authored-by: Robert Schütz <mail@dotlambda.de>
2024-08-25 00:46:14 -04:00
R. Ryantm
46a4adbd67 iosevka: 31.3.0 -> 31.4.0 2024-08-25 04:33:20 +00:00
Stanisław Pitucha
ba0c72cea4
Merge pull request #337106 from r-ryantm/auto-update/neural-amp-modeler-lv2
neural-amp-modeler-lv2: 0.1.3 -> 0.1.4
2024-08-25 13:58:43 +10:00
R. Ryantm
448c32f75a wine-staging: 9.15 -> 9.16 2024-08-25 03:42:54 +00:00
Bobby Rong
dc23466adb
Merge pull request #336934 from bobby285271/upd/pantheon
Pantheon updates 2024-08-24 (switchboard 8.0.0)
2024-08-25 11:34:02 +08:00
zendo
93fc93def0 deploy-rs: unstable-2024-02-16 -> 0-unstable-2024-06-12 2024-08-25 11:26:19 +08:00
R. Ryantm
62e324c76d dolt: 1.42.13 -> 1.42.14 2024-08-25 03:13:44 +00:00
Silvan Mosberger
8f425c25ad lib/tests: Format a file with nixfmt
And fix locations to not break the test.
This is a rare case where another change is required after formatting.
We do this in a separate commit so that we don't need to do it in the
treewide reformatting PR.
2024-08-25 05:07:51 +02:00
Tristan Ross
a9cb9aca2e
Merge pull request #336228 from ExpidusOS/feat/llvm-19-rc3
llvmPackages_19: 19.1.0-rc2 -> 19.1.0-rc3
2024-08-24 20:04:42 -07:00
zendo
6eff982932 deploy-rs: move to by-name 2024-08-25 11:02:27 +08:00
Silvan Mosberger
e6d45588ad tests.haskell.cabalSdist: Prevent rebuilds when Nix files change
The generated file sets its own directory as the source, including the
generated file itself, which causes rebuilds when that file is
reformatted. We can avoid this by overriding the source with a filtered
version and using that throughout the tests.

See https://github.com/NixOS/nixpkgs/pull/320572 for more context
2024-08-25 04:59:11 +02:00
Silvan Mosberger
7cb66fd579 tests.makeBinaryWrapper: Prevent rebuilds when Nix files change
The source included way more files than it really needed.
This commit limits it to exactly those it needs.

This also makes sure that no rebuild is necessary when any Nix
file changes, in particular useful when we reformat the Nix files.
2024-08-25 04:59:11 +02:00
Silvan Mosberger
ea17c502d2 tests.trivial-builders: Prevent rebuilds when Nix files change
There's no need to use a Nix file in the path here. By using a different
file we won't cause rebuilds when we change the Nix file, in particular
also when the Nix file is reformatted.
2024-08-25 04:59:11 +02:00
Silvan Mosberger
323012ced2 vimPluginsUpdater: Format files with nixfmt
This is a rare case of a Nix file actually ending up in the build result.
We reformat this now, causing a rebuild, so that we won't cause a rebuild
in the treewide reformatting PR.
2024-08-25 04:59:10 +02:00
Silvan Mosberger
65e7143039 nix-info: Format files with nixfmt
This is a rare case of a Nix file actually ending up in the build result.
We reformat this now, causing a rebuild, so that we won't cause a rebuild
in the treewide reformatting PR.
2024-08-25 04:59:04 +02:00
R. Ryantm
b258ab7b92 spicetify-cli: 2.37.1 -> 2.37.2 2024-08-25 02:40:18 +00:00
Mathew Polzin
aecefeaa9e
Merge pull request #337115 from fpletz/pkgs/jool-4.1.13
jool: 4.1.12 -> 4.1.13
2024-08-24 21:36:42 -05:00
R. Ryantm
f39dc4251b svu: 2.1.1 -> 2.2.0 2024-08-25 02:35:49 +00:00
R. Ryantm
f353a3c621 resumed: 3.0.1 -> 4.0.0 2024-08-25 02:26:25 +00:00
Ryan Omasta
cd71eb1fc5
vscode-extensions.leonardssh.vscord: add ryand56 as maintainer 2024-08-24 20:26:20 -06:00
R. Ryantm
3e739152f4 python312Packages.ytmusicapi: 1.8.0 -> 1.8.1 2024-08-25 02:24:58 +00:00
Ryan Omasta
31ca162619
vscode-extensions.leonardssh.vscord: 5.2.12 -> 5.2.13 2024-08-24 20:23:28 -06:00
R. Ryantm
1daf7604f7 python312Packages.peaqevcore: 19.10.24 -> 19.11.0 2024-08-25 02:14:03 +00:00
sarahec
c6b45b1dad python3Packages.scalene: 1.5.43.2 -> 1.5.44.1 2024-08-24 19:02:01 -07:00
Mathew Polzin
c9281e015b
Merge pull request #335383 from Kiskae/composefs/1.0.5
composefs: 1.0.4 -> 1.0.5
2024-08-24 20:50:21 -05:00
Robert Schütz
46719a7546
Merge pull request #337117 from r-ryantm/auto-update/python312Packages.aioopenexchangerates
python312Packages.aioopenexchangerates: 0.6.1 -> 0.6.2
2024-08-24 18:41:54 -07:00
R. Ryantm
16daf82816 pipx: 1.7.0 -> 1.7.1 2024-08-25 01:37:31 +00:00
Gaétan Lepage
1171e349e0
python312Packages.uproot: 5.3.10 -> 5.3.11 (#337107)
Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.3.10...v5.3.11

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.3.11
2024-08-24 21:37:05 -04:00
Dmitry Kalinkin
032e2d5914
Merge pull request #336850 from r-ryantm/auto-update/python312Packages.scikit-hep-testdata
python312Packages.scikit-hep-testdata: 0.4.46 -> 0.4.47
2024-08-24 21:35:55 -04:00
R. Ryantm
b2bbae83d5 nanoflann: 1.6.0 -> 1.6.1 2024-08-25 01:16:48 +00:00
Nick Cao
545a536e86
Merge pull request #337013 from r-ryantm/auto-update/pulldown-cmark
pulldown-cmark: 0.11.2 -> 0.12.0
2024-08-24 21:12:03 -04:00
Nick Cao
a0c85899f1
Merge pull request #337014 from r-ryantm/auto-update/grpc_cli
grpc_cli: 1.65.5 -> 1.66.0
2024-08-24 21:11:49 -04:00
Nick Cao
f02a096a93
Merge pull request #337015 from r-ryantm/auto-update/go-mockery
go-mockery: 2.44.2 -> 2.45.0
2024-08-24 21:11:45 -04:00