Commit Graph

495213 Commits

Author SHA1 Message Date
Ryan Horiguchi
6b5550f4af gnomeExtensions.dash-to-dock: remove manual packaging 2023-06-16 22:32:14 +02:00
Ryan Horiguchi
4995485df2 gnomeExtensions: auto-update 2023-06-16 21:47:27 +02:00
figsoda
1f5b5df0d3
Merge pull request #238119 from caarlos0/update
vimPlugins: update
2023-06-16 14:31:42 -04:00
Ryan Lahfa
ffe5b93458
Merge pull request #238073 from NixOS/update/netdata 2023-06-16 20:27:16 +02:00
Maximilian Bosch
2f9c0ffde8
Merge pull request #237736 from Ma27/bump-nextcloud
nextcloud27: init
2023-06-16 19:51:28 +02:00
Maximilian Bosch
49dc3a122d
Merge pull request #238084 from chvp/bump-mautrix-whatsapp
mautrix-whatsapp: 0.8.5 -> 0.8.6
2023-06-16 19:40:32 +02:00
"Carlos Alexandro Becker"
da7be53165 vimPlugins.nvim-treesitter: update grammars 2023-06-16 17:06:09 +00:00
"Carlos Alexandro Becker"
7fcb40be1d vimPlugins: update 2023-06-16 17:05:38 +00:00
figsoda
eaebbdf59a
Merge pull request #238092 from NickCao/calcmysky
calcmysky: 0.3.0 -> 0.3.1
2023-06-16 12:28:14 -04:00
figsoda
ce384a605a
Merge pull request #237646 from figsoda/hmm 2023-06-16 11:57:28 -04:00
figsoda
1992a2dc65
Merge pull request #237825 from figsoda/rustywind 2023-06-16 11:57:16 -04:00
figsoda
242d6bdb3d
Merge pull request #238097 from eonpatapon/tree-sitter-cue
tree-sitter-grammars: add cue
2023-06-16 11:56:31 -04:00
Pol Dellaiera
8624c97df7
Merge pull request #236780 from ahirner/chore/update_micromamba
micromamba: 1.2.0 -> 1.4.4
2023-06-16 17:46:13 +02:00
Maximilian Bosch
67d1f272af
nextcloud: expose nextcloudXXPackages as nextcloudXX.packages
That way you can add packages like this in your `configuration.nix(8)`:

    extraApps = with config.services.nextcloud.package.packages.apps; {
      inherit calendar contacts;
    };

I.e. it's not necessary anymore to update the reference anymore when
upgrading to a new major.
2023-06-16 16:46:29 +02:00
Maximilian Bosch
3c7af053f2
nextcloudPackages: add cospend, user_saml & maps 2023-06-16 16:42:09 +02:00
Maximilian Bosch
c92902f5b1
nextcloudPackages: update 27.json 2023-06-16 16:33:03 +02:00
figsoda
98682da098
Merge pull request #238055 from DanNixon/vimPlugins.vim-lexical
Add vimPlugins.vim-lexical
2023-06-16 10:13:02 -04:00
Weijia Wang
90442a626f
Merge pull request #237772 from alyssais/epo2eng
dictdDBs.epo2eng: init at 1.0.1
2023-06-16 17:01:47 +03:00
Weijia Wang
7bc905911d
Merge pull request #238075 from wegank/vifm-util-linux
vifm: drop util-linux
2023-06-16 16:57:00 +03:00
ahirner
94a367224c micromamba: 1.2.0 -> 1.4.4
* update src
* remove termcolor build dep: https://github.com/mamba-org/mamba/pull/2085
2023-06-16 16:54:45 +03:00
Sandro
d427d20a35
Merge pull request #236581 from bbigras/zrok-arch 2023-06-16 15:45:59 +02:00
Weijia Wang
e1d63c331d
Merge pull request #238032 from leon-barrett/leon-rpl-propagatedbuildinputs
rpl: use propagatedBuildInputs to fix import
2023-06-16 16:44:57 +03:00
Weijia Wang
c143bb1da6
Merge pull request #238089 from riotbib/maintainers-change-mail-riotbib
maintainers: update riotbib
2023-06-16 16:28:05 +03:00
Jean-Philippe Braun
72b445d91e tree-sitter-grammars: add cue 2023-06-16 15:24:43 +02:00
Weijia Wang
3239b1ce4b
Merge pull request #238093 from wegank/opensmalltalk-vm-linux
opensmalltalk-vm: fix eval
2023-06-16 16:23:28 +03:00
Weijia Wang
e8d09fc809 opensmalltalk-vm: fix eval 2023-06-16 16:19:06 +03:00
Lennart Mühlenmeier
92a8261f5d maintainers: update riotbib 2023-06-16 15:16:50 +02:00
Weijia Wang
e44c81a3b8
Merge pull request #229525 from lopsided98/mavproxy-update
mavproxy, python3Packages.pymavlink: update
2023-06-16 16:12:53 +03:00
Nick Cao
f9eed769ca
calcmysky: add stellarium to tests 2023-06-16 21:12:50 +08:00
Nick Cao
c196ad4df9
calcmysky: 0.3.0 -> 0.3.1
Diff: https://github.com/10110111/CalcMySky/compare/refs/tags/v0.3.0...v0.3.1
2023-06-16 21:11:04 +08:00
Theodore Ni
395e5d76a7 opensmalltalk-vm: fix evaluation on darwin 2023-06-16 13:52:06 +01:00
Nick Cao
c72f24ec26
Merge pull request #237933 from pbek/feature/qownnotes-tests
qownnotes: add tests
2023-06-16 06:47:48 -06:00
Charlotte Van Petegem
645047019c
mautrix-whatsapp: 0.8.5 -> 0.8.6
https://github.com/mautrix/whatsapp/releases/tag/v0.8.6
2023-06-16 14:31:34 +02:00
Maximilian Bosch
3df3a89892
nixos/nextcloud: fix declarative cache configuration
It's supposed to be `memcache.distributed`, not an associative PHP array
named `memcache` with a key `distributed`.

