Commit Graph

438813 Commits

Author SHA1 Message Date
Jörg Thalheim
4f04af82a9
Merge pull request #208063 from r-ryantm/auto-update/diffsitter
diffsitter: 0.7.2 -> 0.7.3
2022-12-28 12:46:49 +00:00
Jörg Thalheim
f9a194b389
Merge pull request #208098 from alyssais/simdjson-powerpc
simdjson: fix build on powerpc64
2022-12-28 12:42:52 +00:00
R. Ryantm
a278b2d65d vcmi: 1.0.0 -> 1.1.0 2022-12-28 12:38:41 +00:00
Anderson Torres
7f41534a1b
Merge pull request #208087 from flokli/paperwm-bump
gnomeExtensions.paperwm: 38.2 -> unstable-2022-12-14
2022-12-28 09:37:38 -03:00
Jörg Thalheim
d165c5dcad
Merge pull request #204254 from raphaelr/initrd-openvpn
nixos/tests/initrd-network-openvpn: fix
2022-12-28 12:36:27 +00:00
Martin Weinelt
2b5f8c67f7
Merge pull request #207851 from mweinelt/antlr4_11 2022-12-28 13:31:13 +01:00
Bjørn Forsman
0f0929f4aa nixos/borgbackup: fix ~/.cache, ~/.config ownership
Invoke `install` separately for each directory to get ownership right --
i.e. not always owned by root. When owned by root, user sessions break
as no user processes are allowed to create directores there. On normal
systems the directories already exist, but in clean environments / NixOS
test VMs, the bug shows.

Before:
  $ namei -l /home/user1/.cache/borg
  f: /home/user1/.cache/borg
  drwxr-xr-x root  root  /
  drwxr-xr-x root  root  home
  drwx------ user1 users user1
  drwxr-xr-x root  root  .cache
  drwxr-xr-x user1 users borg

After:
  $ namei -l /home/user1/.cache/borg
  f: /home/user1/.cache/borg
  drwxr-xr-x root  root  /
  drwxr-xr-x root  root  home
  drwx------ user1 users user1
  drwxr-xr-x user1 users .cache
  drwxr-xr-x user1 users borg
2022-12-28 13:07:16 +01:00
github-actions[bot]
d41eafcfb0
Merge staging-next into staging 2022-12-28 12:02:12 +00:00
github-actions[bot]
06b1da243c
Merge master into staging-next 2022-12-28 12:01:37 +00:00
Alyssa Ross
ca71219e61
simdjson: fix build on powerpc64 2022-12-28 11:58:04 +00:00
Robert Hensing
3f3eb370c1
Merge pull request #208085 from anund/netflix_allow_override
netflix: allow passing flags to google-chrome
2022-12-28 12:37:05 +01:00
markuskowa
38af5768c0
Merge pull request #207575 from r-ryantm/auto-update/tfk8s
tfk8s: 0.1.8 -> 0.1.10
2022-12-28 12:30:49 +01:00
Fabian Affolter
3e0afdcc87 qovery-cli: 0.46.7 -> 0.47.2
Diff: https://github.com/Qovery/qovery-cli/compare/v0.46.7...v0.47.2

Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.47.2
2022-12-28 12:26:50 +01:00
markuskowa
ef8a0c4d8c
Merge pull request #207691 from r-ryantm/auto-update/kanshi
kanshi: 1.3.0 -> 1.3.1
2022-12-28 12:21:59 +01:00
Martin Weinelt
e0beb61e60
python3Packages.hassil: init at 0.1.3 2022-12-28 12:20:58 +01:00
Martin Weinelt
c561e4010a
python3Packages.hydra-core: Unbreak on aarch64-linux 2022-12-28 12:20:58 +01:00
Martin Weinelt
4a0fefa62c
python3Packages.explorerscript: unpin antlr4-python3-runtime
and regenerate required antlr files with out antlr4 package.

Co-Authored-By: Konrad Borowski <konrad@borowski.pw>
2022-12-28 12:20:58 +01:00
Martin Weinelt
b71ad92137
python3Packages.hydra-core: unpin antlr4-python3-runtime 2022-12-28 12:20:57 +01:00
Martin Weinelt
47967562fa
python3Packages.omegaconf: relax antlr4 version 2022-12-28 12:20:57 +01:00
Martin Weinelt
56918eebba
python3Packages.hydra-core: rename from hydra 2022-12-28 12:20:56 +01:00
Martin Weinelt
9de9273f33
baserow: Use antlr4_9 in antlr4-python3-runtime
and use buildPythonApplication for the package.
2022-12-28 12:20:56 +01:00
Martin Weinelt
e98704b197
luaformatter: pin antlr4_9
Newer versions fail to build.
2022-12-28 12:20:56 +01:00
Martin Weinelt
2258156699
python3Packages.antlr4-python3-runtime: run correct tests
We're not interested in the profiling, but the actual tests.

They currently log a warning, because upstream does not test them in
their CI and the lexer/parser artifacts are out of date¹.

