Commit Graph
419469 Commits
Author SHA1 Message Date
Mario Rodas 97845bb252 postgresql15Packages.plpgsql_check: 2.2.1 -> 2.2.2
https://github.com/okbob/plpgsql_check/releases/tag/v2.2.2
2022-10-14 04:20:00 +00:00
Mario Rodas 9851053baa postgresql15Packages.pg_repack: 1.4.7 -> 1.4.8 2022-10-13 23:20:00 -05:00
Mario Rodas f0456a97b4 postgresql15Packages.periods: 1.2 -> 1.2.1
https://github.com/xocolatl/periods/releases/tag/v1.2.1
2022-10-14 04:20:00 +00:00
Mario Rodas 972f78b6fb postgresql15Packages.pgvector: fix build for PostgreSQL 15 2022-10-14 04:20:00 +00:00
AndersonTorres 98bd2220b2 wlgreet: move from os-specific/linux to applications/display-managers/greetd 2022-10-14 01:03:18 -03:00
AndersonTorres 7dff124c52 tuigreet: move from os-specific/linux to applications/display-managers/greetd 2022-10-14 01:03:18 -03:00
AndersonTorres 51c6ead498 gtkgreet: move from os-specific/linux to applications/display-managers/greetd 2022-10-14 01:03:17 -03:00
AndersonTorres 1f162fbab7 dlm: move from os-specific/linux to applications/display-managers/greetd 2022-10-14 01:03:17 -03:00
AndersonTorres 3f58c33b24 greetd: move from os-specific/linux to applications/display-managers 2022-10-14 01:03:17 -03:00
Weijia Wang 022e555d67 zod: migrate to wxGTK32 2022-10-14 05:59:59 +02:00
R. Ryantm a59e679cdb tfk8s: 0.1.7 -> 0.1.8 2022-10-14 03:46:14 +00:00
R. Ryantm e7c0773ef4 terraform-ls: 0.29.2 -> 0.29.3 2022-10-14 03:45:59 +00:00
Weijia Wang 6dfed5d51a sound-of-sorting: 2017-12-23 -> unstable-2022-10-12 2022-10-14 05:37:03 +02:00
Weijia Wang 2c10164855 megaglest: fix broken build 2022-10-14 05:13:11 +02:00
Timothy DeHerreraandGitHub 912a3deedc Merge pull request #110197 from milahu/patch-1
firewall: move rpfilter to mangle.PREROUTING to fix conntrack
2022-10-13 21:04:40 -06:00
R. Ryantm f236cbd9e2 python310Packages.datasets: 2.5.2 -> 2.6.0 2022-10-14 02:58:01 +00:00
Anderson TorresandGitHub a2f05b505f Merge pull request #195695 from john-shaffer/srvc
srvc: init at 0.6.0
2022-10-13 23:56:33 -03:00
AndersonTorres 875ba8ecdb mgba: 0.9.3 -> 0.10.0
Now with lua scripting engine!
2022-10-13 23:45:03 -03:00
Weijia Wang 37494841ba fsg: migrate to wxGTK32 2022-10-14 04:38:35 +02:00
R. RyantmandJonathan Ringer 04e48fc946 python310Packages.Pyro5: 5.13.1 -> 5.14 2022-10-13 19:37:55 -07:00
R. RyantmandJonathan Ringer c115f79223 python310Packages.azure-mgmt-network: 21.0.1 -> 22.0.0 2022-10-13 19:37:02 -07:00
R. Ryantm 500268ada8 gpxsee: 11.5 -> 11.6 2022-10-14 02:34:12 +00:00
R. Ryantm 3fa6a0e289 intel-media-sdk: 22.5.3 -> 22.5.4 2022-10-14 02:20:16 +00:00
Weijia Wang ce12c5feda asc: migrate to wxGTK32 2022-10-14 04:14:01 +02:00
SandroandGitHub b4facda895 Merge pull request #189505 from lorenzleutgeb/patch-4 2022-10-14 04:09:13 +02:00
Aaron Jheng e76981c859 linuxkit: 0.8.0 -> 1.0.0 2022-10-14 01:55:40 +00:00
Tom McLaughlin fc8fdb03a0 Try simpler github-runner.nix 2022-10-13 19:54:36 -06:00
Weijia Wang bdf18e7232 openjpeg: drop broken supports 2022-10-14 03:43:22 +02:00
R. Ryantm 47348f48a9 haruna: 0.9.1 -> 0.9.3 2022-10-14 01:34:06 +00:00
Weijia Wang 0d13ad34f6 rapidsvn: migrate to wxGTK30 2022-10-14 03:32:06 +02:00
Weijia Wang 1e58aeefe8 tqsl: migrate to wxGTK32 2022-10-14 03:21:56 +02:00
R. Ryantm d0f88f3e60 grml-zsh-config: 0.19.3 -> 0.19.4 2022-10-14 01:19:08 +00:00
69d9538b34 Update nixos/modules/services/continuous-integration/github-runners.nix
Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
2022-10-13 18:53:25 -06:00
cf1b952988 Update nixos/modules/services/continuous-integration/github-runner.nix
Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
2022-10-13 18:49:02 -06:00
Jan Tojnar 50b049554f postgresqlPackages.plv8: Add regression tests
This is based on postgresqlPackages.age.
2022-10-14 02:39:56 +02:00
Jan Tojnar 9255d4b5bc postgresqlPackages.plv8: 3.0.0 → 3.1.4
https://github.com/plv8/plv8/compare/v3.0.0...v3.1.4

