Commit Graph

12561 Commits

Author SHA1 Message Date
TheMaxMur
00fd0f311b
vscode-extensions.hediet.vscode-drawio: init 1.6.6 2024-03-11 18:50:02 +03:00
Bryan Lai
18e2854db0 pulsar: 1.109.0 -> 1.114.0
Release notes: https://github.com/pulsar-edit/pulsar/releases/tag/v1.114.0

pulsar has been marked insecure so this change would not be verified by
ofborg. Still, it is very actively developed and quite enjoyable to use.
As an atom veteran, I would like to help keep it usable; thus adding
myself to the maintainers.

A patchelf fixup for `ctags-linux` is adjusted according to the new
location of the binary.

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2024-03-11 22:42:34 +08:00
TheMaxMur
30eaaf37f4
vscode-extensions.hars.cppsnippets: init 0.0.15 2024-03-11 16:30:32 +03:00
TheMaxMur
b9cdc735ab
vscode-extensions.firsttris.vscode-jest-runner: init 0.4.72 2024-03-11 16:29:01 +03:00
TheMaxMur
a498f64c75
vscode-extensions.equinusocio.vsc-material-theme-icons: init 3.5.0 2024-03-11 16:27:05 +03:00
TheMaxMur
547c6af1d4
vscode-extensions.cweijan.dbclient-jdbc: init 1.3.4 2024-03-11 16:25:55 +03:00
TheMaxMur
10417a79f2
vscode-extensions.13xforever.language-x86-64-assembly: init 3.1.4 2024-03-11 16:25:01 +03:00
github-actions[bot]
339816cfdf
Merge staging-next into staging 2024-03-11 12:01:42 +00:00
TheMaxMur
61cc9929fc
vscode-extensions.redhat.ansible: init 2.12.143 2024-03-11 14:49:55 +03:00
TheMaxMur
ac6c66df08
vscode-extensions.hashicorp.hcl: init 0.3.2 2024-03-11 14:07:08 +03: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
TheMaxMur
0a374afcfb
vscode-extensions.tal7aouy.icons: init 3.8.0 2024-03-11 13:06:18 +03:00
Pol Dellaiera
bdabadc308
Merge pull request #294928 from TheMaxMur/feature/vscode-extension-vlang
vscode-extensions.vlanguage.vscode-vlang: init 0.1.14
2024-03-11 11:00:23 +01:00
Pol Dellaiera
7f2631c9a0
Merge pull request #294930 from TheMaxMur/feature/vscode-extension-oceanic-next
vscode-extensions.naumovs.theme-oceanicnext: remove platforms
2024-03-11 10:21:39 +01:00
TheMaxMur
8f6198af41
vscode-extensions.naumovs.theme-oceanicnext: remove platforms 2024-03-11 12:12:42 +03:00
TheMaxMur
27e93adb82
vscode-extensions.vlanguage.vscode-vlang: init 0.1.14 2024-03-11 12:09:56 +03:00
Pol Dellaiera
e1aae5156b
Merge pull request #294895 from pbsds/bump-markdown-preview-1710122603
vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.10 -> 0.8.12
2024-03-11 09:59:04 +01:00
Pol Dellaiera
754d70c50d
Merge pull request #294915 from r-ryantm/auto-update/vscode-extensions.chenglou92.rescript-vscode
vscode-extensions.chenglou92.rescript-vscode: 1.42.0 -> 1.48.0
2024-03-11 09:58:32 +01:00
Pol Dellaiera
397aa0939a
Merge pull request #294757 from TheMaxMur/feature/vscode-extensions
vscode-extensions.naumovs.theme-oceanicnext: init 0.0.4
2024-03-11 08:56:29 +01:00
R. Ryantm
b2018ab6aa vscode-extensions.chenglou92.rescript-vscode: 1.42.0 -> 1.48.0 2024-03-11 05:49:43 +00:00
TheMaxMur
4ae9084ddd
vscode-extensions.naumovs.theme-oceanicnext: init 0.0.4 2024-03-11 05:33:41 +03:00
Peder Bergebakken Sundt
f7cfc1e03a vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.10 -> 0.8.12 2024-03-11 03:04:52 +01:00
github-actions[bot]
e5f37c0e88
Merge staging-next into staging 2024-03-11 00:02:46 +00:00
R. Ryantm
4e0a857527 vscodium: 1.86.2.24057 -> 1.87.1.24068 2024-03-11 07:49:18 +08:00
github-actions[bot]
43d40d2ee7
Merge staging-next into staging 2024-03-10 18:01:43 +00:00
rewine
fa7a264379 cpeditor: 6.11.2 -> 7.0.1 2024-03-11 00:03:50 +08:00
Pol Dellaiera
9fc2bd0eef
Merge pull request #294690 from drupol/vscode/extensions/copilot-update
vscode-extensions: Github copilot bumps
2024-03-10 14:31:24 +01:00
github-actions[bot]
cc8df95cb4
Merge staging-next into staging 2024-03-10 12:01:34 +00:00
Bjørn Forsman
ce94aa7e20 eclipses test instructions: don't rely on Nix experimental features
Prefer `nix-build`, which works out of the box, unlike `nix build`,
which fails until you enable experimental features.
2024-03-10 12:48:17 +01:00
Nikolay Korotkiy
aa0393ad25
Merge pull request #273416 from rowanG077/vscodes-ext/ms-cpptoools-aarch64
vscode-extensions.ms-vscode.cpptools: aarch64 support
2024-03-10 13:58:12 +04:00
Pol Dellaiera
d45c7f67cc
vscode-extensions.github.copilot-chat: 0.12.2024013003 -> 0.14.2024030801 2024-03-10 10:39:54 +01:00
Pol Dellaiera
4d0fa61b7e
vscode-extensions.github.copilot: 1.156.691 -> 1.172.758 2024-03-10 10:39:49 +01:00
github-actions[bot]
3ce29d4386
Merge staging-next into staging 2024-03-10 00:02:48 +00:00
Bjørn Forsman
7a2f43739c eclipse-embedcpp: init
This is the Eclipse IDE for Embedded C/C++ Developers.

