3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

380655 commits

Author SHA1 Message Date
Bobby Rong aac95cb157
Merge pull request #174369 from r-ryantm/auto-update/boundary
boundary: 0.8.0 -> 0.8.1
2022-05-25 18:51:39 +08:00
Bobby Rong 9871b97706
Merge pull request #174362 from r-ryantm/auto-update/arkade
arkade: 0.8.23 -> 0.8.24
2022-05-25 18:41:59 +08:00
Bobby Rong b972507c62
Merge pull request #174406 from r-ryantm/auto-update/betterlockscreen
betterlockscreen: 4.0.3 -> 4.0.4
2022-05-25 18:23:47 +08:00
Jan Schmitt 7cba3cbc47
tmuxPlugins.prefix-highlight: unstable-2020-03-26 -> unstable-2021-03-30 2022-05-25 12:17:56 +02:00
R. Ryantm dca832b5de buildah-unwrapped: 1.25.1 -> 1.26.1 2022-05-25 20:14:24 +10:00
Jan Schmitt 17c0c51660
tmuxPlugins.resurrect: unstable-2020-09-18 -> unstable-2022-05-01 2022-05-25 12:13:45 +02:00
davidak 2ab874f627
Merge pull request #173391 from Alexnortung/activate-linux
activate-linux: init at unstable-2022-05-22
2022-05-25 12:08:38 +02:00
Jan Schmitt fe4c66fbaf
tmuxPlugins.continuum: unstable-2020-10-16 -> unstable-2022-01-25 2022-05-25 12:07:49 +02:00
Arnout Engelen f327faaadc
nextcloud-client: set mainProgram 2022-05-25 12:02:40 +02:00
R. Ryantm 9d91d843d6 oh-my-zsh: 2022-04-24 -> 2022-05-15 2022-05-25 09:58:02 +00:00
R. Ryantm e8a1d8a019 cloud-nuke: 0.11.3 -> 0.11.6 2022-05-25 09:50:49 +00:00
José Romildo Malaquias 90df13c161
Merge pull request #174277 from romildo/upd.xfce4
xfce: convert old aliases to throws, and remove old throws
2022-05-25 06:43:27 -03:00
R. Ryantm 21fb960580 python310Packages.atlassian-python-api: 3.20.0 -> 3.24.0 2022-05-25 09:25:56 +00:00
Michael Weiss 8f6d16ac33
Merge pull request #174338 from primeos/chromium
chromium: 101.0.4951.64 -> 102.0.5005.61
2022-05-25 11:10:20 +02:00
Vincent Laporte b7207e2235 ocamlPackages.google-drive-ocamlfuse: 0.7.27 → 0.7.28 2022-05-25 09:21:52 +01:00
Vincent Laporte 25bfced875 ocamlPackages.tiny_httpd: init at 0.12 2022-05-25 09:21:52 +01:00
Vincent Laporte 501d81fa39 ocamlPackages.google-drive-ocamlfuse: 0.7.26 → 0.7.27 2022-05-25 09:21:52 +01:00
tljuniper f3b7a7d654 python3Packages.mkdocs-macros: init at 0.7.0 2022-05-25 10:16:14 +02:00
tljuniper 94dc19d5f9 maintainers: init tljuniper 2022-05-25 10:15:38 +02:00
Fabian Affolter 5862243e1a
Merge pull request #174431 from fabaff/pyvicare-bump
python310Packages.pyvicare: 2.16.1 -> 2.16.2
2022-05-25 09:54:59 +02:00
Martin Weinelt 4a801219b3
Merge pull request #174396 from r-ryantm/auto-update/esphome 2022-05-25 09:54:00 +02:00
Adam Joseph c0085404bd lib/systems/inspect.nix: remove isPowerPC
Very confusingly, the `isPowerPC` predicate in
`lib/systems/inspect.nix` does *not* match `powerpc64le`!

This is because `isPowerPC` is defined as

  isPowerPC      = { cpu = cpuTypes.powerpc; };

Where `cpuTypes.powerpc` is:

  { bits = 32; significantByte = bigEndian; family = "power"; };

This means that the `isPowerPC` predicate actually only matches the
subset of machines marketed under this name which happen to be 32-bit
and running in big-endian mode which is equivalent to:

  with stdenv.hostPlatform; isPower && isBigEndian && is32bit

This seems like a sharp edge that people could easily cut themselves
on.  In fact, that has already happened: in
`linux/kernel/common-config.nix` there is a test which will always
fail:

  (stdenv.hostPlatform.isPowerPC && stdenv.hostPlatform.is64bit)

A more subtle case of the strict isPowerPC being used instead of the
moreg general isPower accidentally are the GHC expressions:

  Update pkgs/development/compilers/ghc/8.10.7.nix
  Update pkgs/development/compilers/ghc/8.8.4.nix
  Update pkgs/development/compilers/ghc/9.2.2.nix
  Update pkgs/development/compilers/ghc/9.0.2.nix
  Update pkgs/development/compilers/ghc/head.nix

