Commit Graph

142189 Commits

Author SHA1 Message Date
Sefa Eyeoglu
b261883ed2
sweethome3d.application: 7.3 -> 7.5 (#347910) 2024-11-21 23:35:20 +01:00
Florian Klink
653b603cef
notmuch: move the vim plugin to another output (#353500) 2024-11-22 00:18:24 +02:00
Nick Cao
d34e17271a
telegram-desktop: 5.7.1 -> 5.8.2 (#356727) 2024-11-21 14:43:15 -05:00
Matthieu Coudron
d6c5afdca4
pluginupdate.py: add support for adding/updating individual plugins (#336137) 2024-11-21 20:26:17 +01:00
Pietro Albini
9597f3627e vimPlugins.lspecho-nvim: init at 2024-10-06 2024-11-21 20:20:34 +01:00
Gaétan Lepage
cd2105ad62
neovim: fix ruby provider warning (#357902) 2024-11-21 17:38:04 +01:00
Aleksana
616735586a
p4: fix darwin build (#357381) 2024-11-21 21:45:41 +08:00
Aleksana
d76eaf2d1a
jami: 20240823 -> 20241031.0; fix build with libgit2 1.8.4 (#356712) 2024-11-21 21:43:12 +08:00
Aleksana
b9065e8344
bottles: 51.13 -> 51.15; add Gliczy as maintainer (#353501) 2024-11-21 21:33:13 +08:00
Martin Weinelt
86337a3e7a
firefox: enable darwin builds; also some of its derivatives (thunderbird, librewolf, floorp) (#350384) 2024-11-21 14:20:31 +01:00
birdee
7c2fe32578 neovim: fix ruby provider warning
Fixing this warning from checkhealth

provider.ruby: require("provider.ruby.health").check()

Ruby provider (optional) ~
- Ruby: ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]
- Host: /nix/store/l354hgiahcjd81qazlc870104i26lm9b-neovim-0.10.2birdeevim/bin/birdeeVim-ruby
- OK Latest "neovim" gem is installed: /home/birdee/.local/share/gem/ruby/3.3.0/gems/neovim-0.10.0/lib/neovim/connection.rb:1: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
  You can add logger to your Gemfile or gemspec to silence this warning.
  0.10.0

steps taken:

added `gem 'logger'` to Gemfile

ran the following on the directory

nix run --no-write-lock-file github:BirdeeHub/neovim_ruby_updater
2024-11-21 05:14:20 -08:00
Weijia Wang
02287a8c02
kubo-migrator: add migration from 15 to 16 (#344265) 2024-11-21 12:22:45 +01:00
Emily
0bbaf5505a
ungoogled-chromium: 131.0.6778.69-1 -> 131.0.6778.85-1 (#357691) 2024-11-21 11:35:02 +01:00
Masum Reza
9777a72dd3
Take over the role of maintainer luc65r (#356536) 2024-11-21 15:03:06 +05:30
R. Ryantm
e98178ef2b terraform-providers.gitlab: 17.4.0 -> 17.5.0 2024-11-21 16:52:52 +10:00
R. Ryantm
69fd9db728 terraform-providers.azurerm: 4.5.0 -> 4.10.0 2024-11-21 14:03:30 +10:00
R. Ryantm
aae1b3f653 terraform-providers.oci: 6.13.0 -> 6.18.0 2024-11-21 14:00:18 +10:00
Lin Jian
516819d9b5
emacsPackages.lspce: 1.1.0-unstable-2024-09-07 -> 1.1.0-unstable-2024-10-07 (#356668) 2024-11-21 10:03:59 +08:00
networkException
bd84f1c657
ungoogled-chromium: 131.0.6778.69-1 -> 131.0.6778.85-1
https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop_19.html

This update includes 3 security fixes.

CVEs:
CVE-2024-11395
2024-11-20 23:28:35 +01:00
networkException
68d51619a2
chromium: use cached dependencies from other attributes in update script
This patch extends the caching mechanism of the chromium
update scripts to use cached dependencies of all attributes
in the lockfile.

When updating ungoogled-chromium for example, the update script
will now use cached dependencies from vanilla chromium, usually
meaning that no additional fetching has to be done.
2024-11-20 23:27:25 +01:00
Emily
dca46c1a6d
chromium: fetch src from git instead of using release tarball, {ungoogled-,}chromium,chromedriver: 130.0.6723.116 -> 131.0.6778.69/85 (#357371) 2024-11-20 22:47:33 +01:00
Donovan Glover
a92d51097a
jwm: 2.4.5 -> 2.4.6 (#357364) 2024-11-20 20:32:57 +00:00
Robert Schütz
5209b9257b
pure-maps: 3.3.0 -> 3.4.0 (#351558) 2024-11-20 12:03:22 -08:00
K900
7b97b0732c
libreoffice-fresh: fix failing tests, update (#357555) 2024-11-20 20:14:20 +03:00
Luflosi
9e2866d215
kubo-migrator: rewrite
- Migrate to pkgs/by-name
- Format with nixfmt-rfc-style
- Make it possible to remove support for very old migrations in the future by increasing the `minRepoVersion` parameter
- Rename kubo-migrator-all-fs-repo-migrations to kubo-fs-repo-migrations since it may no longer include all migrations
- Add an alias for kubo-migrator-all-fs-repo-migrations to keep backwards compatibility
- Update descriptions to differentiate between kubo-migrator and kubo-migrator-unwrapped and better describe the purpose of the migrator
- Add a description to every individual migration
- Add a description to kubo-fs-repo-migrations
- Fetch the source code of the individual migrations from their specific Git tags, like upstream intends
- Enable tests for some migrations
- Check that the migrations don't crash on startup
- Mark two broken migrations as broken. They are not compatible with the latest Go versions and upstream is not interested in fixing this
- Change code to allow most updates to be done by only changing three lines (add new version and change git tag and hash)
- Add a stub for any disabled or broken migration to prevent downloading unsigned binaries from the internet, see https://github.com/ipfs/fs-repo-migrations/issues/148#issuecomment-2351355627 and https://github.com/ipfs/fs-repo-migrations/issues/188
- Use `lib.getExe` instead of hardcoding the binary name in the kubo NixOS module
- Use `substituteInPlace` with `--replace-fail` instead of `--replace`
2024-11-20 16:17:14 +01:00
Emily
5624e1334b
signal-desktop(aarch64-linux): 7.23.0 -> 7.33.0, signal-desktop(darwin): 7.29.0 -> 7.33.0 (#357569) 2024-11-20 15:09:15 +00:00
h7x4
7b548a835d
librewolf: 132.0.1 -> 132.0.1-1 (#355483) 2024-11-20 16:05:00 +01:00
teutat3s
0bcdcae905
signal-desktop(darwin): 7.29.0 -> 7.33.0 2024-11-20 15:28:00 +01:00
teutat3s
c48022dee9
signal-desktop(aarch64-linux): 7.23.0 -> 7.33.0
https://github.com/0mniteck/Signal-Desktop-Mobian/compare/7.23.0...7.33.1
2024-11-20 15:27:22 +01:00
Nick Cao
d77424313a
terraform-providers.linuxbox: 0.4.3 -> 0.5.6 (#357478) 2024-11-20 08:16:53 -05:00
Nick Cao
119e78041b
terraform-providers.vpsadmin: 1.0.0 -> 1.1.0 (#357525) 2024-11-20 08:13:11 -05:00
K900
e35305589c libreoffice-fresh: skip another newly broken test 2024-11-20 15:51:30 +03:00
K900
e7766d29b5 libreoffice-fresh: 24.8.2.1 -> 24.8.3.2 2024-11-20 15:51:08 +03:00
Matthieu Coudron
a9da88a244
vimPlugins.nvim-compe: deprecate for nvim-cmp (#357347) 2024-11-20 12:17:03 +01:00
Austin Horstman
48cecf92bf vimPlugins.one-nvim: mark broken 2024-11-20 12:14:37 +01:00
Thiago Kenji Okada
2ebd316de9
libretro.mesen: unstable-2024-06-09 -> unstable-2024-10-21 (#357458) 2024-11-20 10:31:33 +00:00
Thiago Kenji Okada
0ab9444a48
libretro.dosbox-pure: unstable-2024-09-28 -> unstable-2024-11-16 (#357457) 2024-11-20 10:31:12 +00:00
Thiago Kenji Okada
388e6c8570
libretro.fmsx: unstable-2024-06-28 -> unstable-2024-10-21 (#357448) 2024-11-20 10:30:59 +00:00
Thiago Kenji Okada
02748fd29e
libretro.beetle-wswan: unstable-2024-06-28 -> unstable-2024-10-21 (#357421) 2024-11-20 10:30:43 +00:00
Thiago Kenji Okada
4c8643dedf
libretro.nxengine: unstable-2024-06-28 -> unstable-2024-10-21 (#357419) 2024-11-20 10:30:32 +00:00
Thiago Kenji Okada
c3f6eb019d
libretro.fceumm: unstable-2024-09-23 -> unstable-2024-10-16 (#357418) 2024-11-20 10:29:58 +00:00
Thiago Kenji Okada
5b45e5e8f4
libretro.bsnes-hd: unstable-2023-04-26 -> unstable-2024-10-21 (#357416) 2024-11-20 10:28:16 +00:00
Thiago Kenji Okada
d689d517a8
libretro.flycast: unstable-2024-10-05 -> unstable-2024-11-17 (#357397) 2024-11-20 10:27:59 +00:00
Thiago Kenji Okada
00302f0fc4
libretro.atari800: unstable-2024-10-01 -> unstable-2024-10-31 (#357394) 2024-11-20 10:27:40 +00:00
Thiago Kenji Okada
c19c86c8d7
libretro.fuse: unstable-2024-09-20 -> unstable-2024-11-18 (#357389) 2024-11-20 10:27:18 +00:00
Thiago Kenji Okada
cac46a4c61
libretro.freeintv: unstable-2024-06-28 -> unstable-2024-10-21 (#357388) 2024-11-20 10:27:00 +00:00
R. Ryantm
f0921f1803 terraform-providers.vpsadmin: 1.0.0 -> 1.1.0 2024-11-20 10:09:39 +00:00
K900
4a79221efa libreoffice-fresh: skip yet another test broken by noto-fonts mismatch 2024-11-20 12:02:50 +03:00
Gaétan Lepage
4f9c49eaa1
Add vimPlugins.{nvzone-menu,nvzone-minty,nvzone-volt} (#357120) 2024-11-20 08:57:38 +01:00
R. Ryantm
7219d5dc34 terraform-providers.linuxbox: 0.4.3 -> 0.5.6 2024-11-20 06:31:55 +00:00