Commit graph

251776 commits

Author SHA1 Message Date
Mario Rodas 61b677ef8d
Merge pull request #103423 from r-ryantm/auto-update/helmsman
helmsman: 3.4.6 -> 3.5.1
2020-11-11 05:22:57 -05:00
Mario Rodas 12da7be8d6
Merge pull request #103425 from r-ryantm/auto-update/humioctl
humioctl: 0.27.0 -> 0.28.1
2020-11-11 05:21:38 -05:00
Mario Rodas 24478a0b9f
Merge pull request #103422 from r-ryantm/auto-update/helmfile
helmfile: 0.132.1 -> 0.134.0
2020-11-11 05:21:13 -05:00
Mario Rodas 8b11be8794
Merge pull request #103420 from r-ryantm/auto-update/hcloud
hcloud: 1.19.1 -> 1.20.0
2020-11-11 05:19:37 -05:00
Mario Rodas 4f4f364ac7
Merge pull request #103424 from r-ryantm/auto-update/hugo
hugo: 0.78.0 -> 0.78.1
2020-11-11 05:19:13 -05:00
Mario Rodas 0140aced53
Merge pull request #103354 from r-ryantm/auto-update/bear
bear: 3.0.1 -> 3.0.2
2020-11-11 05:17:27 -05:00
Gabriel Gonzalez 87d5e6fc1a Change idiom for overriding Dhall package version
Before this change, a Dhall package like the Prelude would be
encoded as a record with one field per supported version.  Then
downstream packages would specify which package to override
by selecting a different record field.

The problem with that approach is that it did not provide an
easy way to override a package to a version other than the default
ones supplied by Nixpkgs.  Normally you would use the `.override`
method for this purpose, but the `override` method added by
`buildDhall{Directory,GitHub}Package` is clobbered by the
`override` method added by `callPackage` in
`./pkgs/top-level/dhall-packages.nix`.

The solution is to add a separate `.overridePackage` method which is
essentially the exact same as `.override`, except that it is no
longer clobbered by `callPackage`.  This `.overridePackage` method
allows one to override the arguments supplied to
`buildDhall{Directory,GitHub}Package`, making it easier to specify
package versions outside of the ones supported by Nixpkgs..

