3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

256069 commits

Author SHA1 Message Date
Sandro d1a3bae774
Merge pull request from r-ryantm/auto-update/navi
navi: 2.12.1 -> 2.13.0
2020-12-01 13:53:37 +01:00
Sandro 64c26ded12
Merge pull request from zakame/updates/perl-Future-AsyncAwait-0.47
perlPackages.FutureAsyncAwait: 0.46 -> 0.47
2020-12-01 13:53:28 +01:00
Sandro 8cd0166578
Merge pull request from r-ryantm/auto-update/spdx-license-list-data
spdx-license-list-data: 3.10 -> 3.11
2020-12-01 13:51:56 +01:00
Sandro dc4e4ef7c1
Merge pull request from r-ryantm/auto-update/tarssh
tarssh: 0.4.0 -> 0.5.0
2020-12-01 13:51:43 +01:00
Sandro f857376455
Merge pull request from r-ryantm/auto-update/thanos
thanos: 0.17.0 -> 0.17.1
2020-12-01 13:51:31 +01:00
Sandro bd4c53feb5
Merge pull request from r-ryantm/auto-update/the-way
the-way: 0.7.0 -> 0.12.1
2020-12-01 13:51:20 +01:00
Sascha Grunert bd6067cd5d podman: 2.1.0 -> 2.2.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-12-01 22:20:11 +10:00
Anderson Torres 7f02de17db
Merge pull request from AndersonTorres/update-hdl-dump
hdl-dump: init at 20202807
2020-12-01 09:19:34 -03:00
R. RyanTM e6af3bb5ed vimix-gtk-themes: 2020-02-24 -> 2020-11-28 2020-12-01 12:15:56 +00:00
Elis Hirwing d5c9e8e80a
Merge pull request from shyim/php8
php80: init at 8.0.0
2020-12-01 13:07:58 +01:00
R. RyanTM 4aa370b6b3 vale: 2.6.3 -> 2.6.4 2020-12-01 12:06:37 +00:00
Sandro 15e12e8d89
Merge pull request from r-ryantm/auto-update/tpm2-pkcs11
tpm2-pkcs11: 1.3.0 -> 1.5.0
2020-12-01 12:55:21 +01:00
Sandro 8f94dda934
Merge pull request from r-ryantm/auto-update/toxic
toxic: 0.9.0 -> 0.9.1
2020-12-01 12:55:05 +01:00
Andreas Rammhold 96663ea477
Merge pull request from Xe/patch-3
nixos/modules/tailscale: add package as an option
2020-12-01 12:52:41 +01:00
Sandro 8cd24c8456
Merge pull request from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.12 -> 2.13
2020-12-01 12:40:27 +01:00
Sandro c646be3d85
Merge pull request from r-ryantm/auto-update/nfpm
nfpm: 1.10.1 -> 1.10.2
2020-12-01 12:40:08 +01:00
R. RyanTM a6301ea303 tpm2-pkcs11: 1.3.0 -> 1.5.0 2020-12-01 11:31:22 +00:00
Christine Dodrill 3d55480bf8
nixos/tailscale: add package as an option
This simplifies testing changes to the tailscale service on a local
machine. You can use this as such:

```nix
let
  tailscale_patched = magic {};
in {
  services.tailscale = {
    enable = true;
    package = tailscale_patched;
  };
};
```

Signed-off-by: Christine Dodrill <me@christine.website>
2020-12-01 12:30:31 +01:00
Jörg Thalheim ea48cad85d
Merge pull request from mweinelt/python/tts 2020-12-01 11:25:51 +00:00
R. RyanTM c653cb76f3 toxic: 0.9.0 -> 0.9.1 2020-12-01 11:25:34 +00:00
R. RyanTM 7ccd10e7ac the-way: 0.7.0 -> 0.12.1 2020-12-01 11:00:12 +00:00
Soner Sayakci 2be15aa35d
php80.packages.couchbase: mark as broken for php 8.0 2020-12-01 11:54:45 +01:00
Elis Hirwing 8aae34ee13
php80.extensions.redis: fix build 2020-12-01 11:54:44 +01:00
Jan Tojnar 4cc4c7a77a
php80.extensions.imagick: fix build 2020-12-01 11:54:43 +01:00
Soner Sayakci 4cd8412880
php80: init at 8.0.0 2020-12-01 11:54:42 +01:00
R. RyanTM d6750d0d3d thanos: 0.17.0 -> 0.17.1 2020-12-01 10:52:51 +00:00
R. RyanTM 1c7236ce79 tarssh: 0.4.0 -> 0.5.0 2020-12-01 10:07:55 +00:00
Sandro 2161ba80af
Merge pull request from r-ryantm/auto-update/rtsp-simple-server
rtsp-simple-server: 0.12.1 -> 0.12.2
2020-12-01 11:07:24 +01:00
Jonas Chevalier 5851c31127
terraform-providers: handle go modules ()
* terraform-providers: handle go modules