https://www.eclipse.org/downloads/packages/release/2023-12/r/eclipse-ide-embedded-cc-developers
2024-03-09 23:28:52 +01:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Tim T.
0d14dc5dd5
vscode-extensions.smcpeak.default-keys-windows: init at 0.0.10 2024-03-08 23:38:08 +01:00
github-actions[bot]
1d176721c2
Merge staging-next into staging 2024-03-08 12:01:49 +00:00
Vladimír Čunát
335c734226
Merge #292500: staging-next 2024-03-01 2024-03-08 12:35:06 +01:00
Daniel
32dd6a957a vimPlugins.transparent-nvim: Added entry in generated.nix 2024-03-08 11:19:59 +01:00
Daniel
c37aaf8be7 vimPlugins.transparent-nvim: init at 2023-11-12 2024-03-08 11:19:59 +01:00
Pol Dellaiera
253affa2f8
Merge pull request #294124 from Raroh73/update/vscode/markdown-all-in-one
vscode-extensions.yzhang.markdown-all-in-one: 3.5.1 -> 3.6.2
2024-03-08 08:39:52 +01:00
nixpkgs-upkeep-bot
a292756b10 vscode: 1.86.2 -> 1.87.1 2024-03-08 00:25:42 +00:00
github-actions[bot]
a8149b5a27
Merge staging-next into staging 2024-03-08 00:02:46 +00:00
github-actions[bot]
bca99088c2
Merge master into staging-next 2024-03-08 00:02:17 +00:00
Antoine Langlois
9cc7157458
vscode-extensions.samuelcolvin.jinjahtml: init at 0.20.0 2024-03-08 00:17:25 +01:00
Raroh73
8a9f6a306b
vscode-extensions.yzhang.markdown-all-in-one: 3.5.1 -> 3.6.2 2024-03-07 21:11:09 +01:00
Dmitry Bogatov
1ce934ff36 emacs: add "withDbus" and "withSelinux" flags
Previously, these features were enabled unconditionally on linux.
2024-03-07 14:55:57 -05:00
github-actions[bot]
f5a9b8ecda
Merge staging-next into staging 2024-03-07 18:01:21 +00:00
Martin Weinelt
1371fe6327
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/servers/home-assistant/default.nix
2024-03-07 17:12:13 +01:00
R. Ryantm
fda67a420d molsketch: 0.8.0 -> 0.8.1 2024-03-07 11:44:54 +01:00
github-actions[bot]
29731b7d0e
Merge staging-next into staging 2024-03-07 00:02:39 +00:00
github-actions[bot]
e0fd83a658
Merge master into staging-next 2024-03-07 00:02:06 +00:00
Weijia Wang
e631501f43
Merge pull request #290296 from r-ryantm/auto-update/vimPlugins.vim-clap
vimPlugins.vim-clap: 0.50 -> 0.52
2024-03-06 23:07:10 +01:00
Bruno Rodrigues
434c3c83de rstudio: 2023.9.0+463 -> 2023.12.1+402
Update and add patches
Fix boost to 1.83
Update to rsconnect 1.2.0

Apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Improve version breakdown
2024-03-06 22:17:47 +01:00
Weijia Wang
9ba68d192c
Merge pull request #291707 from r-ryantm/auto-update/vim
vim: 9.1.0075 -> 9.1.0148
2024-03-06 21:39:49 +01:00
github-actions[bot]
8d0048d3b4
Merge staging-next into staging 2024-03-06 18:01:46 +00:00
github-actions[bot]
8a8a630460
Merge master into staging-next 2024-03-06 18:01:19 +00:00
iosmanthus
6081ff43ee
vscode: Fix url handler MimeType for vscode-insiders
According to upstream RPMs, while using vscode-insiders, the URL handler MimeType should be
`x-scheme-handler/vscode-insiders` instead of `x-scheme-handler/vscode`.

See pull request 293460 and pull request 288425.
2024-03-06 23:03:16 +08:00
Nick Cao
e1e7689121
Merge pull request #291092 from r-ryantm/auto-update/vscode-extensions.chenglou92.rescript-vscode
vscode-extensions.chenglou92.rescript-vscode: 1.16.0 -> 1.42.0
2024-03-06 09:15:46 -05:00
Nick Cao
76148323c3
Merge pull request #291091 from r-ryantm/auto-update/vscode-extensions.contextmapper.context-mapper-vscode-extension
vscode-extensions.contextmapper.context-mapper-vscode-extension: 6.7.0 -> 6.11.0
2024-03-06 09:15:41 -05:00
Nick Cao
26e60aae1a
Merge pull request #291139 from r-ryantm/auto-update/vscode-extensions.ms-toolsai.jupyter
vscode-extensions.ms-toolsai.jupyter: 2023.2.1000411022 -> 2024.2.0
2024-03-06 09:14:51 -05:00
Haseeb Majid
ee6922fc7d vimPlugins.windows-nvim: update overrides 2024-03-06 13:57:03 +01:00
github-actions[bot]
64d7186c75
Merge staging-next into staging 2024-03-05 12:01:45 +00:00
github-actions[bot]
2be10cb1a0
Merge master into staging-next 2024-03-05 12:01:17 +00: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
0fad8ebe94 libresprite: use finalAttrs pattern 2024-03-05 09:50:10 +01:00
R. Ryantm
62d119f5d6 vim: 9.1.0075 -> 9.1.0148 2024-03-05 00:12:58 +00:00
github-actions[bot]
1214d57779
Merge staging-next into staging 2024-03-05 00:02:29 +00:00
github-actions[bot]
100a9b96ce
Merge master into staging-next 2024-03-05 00:01:58 +00:00
ajs124
2e3de83b60
Merge pull request #292673 from r-ryantm/auto-update/texstudio
texstudio: 4.7.2 -> 4.7.3
2024-03-04 21:33:28 +01:00
R. Ryantm
f76d416eef texstudio: 4.7.2 -> 4.7.3 2024-03-04 14:23:44 +01:00
github-actions[bot]
c2f4e2ddeb
Merge staging-next into staging 2024-03-03 18:01:34 +00:00
github-actions[bot]
3d632fe115
Merge master into staging-next 2024-03-03 18:01:09 +00:00
Mario Rodas
eeb1177841
Merge pull request #285001 from r-ryantm/auto-update/codux
codux: 15.18.2 -> 15.21.0
2024-03-03 08:12:05 -05:00
github-actions[bot]
b77ab6c0c7
Merge staging-next into staging 2024-03-02 18:01:30 +00:00
github-actions[bot]
81198fd201
Merge master into staging-next 2024-03-02 18:01:04 +00:00
Lin Jian
df3358c5d2
Merge pull request #291416 from linj-fork/pr/fix-magit-seq
emacs.pkgs.seq: stop shadowing it
2024-03-03 01:13:18 +08:00
Lin Jian
a9cfbfda7f
emacs.pkgs.seq: fix build 2024-03-03 01:03:33 +08:00
Lin Jian
7374ffe8f7
emacs.pkgs.seq: stop shadowing it
magit requires[1] seq 2.24.  seq from GNU Elpa satisfies that.
However, it is shadowed by the Emacs builtin one to workaround an old
bug[2] and the version of the builtin seq in Emacs 28 is only 2.23.
So magit is broken for Emacs 28 which is the default one in NixOS
23.11 and available in the unstable branch.