This was probably never caught because the initial `grep -q` check in
the test was invalid: `redis-cli` prints nothing if no keys can be found
when not writing to a tty apparently.
2023-06-16 14:11:38 +02:00
Maximilian Bosch
5a2769d981
nextcloud27: init
Fixes #237560
2023-06-16 14:11:38 +02:00
Weijia Wang
4c8ca604ae
Merge pull request #231423 from r-ryantm/auto-update/python310Packages.schema-salad
python310Packages.schema-salad: 8.4.20230213094415 -> 8.4.20230606143604
2023-06-16 15:08:11 +03:00
Bernardo Meurer
74d4119976
Merge pull request #237960 from StepBroBD/raycast 2023-06-16 07:57:08 -04:00
Nick Cao
b76bd65a5c
Merge pull request #237406 from TuxCoder/byobu_cross
byobu: add `gettext` to nativeBuildInputs
2023-06-16 05:51:10 -06:00
Lassulus
f679d59aec
Merge pull request #237894 from erikarvstedt/extra-container-0.12
extra-container: 0.11 -> 0.12
2023-06-16 13:49:22 +02:00
Sandro
9e04445ecf
Merge pull request #235454 from Sigmanificient/master 2023-06-16 13:47:40 +02:00
Changsheng Wu
9c16766ee0
vscode-extensions.vadimcn.vscode-lldb: 1.9.1 -> 1.9.2 (#236915)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-06-16 13:42:36 +02:00
Weijia Wang
73768b43bc
Merge pull request #238018 from BattleCh1cken/master
zrythm: fix failing build in qtPreHook phase
2023-06-16 14:18:57 +03:00
Martin Weinelt
9972d355ed
Merge pull request #237788 from misuzu/ctranslate2-onednn
ctranslate2: add withOneDNN, withOpenblas, withRuy
2023-06-16 13:18:27 +02:00
Weijia Wang
4fca124348
Merge pull request #238066 from wegank/povray-boost
povray: unpin boost175
2023-06-16 14:14:20 +03:00
Mario Rodas
89446499ec
Merge pull request #237996 from ereslibre/bump-fastly
fastly: 10.1.0 -> 10.2.0
2023-06-16 06:09:31 -05:00
Mario Rodas
ca099bf3a8
Merge pull request #238041 from fabaff/azure-servicebus-bump
python311Packages.azure-servicebus: 7.10.0 -> 7.11.0
2023-06-16 06:06:37 -05:00
Mario Rodas
f15e6de88e
Merge pull request #238039 from fabaff/azure-data-tables-bump
python311Packages.azure-data-tables: 12.4.2 -> 12.4.3
2023-06-16 06:06:08 -05:00
Mario Rodas
f7a65acbe9
Merge pull request #238040 from fabaff/azure-mgmt-dns-bump
python311Packages.azure-mgmt-dns: 8.0.0 -> 8.1.0
2023-06-16 06:04:46 -05:00
Mario Rodas
02951a3fe0
Merge pull request #238043 from marsam/update-esbuild
esbuild: 0.18.2 -> 0.18.3
2023-06-16 06:01:51 -05:00
Doron Behar
964c6be86a
Merge pull request #238060 from doronbehar/pkg/pwnat
pwnat: 2014-09-08 -> 2023-03-31
2023-06-16 13:54:23 +03:00