Commit Graph

256136 Commits

Author SHA1 Message Date
Sandro
dc4e4ef7c1
Merge pull request #105569 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 #105572 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 #105574 from r-ryantm/auto-update/the-way
the-way: 0.7.0 -> 0.12.1
2020-12-01 13:51:20 +01:00
IvarWithoutBones
6f65e5c1ca pythonPackages.tinyobjloader-py: init at 1.0.6 2020-12-01 13:50:48 +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 #105514 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 #104159 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 #105577 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 #105575 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 #104785 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 #105556 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.12 -> 2.13
2020-12-01 12:40:27 +01:00
Sandro
c646be3d85
Merge pull request #105533 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 #103851 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
Bernardo Meurer
8c49bed73d
ideamaker: init at 4.0.1 2020-12-01 03:05:18 -08: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
Peng Mei Yu
a23830fb97 ibus-engines.rime: init at 1.4.0 2020-12-01 18:47:38 +08:00
Julien Moutinho
6b7a85e0aa arduino-mk: wrap python scripts 2020-12-01 11:47:19 +01:00
R. RyanTM
1c7236ce79 tarssh: 0.4.0 -> 0.5.0 2020-12-01 10:07:55 +00:00
Sandro
2161ba80af
Merge pull request #105551 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 (#104667)
* 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 #105563 from r-ryantm/auto-update/sparkleshare
sparkleshare: 3.28 -> 3.38
2020-12-01 10:57:55 +01:00
Sandro
6a16833921
Merge pull request #105553 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 #105557 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 #105542 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 #105547 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 #105535 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 #105546 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 #105554 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 #105544 from r-ryantm/auto-update/pcm
pcm: 202010 -> 202011
2020-12-01 10:35:28 +01:00
R. RyanTM
418c88a4d5 spdx-license-list-data: 3.10 -> 3.11 2020-12-01 09:29:21 +00:00
Peng Mei Yu
ea6976156a maintainers: Add pengmeiyu 2020-12-01 17:24:33 +08:00
R. RyanTM
17ed388517 sparkleshare: 3.28 -> 3.38 2020-12-01 09:22:54 +00:00
Sandro
5f1568c0e3
Merge pull request #105549 from r-ryantm/auto-update/rmtrash
rmtrash: 1.13 -> 1.14
2020-12-01 10:19:42 +01:00
Sandro
e5dd90dfbd
Merge pull request #105550 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 #105545 from r-ryantm/auto-update/pqiv
pqiv: 2.11 -> 2.12
2020-12-01 10:16:38 +01:00
Sandro
bd627c0836
Merge pull request #105539 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 #105541 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 #105166 from SamirHafez/plex-updateScript
plex: Add an updateScript
2020-12-01 09:34:52 +01:00