1000101
8f33fd8638
stretchly: 0.21.1 -> 1.2.0
2020-10-11 18:03:48 +02:00
Mario Rodas
b70ac01b38
Merge pull request #100124 from gnidorah/lazpaint
...
lazpaint: 7.1.3 -> 7.1.4
2020-10-10 07:45:14 -05:00
Doron Behar
967a01f206
Merge pull request #100065 from matthuszagh/kicad
2020-10-10 12:28:09 +03:00
Doron Behar
1faab1f0f2
Merge pull request #100128 from marsam/update-git-trim
...
gitAndTools.git-trim: 0.3.2 -> 0.4.0
2020-10-10 11:55:55 +03:00
Maximilian Bosch
dda7212020
Merge pull request #100125 from gnidorah/rambox
...
rambox: 0.7.6 -> 0.7.7
2020-10-10 10:54:50 +02:00
Mario Rodas
ccc7f10591
Merge pull request #100118 from Chili-Man/minikube-0.13.1-update
...
minikube: 1.13.0 -> 1.13.1
2020-10-10 00:11:02 -05:00
gnidorah
86630c774d
rambox: 0.7.6 -> 0.7.7
2020-10-10 07:30:01 +03:00
gnidorah
3145c0e20d
lazpaint: 7.1.3 -> 7.1.4
2020-10-10 07:19:17 +03:00
Daniel Schaefer
384470e23f
Merge pull request #99964 from guserav/horizon-eda
...
horizon-eda: init at 1.2.1
2020-10-10 11:49:07 +08:00
Diego Rodriguez
7c55217904
minikube: 1.13.0 -> 1.13.1
2020-10-09 18:34:52 -06:00
Michael Weiss
2603bd54e4
Merge pull request #99975 from primeos/chromium
...
chromium: 85.0.4183.121 -> 86.0.4240.75
2020-10-09 21:54:44 +02:00
Dmitry Kalinkin
5540128f68
Merge pull request #99993 from veprbl/pr/pythia_8_303
...
pythia: 8.244 -> 8.303
2020-10-09 15:16:01 -04:00
guserav
6a4c1972a2
horizon-eda: init at 1.2.1
...
Mostly based on #86694 by yrashk
2020-10-09 19:57:38 +02:00
zimbatm
0e354d87bc
Merge pull request #100072 from zimbatm/tf-0.13-fixups
...
terraform-full: fix evaluation
2020-10-09 14:55:47 +00:00
zimbatm
c79ff8ddca
terraform: fix withPlugins
...
Move the providerSourceAddress fallback to the terraform.withPlugins
function. Since plugins can be arbitrary derivations, there is no
guarantee that this attribute will be exposed.
While doing that I also cleaned the toDrv function to only pass
attributes to the builder which are required by the build.
The Terraform 0.13 fallback slug has changed from
`nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
as the owner is also not always available. As a nixpkgs user, all I know
is that the provider is in nixpkgs and his name, the owner information
is not necessarily easy to get by.
2020-10-09 16:55:30 +02:00
Matt Huszagh
104aca941a
kicad-unstable: 2020-08-22 -> 2020-10-09
...
base.nix requires gtk3 to compile
2020-10-09 07:36:42 -07:00
Matt Huszagh
b67afd8a44
kicad: modify update script to use gitlab for libraries
...
Kicad libraries are now hosted on gitlab instead of github.
2020-10-09 07:36:41 -07:00
Domen Kožar
56b0334bcf
Merge pull request #100064 from samuela/upkeep-bot/vscode-1.50.0-1602206671
...
vscode: 1.49.3 -> 1.50.0
2020-10-09 16:26:36 +02:00
Michael Weiss
c9eaddb48b
gns3-{gui,server}: 2.2.14 -> 2.2.15
2020-10-09 15:18:53 +02:00
zimbatm
3f49e5ba03
terraform-providers.keycloak: use pname
...
We will be relying on the pname to figure out where to link the plugin.
2020-10-09 12:43:13 +02:00
zowoq
dd59167aee
soundkonverter: remove trailing whitespace
2020-10-09 18:29:53 +10:00
Stefan Frijters
cd0065d184
maestral-qt: 1.2.0 -> 1.2.1
2020-10-08 22:47:35 -07:00
Mario Rodas
926a58ce63
gitAndTools.git-trim: 0.3.2 -> 0.4.0
...
https://github.com/foriequal0/git-trim/releases/tag/v0.4.0
2020-10-09 04:20:00 +00:00
upkeep-bot
3303b8ab57
vscode: 1.49.3 -> 1.50.0
2020-10-09 01:24:32 +00:00
Mario Rodas
998124b328
Merge pull request #100008 from gnidorah/munt
...
munt: 2.4.0 -> 2.4.1
2020-10-08 18:07:36 -05:00
gnidorah
5cd29482e4
munt: 2.4.0 -> 2.4.1
2020-10-08 08:58:41 +03:00
zimbatm
be6e9f1e90
Merge pull request #99198 from timstott/terraform-013-compatible-providers
...
terraform-providers: Terraform 0.13 compatibility
2020-10-08 21:29:04 +00:00
markuskowa
7c36c71b00
Merge pull request #100020 from sikmir/gpxsee
...
gpxsee: 7.32 -> 7.33
2020-10-08 23:22:02 +02:00
Timothy Stott
b0a0ffb7fd
terraform: add maintainer timstott
2020-10-08 22:18:12 +01:00
Timothy Stott
cd1b594767
terraform: expose providers to terraform 0.13
...
Terraform 0.13 adopts a new filesystem layout for plugins (illustrated below).
Terraform 0.12 and earlier
`plugins-dir/terraform-provider-aws_v3.7.0`
Terraform 0.13
`plugins-dir/registry.terraform.io/hashicorp/aws/3.7.0/linux_amd64/terraform-provider-aws_v3.7.0`
To support all packaged Terraform versions a shim is created at both locations.
This approach was inspired by https://github.com/numtide/generate-terraform-provider-shim
Terraform 0.13 provider documentation https://www.terraform.io/upgrade-guides/0-13.html#new-filesystem-layout-for-local-copies-of-providers
layout terraform providers filesystem in withPlugins
2020-10-08 22:18:12 +01:00
Lassulus
1cd650194f
Merge pull request #94950 from suhr/helio
...
helio-workstation: 2.2 -> 3.1
2020-10-08 23:02:17 +02:00
Doron Behar
215bc37d00
Merge pull request #96091 from doronbehar/pkg/mailnag/fixes
...
mailnag: Fix pluginDeps usage & comment
2020-10-09 00:01:32 +03:00
Timothy Stott
72cd428dd2
terraform-providers: populate provider source addresses
...
Added provider source address to providers hosted in the same GitHub
repository. Other providers have moved repository and would require a
patch to the package path.
2020-10-08 21:59:09 +01:00
Anderson Torres
8bcfed0140
Merge pull request #92666 from sikmir/mkgmap
...
mkgmap: 4432 -> 4565
2020-10-08 17:55:10 -03:00
Lassulus
663d0f06fb
Merge pull request #99654 from bcdarwin/update-c3d
...
c3d: unstable-2019-10-22 -> unstable-2020-10-05
2020-10-08 22:47:16 +02:00
Doron Behar
7ebd42b87f
Merge pull request #99956 from FRidh/qt
2020-10-08 22:49:35 +03:00
Doron Behar
dfcde0341f
kdeconnect: 1.3.5 -> 20.08.1
...
Update many dependencies. Add a patch that fixes a build. Use
`libsForQt5` instead of `libsForQt514`.
2020-10-08 22:14:03 +03:00
Vladyslav M
6c5edf3dea
Merge pull request #99364 from 0x4A6F/master-zola
...
zola: 0.12.1 -> 0.12.2
2020-10-08 21:59:54 +03:00
Ben Darwin
af85623c53
c3d: unstable-2019-10-22 -> unstable-2020-10-05
2020-10-08 14:48:02 -04:00
Anderson Torres
e06c0fa1c0
Merge pull request #99536 from OPNA2608/update/palemoon-28.14.2
...
palemoon: 28.13.0 -> 28.14.2
2020-10-08 15:04:36 -03:00
Timothy Stott
87e21d1153
terraform-provider.acme: 1.5.0 -> 1.5.0-patched
2020-10-08 19:01:08 +01:00
Timothy Stott
60645f0921
terraform-providers: script to update all providers
2020-10-08 19:01:08 +01:00
Timothy Stott
107707ad82
terraform-providers: update providers via terraform registry
2020-10-08 19:00:07 +01:00
Timothy Stott
063f1d7301
terraform-providers: store providers as JSON
2020-10-08 19:00:07 +01:00
Frederik Rietdijk
c0d5cf4993
puddletag: mark broken
2020-10-08 19:26:35 +02:00
Frederik Rietdijk
b9af2d2259
dupeguru: mark as broken
2020-10-08 19:06:35 +02:00
Jan Tojnar
0790b3e4dc
Merge pull request #99990 from helsinki-systems/upd/gimp
...
gimp: 2.10.20 -> 2.10.22
2020-10-08 18:59:28 +02:00
Frederik Rietdijk
084c4da16a
qgis: 3.10.9 -> 3.10.10
2020-10-08 18:57:26 +02:00
Doron Behar
883b21debe
vorta: Fix double wrapping
2020-10-08 18:57:24 +02:00
Doron Behar
f4b8c8f1df
git-annex-metadata-gui: fix qt wrapping
...
Wrap application with wrapQtAppsHook and no double wrapping.
2020-10-08 18:57:24 +02:00