Commit graph

219577 commits

Author SHA1 Message Date
Eelco Dolstra 74e7ef35fe nix-daemon.nix: Add option nix.registry
This allows you to specify the system-wide flake registry. One use is
to pin 'nixpkgs' to the Nixpkgs version used to build the system:

  nix.registry.nixpkgs.flake = nixpkgs;

where 'nixpkgs' is a flake input. This ensures that commands like

  $ nix run nixpkgs#hello

pull in a minimum of additional store paths.

You can also use this to redirect flakes, e.g.

  nix.registry.nixpkgs.to = {
    type = "github";
    owner = "my-org";
    repo = "my-nixpkgs";
  };
2020-04-02 19:38:00 +02:00
Eelco Dolstra 9737f24919 packagekit: Don't depend on nix unless enableNixBackend = true 2020-04-02 19:32:21 +02:00
Jonathan Ringer aa1fea9f97 google-music-scripts: 4.0.1 -> 4.3.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer f329b29cb8 python3Packages.tbm-utils: 1.0.0 -> 2.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer 9c1222aa01 python3Packages.httpx: 0.9.5 -> 0.12.1 2020-04-02 10:04:28 -07:00
Jonathan Ringer 60d5dc598b python3Packages.google-music: 3.2.1 -> 3.5.0 2020-04-02 10:04:28 -07:00
Jonathan Ringer c38615cc8a python3Packages.google-music-proto 2020-04-02 10:04:28 -07:00
Jonathan Ringer 4c1789f5e4 python3Packages.audio-metadata: 0.6.0 -> 0.9.0 2020-04-02 10:04:28 -07:00
Jörg Thalheim d6d87e6d93
Merge pull request #84111 from Mic92/clipit
clipit: 1.4.2 -> 1.4.4
2020-04-02 18:03:45 +01:00
Florian Klink 26afabaca2
Merge pull request #83279 from flokli/bump-terraform-providers
bump terraform providers
2020-04-02 19:00:28 +02:00
Robin Gloster 5081a68a3a
Merge pull request #84112 from elseym/plex
plex: 1.18.9.2571 -> 1.18.9.2578
2020-04-02 16:39:18 +00:00
José Romildo Malaquias 59e5b3fe08 mate.mate-common: 1.24.0 -> 1.24.1 2020-04-02 16:35:51 +00:00
mehlon 1d2f6c7d25
hyperrogue: 11.2d -> 11.3f 2020-04-02 16:33:58 +00:00
Florian Klink 9f270c6491 terraform-providers: update 2020-04-02 18:33:40 +02:00
talyz b4d68d88c6 synergy: 1.11.0 -> 1.11.1 2020-04-02 16:31:22 +00:00
Lancelot SIX 19e3c65e13 mtools: 4.0.23 -> 4.0.24
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00010.html
for release information
2020-04-02 16:29:41 +00:00
Ying Kanyang (Harry Ying) 315155cfcb
libupnp: 1.8.4 -> 1.12.0 2020-04-02 16:27:38 +00:00
AndersonTorres 5897b9563f jwasm: 2017-11-12 -> 2.13 2020-04-02 16:24:38 +00:00
Tony Olagbaiye 810909de3e python3Packages.weechat-matrix: unstable-2020-01-21 -> 0.1.0 2020-04-02 16:18:12 +00:00
Vladyslav M 2437abea93 kanshi: 1.0.0 -> 1.1.0 2020-04-02 16:14:04 +00:00
R. RyanTM 8bdd561ccc dolt: 0.15.0 -> 0.15.2 2020-04-02 16:13:21 +00:00
Tristan Helmich (omniIT) 5cb04b4377 graylog: 3.2.2 -> 3.2.4 2020-04-02 16:12:15 +00:00
Jonathan Ringer 5c171862b6 git-lfs: 2.8.0 -> 2.10.0 2020-04-02 16:11:45 +00:00
zimbatm 3e5149a79a terraform-providers: fix the google and google-beta providers 2020-04-02 17:53:05 +02:00
Florian Klink 2e19bc7074 terraform-providers: refactor
Some terraform providers were moved to the `hashicorp` organization,
some are still in the `terraform-providers` organization.

GitHub doesn't show moved repositories when querying via the API (only
on the web interface). In addition, if there are more than 100 results
(there still are), we'd need to implement paging, which is cubersome in curl.

In addition to that, to look up tags, we used to creating a HTTP request
for each and every provider, which caused us to easily get blocked by
GitHubs rate-limiting.