This also includes a change to only build one (preferred) version of each
package (instead of multiple supported versions per package), in order to
minimize the maintenance burden for the Dhall package set.
2020-11-11 11:16:04 +01:00
Eelco Dolstra f9dd8f04a0
Merge pull request #44928 from vcunat/p/configure-assert
lib/strings: guard against an easy mistake
2020-11-11 11:14:12 +01:00
Maximilian Bosch 13b5c8a4db
Merge pull request #102918 from omasanori/opencv/update-2.4.13.7
opencv: 2.4.13 -> 2.4.13.7
2020-11-11 10:56:23 +01:00
Maximilian Bosch a805b2ea32
Merge pull request #103182 from pacien/ssmtp-assert-usestarttls-usetls
nixos/ssmtp: add assertion for useSTARTTLS dependency on useTLS
2020-11-11 10:51:00 +01:00
R. RyanTM ef13cb68b1 humioctl: 0.27.0 -> 0.28.1 2020-11-11 09:48:27 +00:00
markuskowa 3b48d217b3
Merge pull request #103411 from r-ryantm/auto-update/globalarrays
globalarrays: 5.7.2 -> 5.8
2020-11-11 10:47:58 +01:00
R. RyanTM 6fe3b7c9df hugo: 0.78.0 -> 0.78.1 2020-11-11 09:41:21 +00:00
Mario Rodas 73b4480091
Merge pull request #103335 from ggreif/master
wasmtime: 0.20.0 -> 0.21.0
2020-11-11 04:21:14 -05:00
Mario Rodas 8b0ab1c64c
Merge pull request #103343 from r-ryantm/auto-update/amber
amber: 0.5.4 -> 0.5.5
2020-11-11 04:20:32 -05:00
Mario Rodas d17808b5b4
Merge pull request #103329 from ipetkov/topgrade-5.9.1
topgrade: 5.8.1 -> 5.9.1
2020-11-11 04:20:07 -05:00
Mario Rodas 63af5568d0
Merge pull request #103344 from r-ryantm/auto-update/amfora
amfora: 1.5.0 -> 1.6.0
2020-11-11 04:19:11 -05:00
Mario Rodas 701528cd07
Merge pull request #103350 from r-ryantm/auto-update/aws-okta
aws-okta: 1.0.6 -> 1.0.8
2020-11-11 04:17:46 -05:00
Mario Rodas 78c2e29c5c
Merge pull request #103341 from r-ryantm/auto-update/act
act: 0.2.16 -> 0.2.17
2020-11-11 04:16:35 -05:00
Mario Rodas 0ae4d56de9
Merge pull request #103395 from r-ryantm/auto-update/duperemove
duperemove: 0.11.1 -> 0.11.2
2020-11-11 04:13:05 -05:00
R. RyanTM 13c4f38c80 helmsman: 3.4.6 -> 3.5.1 2020-11-11 09:12:16 +00:00
Mario Rodas 2d4de0c1c3
Merge pull request #103386 from r-ryantm/auto-update/doctest
doctest: 2.4.0 -> 2.4.1
2020-11-11 04:10:57 -05:00
Mario Rodas a0a82dd0cd
Merge pull request #103364 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.8 -> 0.32.9
2020-11-11 04:06:58 -05:00
Mario Rodas cbce1f018c
Merge pull request #103375 from r-ryantm/auto-update/codeql
codeql: 2.3.2 -> 2.3.3
2020-11-11 04:06:04 -05:00
Mario Rodas c1e2fb03a1
Merge pull request #103407 from r-ryantm/auto-update/frp
frp: 0.34.1 -> 0.34.2
2020-11-11 04:04:43 -05:00
Mario Rodas 1a0a0de940
Merge pull request #103389 from r-ryantm/auto-update/doppler
doppler: 3.16.0 -> 3.16.1
2020-11-11 04:02:28 -05:00
Mario Rodas f0488432f0
Merge pull request #103387 from r-ryantm/auto-update/doctl
doctl: 1.49.0 -> 1.51.0
2020-11-11 04:01:51 -05:00
R. RyanTM be92f5f0d6 helmfile: 0.132.1 -> 0.134.0 2020-11-11 09:01:28 +00:00
Mario Rodas 28e88417be
Merge pull request #103372 from bbigras/cargo-tarpaulin
cargo-tarpaulin: 0.15.0 -> 0.17.0
2020-11-11 04:00:49 -05:00
Mario Rodas 11c1b1f287
Merge pull request #103385 from r-ryantm/auto-update/do-agent
do-agent: 3.7.1 -> 3.8.0
2020-11-11 03:59:30 -05:00
Mario Rodas 9ea918d9d7
Merge pull request #103376 from mercurytoxic/patch-1
pivx: Correct homepage
2020-11-11 03:59:05 -05:00
Mario Rodas 41006ede40
Merge pull request #103390 from r-ryantm/auto-update/dstask
dstask: 0.23 -> 0.23.1
2020-11-11 03:56:52 -05:00
Mario Rodas 7b1973309a
Merge pull request #103388 from r-ryantm/auto-update/dolt
dolt: 0.21.1 -> 0.21.4
2020-11-11 03:56:14 -05:00
Mario Rodas 578194098c
Merge pull request #103417 from r-ryantm/auto-update/gramps
gramps: 5.0.1 -> 5.1.3
2020-11-11 03:55:50 -05:00
Mario Rodas 1ec0732ea1
Merge pull request #103413 from r-ryantm/auto-update/goconst
goconst: 1.2.0 -> 1.3.2
2020-11-11 03:54:32 -05:00
Mario Rodas 44b1e617bb
Merge pull request #103394 from r-ryantm/auto-update/duf
duf: 0.4.0 -> 0.5.0
2020-11-11 03:53:42 -05:00
Mario Rodas 4a75e48888
Merge pull request #103405 from r-ryantm/auto-update/flyctl
flyctl: 0.0.145 -> 0.0.146
2020-11-11 03:51:56 -05:00
Mario Rodas 8573058856
Merge pull request #103391 from r-ryantm/auto-update/duckdb
duckdb: 0.2.1 -> 0.2.2
2020-11-11 03:51:30 -05:00
Mario Rodas 9ac1c6c628
Merge pull request #103398 from r-ryantm/auto-update/ergo
ergo: 3.3.5 -> 3.3.6
2020-11-11 03:51:04 -05:00
R. RyanTM 85d4895f09 hcloud: 1.19.1 -> 1.20.0 2020-11-11 08:50:56 +00:00
Oleksii Filonenko 89ff657d88
Merge pull request #103418 from happysalada/wrangler_fix_darwin_build
wrangler: fix Darwin build
2020-11-11 10:49:35 +02:00
Mario Rodas f91c430304
Merge pull request #103399 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.19.0 -> 1.20.2
2020-11-11 03:48:39 -05:00
Mario Rodas b65fac30bf
Merge pull request #103404 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.6.2 -> 1.6.3
2020-11-11 03:46:44 -05:00
Mario Rodas 430af49b1a
Merge pull request #103414 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.32.0 -> 1.32.2
2020-11-11 03:45:56 -05:00
Mario Rodas db8d278432
Merge pull request #103410 from r-ryantm/auto-update/gifski
gifski: 1.2.2 -> 1.2.4
2020-11-11 03:44:46 -05:00
Doron Behar d5b962e78c
Merge pull request #103377 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.7.0 -> 5.8.0
2020-11-11 10:29:59 +02:00
happysalada 4c875b9c02 wrangler: fix Darwin build 2020-11-11 17:19:20 +09:00
R. RyanTM 0aefa1ed8a gramps: 5.0.1 -> 5.1.3 2020-11-11 08:19:03 +00:00
Tor Hedin Brønner 7fb6d5e960
Merge pull request #103400 from andersk/mutter334
gnome3.mutter334: Use full sysprof
2020-11-11 09:07:44 +01:00
R. RyanTM 27a11e95b3 golangci-lint: 1.32.0 -> 1.32.2 2020-11-11 07:50:32 +00:00