More and more terraform providers are switching from vendored
dependencies to Go modules.

Let's say that you update the "aws" provider and it fails. You can run
it again with:

    ./update-provider aws --vendor

Any package that has the "vendorSha256" key will be considered as a go
module package.

The script now also supports adding new providers by using the
<owner>/<repo> format. Eg:

     ./update-provider hetznercloud/hcloud --vendor

* address comment

Fixes https://github.com/NixOS/nixpkgs/pull/104667#discussion_r529788569

* support the null use-case

* escape provider name as well

* fix typo
2020-12-01 11:05:00 +01:00
Jan Tojnar c2f1e7b1b0
php.extensions.blackfire: 1.44.0 → 1.46.4 2020-12-01 11:02:52 +01:00
Sandro eae8be1c9c
Merge pull request from r-ryantm/auto-update/sparkleshare
sparkleshare: 3.28 -> 3.38
2020-12-01 10:57:55 +01:00
Sandro 6a16833921
Merge pull request from r-ryantm/auto-update/sabnzbd
sabnzbd: 3.0.1 -> 3.1.1
2020-12-01 10:45:38 +01:00
Sandro fe936a911f
Merge pull request from r-ryantm/auto-update/shotcut
shotcut: 20.11.25 -> 20.11.28
2020-12-01 10:45:05 +01:00
Sandro 5897ce498c
Merge pull request from r-ryantm/auto-update/osu-lazer
osu-lazer: 2020.1121.0 -> 2020.1128.0
2020-12-01 10:44:12 +01:00
Sandro bae19a795c
Merge pull request from r-ryantm/auto-update/pueue
pueue: 0.8.1 -> 0.8.2
2020-12-01 10:43:37 +01:00
Sandro 4c5ef510bc
Merge pull request from IvarWithoutBones/peach-init-0.9.8
peach: init at 0.9.8
2020-12-01 10:43:21 +01:00
Sandro 264b12ab8f
Merge pull request from r-ryantm/auto-update/procs
procs: 0.10.9 -> 0.10.10
2020-12-01 10:43:07 +01:00
Sandro cf4f734dd3
Merge pull request from jojosch/dbeaver-7.3.0
dbeaver: 7.2.5 -> 7.3.0
2020-12-01 10:42:32 +01:00
Sandro 4b90a7a2fa
Merge pull request from r-ryantm/auto-update/pcm
pcm: 202010 -> 202011
2020-12-01 10:35:28 +01:00
Andreas Rammhold c3452dae0e
Merge pull request from raboof/git-reproducible-docs
git: make manual reproducible
2020-12-01 10:30:05 +01:00
R. RyanTM 418c88a4d5 spdx-license-list-data: 3.10 -> 3.11 2020-12-01 09:29:21 +00:00
R. RyanTM 17ed388517 sparkleshare: 3.28 -> 3.38 2020-12-01 09:22:54 +00:00
Sandro 5f1568c0e3
Merge pull request from r-ryantm/auto-update/rmtrash
rmtrash: 1.13 -> 1.14
2020-12-01 10:19:42 +01:00
Sandro e5dd90dfbd
Merge pull request from r-ryantm/auto-update/rssguard
rssguard: 3.8.2 -> 3.8.3
2020-12-01 10:19:28 +01:00
Sandro a0e8f4a077
Merge pull request from r-ryantm/auto-update/pqiv
pqiv: 2.11 -> 2.12
2020-12-01 10:16:38 +01:00
Sandro bd627c0836
Merge pull request from r-ryantm/auto-update/obsidian
obsidian: 0.9.15 -> 0.9.17
2020-12-01 10:06:55 +01:00
Sandro 51198ea28f
Merge pull request from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.12 -> 1.0.13
2020-12-01 10:06:34 +01:00
R. RyanTM e1444660db shotcut: 20.11.25 -> 20.11.28 2020-12-01 08:48:45 +00:00
Simon Waibl eb079d22f8
Merge pull request from SamirHafez/plex-updateScript
plex: Add an updateScript
2020-12-01 09:34:52 +01:00
StigP c85ce0c141
Merge pull request from zakame/updates/perl-App-cpm-0.995
perlPackages.Appcpm: 0.994 -> 0.995
2020-12-01 09:33:41 +01:00