Commit Graph

10739 Commits

Author SHA1 Message Date
Andrew Abbott
cf8bb29287 godot: 3.1.2 -> 3.2 2020-02-13 10:27:23 +11:00
Michele Guerini Rocco
c6ec7b613a
Merge pull request #79478 from stefano-m/aws-sam-cli-no-telemetry
aws-sam-cli: disable telemetry
2020-02-12 16:56:47 +01:00
Ryan Mulligan
bd9cbc685a
Merge pull request #79697 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.52.0 -> 0.53.1
2020-02-12 06:21:19 -08:00
TANIGUCHI Kohei
07ba5ae8f7 chromedriver: 78.0.3904.70 -> 80.0.3987.16 2020-02-12 22:22:50 +09:00
David Leung
e6b2d88b2a wasm-pack: 0.8.1 -> 0.9.1 2020-02-12 11:24:24 +01:00
Andreas Rammhold
5a001981db
Merge pull request #79786 from andir/firefox73
firefox: 72.0.3 -> 73.0
2020-02-12 11:19:11 +01:00
Frederik Rietdijk
424697d512 Merge master into staging-next 2020-02-12 09:55:31 +01:00
Stefano Mazzucco
2b4794f941 aws-sam-cli: add argument to conditionally enable telemetry
If someone really wants to opt into telemetry, they can do so by setting
`enableTelemetry` to `true` (the default is `false`), in which case the wrapper
that sets `SAM_CLI_TELEMETRY` to `0` will not be created.

Note that this actually allows a user to optionally disable telemetry from the
command line or the (poorly documented) configuration in
`~/.aws-sam/metadata.json`. The downside is telemetry will be enabled at least
on the first run, causing a unique installation ID to be saved in the
configuration file.
2020-02-11 20:44:04 +00:00
Benjamin Saunders
d73c83fca5 vulkan-validation-layers: 1.1.114.0 -> 1.2.131.2 2020-02-11 19:11:32 +01:00
R. RyanTM
7e8a31126d grabserial: 1.9.9 -> 2.0.2 2020-02-11 08:38:05 +00:00
Frederik Rietdijk
1a6c3cb06b Merge staging into staging-next 2020-02-11 07:59:53 +01:00
Michael Raskin
0566b5ce19
Merge pull request #79750 from doronbehar/update-luarocks
luarocks: 3.2.1 -> 3.3.1
2020-02-11 06:50:43 +00:00
Andreas Rammhold
82d9ce45fe rust-cbindgen: 0.10.0 -> 0.13.1 2020-02-11 01:19:26 +01:00
Roman Volosatovs
a80f4726c4 gofumpt: 2019-07-29 -> 2019-11-11 2020-02-10 20:55:01 +01:00
Pedro Pombeiro
8d0f535606 nsis: 3.04 -> 3.05 2020-02-10 20:36:51 +01:00
Wael M. Nasreddine
1f54afb299 gotools: fix the path in the setup-hook 2020-02-10 20:17:19 +01:00
zimbatm
bcdc90a3a7 ruby_2_4: remove
According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.

Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.

Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi
2020-02-10 13:23:35 -05:00
worldofpeace
09f7e376c2
Merge pull request #79416 from jtojnar/flatpak-1.6
flatpak: 1.4.2 → 1.6.1
2020-02-10 12:57:19 -05:00
Jan Tojnar
e3cbebfc7c gnome-desktop-testing: 2018.1 → unstable-2019-12-11
Update to master since the stable version prints to journal even when running in terminal, which is annoying.

Also clean up the expression.
2020-02-10 12:55:26 -05:00
Doron Behar
d4f09b6590 luarocks: 3.2.1 -> 3.3.1 2020-02-10 19:45:36 +02:00
Frederik Rietdijk
079622ef2d
Merge pull request #79628 from NixOS/staging-next
Staging next
2020-02-10 17:53:25 +01:00
Oleksii Filonenko
8b302e41d4 lazygit: 0.13 -> 0.14.2 2020-02-10 08:29:36 -08:00
Oleksii Filonenko
2de244e729 run: add filalex77 to maintainers 2020-02-10 08:28:25 -08:00
Oleksii Filonenko
223af4a592 run: 0.7.0 -> 0.7.1 2020-02-10 08:28:25 -08:00
Bjørn Forsman
14e842ec02 openocd: fix build with new glibc
Fixes this build error:

  In file included from src/helper/options.c:38:
  /nix/store/dl4h1p847f2rsrsfvlmm6cxxx7q21kxj-glibc-2.30-dev/include/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
     21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
        |  ^~~~~~~
  cc1: all warnings being treated as errors

