R. Ryantm
1b05353e6c
notepad-next: 0.6 -> 0.6.1
2023-04-20 07:26:49 +00:00
Sandro
cee3b00388
Merge pull request #226616 from COLAMAroro/submit/update-pulsar-1.104.0
2023-04-19 01:23:14 +02:00
Sandro
5c5a199d90
Merge pull request #226095 from malob/add-diff2html-cli
2023-04-19 00:41:18 +02:00
Nikolay Korotkiy
815dcea968
Merge pull request #226739 from r-ryantm/auto-update/cudatext
...
cudatext: 1.190.1 -> 1.191.0
2023-04-18 21:04:54 +04:00
figsoda
2a9bcca721
Merge pull request #226827 from NULLx76/mkhl-direnv-0.12.0
...
vscode-extensions.mkhl.direnv: 0.10.1 -> 0.12.0
2023-04-18 11:36:46 -04:00
Sandro
dce5261a1b
Merge pull request #200386 from rhoriguchi/vscode-extensions.contextmapper.context-mapper-vscode-extension
...
vscode-extensions.contextmapper.context-mapper-vscode-extension: init…
2023-04-18 17:10:55 +02:00
figsoda
9b0975ac36
Merge pull request #226860 from lovesegfault/vim-plugins
...
vimPlugins: update and add sort.nvim
2023-04-18 11:02:52 -04:00
Sandro
2b0ec7057e
Merge pull request #224928 from jerith666/eclipse-2023-03
...
eclipses: 2022-12 -> 2023-03
2023-04-18 16:41:55 +02:00
"Bernardo Meurer"
b4ca18c060
vimPlugins.sort-nvim: init at 2023-04-12
2023-04-18 10:58:47 -03:00
"Bernardo Meurer"
59c6093325
vimPlugins.nvim-treesitter: update grammars
2023-04-18 10:40:32 -03:00
"Bernardo Meurer"
1b5623c79d
vimPlugins: update
2023-04-18 10:37:50 -03:00
Victor
f4f1d260f4
vscode-extensions.mkhl.direnv: 0.10.1 -> 0.12.0
2023-04-18 11:21:22 +02:00
R. Ryantm
df24febd83
vscodium: 1.77.1.23095 -> 1.77.3.23102
2023-04-18 11:19:04 +08:00
Nick Cao
008cddd5ba
Merge pull request #226644 from Azd325/master
...
vscode-extensions.kahole.magit: 0.6.39 → 0.6.40
2023-04-18 09:02:03 +08:00
Nick Cao
3af6e7dcda
Merge pull request #224469 from NickCao/qt65
...
qt6: 6.4.3 -> 6.5.0
2023-04-18 08:39:32 +08:00
R. Ryantm
93f0ca1ab6
cudatext: 1.190.1 -> 1.191.0
2023-04-18 00:17:48 +00:00
COLAMAroro
20dde67523
pulsar: 1.103.0 -> 1.104.0
...
List of changes in the build:
- Updates to release [1.104.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.104.0 )
- Set the `pname` to small caps (fixes #225755 )
- Unpacks/repacks the app.asar bundle to patch binaries for the missing libstdc++.so.6
- Fixes non-starting Pulsar encountered on non NixOS devices
- This requires adding asar (and Python3) as dependencies
- Removes the unused imports in the update script
- Made the update script CWD-independant
2023-04-17 18:33:00 +02:00
Damien Cassou
d8e913532b
Merge pull request #226643 from DamienCassou/emacs-sqlite3
2023-04-17 17:36:02 +02:00
Tim Kleinschmidt
ec826f3385
vscode-extensions.kahole.magit: 0.6.39 → 0.6.40
2023-04-17 15:29:30 +02:00
Damien Cassou
5bf1f8fd50
emacs.pkgs.sqlite3: build .so file
2023-04-17 15:29:17 +02:00
Ryan Horiguchi
ec50349c2b
vscode-extensions.contextmapper.context-mapper-vscode-extension: init at 6.7.0
2023-04-17 14:19:27 +02:00
Matt McHenry
52eac4e1d5
eclipses: 2022-12 -> 2023-03
...
* generalize the justj-stripping regex a tad, since it has grown a
trailing /java in some flavors of eclipse.
* resurrect .eclipseproduct workaround from 2012-12 /
8a7561ec09
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-16 14:27:25 -04:00
Nick Cao
d0565d403e
texworks: add patch to fix build with qt 6.5
2023-04-16 22:17:30 +08:00
Sandro
d8433a2ff5
Merge pull request #224720 from Garmelon/vscode-extensions-alias-no-throw
2023-04-16 14:25:12 +02:00
Atemu
24a513a87c
tree-wide: do not depend on buildFHSEnvBubblewrap
...
It's the default now.
2023-04-16 10:15:15 +02:00
Atemu
cae417d315
quartus-prime: use buildFHSEnvChroot
...
Does not work with bubblewrap for some reason
2023-04-16 10:15:15 +02:00
Atemu
7e689a7dd8
quartus-prime: use libxcrypt-legacy
...
Needs libxcrypt.so.1
2023-04-16 10:15:15 +02:00
Atemu
f63a12f296
tree-wide: buildFHSUserEnv -> buildFHSEnv
2023-04-16 10:15:13 +02:00
Matthieu Coudron
351cec5db3
use subcommands in plugin updaters ( #223164 )
...
* update.py: introduce subparsers for plugin updaters
This is preliminary work to help create more powerful plugin updaters.
Namely I would like to be able to "just add" plugins without refreshing
the older ones (helpful when github temporarily removes a user from
github due to automated bot detection).
Also concerning the lua updater, we pin some of the dependencies, and I
would like to be able to unpin the package without editing the csv
(coming in later PRs).
* doc/updaters: update command to update editor plugins
including vim, kakoune and lua packages
Co-authored-by: figsoda
2023-04-14 22:02:17 +02:00
datafoo
0a78d51205
vscode-extensions.streetsidesoftware.code-spell-checker: 2.20.3 -> 2.20.4
2023-04-14 08:43:51 +02:00
Malo Bourgon
432cd8cfae
nodePackages: update
2023-04-13 15:57:47 -07:00
figsoda
f929e5fedd
Merge pull request #225952 from figsoda/ts
2023-04-13 17:04:08 -04:00
"Gaetan Lepage"
cc7a61df92
vimPlugins.poimandres-nvim: init at 2023-02-17
2023-04-13 18:15:36 +02:00
"Gaetan Lepage"
39eba1b0ff
vimPlugins: update
2023-04-13 18:01:06 +02:00
figsoda
9601701f69
vimPlugins.nvim-treesitter.grammarPlugins: init
2023-04-13 09:48:01 -04:00
"Gaetan Lepage"
61227c8921
vimPlugins.nvim-treesitter: update grammars
2023-04-13 11:17:04 +02:00
"Gaetan Lepage"
5335b4287e
vimPlugins.nvim-spider: init at 2023-04-12
2023-04-13 11:16:37 +02:00
"Gaetan Lepage"
8adf47d32d
vimPlugins: update
2023-04-13 11:02:47 +02:00
Bobby Rong
cdc3c7da14
Merge pull request #225954 from samuela/upkeep-bot/vscode-1.77.3-1681345759
...
vscode: 1.77.1 -> 1.77.3
2023-04-13 10:40:13 +08:00
figsoda
e9be51c10d
Merge pull request #225825 from figsoda/clap
2023-04-12 20:42:18 -04:00
Sandro
aba0cdaf60
Merge pull request #225247 from GGG-KILLER/update/ms-dotnettools.csharp-1.25.4
...
vscode-extensions.ms-dotnettools.csharp: 1.25.0 -> 1.25.4
2023-04-13 02:40:14 +02:00
nixpkgs-upkeep-bot
564a4eeda6
vscode: 1.77.1 -> 1.77.3
2023-04-13 00:29:20 +00:00
adisbladis
bcdc29d7ae
emacs.pkgs.ement: remove manually packaged ement.el
...
It's better that we use the one from elpa that is auto-generated.
2023-04-12 23:56:04 +12:00
github-actions[bot]
4d4fee11d0
Merge master into staging-next
2023-04-12 06:01:06 +00:00
Nick Cao
0513f29650
Merge pull request #225793 from squalus/standardnotes
...
standardnotes: 3.150.7 -> 3.150.45
2023-04-12 09:19:59 +08:00
figsoda
75cb51aa15
vimPlugins.vim-clap: move out of batch updates, 2023-04-02 -> 0.42
2023-04-11 20:54:43 -04:00
github-actions[bot]
47157337bf
Merge master into staging-next
2023-04-12 00:02:18 +00:00
figsoda
8eac32eebb
Merge pull request #225786 from Leixb/sniprun
...
vimPlugins.sniprun: 1.2.13 -> 1.3.0
2023-04-11 16:40:33 -04:00
Sandro
73d02b5567
Merge pull request #225152 from GaetanLepage/neovim
2023-04-11 22:00:39 +02:00
squalus
b2a38e68e1
standardnotes: 3.150.7 -> 3.150.45
2023-04-11 12:08:34 -07:00