This patch fixes magit by stopping shadowing seq from GNU Elpa since
that old bug[2] is not relevant now.

Fixes https://github.com/NixOS/nixpkgs/issues/272019.

[1]: f4ff817cb2/lisp/magit.el (L27)
[2]: https://github.com/NixOS/nixpkgs/pull/74936
2024-03-03 01:03:25 +08:00
R. Ryantm
20398d6b56 vimPlugins.vim-clap: 0.50 -> 0.52 2024-03-02 16:52:59 +00:00
R. Ryantm
d0a2096488 vscode-extensions.ms-toolsai.jupyter: 2023.2.1000411022 -> 2024.2.0 2024-03-02 08:56:01 +00:00
R. Ryantm
13f7a83522 vscode-extensions.chenglou92.rescript-vscode: 1.16.0 -> 1.42.0 2024-03-01 21:40:28 +00:00
Gaetan Lepage
2fba2398c1 vimPlugins.nvim-treesitter: update grammars 2024-03-01 14:09:23 +01:00
Gaetan Lepage
5be697cfb0 vimPlugins: resolve github repository redirects 2024-03-01 14:09:05 +01:00
Gaetan Lepage
d8049da13d vimPlugins: update on 2024-03-01 2024-03-01 13:59:17 +01:00
github-actions[bot]
18bc3c64e6
Merge master into staging-next 2024-03-01 12:00:58 +00:00
Harsh Shandilya
47cc66f98d androidStudioPackages.stable: 2023.1.1.28 -> 2023.2.1.23 2024-03-01 14:11:56 +05:30
Harsh Shandilya
e687cfd88b androidStudioPackages.canary: 2023.3.1.9 -> 2023.3.1.12 2024-03-01 14:11:54 +05:30
github-actions[bot]
18e39b9167
Merge staging-next into staging 2024-03-01 00:02:47 +00:00
Nikolay Korotkiy
3323a16f27
Merge pull request #292414 from r-ryantm/auto-update/orbiton
orbiton: 2.65.10 -> 2.65.11
2024-03-01 02:27:25 +04:00
Yt
6d71a96947
Merge pull request #291744 from ghthor/upstream-tabby
tabby: init at 0.7.0 take 2
2024-02-29 21:46:32 +00:00
R. Ryantm
1e265eb2a1 orbiton: 2.65.10 -> 2.65.11 2024-02-29 21:06:34 +00:00
github-actions[bot]
c7d7e4a7a5
Merge staging-next into staging 2024-02-29 18:01:30 +00:00
Matthieu Coudron
35e66bece8
Merge pull request #291299 from mattpolzin/autolist-nvim-init
vimPlugins.autolist-nvim: init at 2023-07-07
2024-02-29 17:01:32 +01:00
Thiago Kenji Okada
49a6ffcb8f
Merge pull request #291446 from atorres1985-contrib/edbrowse
edbrowse: enable Unix ODBC support
2024-02-29 15:32:50 +00:00
github-actions[bot]
81a57dc133
Merge staging-next into staging 2024-02-29 12:02:30 +00:00
Atemu
ebe6e80779
Merge pull request #291953 from atorres1985-contrib/emacspeak
emacspeak: 58.0 -> 59.0
2024-02-29 09:51:49 +00:00
Martin Weinelt
65b31e498a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/influxdb/default.nix
- pkgs/development/tools/misc/binutils/default.nix
2024-02-29 07:19:15 +01:00
Franz Pletz
a297038c59
Merge pull request #291447 from TomaSajt/uiua 2024-02-29 02:02:43 +01:00
TomaSajt
c669777f45
vscode-extensions.uiua-lang.uiua-vscode: 0.0.27 -> 0.0.39 2024-02-29 00:40:58 +01:00
Anderson Torres
299f6e16e4 emacspeak: migrate to by-name
Also, keep a green alias in order to not break things.
2024-02-28 18:31:31 -03:00
github-actions[bot]
d2cfd53fa4
Merge staging-next into staging 2024-02-27 18:01:33 +00:00
R. Ryantm
7d3c9aeca7 vscodium: 1.86.2.24054 -> 1.86.2.24057 2024-02-27 21:06:56 +08:00
github-actions[bot]
51f9ea2d15
Merge staging-next into staging 2024-02-27 12:02:07 +00:00
Will Owens
bc8f5cf31a
tabby: add vim-tabby vimPlugin 2024-02-27 04:52:04 -05:00
OTABI Tomoya
3f30b000ce
Merge pull request #290193 from r-ryantm/auto-update/rednotebook
rednotebook: 2.31 -> 2.32
2024-02-27 18:36:12 +09:00
R. Ryantm
1874052640 codux: 15.18.2 -> 15.21.0 2024-02-27 01:44:39 +00:00
John Pertoft
c3bc720fb7 ms-vscode-remote.remote-containers: 0.305.0 -> 0.347.0 2024-02-26 22:46:34 +01:00
github-actions[bot]
d6b3e91345
Merge staging-next into staging 2024-02-26 18:01:24 +00:00
Pol Dellaiera
d8d07710ef
Merge pull request #291021 from Stunkymonkey/equinusocio.vsc-material-theme-34.3.1
vscode-extensions.equinusocio.vsc-material-theme: 33.8.0 -> 34.3.1
2024-02-26 15:32:02 +01:00
github-actions[bot]
50d12072e0
Merge staging-next into staging 2024-02-26 12:01:37 +00:00
Pol Dellaiera
0cdf9c987b
Merge pull request #282293 from katexochen/theme-bluloco-light/init
vscode-extensions.uloco.theme-bluloco-light: init at 3.7.3
2024-02-26 10:36:28 +01:00
Paul Meyer
14c955a77e vscode-extensions.uloco.theme-bluloco-light: init at 3.7.3
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-02-26 09:49:27 +01:00
Lin Jian
cff7e06188
Merge pull request #291122 from atorres1985-contrib/elisp-staging
Elisp updates to staging
2024-02-26 12:41:37 +08:00
Anderson Torres
98802aa75a edbrowse: migrate to by-name 2024-02-25 18:41:45 -03:00
Felix Buehler
a00e878cb3 vscode-extensions.equinusocio.vsc-material-theme: fix user-settings 2024-02-25 21:36:41 +01:00
Felix Buehler
682f958f76 vscode-extensions.equinusocio.vsc-material-theme: 33.8.0 -> 34.3.1 2024-02-25 21:36:41 +01:00
github-actions[bot]
41e7732291
Merge staging-next into staging 2024-02-25 18:01:23 +00:00
Thomas Heijligen
f2a142727c gnatPackages: Add scope for all ada packages
Ada depencencies musst be build with the same gnat version as the
project. Use a namespace as preperation to build with different gnat
versions.