Instead of all that, let's use `hub` (which implements paging) and the
GitHub's GraphQL endpoint to get a list all repositories for a given
organization AND the latest tag for each of them.

We post-process the output with `jq`.

This also removes the providers.txt and folds the data into the script.
The blacklist was becoming too annoying to handle as a config file.

For the whitelist, we still need to individually fetch tags.

Fixes #83215

Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2020-04-02 17:53:05 +02:00
Doron Behar 044dfab5a4 gthumb: add gst plugins for video playback 2020-04-02 17:40:30 +02:00
Jörg Thalheim d082988a62
Merge pull request #84108 from volth/patch-395
scallion: use openssl 1.0
2020-04-02 16:35:48 +01:00
Jörg Thalheim b4080f3eb5
clipit: 1.4.2 -> 1.4.4 2020-04-02 16:17:30 +01:00
Silvan Mosberger 49859351ea
Merge pull request #84103 from mmilata/moinmoin-b42
nixos/moinmoin: fix maintainer reference
2020-04-02 17:02:59 +02:00
elseym df55c2ef5f
plex: 1.18.9.2571 -> 1.18.9.2578 2020-04-02 16:31:49 +02:00
Tim Steinbach 5d9e9258de
vivaldi: 2.11.1811.49-1 -> 2.11.1811.51-1 2020-04-02 10:05:48 -04:00
Tim Steinbach 4fbd9e3ab8
linux: 5.6.1 -> 5.6.2 2020-04-02 10:03:15 -04:00
Tim Steinbach f2025f2d6d
linux: 5.5.14 -> 5.5.15 2020-04-02 10:03:07 -04:00
Tim Steinbach bf0b6ab809
linux: 5.4.29 -> 5.4.30 2020-04-02 10:02:52 -04:00
Tim Steinbach d47ba3e4b5
linux: 4.19.113 -> 4.19.114 2020-04-02 10:02:40 -04:00
volth 8195e7eb93
scallion: use openssl 1.0
it does not work with openssl 1.1 (upstream issue https://github.com/lachesis/scallion/issues/113)
2020-04-02 13:56:08 +00:00
Jörg Thalheim c40f90428a
mosh: enable parallel building 2020-04-02 14:50:00 +01:00
Ryan Mulligan 23dfabd484
Merge pull request #83966 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.09 -> 1.15
2020-04-02 06:48:35 -07:00
Ryan Mulligan 09190b9c16
Merge pull request #84029 from r-ryantm/auto-update/topgrade
topgrade: 4.2.0 -> 4.3.1
2020-04-02 06:47:36 -07:00
Mario Rodas aa8bd52698
Merge pull request #82558 from tilpner/ncspot-mpris
ncspot: enable MPRIS by default
2020-04-02 08:43:35 -05:00
Mario Rodas 0b68f2ef09
Merge pull request #84066 from marsam/update-pdfminer
python3Packages.pdfminer: 20191020 -> 20200402
2020-04-02 08:26:40 -05:00
Jörg Thalheim 46d919f578
Merge pull request #83503 from sternenseemann/apostrophe
uberwriter: renamed to apostrophe
2020-04-02 14:23:49 +01:00
Ivar 318f05f776 xp-pen-g430: init at 20190820 2020-04-02 14:51:43 +02:00
Jörg Thalheim 5fb2a9d8c7
Merge pull request #79828 from Mic92/zed
nixos/zfs: populate PATH with needed programs for zed
2020-04-02 13:42:01 +01:00
Jörg Thalheim 212b574d89
Merge pull request #81298 from Mic92/buildkite
nixos/buildkite-agents: don't run as nogroup
2020-04-02 13:39:34 +01:00
Jörg Thalheim 5b806fe569
Merge pull request #78609 from fishi0x01/fishi0x01/onesixtyone
onesixtyone: init at unstable-2019-12-26
2020-04-02 13:38:23 +01:00
Bruno Bigras 544821654d
nixos/pixiecore: init (#83406)
Co-authored-by: raunovv <rauno@oyenetwork.com>
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2020-04-02 13:06:21 +01:00
Mario Rodas be8514864d
Merge pull request #84030 from r-ryantm/auto-update/tpm2-pkcs11
tpm2-pkcs11: 1.1.0 -> 1.2.0
2020-04-02 06:51:56 -05:00
Seebi d343d703c8
rgp: init at 1.7.0.29 (#79343)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-02 12:49:36 +01:00
Martin Milata f35d65850e nixos/moinmoin: fix maintainer reference 2020-04-02 13:49:28 +02:00