Commit Graph

249772 Commits

Author SHA1 Message Date
Mario Rodas 2faef82610 Merge pull request #101986 from mweinelt/loki2
grafana-loki: 1.6.1 -> 2.0.0
2020-10-31 11:28:05 -05:00
Maximilian Bosch 7616553570 Merge pull request #102228 from SuperSandro2000/rubocop-1.1.0
rubocop: 0.77.0 -> 1.1.0
2020-10-31 16:27:16 +01:00
Maximilian Bosch be9313766b packer: 1.6.4 -> 1.6.5
https://github.com/hashicorp/packer/releases/tag/v1.6.5
2020-10-31 15:51:19 +01:00
Ryan Mulligan 893c94b4b2 Merge pull request #90322 from pasqui23/zplg2
zplugin: init at 2.3
2020-10-31 07:34:03 -07:00
Michael Weiss 680d320123 tdesktop: 2.4.4 -> 2.4.5 2020-10-31 14:24:49 +01:00
Sandro Jäckel 534b0f19f3 rubocop: 0.77.0 -> 1.1.0 2020-10-31 13:38:22 +01:00
zowoq f28c4a120f vgrep: 2.4.0 -> 2.5.0
https://github.com/vrothberg/vgrep/releases/tag/v2.5.0
2020-10-31 22:00:22 +10:00
Maximilian Bosch 1ecc5c7760 Merge pull request #102199 from evalexpr/i3status-rust-update-0.14.2
i3status-rust: 0.14.1 -> 0.14.2
2020-10-31 11:59:33 +01:00
Jonathan Wilkins d7ea518958 i3status-rust: 0.14.1 -> 0.14.2 2020-10-31 10:34:23 +00:00
Marek Mahut 2da96f3f9c Merge pull request #102152 from RaghavSood/ledger-live/2.15.0
ledger-live-desktop: 2.14.0 -> 2.15.0
2020-10-31 10:14:50 +00:00
Marek Mahut 7bea6f9b91 Merge pull request #99929 from JesusMtnez/slack
slack: 4.9.0 -> 4.10.3
2020-10-31 10:14:02 +00:00
Vincent Laporte 8cab21b48b Revert "coq: propagate and install ocaml and findlib"
This reverts commit 5d0e2dedd5.
2020-10-31 09:08:06 +01:00
WORLDofPEACE 7bee257d88 Merge pull request #101438 from nora-puchreiner/patch-1
graalvm8-ee, graalvm11-ee: 20.0.0 -> 20.2.1
2020-10-31 04:01:19 -04:00
Jade 2df221ec8a nixos/postgresql: fix inaccurate docs for authentication (#97622)
* nixos/postgresql: fix inaccurate docs for authentication

We actually use peer authentication, then md5 based authentication.
trust is not used.

* Use a link for mkForce docs

Co-authored-by: aszlig <aszlig@redmoonstudios.org>

Co-authored-by: lf- <lf-@users.noreply.github.com>
Co-authored-by: aszlig <aszlig@redmoonstudios.org>
2020-10-31 03:35:19 -04:00
Jonathan Ringer 0544a7f672 scripts/mark-broken: improve
This improves on the previous verison of this script.

Previously it only accepted one attr, and required
explicit passing of the "broken" value.

This script is meant to be used to mark failing hydra builds as broken in the meta attrs
To use the script, you should pass the list of failing attrs as arguments to the script.

Example: `cat failing-attrs | xargs ./pkgs/common-update/scripts/mark-broken`

Generating a list of failing attrs: (this should be improved at a later date)
  - Go to the most recent hydra evaluation with all builds completed
  - Select the "builds still failing" tab
  - Highlight and select all packages, should be prefixed with `nixpkgs.`
  - Use regex and editor foo to leave only the attr names
  - Use the above example command to then execute the script

OTHER NOTES:
  - The `denyFileList` and `denyAttrList` will likely need to be updated slightly
    to align with the conventions used in nixpkgs at execution time
  - Any attrs which failed for any reason will be written to `failed-marks.txt`.
    Those attrs will likely need manual attention as disablement will likely be conditional.
2020-10-30 23:11:36 -07:00
Jonathan Ringer b8f45c32f8 python3Packages.tensorflow: break if gast not correct 2020-10-30 23:11:03 -07:00
Jonathan Ringer ec38df81a9 buildFHSUserEnvBubblewrap: fix whitespace with root directories 2020-10-30 22:52:58 -07:00
WORLDofPEACE 7b3b82f7af Merge pull request #100136 from xaverdh/nixos-install-support-impure
nixos-install: pass through impure flag
2020-10-31 01:17:07 -04:00
Masanori Ogino a32ede5635 kmscon: add omasanori as a maintainer (#102206)
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-31 01:02:35 -04:00
Benjamin Hipple 7da9af20a8 Merge pull request #102183 from flyfloh/miio-fix
python-miio: fix
2020-10-31 00:52:06 -04:00
Benjamin Hipple 7214b6b2ab Merge pull request #102197 from ipetkov/topgrade-5.8.1
topgrade: 5.7.0 -> 5.8.1
2020-10-31 00:46:41 -04:00
Benjamin Hipple 4a29d9c069 Merge pull request #102198 from jbedo/last
last: 1066 -> 1133
2020-10-31 00:46:04 -04:00
ajs124 edce0de0d2 Merge pull request #102164 from helsinki-systems/drop/skype-call-recorder
skype_call_recorder: drop
2020-10-31 03:46:46 +01:00
Graham Christensen 800ebd4561 Merge pull request #102201 from danderson/danderson/add-cli-to-path
nixos/tailscale: add tailscale to environment.systemPackages.
2020-10-30 21:22:16 -04:00
David Anderson 9a8d6011aa nixos/tailscale: add tailscale to environment.systemPackages.
Use of Tailscale requires using the `tailscale` CLI to talk to the
daemon. If the CLI isn't in systemPackages, the resulting user experience
is confusing as the Tailscale daemon does nothing.

Signed-off-by: David Anderson <dave@natulte.net>
2020-10-30 17:58:14 -07:00
zowoq 1e20b2dce4 shfmt: install man page 2020-10-31 09:59:37 +10:00
Sandro Jäckel 703010347f shfmt: 3.1.2 -> 3.2.0 2020-10-31 09:59:37 +10:00
Justin Bedo 32573f4b6e last: 1066 -> 1133 2020-10-31 10:59:02 +11:00
ajs124 a5bce15b5d skype_call_recorder: drop
hasn't worked since 2017: https://atdot.ch/scr/2017/06/important-information-regarding-skype-version-5/
the version packaged here is also from 2008, as far as I can tell
the last upstream release was 2016
2020-10-31 00:42:36 +01:00
Ivan Petkov 9b813793ef topgrade: 5.7.0 -> 5.8.1 2020-10-30 16:32:09 -07:00
zowoq 21b2619ee6 buildah: 1.16.5 -> 1.17.0
https://github.com/containers/buildah/releases/tag/v1.17.0
2020-10-31 09:26:44 +10:00
Silvan Mosberger 78782d368e Merge pull request #102191 from deviant/fix-inherit
lib/sources.nix: fix incorrect inherit
2020-10-31 00:15:40 +01:00
Maximilian Bosch 4536670516 Merge pull request #101679 from r-ryantm/auto-update/liquibase
liquibase: 4.0.0 -> 4.1.1
2020-10-30 23:51:24 +01:00
Maximilian Bosch 358b3565d8 Merge pull request #102121 from r-ryantm/auto-update/bpytop
bpytop: 1.0.44 -> 1.0.47
2020-10-30 23:42:04 +01:00
Maximilian Bosch 952dc5c7ff Merge pull request #101421 from sikmir/geogebra
geogebra: 5-0-593-0 -> 5-0-609-0, geogebra6: 6-0-600-0 -> 6-0-609-0
2020-10-30 23:39:37 +01:00
V 3e1652f8f0 lib/sources.nix: fix incorrect inherit
split comes from builtins, not lib.

	error: attribute 'split' missing, at /nix/path/nixpkgs/lib/sources.nix:4:4
	(use '--show-trace' to show detailed location information)
2020-10-30 23:19:22 +01:00
Martin Weinelt 5a22c6f167 Merge pull request #99521 from mweinelt/irc-stuff
python3Packages.{irctokens,ircstates,ircrobots}: init
2020-10-30 22:41:05 +01:00
Martin Weinelt 4221de2b4f Merge pull request #99523 from mweinelt/ircdog
ircdog: init at 0.2.1
2020-10-30 22:39:27 +01:00
WORLDofPEACE ee9154c4c1 Merge pull request #101132 from deviant/iosevka-variants
iosevka-bin: add support for variants
2020-10-30 17:30:59 -04:00
Peter Simons 19c8562dbc Merge pull request #101829 from NixOS/haskell-updates
Update Haskell package set to LTS 16.20 (plus other fixes)
2020-10-30 22:16:32 +01:00
Jan Tojnar 3d3792020d Merge pull request #102163 from mkenigs/rm-glacier-cmd
amazon-glacier-cmd-interface: remove package
2020-10-30 22:05:50 +01:00
WORLDofPEACE 822edc571c maintainers: my name should be stylized 2020-10-30 16:49:57 -04:00
WORLDofPEACE 8faab3de9a Merge pull request #101384 from eyJhb/among-sus
among-sus: init at 2020-10-22
2020-10-30 16:45:53 -04:00
Florian Pester 79e81e8404 python-miio: fix 2020-10-30 21:41:47 +01:00
Daiderd Jordan 76dc3ea89e Merge pull request #101783 from elseym/plex
plex: 1.20.2.3402 -> 1.20.3.3483
2020-10-30 21:40:14 +01:00
eyjhb 76cd544455 among-sus: init at 2020-10-29 2020-10-30 21:22:42 +01:00
V d3025ee8c6 iosevka-bin: add support for variants
This adds the ability to select a specific prebuilt variant. It also adds
an updater script for generating their hashes. Additionally, switching
to TTC files reduces the package size by an order of magnitude.

Example usage:

	fonts.fonts = with pkgs; [
	  (iosevka-bin.override { variant = "ss10"; })
	  (iosevka-bin.override { variant = "sparkle"; })
	  (iosevka-bin.override { variant = "aile"; })
	];
2020-10-30 21:19:20 +01:00
Graham Christensen 38a394bdee Merge pull request #102174 from grahamc/ami-root-use-gpt
AMI root partition table: use GPT to support >2T partitions
2020-10-30 16:14:37 -04:00
Graham Christensen 860a3a23c6 Merge pull request #102175 from grahamc/ami-random
amazon-image: random.trust_cpu=on to cut 10s from boot
2020-10-30 16:13:41 -04:00
Graham Christensen c06b97175b Merge pull request #102173 from grahamc/create-amis
create-amis.sh: fixup shellcheck issues, improve error logging, and add configurable service names
2020-10-30 16:13:18 -04:00