Fixes: 48a997cd ("Merge #66528: glibc: 2.27 -> 2.30 (into staging)")
2020-02-10 16:27:08 +01:00
Benjamin Hipple
2115a2037c fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
This has several advantages:

1. It takes up less space on disk in-between builds in the nix store.
2. It uses less space in the binary cache for vendor derivation packages.
3. It uses less network traffic downloading from the binary cache.
4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only
   substitute --flat hashes on single files (not recursive directory hashes).
5. It's consistent with how simple `fetchurl` src derivations work.
6. It provides a stronger abstraction between input src-package and output
   package, e.g., it's harder to accidentally depend on the src derivation at
   runtime by referencing something like `${src}/etc/index.html`. Likewise, in
   the store it's harder to get confused with something that is just there as a
   build-time dependency vs. a runtime dependency, since the build-time
   src dependencies are tarred up.

Disadvantages are:
1. It takes slightly longer to untar at the start of a build.

As currently implemented, this attaches the compacted vendor.tar.gz feature as a
rider on `verifyCargoDeps`, since both of them are relatively newly implemented
behavior that change the `cargoSha256`.

If this PR is accepted, I will push forward the remaining rust packages with a
series of treewide PRs to update the `cargoSha256`s.
2020-02-10 10:17:29 -05:00
Ryan Mulligan
d858defa7d
Merge pull request #79512 from r-ryantm/auto-update/gede
gede: 2.15.1 -> 2.15.4
2020-02-10 06:15:34 -08:00
Frederik Rietdijk
1972ac1023 aws-sam-cli: fix build 2020-02-10 14:35:06 +01:00
R. RyanTM
40c98652e2 mage: 1.8.0 -> 1.9.0 2020-02-10 13:33:33 +01:00
R. RyanTM
879d609e60 micronaut: 1.2.8 -> 1.3.0 2020-02-10 13:24:47 +01:00
Mario Rodas
5ca4b5647c
Merge pull request #79676 from marsam/update-dive
dive: 0.9.1 -> 0.9.2
2020-02-10 07:09:24 -05:00
Frederik Rietdijk
d9eb897edd Merge staging-next into staging 2020-02-10 13:02:53 +01:00
Frederik Rietdijk
ec3edaf7b5 Merge master into staging-next 2020-02-10 12:55:47 +01:00
R. RyanTM
3b1608a94b rust-bindgen: 0.52.0 -> 0.53.1 2020-02-10 11:14:48 +00:00
Mario Rodas
9a329b1dee Merge pull request #79678 from marsam/update-buildkit
buildkit: 0.4.0 -> 0.6.3
2020-02-10 05:51:06 -05:00
Christian Kauhaus
b2abf36467 Merge pull request #72108 from jD91mZM2/scaff
scaff: init at 0.1.1
2020-02-10 10:55:23 +01:00
Antonio Nuno Monteiro
990f64d5d7 ocamlformat: fix 0.13.0 URL 2020-02-10 07:34:52 +01:00
Tobias Mayer
3a39ea06d2 ninja: 1.9.0 -> 1.10.0 2020-02-09 16:57:56 -06:00
Mario Rodas
a1857a0dab
dive: 0.9.1 -> 0.9.2
Changelog: https://github.com/wagoodman/dive/releases/tag/v0.9.2
2020-02-09 16:20:00 -05:00
R. RyanTM
f8e7fec814 babeltrace: 1.5.7 -> 1.5.8 2020-02-09 16:53:11 +01:00
R. RyanTM
802e1917b8 kcli: 1.8.2 -> 1.8.3 2020-02-09 16:52:05 +01:00
Frederik Rietdijk
cffec212dc Merge staging into staging-next 2020-02-09 16:38:32 +01:00
Frederik Rietdijk
531a48ebdb Merge master into staging-next 2020-02-09 11:00:29 +01:00
Mario Rodas
5fb378b5c5
buildkit: add marsam to maintainers 2020-02-09 04:21:00 -05:00
Mario Rodas
9fb1996925
buildkit: 0.4.0 -> 0.6.3 2020-02-09 04:20:00 -05:00
R. RyanTM
7daa7310bd sslmate: 1.7.0 -> 1.7.1 2020-02-09 10:01:30 +01:00
R. RyanTM
e591b57bd5 asn2quickder: 1.2-6 -> 1.3.0 2020-02-09 09:50:48 +01:00
Frederik Rietdijk
8847d57763 Merge staging-next into staging 2020-02-09 09:18:17 +01:00
Frederik Rietdijk
03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
R. RyanTM
27cac321d4 bison: 3.5 -> 3.5.1 2020-02-09 09:00:48 +01:00