[1] https://github.com/antlr/antlr4/issues/4041
2022-12-28 12:20:56 +01:00
Martin Weinelt
fd2a0bdd6b
python3Packages.antlr4-python-runtime: remove versioned variants
The python package set cannot support multiple versions of a package,
since they would collide when different versions would be used at the
same time. This can too easily happen through transitive propagation,
which is why we don't support it.
2022-12-28 12:20:56 +01:00
Martin Weinelt
503c4c1b68
antlr4: 4.8.x -> 4.11.x 2022-12-28 12:20:55 +01:00
markuskowa
408eea5546
Merge pull request #207700 from r-ryantm/auto-update/awscli2
awscli2: 2.9.8 -> 2.9.10
2022-12-28 12:20:19 +01:00
Andreas Schmid
2d1dee4f6a colima: 0.5.0 -> 0.5.2
Signed-off-by: Andreas Schmid <service@aaschmid.de>
2022-12-28 12:19:15 +01:00
markuskowa
64160268ad
Merge pull request #207807 from r-ryantm/auto-update/freedv
freedv: 1.8.5 -> 1.8.6
2022-12-28 12:18:43 +01:00
markuskowa
ce5abb79c5
Merge pull request #207924 from r-ryantm/auto-update/trackballs
trackballs: 1.3.3 -> 1.3.4
2022-12-28 12:18:17 +01:00
markuskowa
f5c9ac3ef2
Merge pull request #207946 from r-ryantm/auto-update/k6
k6: 0.41.0 -> 0.42.0
2022-12-28 12:17:24 +01:00
Fabian Affolter
8e083efd2e python310Packages.meshtastic: 2.0.6 -> 2.0.7
Changelog: https://github.com/meshtastic/python/releases/tag/2.0.7
2022-12-28 12:06:33 +01:00
Jonas Heinrich
abf33cf8f2
Merge pull request #208056 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.15 -> 3.11.20
2022-12-28 11:37:40 +01:00
Azat Bahawi
e613395a27
Merge pull request #208071 from r-ryantm/auto-update/mold
mold: 1.7.1 -> 1.8.0
2022-12-28 13:03:38 +03:00
Florian Klink
fbd5b7c68a gnomeExtensions.paperwm: 38.2 -> unstable-2022-12-14
Contains experimental GNOME 43 support, which is probably better than
simply refusing to start for current versions of GNOME.
2022-12-28 10:54:32 +01:00
Sergei Trofimovich
97b4a0e4a7 ansible-language-server: restore lost updater and prepactk handling on merge 2022-12-28 09:51:57 +00:00
Stanisław Pitucha
2471f4f86d
Merge pull request #208049 from r-ryantm/auto-update/aws-vault
aws-vault: 6.6.0 -> 6.6.1
2022-12-28 20:47:51 +11:00
Sergei Trofimovich
3c478e4b5d xlibsWrapper: remove deprecated and now unused wrapper package
There should be no reason to use this package as it's a remnant of
non-modular X. Chances are you do not want every single library it
used to pull in:

      freetype fontconfig xorg.xorgproto xorg.libX11 xorg.libXt
      xorg.libXft xorg.libXext xorg.libSM xorg.libICE

Just pick the ones you really need instead.

`nixpkgs` does not have any users of `xlibsWrapper`.

Closes: https://github.com/NixOS/nixpkgs/issues/194054
2022-12-28 09:41:07 +00:00
github-actions[bot]
5d101d5f34
Merge staging-next into staging 2022-12-28 09:40:04 +00:00
Nick Cao
433a78bcdb
sing-box: install shell completions 2022-12-28 17:39:42 +08:00
github-actions[bot]
7078677fac
Merge master into staging-next 2022-12-28 09:39:31 +00:00
Stanisław Pitucha
71d88d4790
Merge pull request #208052 from aaronjheng/buf
buf: 1.9.0 -> 1.11.0
2022-12-28 20:38:53 +11:00
Anund
816f545d36 netflix: allow passing flags to google-chrome 2022-12-28 20:36:32 +11:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
github-actions[bot]
8fb6009616
Merge master into staging-next 2022-12-28 09:28:37 +00:00
Vincent Laporte
8b6d55d969 clasp: remove at 3.1.4
The clasp binary is part of the clingo package
2022-12-28 10:23:32 +01:00
Vincent Laporte
5c15e1c8cf ocamlPackages.jwto: 0.3.0 → 0.4.0 2022-12-28 10:22:47 +01:00
Nick Cao
753b471332
protobufc: fix cross compilation 2022-12-28 17:22:10 +08:00
Sergei Trofimovich
3fba3bf53f gawk: 5.1.1 -> 5.2.1
Had to pull in yet unreleased patch to avoid persistent memory alocator
on darwin as the hack in release relies on x86_64 emulation for aarch64
ports.

changelogs:
- 5.2.1: https://lists.gnu.org/archive/html/info-gnu/2022-11/msg00008.html
- 5.2.0: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00003.html
2022-12-28 09:12:32 +00:00
Fabian Affolter
f9e4224c80
Merge pull request #208062 from r-ryantm/auto-update/topgrade
topgrade: 10.2.2 -> 10.2.4
2022-12-28 10:05:18 +01:00
Fabian Affolter
3b4b0ee607
Merge pull request #208055 from r-ryantm/auto-update/python3.10-google-nest-sdm
python310Packages.google-nest-sdm: 2.1.0 -> 2.1.2
2022-12-28 09:50:24 +01:00