Since the remaining legitimate use sites of isPowerPC are so few, remove
the isPowerPC predicate completely. The alternative expression above is
noted in the release notes as an alternative.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-05-25 09:45:42 +02:00
Martin Weinelt 92ef35201b
Merge pull request #174351 from dotlambda/greeneye-monitor-init
home-assistant: support greeneye_monitor component
2022-05-25 09:45:22 +02:00
Martin Weinelt 6a7dafe13f
Merge pull request #174349 from dotlambda/panasonic-viera-init
home-assistant: support panasonic_viera component
2022-05-25 09:43:30 +02:00
Martin Weinelt f3fdc04f11
Merge pull request #174357 from dotlambda/home-assistant-hassfest 2022-05-25 09:40:20 +02:00
Thiago Kenji Okada b0f2d822ef
Merge pull request #174418 from r-ryantm/auto-update/clj-kondo
clj-kondo: 2022.04.23 -> 2022.04.25
2022-05-25 08:33:53 +01:00
Fabian Affolter 320a17a915 python310Packages.pyvicare: 2.16.1 -> 2.16.2 2022-05-25 09:05:13 +02:00
Robert Schütz eb70391a8c python3Packages.ocrmypdf: 13.4.4 -> 13.4.5
https://github.com/ocrmypdf/OCRmyPDF/blob/v13.4.5/docs/release_notes.rst
2022-05-25 07:02:05 +00:00
Fabian Affolter 5ef52123d8 python310Packages.exceptiongroup: 1.0.0rc5 -> 1.0.0rc7 2022-05-25 08:56:03 +02:00
Fabian Affolter 740b6b453d
Merge pull request #174322 from fabaff/tokenizers-fix
python310Packages.tokenizers: unstable-2021-08-13 -> 0.12.1
2022-05-25 08:51:43 +02:00
Fabian Affolter cd54c18aca
Merge pull request #174331 from fabaff/librouteros-bump
python310Packages.librouteros: 3.2.0 -> 3.2.1
2022-05-25 08:51:20 +02:00
Fabian Affolter b8d904ecb9
Merge pull request #174332 from fabaff/pynetgear-bump
python310Packages.pynetgear: 0.10.1 -> 0.10.2
2022-05-25 08:51:08 +02:00
Fabian Affolter 19b85688eb
Merge pull request #174379 from r-ryantm/auto-update/cfripper
cfripper: 1.9.0 -> 1.10.0
2022-05-25 08:50:58 +02:00
Fabian Affolter 43e4946fb3
Merge pull request #174382 from r-ryantm/auto-update/python3.10-peaqevcore
python310Packages.peaqevcore: 0.1.1 -> 0.1.3
2022-05-25 08:50:33 +02:00
Fabian Affolter b58fd03990
python310Packages.azure-mgmt-keyvault: disable on older Python releases 2022-05-25 08:48:26 +02:00
Fabian Affolter 285520c567
python310Packages.mwoauth: remove stale substituteInPlace 2022-05-25 08:44:34 +02:00
Sergei Trofimovich 408d3b418a
Merge pull request #173977 from trofi/fix-fno-common-for-mkcl
mkcl: pull upstream fix for -fno-common toolchains
2022-05-25 06:44:16 +00:00
Sergei Trofimovich 1473924321
Merge pull request #173993 from trofi/workaround-fno-common-for-mpc123
mpc123: add -fcommon workaround
2022-05-25 06:43:16 +00:00
Mario Rodas ffdc722656
Merge pull request #171839 from mfeliu/fix/python3Packages.dash-update
python3Packages.dash: add test dependency
2022-05-25 01:42:40 -05:00
Sergei Trofimovich cbacb2d602
Merge pull request #174192 from trofi/update-librseq
librseq: 0.1.0pre70 -> 0.1.0pre71
2022-05-25 06:42:33 +00:00
Robert Hensing 40b6089f21
Merge pull request #171014 from hercules-ci/nixpkgs-warn-undeclared-options
pkgs/top-level/config.nix: Add warnUndeclaredOptions
2022-05-25 08:37:15 +02:00
Mario Rodas 096718ba2f
Merge pull request #174384 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2022.05.03-12.35.40 -> 2022.05.23-13.18.11
2022-05-25 01:29:59 -05:00
Mario Rodas 8d1ad3e54f
Merge pull request #173434 from euank/wal2json
postgresqlPackages.wal2json: init at 2.4
2022-05-25 01:28:36 -05:00
Mario Rodas 4096a4c9aa
Merge pull request #174390 from r-ryantm/auto-update/apache-activemq
activemq: 5.17.0 -> 5.17.1
2022-05-25 01:27:37 -05:00
Mario Rodas 940ccab227
Merge pull request #174387 from r-ryantm/auto-update/argo
argo: 3.3.2 -> 3.3.5
2022-05-25 01:25:52 -05:00
Mario Rodas d3e6f23144
Merge pull request #174394 from r-ryantm/auto-update/erlang-ls
erlang-ls: 0.32.0 -> 0.35.0
2022-05-25 01:23:46 -05:00
Mario Rodas edae661924
Merge pull request #174395 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.117 -> 3.0.119
2022-05-25 01:23:27 -05:00
Mario Rodas 263205d42b
Merge pull request #174400 from r-ryantm/auto-update/flexget
flexget: 3.3.12 -> 3.3.13
2022-05-25 01:22:52 -05:00
Mario Rodas f584e10d02
Merge pull request #174381 from r-ryantm/auto-update/actionlint
actionlint: 1.6.12 -> 1.6.13
2022-05-25 01:21:35 -05:00
Mario Rodas 9f76282f7a
Merge pull request #174009 from marsam/update-mimalloc
mimalloc: 2.0.5 -> 2.0.6
2022-05-25 01:20:53 -05:00