Commit Graph
248342 Commits
Author SHA1 Message Date
zowoq f9bb39e294 nixos/pam: remove trailing whitespace 2020-10-09 18:31:20 +10:00
zowoq 95d4e9a7d1 pangolin: remove trailing whitespace 2020-10-09 18:29:57 +10:00
zowoq dd59167aee soundkonverter: remove trailing whitespace 2020-10-09 18:29:53 +10:00
Maximilian Bosch 0c49f1896e yarn2nix-moretea: re-add support for git:// URLs from yarn.lock
@lheckemann already added it to `yarn2nix` a while ago[1], but it seems
as it was forgotten to include when adding `yarn2nix` sources to
`nixpkgs` itself.

Without this patch, you cannot add dependencies to your `package.json`
with URLs like `git://github.com/.../` as building the expression would
fail like this:

```
curl: (1) Protocol "git" not supported or disabled in libcurl
error: cannot download git___github.com_sstur_nodeftpd.git from any mirror
```

Co-authored-by: Linus Heckemann <git@sphalerite.org>

[1] https://github.com/nix-community/yarn2nix/pull/141
2020-10-09 09:55:35 +02:00
Stefan FrijtersandJon cd0065d184 maestral-qt: 1.2.0 -> 1.2.1 2020-10-08 22:47:35 -07:00
Stefan FrijtersandJon c5a9a644b2 pythonPackages.maestral: 1.2.0 -> 1.2.1
Also match the dependencies with the dependencies in setup.py again.
2020-10-08 22:47:35 -07:00
Bernardo Meurer a742a83a6e octoprint.python.pkgs.octoprint-dashboard: 1.13.0 -> 1.15.1 2020-10-08 22:13:03 -07:00
Bernardo Meurer 223e028ca9 octoprint.python.pkgs.octoklipper: init at 0.3.2 2020-10-08 22:13:02 -07:00
Ben Siraphob e3b083effc cyclone-scheme: init at 0.21 2020-10-09 11:51:29 +07:00
Ryan MulliganandGitHub 8af4f1f3ea Merge pull request #97386 from KAction/tinycdb-static
tinycdb: add support for static build
2020-10-08 21:22:57 -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
Mario Rodas 08236e4148 solargraph: 0.39.8 -> 0.39.17 2020-10-09 04:20:00 +00:00
Dmitry Bogatov 88b0840f73 tinycdb: add support for static build 2020-10-08 23:47:32 -04:00
S. Nordin Abouzahra aecd9ab1e4 firefox: disable LTO on Darwin
LTO in general is broken on Darwin (see #19312).
2020-10-08 23:29:13 -04:00
Dmitry Bogatov 99de53b79b doas: add enablePAM option
New option "withPAM" controls whether to build support for pluggable
authetincation modules. Default value is "true", which correspond to
existing behaviour. Futhermore, with default configuration, this change
do not cause rebuild.
2020-10-08 23:20:37 -04:00
Mario RodasandGitHub fea6336952 Merge pull request #100016 from fgaz/lobster/2020-10-04
lobster: unstable-2020-07-27 -> unstable-2020-10-04
2020-10-08 21:57:48 -05:00
S. Nordin Abouzahra 214c833589 firefox: let LTO on Darwin select its own linker 2020-10-08 21:55:23 -04:00
Dmitry KalinkinandJon 6b74dfe376 arrow-cpp: 1.0.0 -> 1.0.1 2020-10-08 18:33:05 -07:00
upkeep-bot 3303b8ab57 vscode: 1.49.3 -> 1.50.0 2020-10-09 01:24:32 +00:00
Mario RodasandGitHub f174a84d33 Merge pull request #99979 from suhr/tox
tox-node: 0.0.8 -> 0.1.0
2020-10-08 18:14:20 -05:00
Mario RodasandGitHub 998124b328 Merge pull request #100008 from gnidorah/munt
munt: 2.4.0 -> 2.4.1
2020-10-08 18:07:36 -05:00
Mario RodasandGitHub 9677cbc5b6 Merge pull request #100032 from IvarWithoutBones/xsel-update
xsel: 2019-08-21 -> 2020-05-27
2020-10-08 17:12:50 -05:00
markuskowaandGitHub d8d52410a7 Merge pull request #100053 from markuskowa/upd-snapper
nixos/snapper: 0.8.12 -> 0.8.14
2020-10-09 00:05:27 +02:00
zimbatmandGitHub 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
Silvan MosbergerandGitHub 6ee8491cb1 Merge pull request #99520 from endgame/ssm-agent-user-fix
ssm-agent: fix bad user declaration
2020-10-08 23:28:13 +02:00
markuskowaandGitHub 7c36c71b00 Merge pull request #100020 from sikmir/gpxsee
gpxsee: 7.32 -> 7.33
2020-10-08 23:22:02 +02:00
markuskowaandGitHub 4ab5d7ac52 Merge pull request #99914 from mweinelt/borg
borgbackup: 1.1.13 -> 1.1.14
2020-10-08 23:21:29 +02:00
markuskowaandGitHub c83e442b77 Merge pull request #100052 from markuskowa/upd-linuxptp
linuxptp: 3.0 -> 3.1
2020-10-08 23:20:37 +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
Markus Kowalewski 90aa6c93e2 nixos/snapper: add snapperd dbus service
Since snapper 0.8.13 a systemd service is required for DBus activation.
2020-10-08 23:17:44 +02:00
Markus Kowalewski 7cbd2094f7 snapper: 0.8.12 -> 0.8.14 2020-10-08 23:17:24 +02:00
Ivar ae61b8500f xsel: 2019-08-21 -> 2020-05-27 2020-10-08 23:06:47 +02:00
LassulusandGitHub 1cd650194f Merge pull request #94950 from suhr/helio
helio-workstation: 2.2 -> 3.1
2020-10-08 23:02:17 +02:00
Doron BeharandGitHub 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 TorresandGitHub 8bcfed0140 Merge pull request #92666 from sikmir/mkgmap
mkgmap: 4432 -> 4565
2020-10-08 17:55:10 -03:00
LassulusandGitHub 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
LassulusandGitHub 059a2ef9ad Merge pull request #98582 from bcdarwin/update-simpleitk
simpleitk: 1.2.4 -> 2.0.0
2020-10-08 22:39:52 +02:00
Pascal Bach 200081e3b4 plex: 1.20.1.3252 -> 1.20.2.3402 2020-10-08 22:26:10 +02:00
Markus Kowalewski 173ebca876 linuxptp: 3.0 -> 3.1 2020-10-08 22:18:19 +02:00
Robert ScottandGitHub 8484c442ed Merge pull request #100044 from risicle/ris-packetdrill-fix
packetdrill: 1.0 -> unstable-2020-08-22, fix build
2020-10-08 20:55:02 +01:00
Doron BeharandGitHub 7ebd42b87f Merge pull request #99956 from FRidh/qt 2020-10-08 22:49:35 +03:00
LassulusandGitHub f849b13978 Merge pull request #98571 from bcdarwin/gifticlib
gifticlib: init at unstable-2020-07-07
2020-10-08 21:48:31 +02:00
Frederik Rietdijk ec28e32c9e Merge master into staging-next 2020-10-08 21:47:26 +02:00
Jeremy Schlatter 13207392ae pm2: init at 4.5.0 2020-10-08 12:39:21 -07: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
Tim Steinbach 8ef2c0e07a powershell: 7.0.1 -> 7.0.3 2020-10-08 15:08:12 -04:00
Vladyslav MandGitHub 6c5edf3dea Merge pull request #99364 from 0x4A6F/master-zola
zola: 0.12.1 -> 0.12.2
2020-10-08 21:59:54 +03:00
Robert Scott 87fad4d39e packetdrill: 1.0 -> unstable-2020-08-22, fix build
also switch to cmake build
2020-10-08 19:52:13 +01:00