gprbuild and gnatprove are still globaly visable.
2024-02-25 18:19:50 +01:00
Gaétan Lepage
63e129f793
buildNeovimPlugin: set version accordingly to the manual guidelines (#289008)
https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-naming
2024-02-25 18:15:04 +01:00
Pol Dellaiera
c530ae0c02
Merge pull request #289289 from Raroh73/add/vscode-extensions-continue
vscode-extensions.continue.continue: init at 0.8.12
2024-02-25 17:37:51 +01:00
Nick Cao
94f0e5e269
Merge pull request #291250 from r-ryantm/auto-update/notepad-next
notepad-next: 0.6.4 -> 0.7
2024-02-25 11:13:59 -05:00
Raroh73
ed75c1ad48
vscode-extensions.continue.continue: init at 0.8.12 2024-02-25 10:56:28 +01:00
Mathew Polzin
7d10a86beb vimPlugins.nvim-spectre: update vendored rust dependency's hash 2024-02-24 23:56:36 -06:00
github-actions[bot]
8eb8b5cbf0
Merge staging-next into staging 2024-02-25 00:02:47 +00:00
Mathew Polzin
509550d660 vimPlugins.nvim-treesitter: update grammars 2024-02-24 16:44:38 -06:00
Mathew Polzin
468c188091 vimPlugins: resolve github repository redirects 2024-02-24 16:43:33 -06:00
R. Ryantm
ea75af1af5 notepad-next: 0.6.4 -> 0.7 2024-02-24 22:17:12 +00:00
Marc Jakobi
cc817dc759
vimPlugins.nvim-treesitter: don't replace existing passthru (#290707) 2024-02-24 23:15:56 +01:00
Mathew Polzin
0c475bf346 vimPlugins: update on 2024-02-24 2024-02-24 15:59:45 -06:00
Doron Behar
77bd4cc2a0
Merge pull request #283872 from hmajid2301/add-animation
vimPlugins.animations-nvim: init at 2022-09-18
2024-02-24 22:54:31 +02:00
Pol Dellaiera
e5f7041952
Merge pull request #290868 from sikmir/orbiton
orbiton: 2.65.8 → 2.65.10
2024-02-24 21:48:11 +01:00
Vladimír Čunát
6d8aba54f3
Merge #289734: staging-next 2024-02-18 2024-02-24 21:37:07 +01:00
Pol Dellaiera
b97a52e175
Merge pull request #290057 from qubitnano/origin-vscode-comparefolders
vscode-extensions.moshfeu.compare-folders: init at 0.24.2
2024-02-24 19:24:22 +01:00
github-actions[bot]
35aa42e19a
Merge staging-next into staging 2024-02-24 18:01:21 +00:00
github-actions[bot]
d6cc5bb41d
Merge master into staging-next 2024-02-24 18:00:56 +00:00
Adam C. Stephens
664662530a
Merge pull request #291127 from Atemu/emacs-retire
emacs: retire myself from maintainers
2024-02-24 07:32:19 -05:00
Atemu
740f6fb7d8 emacs: retire myself from maintainers
I added myself because I integrated Macport support but I don't really feel qualified to maintain the rest of emacs.

The Macport integration has also been working without major issues ever since it was introduced.

I still left bread crumbs in case there's an issue with macport specifically but
I don't want to be pinged on generic Emacs issues/PRs.
2024-02-24 13:20:43 +01:00
Anderson Torres
7db5963dff nongnu-packages: updated 2024-02-24 (from overlay) 2024-02-24 09:02:18 -03:00
Anderson Torres
2d8d2256d8 melpa-packages: updated 2024-02-24 (from overlay) 2024-02-24 09:01:56 -03:00
Anderson Torres
bb3b286f3c elpa-devel-packages: updated 2024-02-24 (from overlay) 2024-02-24 09:01:32 -03:00
Anderson Torres
e195f08a88 elpa-packages: updated 2024-02-24 (from overlay) 2024-02-24 09:01:03 -03:00
R. Ryantm
7d96b43f5f vscode-extensions.contextmapper.context-mapper-vscode-extension: 6.7.0 -> 6.11.0 2024-02-24 09:14:31 +00:00
qubitnano
ad5464deab vscode-extensions.moshfeu.compare-folders: init at 0.24.2 2024-02-23 19:11:35 -05:00
github-actions[bot]
a118fdbd61
Merge staging-next into staging 2024-02-24 00:02:31 +00: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
Pol Dellaiera
33957ecbd5
Merge pull request #289809 from w3irdrobot/vscode-rust-analyzer-0.3.1839
vscode-extensions.rust-lang.rust-analyzer: 2023-10-16 -> 2024-02-12
2024-02-23 23:10:20 +01:00
R. Ryantm
cf1b3aa214 vscodium: 1.85.2.24019 -> 1.86.2.24054 2024-02-23 16:51:16 +00:00
Nikolay Korotkiy
a118964872
orbiton: 2.65.8 → 2.65.10 2024-02-23 16:02:20 +04:00
Weijia Wang
2930699c8c Merge branch 'staging-next' into staging 2024-02-23 05:12:00 +01:00
Weijia Wang
5f5062d1ef Merge branch 'master' into staging-next 2024-02-23 05:09:55 +01:00
Sandro
043e316272
Merge pull request #289148 from DataHearth/add/vscode-ext/earthly.earthfile-syntax-highlighting 2024-02-22 20:23:26 +01:00
github-actions[bot]
f5d5478eea
Merge staging-next into staging 2024-02-22 12:01:34 +00:00
github-actions[bot]
a331a49cf7
Merge master into staging-next 2024-02-22 12:01:07 +00:00
Yt
345eee54ed
Merge pull request #290613 from datafoo/vscode-extensions.elixir-lsp.vscode-elixir-ls
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.19.0 -> 0.20.0
2024-02-22 11:49:34 +00:00
Florentin / 珞辰
9b0b5eab17
vimPlugins.nvim-tree-lua: update on 2024-02-20 (#290403) 2024-02-22 11:49:26 +01:00
Haseeb Majid
998fdbed61
vimPlugins: update on 2024-02-04 2024-02-22 10:33:49 +00:00
"Haseeb Majid"
e65f390d32
vimPlugins.animation-nvim: init at 2022-09-18 2024-02-22 10:32:11 +00:00
datafoo
7a42511e53 vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.19.0 -> 0.20.0 2024-02-22 10:42:25 +01:00
github-actions[bot]
fc2d0f4c7d
Merge staging-next into staging 2024-02-21 06:01:24 +00:00
github-actions[bot]
37e32d4bdd
Merge master into staging-next 2024-02-21 06:00:56 +00:00
Pol Dellaiera
47110bc378
Merge pull request #290207 from drupol/typst-preview/bump/0-10-8
typst-preview: 0.10.5 -> 0.10.8
2024-02-21 05:38:13 +01:00
github-actions[bot]
a45c413bca
Merge staging-next into staging 2024-02-21 00:02:33 +00:00
github-actions[bot]
97c19bdc7e
Merge master into staging-next 2024-02-21 00:02:04 +00:00
Marc Jakobi
35f8b6919a vscode-extensions.vadimcn.vscode-lldb: Fix python scripts for adapter 2024-02-20 22:32:22 +01:00
Weijia Wang
3c5150697c
Merge pull request #288967 from wegank/rehex-bump
rehex: 0.60.1 -> 0.61.0
2024-02-20 22:08:53 +01:00
Pol Dellaiera
2e1ff6d1f9
vscode-extensions.mgt19937.typst-preview: 0.10.5 -> 0.10.8 2024-02-20 20:35:47 +01:00
w3irdrobot
bc19e68ee1
vscode-extensions.rust-lang.rust-analyzer: 2024-02-12 -> 2024-02-19 2024-02-20 13:51:07 -05:00
github-actions[bot]
bd9c664746
Merge staging-next into staging 2024-02-20 18:01:48 +00:00
github-actions[bot]
999dc2b653
Merge master into staging-next 2024-02-20 18:01:22 +00:00
markuskowa
a39a9ee214
Merge pull request #288514 from sheepforce/avogadro2
avogadro2: 1.98.1 -> 1.99.0
2024-02-20 14:25:01 +01:00
R. Ryantm
1c90f168ec rednotebook: 2.31 -> 2.32 2024-02-20 12:55:09 +00:00
Nils
2b7b1ddc3a vimPlugins: multiple vim and neovim themes 2024-02-20 13:15:52 +01:00
github-actions[bot]
c84c70f186
Merge staging-next into staging 2024-02-20 12:01:35 +00:00
github-actions[bot]
13988f8414
Merge master into staging-next 2024-02-20 12:01:07 +00:00
Gaetan Lepage
4585e37aef vimPlugins.none-ls-nvim: add plenary-nvim dependency 2024-02-20 12:10:33 +01:00
github-actions[bot]
164fdc04b5
Merge staging-next into staging 2024-02-20 06:01:43 +00:00
github-actions[bot]
ba5eeff4f5
Merge master into staging-next 2024-02-20 06:01:15 +00:00
Bobby Rong
d1af457d79
Merge pull request #289966 from bobby285271/upd/gedit
gedit: 46.1 → 46.2
2024-02-20 12:20:35 +08:00
github-actions[bot]
a142a62a96
Merge staging-next into staging 2024-02-19 18:01:38 +00:00
github-actions[bot]
2d9ce4a9af
Merge master into staging-next 2024-02-19 18:01:11 +00:00
OTABI Tomoya
c91d7990ea
Merge pull request #289461 from r-ryantm/auto-update/cpeditor
cpeditor: 6.11.1 -> 6.11.2
2024-02-19 23:13:44 +09:00
OTABI Tomoya
f721bb4191
Merge pull request #289743 from npulidomateo/update-typora
typora: 1.8.9 -> 1.8.10
2024-02-19 22:51:07 +09:00
Bobby Rong
2bb2daceee
gedit: 46.1 → 46.2
https://gitlab.gnome.org/GNOME/gedit/-/compare/46.1...46.2
2024-02-19 21:49:12 +08:00
github-actions[bot]
36144b8ab1
Merge staging-next into staging 2024-02-19 00:02:57 +00:00
github-actions[bot]
de0bf263cc
Merge master into staging-next 2024-02-19 00:02:25 +00:00
Sandro
ee1069d07d
Merge pull request #283794 from DataHearth/feat/update-vscode-ruff-2024.4.0
vscode-extensions.charliermarsh.ruff: 2023.60.0 -> 2024.4.0
2024-02-19 00:33:23 +01:00
Mario Rodas
ea84447011
Merge pull request #289249 from trofi/ed-update
ed: 1.20 -> 1.20.1
2024-02-18 17:44:29 -05:00
w3irdrobot
03407d20a1
vscode-extensions.rust-lang.rust-analyzer: 2023-10-16 -> 2024-02-12 2024-02-18 13:55:01 -05:00
github-actions[bot]
d076cde70c
Merge master into staging-next 2024-02-18 18:00:59 +00:00
DataHearth
2c3ea63111
vscode-extensions.charliermarsh.ruff: 2023.60.0 -> 2024.4.0
New version is available and hash mismatchs on certain arch due to
different vsix downloaded by vscode on various CPU architecture.
2024-02-18 18:12:52 +01:00
V
6d34de70f4 vscode-extensions.karunamurti.haml: init at 1.4.1
Change-Id: I5c5af4ccd5681c9b1bc8a79efe1c6c5d51cfb64e
2024-02-18 07:28:45 -08:00
Nico Pulido-Mateo
62e35e557c typora: 1.8.9 -> 1.8.10 2024-02-18 12:59:59 +01:00
github-actions[bot]
8bc9edd60d
Merge staging-next into staging 2024-02-17 18:01:24 +00:00
Gaetan Lepage
ce6363a616 vimPlugins.nvim-treesitter: update grammars 2024-02-17 14:53:30 +01:00
Gaetan Lepage
051afa2d6f vimPlugins: resolve github repository redirects 2024-02-17 14:53:26 +01:00
Gaetan Lepage
9535b930a4 vimPlugins: update on 2024-02-17 2024-02-17 14:45:38 +01:00
Gaetan Lepage
66e0f25903 vimPlugins.nvim-base16: rename to base16-nvim 2024-02-17 14:36:19 +01:00
Vladimír Čunát
0575895f0b
gnome-builder: fix build by upstream patch
It's needed after gtk update, /cc PR #286303
2024-02-17 07:56:06 +01:00
R. Ryantm
e15d47a93c cpeditor: 6.11.1 -> 6.11.2 2024-02-17 06:17:44 +00:00