Commit Graph

195703 Commits

Author SHA1 Message Date
José Romildo Malaquias
8f9daf0e7b
Merge pull request #84166 from danieldk/softmaker-office-976
softmaker-office: 974 -> 976
2020-04-03 10:05:20 -03:00
Mario Rodas
e5c506af8c
Merge pull request #81622 from marsam/update-gotop
gotop: 3.0.0 -> 3.4.5
2020-04-03 07:35:41 -05:00
José Romildo Malaquias
c4b4a14e39
Merge pull request #84165 from feijoas/flat-remix-icon-theme
flat-remix-icon-theme: 20191122 -> 20200116
2020-04-03 09:29:36 -03:00
Jörg Thalheim
e1a880fca9
Merge pull request #84119 from i077/todoist-electron/1.20
todoist-electron: 1.19 -> 1.20
2020-04-03 12:56:48 +01:00
Matthias Beyer
fb818c536a pulseeffects: 4.7.1 -> 4.7.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:59 +02:00
Matthias Beyer
4458697264 boost17x: boost171 -> boost172
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:40 +02:00
Matthias Beyer
c028978211 boost: init at 1.72.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:06 +02:00
Mario Rodas
2d2fc9a10a
Merge pull request #84168 from saschagrunert/conmon
conmon: 2.0.14 -> 2.0.15
2020-04-03 06:44:40 -05:00
Mario Rodas
05e5a15ef7
Merge pull request #84159 from marsam/update-skim
skim: 0.8.0 -> 0.8.1
2020-04-03 06:42:34 -05:00
gnxlxnxx
8e6a74e957 swaylock-effects: init at v1.6-0 2020-04-03 13:02:28 +02:00
Michael Weiss
9f3914824d
chromium: Ignore unknown warning options
This can e.g. save around 150k lines of unnecessary log messages which
take up around 66% of the total lines (based on a log of 80.0.3987.100):
29527 warning: unknown warning option '-Wno-bitwise-conditional-parentheses'; did you mean '-Wno-bitwise-op-parentheses'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-builtin-assume-aligned-alignment' [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-deprecated-copy'; did you mean '-Wno-deprecated'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
29527 warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
2020-04-03 12:40:46 +02:00
Maximilian Bosch
33157673f4
Merge pull request #84170 from zowoq/fzf
fzf: 0.21.0-1 -> 0.21.1
2020-04-03 11:46:00 +02:00
Oleksii Filonenko
6ee3f91071 emplace: 0.2.14 -> 0.2.15 2020-04-03 12:21:52 +03:00
Mario Rodas
09022cb32f
ocamlformat: 0.13.0 -> 0.14.0
Changelog: https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.14.0
2020-04-03 04:20:00 -05:00
Mario Rodas
5452d07ab7
pueue: 0.2.1 -> 0.3.0
Changelog: https://github.com/Nukesor/pueue/releases/tag/v0.3.0
2020-04-03 04:20:00 -05:00
Mario Rodas
2c5c285cc0
buildah: 1.14.5 -> 1.14.6
Changelog: https://github.com/containers/buildah/releases/tag/v1.14.6
2020-04-03 04:20:00 -05:00
Michael Weiss
cbd13f3c55
chromium: 80.0.3987.162 -> 80.0.3987.163
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop.html