- Format the expression a bit.
- Had to apply a patch since upstream removed the shared Makefile.
  At least we can drop the manual build flags.
- Move to a subdirectory, since we are working with multiple files now.
- Add `dontConfigure` since there is no `configure` script.
- Switch to `preConfigure` to `postPatch` as there is no configuration.
2022-10-14 02:30:24 +02:00
zowoq 8dd7dfca93 git-interactive-rebase-tool: 2.2.0 -> 2.2.1
https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/2.2.1
2022-10-14 10:28:08 +10:00
R. Ryantm 25901cd9e1 snappymail: 2.18.5 -> 2.18.6 2022-10-14 00:25:52 +00:00
github-actions[bot]andGitHub 9602cb4aa1 Merge master into haskell-updates 2022-10-14 00:21:48 +00:00
R. RyantmandBobby Rong ae24d583ae vscodium: 1.71.2.22258 -> 1.72.1.22284 2022-10-14 07:47:33 +08:00
Uri BaghinandGitHub 99e70d67b8 Merge pull request #195856 from r-ryantm/auto-update/opentelemetry-collector
opentelemetry-collector: 0.61.0 -> 0.62.0
2022-10-14 10:17:13 +11:00
Uri BaghinandGitHub 06204059f7 Merge pull request #195857 from r-ryantm/auto-update/opentelemetry-collector-contrib
opentelemetry-collector-contrib: 0.61.0 -> 0.62.0
2022-10-14 10:17:07 +11:00
Martin WeineltandGitHub ab3f2dfbda Merge pull request #195794 from r-ryantm/auto-update/python310Packages.mne-python 2022-10-14 01:06:27 +02:00
Martin WeineltandGitHub e8a25fb8e1 Merge pull request #195866 from r-ryantm/auto-update/python310Packages.ansible-lint 2022-10-14 01:02:06 +02:00
Martin WeineltandGitHub 2ad3dff608 Merge pull request #195865 from r-ryantm/auto-update/python310Packages.ansible-later 2022-10-14 01:01:57 +02:00
Martin WeineltandGitHub 8098459dc3 Merge pull request #195867 from r-ryantm/auto-update/python310Packages.ansible 2022-10-14 01:00:31 +02:00
Martin WeineltandGitHub 2f5404dcb4 Merge pull request #195871 from Flakebi/salt 2022-10-14 01:00:17 +02:00
Flakebi 9b71b34f53 salt: 3005 -> 3005.1 2022-10-14 00:19:50 +02:00
Stanisław PituchaandGitHub 51973e8d8b Merge pull request #195783 from r-ryantm/auto-update/flyctl
flyctl: 0.0.409 -> 0.0.413
2022-10-14 09:15:50 +11:00
Matthieu CoudronandMatthieu Coudron c4b5c2574b lua: test the interpreter
Test with:
nix-build -A lua.tests pass

Tests are very limited for now, goal is mostly to put the infra into
place and enrich the tests when dealing with lua issues.
add luaPath/luaCpath as passthrough
makes it easier to generate LUA_PATH/LUA_CPATH
2022-10-14 00:10:40 +02:00