Note: This update contains only two fixes [0]. The fix that reverts a
feature which caused a crash spike on 80.0.3987.162 [1] seems important
for us (though the commit doesn't provide any data on the crash spike).

[0]: https://chromium.googlesource.com/chromium/src/+log/80.0.3987.162..80.0.3987.163?pretty=fuller
[1]: fc11c43603
2020-04-03 11:17:54 +02:00
markuskowa
23b5b1fb84
Merge pull request #84100 from matthiasbeyer/update-fava
fava: 1.13 -> 1.14
2020-04-03 11:09:47 +02:00
Peter Hoeg
81bc738fc0
Merge pull request #83799 from cole-h/cantata
cantata: make qtmultimedia and vlc optional
2020-04-03 17:07:14 +08:00
Oleksii Filonenko
72fb30d5cc kondo: init at 0.3 2020-04-03 11:55:56 +03:00
Emery Hemingway
e1d2441468 gomuks: 2020-02-19 -> 2020-03-20
Add a .desktop file to the output.
2020-04-03 14:25:09 +05:30
zowoq
cc21aa99a4 fzf: 0.21.0-1 -> 0.21.1
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0211
2020-04-03 18:50:25 +10:00
tomberek
939976a929
parallel-full: init SQL and CSV support (#77619)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-03 09:49:28 +01:00
talyz
8924a7de3d
php: Make buildEnv recursive + take extension deps into account
A slight rewrite of buildEnv which:

1. Makes buildEnv recursively add itself to its output, so that it can
   be accessed from any php derivation.

2. Orders the extension text strings according to their internalDeps
   attribute - dependencies have to be put before dependants in the
   php.ini or they will fail to load due to missing symbols.
2020-04-03 10:11:15 +02:00
talyz
6c810c235d
phpPackages.exts: Run tests by default
The tests for many of the extensions run just fine, for some a small
portion fail. This runs the tests by default and disables the tests
extensions with any failing tests.
2020-04-03 10:11:14 +02:00
talyz
282337799b
php: Build an even slimmer base
This moves yet more extensions from the base build to
phpPackages.ext. Some of the extensions are a bit quirky and need
patching for this to work, most notably mysqlnd and opcache.

Two new parameters are introduced for mkExtension - internalDeps and
postPhpize. internalDeps is used to specify which other internal
extensions the current extension depends on, in order to provide them
at build time. postPhpize is for when patches and quirks need to be
applied after running phpize.

Patch notes:

- For opcache, older versions of PHP have a bug where header files are
  included in the wrong order.

- For mysqlnd, the config.h is never included, so we include it in the
  main header file, mysqlnd.h. Also, the configure script doesn't add
  the necessary library link flags, so we add them to the variable
  configure should have added them to.
2020-04-03 10:11:13 +02:00
Elis Hirwing
da8ca2be2f
phpPackages.exts.gmp: Enable on darwin 2020-04-03 10:11:12 +02:00
Elis Hirwing
a5f77d6ea2
php-unit: Drop the declaration of the php-unit attributes since they aren't used 2020-04-03 10:11:11 +02:00
Elis Hirwing
be7bf5a18d
php-embed: Drop the declaration of the php-embed attributes 2020-04-03 10:11:07 +02:00
Oleksii Filonenko
41bcc6ff99 caddy2: 2.0.0-beta10 -> 2.0.0-rc.1 2020-04-03 10:43:25 +03:00
Sascha Grunert
109362d803
conmon: 2.0.14 -> 2.0.15
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-03 09:27:56 +02:00
Daniël de Kok
cb5580e4c0 softmaker-office: 974 -> 976
This is a bugfix release:

https://www.softmaker.com/en/servicepacks-office-changelog
2020-04-03 09:15:58 +02:00
Michele Guerini Rocco
0bb17a4b19
Merge pull request #81223 from aaronjanse/init-papermc
papermc: init at 1.15.2r121
2020-04-03 09:15:36 +02:00
Daniël de Kok
5e839502c6 softmaker-office: fix desktop items
Fix desktop items to pass validation:

- Remove icon file extension.
- Remove categories that are not defined by the specification.
- Remove a duplicate MIME type in the PlanMaker desktop file
2020-04-03 09:14:16 +02:00
Markus Schneider
5dfb3c81a1 flat-remix-icon-theme: 20191122 -> 20200116 2020-04-03 08:59:10 +02:00
Aaron Janse
631fe89c59 papermc: init at 1.15.2r121 2020-04-02 21:33:04 -07:00
Echo Nolan
596dc1f2be minecraft: 2.1.11314 -> 2.1.13509 2020-04-02 17:15:05 -07:00
Jan Tojnar
1c8118caac
joypixels: 5.0.2 → 5.5.0 2020-04-03 01:41:10 +02:00
Mario Rodas
1fffcbc798
Merge pull request #83967 from r-ryantm/auto-update/fusee-interfacee-tk
fusee-interfacee-tk: 1.0.0 -> 1.0.1
2020-04-02 18:20:05 -05:00
Mario Rodas
7ae098e1dd
Merge pull request #83978 from r-ryantm/auto-update/imgproxy
imgproxy: 2.8.1 -> 2.11.0
2020-04-02 18:13:19 -05:00
Mario Rodas
c70d948c93
Merge pull request #83859 from zowoq/slirp4netns
slirp4netns: 0.4.4 -> 1.0.0
2020-04-02 18:09:48 -05:00
Silvan Mosberger
c06bcddaad
Merge pull request #83258 from mmilata/sympa-6.2.54
nixos/sympa: fix outgoing emails, update package version
2020-04-03 00:24:57 +02:00
Florian Klink
44c20fb83e
Merge pull request #84087 from Izorkin/mariadb-tokudb
mariadb: update build configuration.
2020-04-02 23:44:03 +02:00
José Romildo Malaquias
09ba8e5b5e theme-obsidian2: 2.10 -> 2.11 2020-04-02 18:33:59 -03:00
Robert Helgesson
bf486f784d
emacs: fix setup-hook
This change fixes byte compilation of, e.g., Helm without breaking
builds using, e.g., `trivialBuild`.

See https://github.com/NixOS/nixpkgs/pull/82604#issuecomment-607201755
2020-04-02 23:04:08 +02:00
Robin Gloster
fa0bd3f902
Merge pull request #84121 from Frostman/grafana-6.7.2
grafana: 6.7.1 -> 6.7.2
2020-04-02 20:05:45 +00:00
Milan
90354cd127
xonotic: split glx, sdl, dedicated, data (#83461)
This has many advantages:
- Each variant can be installed without pulling in the dependencies of the
  other variants, which makes it possible to build an SDL variant
  without X11 dependencies
- Hydra can now build binaries without downloading 1GB of data, so users
  do not have to build them on their own machines
- Users do not have to redownload 1GB of data after each dependency
  update

Includes the following fixes:
- Add dependency on libGL for GLX variant as it will fail in some
  environments otherwise
- Pass -j and -l to make to enable parallel building
- Quote homepage URI and use https
- Add a .desktop file and icons
2020-04-02 21:58:05 +02:00
Eelco Dolstra
6b46563e44
Merge pull request #84125 from edolstra/system-registry
nix-daemon.nix: Add option nix.registry
2020-04-02 21:44:47 +02:00
Léo Gaspard
947d81c8e6
Merge pull request #84118 from Ma27/bump-matrix-synapse
matrix-synapse: 1.12.0 -> 1.12.1
2020-04-02 21:13:04 +02:00
Sarah Brofeldt
ec21f70c4b ceph: 14.2.7 -> 14.2.8 2020-04-02 21:11:44 +02:00
Benjamin Hipple
ea8845487e
Merge pull request #83247 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.13.1 -> 0.13.2
2020-04-02 14:44:24 -04:00
Sarah Brofeldt
ba47be3e89
Merge pull request #83786 from stigtsp/package/litecli-1.3.2
litecli: 1.1.0 -> 1.3.2
2020-04-02 20:30:56 +02:00
Sarah Brofeldt
bb60186948
Merge pull request #83869 from davidtwco/computecpp-1.3.0
computecpp: 1.2.0 -> 1.3.0
2020-04-02 20:26:16 +02:00
Sarah Brofeldt
abcc2a092f
Merge pull request #83868 from davidtwco/wootility-3.4.6
wootility: 3.3.3 -> 3.4.6
2020-04-02 20:25:53 +02:00
Tim Steinbach
c36ec10158
linux: 4.9.217 -> 4.9.218 2020-04-02 14:03:09 -04:00
Tim Steinbach
e2df587f25
linux: 4.4.217 -> 4.4.218 2020-04-02 14:03:02 -04:00
Tim Steinbach
782db49b5a
linux: 4.14.174 -> 4.14.175 2020-04-02 14:02:48 -04:00
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
Dmitry Kalinkin
b6187aa596
libxml2,libxslt: fix pythonSupport=false override 2020-04-02 13:29:47 -04: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
Drew Risinger
beedfa5f27 pythonPackages.osqp: remove mkl
Also add scipy.
Cleanup commit slightly for formatting.
Removing mkl allows this to be built in Hydra (mkl = unfree),
and it seems the mkl dependency is somewhat optional given downstream
packages build cleanly when removing mkl.
2020-04-02 12:43:54 -04: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
Sergey Lukjanov
396392ca24 grafana: 6.7.1 -> 6.7.2 2020-04-02 09:15:37 -07: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
Drew Risinger
53b803ed95 pythonPackages.cvxpy: explicit numpy/scipy
Make numpy/scipy dependencies explicit, based on conda install
instructions for cvxpy.
Slight formatting fix.
2020-04-02 12:07:21 -04:00
Imran Hossain
65d1579faa todoist-electron: 1.19 -> 1.20 2020-04-02 12:06:35 -04: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
Gaelan Steele
9b540ccd6d minecraft-server: build against jre_headlessRemoves an unnecessary dependency on gtk, etc. 2020-04-02 08:51:30 -07:00
Maximilian Bosch
83c59cb9b6
matrix-synapse: 1.12.0 -> 1.12.1
https://github.com/matrix-org/synapse/releases/tag/v1.12.1
2020-04-02 17:49:25 +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
Izorkin
5abc729dd6 mariadb: fix deps build 2020-04-02 18:05:07 +03:00
Izorkin
24357432cd mariadb: add zstd compression 2020-04-02 18:05:06 +03:00
Izorkin
eafdfc8f51 mariadb: add option to build server without rocksdb storage 2020-04-02 18:05:06 +03:00
Izorkin
0296e678cf mariadb: add option to build server without tokudb storage 2020-04-02 18:05:04 +03: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
5b806fe569
Merge pull request #78609 from fishi0x01/fishi0x01/onesixtyone
onesixtyone: init at unstable-2019-12-26
2020-04-02 13:38:23 +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
Timo Kaufmann
addac63b84
Merge pull request #84095 from timokau/calibre-unbreak-desktop
calibre: fix build of desktop items
2020-04-02 11:35:49 +00:00
Matthias Beyer
79744be8da fava: 1.13 -> 1.14
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-02 13:35:30 +02:00
Matthias Beyer
2bac62079e mwic: 0.7.7 -> 0.7.8 2020-04-02 13:31:49 +02:00
Stig Palmquist
9531fbaf09
rkdeveloptool: 1.3 -> unstable-2019-07-01
Bumped to upstream commit 6e92ebcf8b1812da02663494a68972f956e490d3
2020-04-02 13:31:30 +02:00
Aaron Andersen
f71c9e8fe3
Merge pull request #83760 from Kiwi/matomo-3.13.4
matomo: 3.13.3 -> 3.13.4
2020-04-02 07:24:16 -04:00
Michael Raskin
c7432425ae
Merge pull request #84033 from utsl42/fpc-upgrade
fpc: 3.0.0 -> 3.0.4; lazarus: 1.8.4 -> 2.0.6
2020-04-02 11:11:42 +00:00
Michael Weiss
36c7123709
chromiumDev: Remove a patch that is already applied
This fixes the patch phase.
I missed this problem in #83956.
2020-04-02 13:01:39 +02:00
Thomas Tuegel
20937a2202
Merge pull request #83152 from s9gf4ult/master
qxmledit: init at 0.9.15
2020-04-02 05:48:06 -05:00
Michael Weiss
7116a88d26
Merge pull request #83956 from primeos/chromium
chromium: 80.0.3987.149 -> 80.0.3987.162
2020-04-02 12:32:10 +02:00
markuskowa
4445af54f7
Merge pull request #83993 from r-ryantm/auto-update/moosefs
moosefs: 3.0.110 -> 3.0.112
2020-04-02 12:09:20 +02:00
Timo Kaufmann
3f76ce2011 calibre: fix build of desktop items
Broken by https://github.com/NixOS/nixpkgs/pull/75729 since the desktop
items are only valid after post-processing. There's probably multiple
better ways to do this, but I'm not a calibre maintainer and I just want
to get this unbroken as quickly as possible.
2020-04-02 11:52:39 +02:00
Jörg Thalheim
66a3426c31
Merge pull request #84089 from ehmry/yggdrasil
yggdrasil: 0.3.13 -> 0.3.14
2020-04-02 10:50:01 +01:00
Jonathan Ringer
931f3a7b81 git-town: 7.2.0 -> 7.3.0 2020-04-02 09:21:04 +00:00
Peter Hoeg
0cef04976f wp-cli: 2.2.0 -> 2.4.0 2020-04-02 09:20:01 +00:00
Mario Rodas
37dfac7bd8
pythonPackages.grpcio-tools: 1.27.1 -> 1.28.1 2020-04-02 04:20:00 -05:00
Mario Rodas
96658e95d1
lxd: 3.23 -> 4.0.0 2020-04-02 04:20:00 -05:00
Mario Rodas
bb3d5bc250
skim: 0.8.0 -> 0.8.1 2020-04-02 04:20:00 -05:00
Mario Rodas
ad871d23f6
grpc: 1.27.1 -> 1.28.1
Changelog:
- https://github.com/grpc/grpc/releases/tag/v1.28.0
- https://github.com/grpc/grpc/releases/tag/v1.28.1
2020-04-02 04:20:00 -05:00
Jörg Thalheim
3a4f0fa4ec
home-assistant: add mic92 as maintainer 2020-04-02 09:50:12 +01:00
Jörg Thalheim
cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
Emery Hemingway
b31d676f6a yggdrasil: 0.3.13 -> 0.3.14 2020-04-02 14:13:36 +05:30
Alyssa Ross
5c0f1eb426 squashfs-tools-ng: 0.8 -> 0.9
Like all supported formats (I think), LZO is optional.  I don't see
any reason to bother with options for now, so I've just enabled it.  Plus,
there's a bug in this release that makes compilation fail if LZO is
disabled due to a missing include.  I've sent a fix[1] for that
upstream.

[1]: https://github.com/AgentD/squashfs-tools-ng/pull/41
2020-04-02 08:19:05 +00:00
Jan Tojnar
ac46ffbcfc
hackrf: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.

Also move cmake to nativeBuildInputs.
2020-04-02 08:14:13 +02:00
Jan Tojnar
f613cea0f7
airspy: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:59:05 +02:00
Jan Tojnar
1e371763f9
acsccid: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:55:45 +02:00
Jan Tojnar
b036be7c81
xow: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:54:14 +02:00
Bruno Bigras
6d6f5d1692 zenith: init at 0.8.0 2020-04-02 01:38:10 -04:00
Jan Tojnar
6a99952795
gpgme: Fix tests with gnupg > 2.2.19 2020-04-02 06:35:36 +02:00
Jaka Hudoklin
783da8ca51
Merge pull request #83853 from xtruder/pkgs/xpra/fixes_xorg_conf
xpra: fixes for xorg.conf and use xf86videodummy from xorg
2020-04-02 03:39:09 +00:00
Mario Rodas
820cc39ad4
Merge pull request #83371 from Frostman/prom-2.17.0
prometheus: 2.16.0 -> 2.17.1
2020-04-01 22:15:38 -05:00
Amit Aryeh Levy
1586f2851e zulip: 4.0.0 -> 5.0.0
Zulip 5.0 fixes multiple security issues. See:
https://blog.zulip.org/2020/04/01/zulip-desktop-5-0-0-security-release/
2020-04-01 22:35:57 -04:00
R. RyanTM
700ce1fd81 sequeler: 0.7.3 -> 0.7.4 2020-04-01 19:33:07 -07:00
R. RyanTM
9fa951a20a texworks: 0.6.4 -> 0.6.5 2020-04-01 19:32:43 -07:00
Mario Rodas
74cee86d58
Merge pull request #83982 from r-ryantm/auto-update/k9s
k9s: 0.17.7 -> 0.18.1
2020-04-01 21:04:33 -05:00
R. RyanTM
1b6d715bdc samurai: 1.0 -> 1.1 2020-04-01 18:58:42 -07:00
Dmitry Kalinkin
99a236b477
Merge pull request #83914 from cgevans/gwyddion-darwin
gwyddion: support darwin
2020-04-01 21:44:21 -04:00
AndersonTorres
a4e96ca322 lilyterm: 2017-01-06 -> 2019-07-25
faf1254f46049edfb1fd6e9191e78b1b23b9c51d
  Fix a segfault bug for vte-0.54
2020-04-02 03:35:14 +02:00
Mario Rodas
728f4b2a92
Merge pull request #83992 from r-ryantm/auto-update/mod
mod: 0.2.2 -> 0.3.0
2020-04-01 20:25:46 -05:00
Mario Rodas
a42fbd6210
Merge pull request #84016 from r-ryantm/auto-update/saml2aws
saml2aws: 2.24.0 -> 2.25.0
2020-04-01 20:18:37 -05:00
R. RyanTM
d32b77f5e4 python37Packages.chalice: 1.12.0 -> 1.13.0 2020-04-01 18:14:56 -07:00
Mario Rodas
cade2fba96
Merge pull request #84024 from r-ryantm/auto-update/terracognita
terracognita: 0.3.0 -> 0.4.0
2020-04-01 20:03:22 -05:00
Mario Rodas
6148618bf9
Merge pull request #83935 from r-ryantm/auto-update/amass
amass: 3.5.1 -> 3.5.4
2020-04-01 20:02:59 -05:00
Jonathan Ringer
f5617ff294 pythonPackages.pytest-pylint: disable for python2 2020-04-01 17:59:07 -07:00
R. RyanTM
6d6dc97c60 python37Packages.pytest-pylint: 0.14.1 -> 0.15.1 2020-04-01 17:59:07 -07:00
Ryan Mulligan
82773f457c
Merge pull request #84006 from r-ryantm/auto-update/pfetch
pfetch: 0.5.0 -> 0.6.0
2020-04-01 17:57:20 -07:00
Constantine Glen Evans
45c9ad32fd
libunique: add darwin
libunique builds, and dependencies appear to build and run correctly,
in OS X.
2020-04-01 17:50:59 -07:00
Constantine Glen Evans
cacbbe92bf
gwyddion: add darwin support
Gwyddion will build on Darwin, but gnome2.gtkglext is broken there,
and so I am disabling it as an optional dependency here when building
on Darwin.
2020-04-01 17:50:36 -07:00
R. RyanTM
54e45fcf18 python37Packages.moderngl-window: 1.2.0 -> 2.1.0 2020-04-01 17:43:35 -07:00
R. RyanTM
8234f4ab49 aws-adfs: 1.21.2 -> 1.24.3 2020-04-01 17:22:10 -07:00
Ryan Mulligan
5c78b12927
Merge pull request #84003 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.6 -> 1.0.8
2020-04-01 17:20:36 -07:00
Ryan Mulligan
68510aac1e
Merge pull request #84007 from r-ryantm/auto-update/picard-tools
picard-tools: 2.22.0 -> 2.22.2
2020-04-01 17:19:45 -07:00
R. RyanTM
0750bc3628 python37Packages.hg-evolve: 9.2.2 -> 9.3.0 2020-04-01 17:18:51 -07:00
Ben Darwin
2d50f3e27e python3Packages.spyder: unbreak package
- by removed removed "Editor" category from categories arg to
  makeDesktopItem
2020-04-01 17:16:05 -07:00
R. RyanTM
53b318564e randoop: 4.2.2 -> 4.2.3 2020-04-01 17:14:33 -07:00
R. RyanTM
ca242d60b5 qbec: 0.10.5 -> 0.11.0 2020-04-01 17:14:06 -07:00
R. RyanTM
1698c222ce pt2-clone: 1.06 -> 1.07 2020-04-01 17:12:31 -07:00
R. RyanTM
e133b5f8f4 python37Packages.django-multiselectfield: 0.1.11 -> 0.1.12 2020-04-01 17:08:54 -07:00
R. RyanTM
4fb8e55e0b python37Packages.cliff: 2.17.0 -> 3.1.0 2020-04-01 17:06:16 -07:00
Jonathan Ringer
7d6e15b9db python3Packages.dash: 1.9.1 -> 1.10.1 2020-04-01 17:05:48 -07:00
Jonathan Ringer
54dd44d9c6 python3Packages.dash-table: 4.6.1 -> 4.6.2 2020-04-01 17:05:48 -07:00
Jonathan Ringer
96852b405e python3Packages.dash-renderer: 1.2.4 -> 1.3.0 2020-04-01 17:05:48 -07:00
Jonathan Ringer
d39ad7a5f9 python3Packages.dash-html-components: 1.0.2 -> 1.0.3 2020-04-01 17:05:48 -07:00
R. RyanTM
3ae13a9aa6 python37Packages.dash-core-components: 1.8.1 -> 1.9.0 2020-04-01 17:05:48 -07:00
R. RyanTM
5b8e21861a xmrig: 5.7.0 -> 5.10.0 2020-04-01 16:56:17 -07:00
zowoq
26a6d89cab gitAndTools.gh: 0.6.3 -> 0.6.4
https://github.com/cli/cli/releases/tag/v0.6.4
2020-04-01 16:55:03 -07:00
R. RyanTM
a159ec6dcc x11docker: 6.6.0 -> 6.6.1 2020-04-01 16:55:00 -07:00
zowoq
c7b62bde04 kepubify: 3.1.1 -> 3.1.2
https://github.com/geek1011/kepubify/releases/tag/v3.1.2
2020-04-01 16:54:47 -07:00
Ben Wolsieffer
9574d98a4a opentx: 2.3.5 -> 2.3.7 2020-04-01 16:53:32 -07:00
R. RyanTM
5d2a778c91 python37Packages.django-mailman3: 1.3.1 -> 1.3.2 2020-04-01 16:52:42 -07:00
R. RyanTM
88a4b68985 python37Packages.vowpalwabbit: 8.8.0 -> 8.8.1 2020-04-01 16:51:08 -07:00
R. RyanTM
d5526f0d98 sbt: 1.3.8 -> 1.3.9 2020-04-01 16:48:07 -07:00
R. RyanTM
d26cc95018 tiledb: 1.7.6 -> 1.7.7 2020-04-01 16:47:37 -07:00
R. RyanTM
52fd099b53 sickgear: 0.21.17 -> 0.21.22 2020-04-01 16:47:06 -07:00
R. RyanTM
8f0226ffa2 simplenote: 1.15.0 -> 1.15.1 2020-04-01 16:46:39 -07:00
R. RyanTM
dacc35ec5f tessera: 0.10.2 -> 0.10.4 2020-04-01 16:46:03 -07:00
R. RyanTM
aa686b740c signal-cli: 0.6.5 -> 0.6.6 2020-04-01 16:45:46 -07:00
R. RyanTM
a6ecdd7bab python37Packages.HTSeq: 0.11.2 -> 0.11.4 2020-04-01 16:43:32 -07:00
R. RyanTM
d42b7f6e7d python37Packages.sly: 0.3 -> 0.4 2020-04-01 16:42:49 -07:00
R. RyanTM
df003491d7 python37Packages.jsonrpc-websocket: 1.0.2 -> 1.1.0 2020-04-01 16:42:24 -07:00
Ryan Mulligan
b0a65d5953
Merge pull request #83981 from r-ryantm/auto-update/janet
janet: 1.7.0 -> 1.8.1
2020-04-01 15:25:53 -07:00
R. RyanTM
20eaf064fc
nethogs: 0.8.5 -> 0.8.6 2020-04-01 23:44:00 +02:00
Lancelot SIX
f7ccd35422
Merge pull request #84035 from r-ryantm/auto-update/wtf
wtf: 0.27.0 -> 0.28.0
2020-04-01 23:30:50 +02:00
Maximilian Bosch
38f4e7c6ea
gitea: 1.11.3 -> 1.11.4
https://github.com/go-gitea/gitea/releases/tag/v1.11.4
2020-04-01 23:22:50 +02:00
R. RyanTM
ed2497199d wtf: 0.27.0 -> 0.28.0 2020-04-01 21:09:43 +00:00
Ryan Mulligan
6201077d8b
Merge pull request #83983 from r-ryantm/auto-update/khronos
khronos: 1.0.6 -> 1.0.8
2020-04-01 14:02:31 -07:00
Maximilian Bosch
b503b2c75f
linuxPackages.wireguard: 0.0.20200318 -> 1.0.20200401
https://lists.zx2c4.com/pipermail/wireguard/2020-April/005237.html

Resolves #84009
2020-04-01 22:42:15 +02:00
Nathan Hawkins
af38a72dc4 fpc: 3.0.0 -> 3.0.4; lazarus: 1.8.4 -> 2.0.6 2020-04-01 20:39:28 +00:00
John Ericson
a5480d09dd
Merge pull request #84028 from obsidiansystems/consistent-bazel-ref
bazel-*: Consistently self reference
2020-04-01 16:33:20 -04:00
R. RyanTM
1f6368792d tpm2-pkcs11: 1.1.0 -> 1.2.0 2020-04-01 20:31:53 +00:00
R. RyanTM
d4a26db066 topgrade: 4.2.0 -> 4.3.1 2020-04-01 20:28:35 +00:00
Dmitry Kalinkin
b31f8d9b05
Merge pull request #82815 from veprbl/pr/gnuplot_qt_darwin_fix
gnuplot_qt: fix on darwin
2020-04-01 16:25:38 -04:00
John Ericson
6bf6ec8a96 Merge remote-tracking branch 'upstream/master' into consistent-bazel-ref 2020-04-01 16:16:30 -04:00
John Ericson
6f94f8fd3f bazel-*: Consistently self reference
Using `bazel_self` for self-references makes managing bazel versions
easier: their less risk of changing defaults or copy pasted code for no
versions leading to incorrect self-references.
2020-04-01 16:16:26 -04:00
Matthew Bauer
efae68aa49
Merge pull request #83906 from nh2/krb5-1.18-fix-musl-build
krb5: Add patches to fix build with musl on 1.18
2020-04-01 15:08:08 -05:00
R. RyanTM
7ce6949f65 terracognita: 0.3.0 -> 0.4.0 2020-04-01 19:59:53 +00:00
Jaakko Luttinen
094f7ddd5a pythonPackages.salmon-mail: 3.1.1 -> 3.2.0 2020-04-01 12:34:11 -07:00
Timo Kaufmann
3abce7b376
Merge pull request #83788 from ryneeverett/vim-plugins-update-commit
vimPlugins: Automate git commits when updating.
2020-04-01 19:29:27 +00:00
Benjamin Hipple
755b936985
Merge pull request #84011 from r-ryantm/auto-update/pyradio
pyradio: 0.8.7.1 -> 0.8.7.2
2020-04-01 15:16:32 -04:00
R. RyanTM
6a07829e14 saml2aws: 2.24.0 -> 2.25.0 2020-04-01 18:45:25 +00:00
Alexander Bakker
79e768eeb4 zenpower: 0.1.5 -> 0.1.10 2020-04-01 18:28:43 +00:00
Alexey Uimanov
354508b0c5
Update pkgs/applications/editors/qxmledit/default.nix
Co-Authored-By: Thomas Tuegel <ttuegel@mailbox.org>
2020-04-01 23:07:57 +05:00
R. RyanTM
7c4913be41 pyradio: 0.8.7.1 -> 0.8.7.2 2020-04-01 18:05:07 +00:00
adisbladis
99b1188ee1
Merge pull request #83990 from r-ryantm/auto-update/minio
minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z
2020-04-01 20:02:42 +02:00
Daiderd Jordan
c77af3740b
Merge pull request #83873 from bachp/plex-1.18.9.2571
plex: 1.18.8.2527 -> 1.18.9.2571
2020-04-01 19:31:31 +02:00
R. RyanTM
92c8881358 picard-tools: 2.22.0 -> 2.22.2 2020-04-01 17:29:55 +00:00
Sergey Lukjanov
f5f98920f7 prometheus: 2.16.0 -> 2.17.1 2020-04-01 10:28:56 -07:00
R. RyanTM
5c462a9c29 pfetch: 0.5.0 -> 0.6.0 2020-04-01 17:26:39 +00:00
ryneeverett
0a2759483a vimPlugins: update auto-commiting based on review
- Use git.Repo(ROOT, search_parent_directories=True) to find nixpkgs
repo.
- Don't commit overrides.nix.
- Remove "-a" short argument.
- Remove "--commit" flag and commit by default.
- Improve help/error messages.
- Favor closure pattern over classes.Use a closure to wrap the update
function with state rather than a callable class.
- break NixpkgsRepo class into functions
- Optional None-type arguments
- Remove repo checks from update.py. Git is too flexible and permits too
many workflows for my attempt to replace documentation with code to work.
My goal would be to separate the `--add` functionality from the update
functionality in the near term and then there will be no reason for this
usage to create commits anyway.
2020-04-01 17:19:01 +00:00
R. RyanTM
8ce84989d9 bitcoin-abc: 0.21.1 -> 0.21.3 2020-04-01 19:17:26 +02:00
Drew Risinger
543382d83c pythonPackages.qiskit-ignis: init at 0.2.0
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-01 09:49:29 -07:00
R. RyanTM
bae440bb57 openxr-loader: 1.0.6 -> 1.0.8 2020-04-01 16:47:39 +00:00
Thomas Tuegel
6572d7bc52
Merge pull request #83897 from edolstra/kde-apps-19.12.3
kdeApplications: 19.12.1 -> 19.12.3
2020-04-01 10:54:15 -05:00
Bas van Dijk
d44a752b91
Merge pull request #83350 from DieGoldeneEnte/llvm10
llvmPackages_10: rc5 -> release
2020-04-01 17:35:05 +02:00
R. RyanTM
c6fa98f8ad moosefs: 3.0.110 -> 3.0.112 2020-04-01 15:32:05 +00:00
Vincent Laporte
34db9b5ee3 ocamlPackages.phylogenetics: 2019-11-15 → 2020-01-05 2020-04-01 17:29:30 +02:00
Vincent Laporte
206cf8a341 ocamlPackages.gnuplot: 0.5.3 → 0.7 2020-04-01 17:29:30 +02:00
Vincent Laporte
8e686bacc4 ocamlPackages.ocaml-r: init at 0.2.0 2020-04-01 17:29:30 +02:00
Jörg Thalheim
5853515f6c
Merge pull request #83932 from jluttine/kdenlive-fix-dep-paths
kdenlive: set run-time dep paths (fix #83885)
2020-04-01 16:28:17 +01:00
Ryan Mulligan
63f8e22dd8
Merge pull request #83976 from r-ryantm/auto-update/helmfile
helmfile: 0.102.0 -> 0.106.3
2020-04-01 08:26:36 -07:00
R. RyanTM
4f933be5a3 mod: 0.2.2 -> 0.3.0 2020-04-01 15:25:28 +00:00
R. RyanTM
d6b23cb118 minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z 2020-04-01 15:13:11 +00:00
Maximilian Bosch
d7c0018c79
riot-desktop: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Maximilian Bosch
04a6f80ff4
riot-web: 1.5.14 -> 1.5.15
https://github.com/vector-im/riot-web/releases/tag/v1.5.15
2020-04-01 16:53:46 +02:00
Armin1402
e10b507ec0 nexus: 3.20.1-01 -> 3.22.0-02 2020-04-01 16:51:27 +02:00
Tim Steinbach
be792c92ec
jenkins: 2.204.5 -> 2.222.1 2020-04-01 10:46:07 -04:00
Tim Steinbach
ef3f3f2728
linux_latest-libre: 17387 -> 17402 2020-04-01 10:46:07 -04:00
Tim Steinbach
902ebcdd44
linux: 5.5.13 -> 5.5.14 2020-04-01 10:46:06 -04:00
Tim Steinbach
7bae57f249
linux: 5.4.28 -> 5.4.29 2020-04-01 10:46:06 -04:00
Tim Steinbach
7f56fdd997
linux: Init 5.6.1
Change linux_latest to 5.6
2020-04-01 10:46:02 -04:00
Christine Dodrill
09b47478f8
development/libraries/libdap: fix hash
(cherry picked from commit aa61e722b041ce60dd71f9e6f3f5a474db9f7211)
2020-04-01 16:36:28 +02:00
Marek Mahut
e1f741937c
Merge pull request #83957 from mmahut/trezor0120
python3Packages.trezor: 0.11.6 -> 0.12.0
2020-04-01 16:34:04 +02:00
ryneeverett
1c0f0de46c vimPlugins: normalize deprecation names
Parsing plugin lines in multiple places is hazardous and already manifested a
bug!
2020-04-01 14:30:46 +00:00
ryneeverett
1f32eb7987 vimPlugins: remove repetition from update.main
Adding some abstraction makes main() more readable which is important
since it's the main control flow of the script.
2020-04-01 14:30:39 +00:00
ryneeverett
f1ae95f6d3 vimPlugins: update.py --add <plugin> argument
- update.py's new --add argument replaces manual editing of
vim-plugin-names for basic use cases.
2020-04-01 14:30:39 +00:00
ryneeverett
042c3dc356 vimPlugins: automatically commit redirect updates
- When redirections are detected, rather than printing instructions,
update.py now creates two commits -- one with the plugin updates and
another with redirected plugin names updated to their new repos.
- Added a --allow-dirty flag so that one can run ./update.py --commit
with a dirty nixpkgs repository, which is necessary for development.
I wouldn't mind removing this before merging if it's not in our flag
budget but it's necessary scaffolding for now.
2020-04-01 14:30:33 +00:00
ryneeverett
df0db17740 vimPlugins: automatically commit update 2020-04-01 14:30:23 +00:00
R. RyanTM
aa29fa3349 khronos: 1.0.6 -> 1.0.8 2020-04-01 13:47:47 +00:00
Alyssa Ross
139a15ea58 minijail: build and install constants.json
This is a syscall table used for compiling Minijail policy files to
BPF.  The compiler is available in the minijail-tools package.  The
file is generated by compiling and running a small program named
dump_constants.

When cross-compiling, we have to get the syscall table for the host
platform.  To do this, dump_constants is run under QEMU user emulation
for the appropriate platform.  Google takes the same approach in their
minijail packages for ChromiumOS[1].

[1]: 729bd4269a/chromeos-base/minijail/minijail-9999.ebuild (49)
2020-04-01 13:44:28 +00:00
Alyssa Ross
2ed758481c minijail-tools: init at 14
This is built from the same source as minijail, but is for all intents
and purposes a seperate package.  It builds different things, with no
overlap, and is under a different license.
2020-04-01 13:44:28 +00:00
Alyssa Ross
9225d95bdd minijail: android-10.0.0_r9 -> 14
Switched from the android-* tags to the linux-* ones, because Upstream
says "Releases are tagged as `linux-vXX`".
2020-04-01 13:44:28 +00:00
Alyssa Ross
75922aa1e1 minijail: add myself as a maintainer 2020-04-01 13:44:28 +00:00
Konrad Borowski
e69e48a1e4 lib.licenses: Add Unicode License Agreement for Data Files and Software 2020-04-01 13:43:41 +00:00
R. RyanTM
e1aa19654c
k9s: 0.17.7 -> 0.18.1 2020-04-01 13:41:04 +00:00
Mario Rodas
4528173318
Merge pull request #83948 from sikmir/gpxsee
gpxsee: 7.25 -> 7.27
2020-04-01 08:31:56 -05:00
Mario Rodas
f6d5e343ad
Merge pull request #83944 from r-ryantm/auto-update/cargo-expand
cargo-expand: 0.4.18 -> 0.4.19
2020-04-01 08:31:06 -05:00
Mario Rodas
c8fb6b51a2
Merge pull request #83942 from r-ryantm/auto-update/broot
broot: 0.13.4 -> 0.13.5b
2020-04-01 08:30:31 -05:00
Mario Rodas
0b09ea6aed
Merge pull request #83968 from r-ryantm/auto-update/fwup
fwup: 1.5.1 -> 1.5.2
2020-04-01 08:30:06 -05:00
Mario Rodas
54c25aabca
Merge pull request #83964 from r-ryantm/auto-update/fly
fly: 5.8.0 -> 6.0.0
2020-04-01 08:29:12 -05:00
Mario Rodas
ff174bf0f5
Merge pull request #83952 from r-ryantm/auto-update/compcert
compcert: 3.6 -> 3.7
2020-04-01 08:27:02 -05:00
R. RyanTM
86aa3630a7 janet: 1.7.0 -> 1.8.1 2020-04-01 13:24:36 +00:00
Mario Rodas
4e02ae60f5
Merge pull request #83965 from r-ryantm/auto-update/flyctl
flyctl: 0.0.102 -> 0.0.110
2020-04-01 08:24:25 -05:00
Mario Rodas
3f85d8c912
Merge pull request #83860 from filalex77/sozu-0.11.46
sozu: init at 0.11.46
2020-04-01 08:22:28 -05:00
Mario Rodas
9644e10968
Merge pull request #83621 from cgevans/fix-mullvad-appindicator2
mullvad-vpn: add libappindicator dependency and fix mullvad-problem-report link
2020-04-01 08:16:51 -05:00
Mario Rodas
dd1068f840
Merge pull request #80721 from emacsomancer/mullvad2020.3
mullvad-vpn: 2020.2 -> 2020.3
2020-04-01 08:16:34 -05:00
Mario Rodas
595c7ea063
Merge pull request #83962 from r-ryantm/auto-update/emplace
emplace: 0.2.12 -> 0.2.14
2020-04-01 08:13:26 -05:00
Mario Rodas
c970178cc3
Merge pull request #83946 from r-ryantm/auto-update/checkstyle
checkstyle: 8.30 -> 8.31
2020-04-01 08:12:57 -05:00
R. RyanTM
11caa9bff0 imgproxy: 2.8.1 -> 2.11.0 2020-04-01 13:11:26 +00:00
Mario Rodas
c0149fd27e
Merge pull request #83958 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.23.7 -> 0.24.0
2020-04-01 08:11:25 -05:00
Mario Rodas
46c779d0a5
Merge pull request #83950 from r-ryantm/auto-update/cloudflare-wrangler
cloudflare-wrangler: 1.8.1 -> 1.8.4
2020-04-01 08:10:42 -05:00
Mario Rodas
1778390842
Merge pull request #83954 from r-ryantm/auto-update/coredns
coredns: 1.6.7 -> 1.6.9
2020-04-01 08:09:44 -05:00
Mario Rodas
92c97abba3
Merge pull request #83953 from r-ryantm/auto-update/conftest
conftest: 0.18.0 -> 0.18.1
2020-04-01 08:02:41 -05:00
Mario Rodas
5f1a7f8666
Merge pull request #83947 from r-ryantm/auto-update/chezmoi
chezmoi: 1.7.16 -> 1.7.18
2020-04-01 07:57:58 -05:00
R. RyanTM
596473df4a helmfile: 0.102.0 -> 0.106.3 2020-04-01 12:52:51 +00:00
Michael Weiss
606baf03ba
tdesktop: 1.9.21 -> 2.0.1 (#83790)
* tdesktop: 1.9.21 -> 2.0.0
* tdesktop: 2.0.0 -> 2.0.1
2020-04-01 14:52:34 +02:00
adisbladis
98377a7405
Merge pull request #83972 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.9.11 -> 1.9.12
2020-04-01 14:42:44 +02:00
R. RyanTM
ef8a221254 go-ethereum: 1.9.11 -> 1.9.12 2020-04-01 12:23:19 +00:00
Mario Rodas
3ab49aac64 ruby: remove ruby_2_4 patchset 2020-04-01 12:22:14 +00:00
Mario Rodas
a7f1e9f1ef ruby_2_7: 2.7.0 -> 2.7.1
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-7-1-released/
2020-04-01 12:22:14 +00:00
Mario Rodas
b312ecf34e ruby_2_6: 2.6.5 -> 2.6.6
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/
2020-04-01 12:22:14 +00:00
Mario Rodas
99b09d6b8f ruby_2_5: 2.5.7 -> 2.5.8
Changelog: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-5-8-released/
2020-04-01 12:22:14 +00:00
Mario Rodas
dd24a2f2a0 ruby: update RVM patchsets 2020-04-01 12:22:14 +00:00
Jörg Thalheim
4e3958fff8
Merge pull request #83949 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200305T151710 -> 20200314T202821
2020-04-01 13:22:03 +01:00
Jörg Thalheim
deb5e89c33
clojure-lsp: add smoke test 2020-04-01 13:18:07 +01:00
Timo Kaufmann
bd12256228
Merge pull request #83588 from evenbrenden/vim-pico8-syntax
vimPlugins.vim-pico8-syntax: init at 2016-10-30
2020-04-01 12:13:10 +00:00
Jörg Thalheim
f615df5c6e
clojure-lsp: fix java shebang 2020-04-01 13:09:51 +01:00
R. RyanTM
1fc60492a0 fwup: 1.5.1 -> 1.5.2 2020-04-01 12:04:49 +00:00
R. RyanTM
8d4341343a fusee-interfacee-tk: 1.0.0 -> 1.0.1 2020-04-01 12:01:04 +00:00
R. RyanTM
d0f60bacb1 ft2-clone: 1.09 -> 1.15 2020-04-01 11:58:27 +00:00
R. RyanTM
3b37ff146e flyctl: 0.0.102 -> 0.0.110 2020-04-01 11:49:03 +00:00
R. RyanTM
6da44bf95e fly: 5.8.0 -> 6.0.0 2020-04-01 11:45:42 +00:00
R. RyanTM
59df624398 emplace: 0.2.12 -> 0.2.14 2020-04-01 11:28:34 +00:00
zimbatm
4ebd229369
google-compute-engine-oslogin: fix bash reference
This is the bash that is being called when logging into the VM. This
fixes prompt escaping issues and also restores tab completion to the
logged-in user.
2020-04-01 13:15:47 +02:00
R. RyanTM
183e6702e6 dnsproxy: 0.23.7 -> 0.24.0 2020-04-01 10:44:24 +00:00
Marek Mahut
ff6a64c5bc python3Packages.trezor: 0.11.6 -> 0.12.0 2020-04-01 12:42:12 +02:00
Michael Weiss
6b7528c940
chromium: 80.0.3987.149 -> 80.0.3987.162
https://chromereleases.googleblog.com/2020/03/stable-channel-update-for-desktop_31.html

This update includes 8 security fixes.

CVEs:
CVE-2020-6450 CVE-2020-6451 CVE-2020-6452
2020-04-01 12:37:52 +02:00
Michael Weiss
0f70340b79
android-studio: 3.6.1.0 -> 3.6.2.0 2020-04-01 12:24:48 +02:00
R. RyanTM
8866b7d72f coredns: 1.6.7 -> 1.6.9 2020-04-01 10:17:44 +00:00
R. RyanTM
0c5bd1588e conftest: 0.18.0 -> 0.18.1 2020-04-01 10:10:40 +00:00
R. RyanTM
d6aee72a9e compcert: 3.6 -> 3.7 2020-04-01 10:06:48 +00:00
R. RyanTM
d3973ad475 cloudflare-wrangler: 1.8.1 -> 1.8.4 2020-04-01 09:58:14 +00:00
R. RyanTM
d4f2f039c1 clojure-lsp: 20200305T151710 -> 20200314T202821 2020-04-01 09:52:22 +00:00
Jaakko Luttinen
0f93c20c14
kdenlive: set run-time dep paths (fix #83885) 2020-04-01 12:48:42 +03:00
Nikolay Korotkiy
3094029291
gpxsee: 7.25 -> 7.27 2020-04-01 12:41:27 +03:00
R. RyanTM
5fabf11c48 chezmoi: 1.7.16 -> 1.7.18 2020-04-01 09:39:13 +00:00
R. RyanTM
3330eefeff checkstyle: 8.30 -> 8.31 2020-04-01 09:36:09 +00:00
R. RyanTM
7b07a07e37 cargo-expand: 0.4.18 -> 0.4.19 2020-04-01 09:21:57 +00:00
Mario Rodas
899c35ccc1
python3Packages.pdfminer: 20191020 -> 20200402 2020-04-01 04:20:00 -05:00
R. RyanTM
25507443ec broot: 0.13.4 -> 0.13.5b 2020-04-01 09:02:12 +00:00
Jörg Thalheim
ec3c04340a
Merge pull request #83934 from r-ryantm/auto-update/act
act: 0.2.6 -> 0.2.7
2020-04-01 09:53:03 +01:00
Jörg Thalheim
0e508ddd4f
Merge pull request #83939 from r-ryantm/auto-update/bitwarden
bitwarden: 1.17.0 -> 1.17.2
2020-04-01 09:45:42 +01:00
Michele Guerini Rocco
8b32f3d4b4
Merge pull request #83610 from Atemu/dnscrypt-proxy-2.0.42
dnscrypt-proxy2: 2.0.39 -> 2.0.42
2020-04-01 10:43:55 +02:00
R. RyanTM
a4ce8d83c3 bitwarden_rs-vault: 2.12.0e -> 2.13.2 2020-04-01 08:40:55 +00:00
R. RyanTM
2804f0c0e2 bitwarden_rs: 1.14 -> 1.14.1 2020-04-01 08:35:46 +00:00
R. RyanTM
8ad3449e2b bitwarden: 1.17.0 -> 1.17.2 2020-04-01 08:26:55 +00:00
Vladyslav M
7856a61b2b
Merge pull request #83908 from marsam/update-nushell
nushell: 0.11.0 -> 0.12.0
2020-04-01 11:23:11 +03:00
R. RyanTM
7cfb07428f amass: 3.5.1 -> 3.5.4 2020-04-01 07:43:41 +00:00
Linus Heckemann
9077284a7c
Merge pull request #81429 from r-ryantm/auto-update/endless-sky
endless-sky: 0.9.10 -> 0.9.11
2020-04-01 09:38:01 +02:00
R. RyanTM
926b31c244 act: 0.2.6 -> 0.2.7 2020-04-01 07:33:38 +00:00
Dmitry Kalinkin
2ca5abd62d
Merge pull request #83816 from veprbl/pr/texlive_set_texmfcnf
texlive.combine: set TEXMFCNF in binary wrapper
2020-04-01 02:22:36 -04:00
worldofpeace
e6afda424d
Merge pull request #83245 from worldofpeace/qgnomeplatform-patch
qgnomeplatform: hardcode gsettings schemas
2020-04-01 02:16:25 -04:00
zowoq
839083895c kepubify: 3.1.0 -> 3.1.1
https://github.com/geek1011/kepubify/releases/tag/v3.1.1
2020-03-31 23:14:24 -07:00
R. RyanTM
75a164ef4c python27Packages.sybil: 1.2.2 -> 1.3.0 2020-03-31 22:56:43 -07:00
R. RyanTM
be3121ab5c python27Packages.mypy-protobuf: 1.16 -> 1.20 2020-03-31 22:54:52 -07:00
R. RyanTM
673b3cd92e python27Packages.jsbeautifier: 1.10.2 -> 1.10.3 2020-03-31 22:40:32 -07:00
R. RyanTM
74ad48e413 snscrape: 0.3.0 -> 0.3.1 2020-03-31 22:39:40 -07:00
R. RyanTM
18fde5d57b jc: 1.9.2 -> 1.9.3 2020-03-31 22:39:34 -07:00
worldofpeace
0ea686647f
qgnomeplatform: hardcode gsettings schemas
Fixes #81866
2020-04-01 07:35:48 +02:00
worldofpeace
35fcdb5191 elementary-planner: 2.1.1 -> 2.2.14 2020-04-01 01:08:36 -04:00
worldofpeace
f9fc1d3be4 vscodium: add backports notice 2020-04-01 00:37:10 -04:00
worldofpeace
c9fd76de75 vscode: add backports notice 2020-04-01 00:36:58 -04:00
worldofpeace
0bb661d512 vscode: Don't hardcode icon
This also allows people to use a vscode
icon that is shipped with their theme. (provided it is called code)

Fixes #83846
2020-04-01 00:35:01 -04:00
worldofpeace
14565eb2b3 lollypop: 1.2.23 -> 1.2.32 2020-04-01 00:24:27 -04:00
Matthew Bauer
fd6278500b
Merge pull request #83889 from matthewbauer/andyetitmoves-make-unconditional
andyetitmoves: make unconditional
2020-03-31 22:06:45 -05:00
Matthew Bauer
6852f3c988
Merge pull request #83890 from matthewbauer/remove-ppc-bootstrap-tools
stdenv/linux: remove powerpc64le bootstrap tools
2020-03-31 22:05:50 -05:00
Matthew Bauer
8e3c712e24
Merge pull request #83891 from matthewbauer/retroarch-fix-macos
retroarch/cores.nix: use correct platform for darwin
2020-03-31 22:05:36 -05:00
Dennis Gosnell
4c23f68699
Merge pull request #82964 from lilyball/psc-package
psc-package: Stop using haskellPackages to build
2020-04-01 10:39:46 +09:00
Mario Rodas
a2a2d1dec5
Merge pull request #83907 from lilyball/ffsend
ffsend: 0.2.58 -> 0.2.59
2020-03-31 20:12:02 -05:00
Mario Rodas
791452d50e
Merge pull request #83898 from dywedir/sd
sd: 0.6.5 -> 0.7.2
2020-03-31 20:11:21 -05:00
Mario Rodas
a9673c5a19
Merge pull request #83902 from zowoq/gh
gitAndTools.gh: 0.6.2 -> 0.6.3
2020-03-31 20:06:10 -05:00
Niklas Hambüchen
5676e6df1f krb5: Add patches to fix build with musl on 1.18 2020-04-01 02:23:13 +02:00
Lily Ballard
06b05163f4 ffsend: 0.2.58 -> 0.2.59 2020-03-31 16:55:23 -07:00
Mario Rodas
d0de1e518d
nushell: 0.11.0 -> 0.12.0 2020-03-31 18:18:18 -05:00
zowoq
8ecb0108d6 croc: 8.0.4 -> 8.0.5
https://github.com/schollz/croc/releases/tag/v8.0.5
2020-04-01 08:40:58 +10:00
zowoq
68a50aaaa5 gitAndTools.gh: 0.6.2 -> 0.6.3
https://github.com/cli/cli/releases/tag/v0.6.3
2020-04-01 08:37:03 +10:00
Shea Levy
0a7c10f701
setupcfg2nix: Bump to 2.0.1.
Fixes #83814
2020-03-31 17:54:12 -04:00
volth
a88dc23280 quaternion: fix build with config.allowAliases=false 2020-03-31 23:43:34 +02:00
Vladyslav M
6c36c6e8aa
sd: 0.6.5 -> 0.7.2 2020-04-01 00:30:56 +03:00