Commit Graph

227928 Commits

Author SHA1 Message Date
José Romildo Malaquias
dbc9decefb gsettings-qt: add update script 2020-05-26 18:15:24 -03:00
Oleksii Filonenko
308185f0de zola: 0.10.1 -> 0.11.0 2020-05-26 23:35:16 +03:00
José Romildo Malaquias
01fc61f585 gsettings-qt: 0.1.20170824 -> 0.2
- Update to version 0.2
- Upstream moved to gitlab (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951019).
2020-05-26 17:34:11 -03:00
Bart Brouns
9b3ca0c614 dtrx: remove p7zip, since it's unsafe 2020-05-26 22:23:33 +02:00
Oleksii Filonenko
ac3128f22d
Merge pull request #88967 from Frostman/hugo-0.71.1 2020-05-26 23:07:25 +03:00
Lassulus
7e80329ba5
Merge pull request #81913 from helsinki-systems/upd/mstflint
mstflint: 4.4 -> 4.14
2020-05-26 21:59:30 +02:00
Dmitry Kalinkin
7a36742c36
Merge pull request #88957 from Mindavi/nomacs/maintainer-change
Nomacs/maintainer change
2020-05-26 15:53:50 -04:00
Dmitry Kalinkin
5035c65a60
Merge pull request #88476 from veprbl/pr/rivet3
rivet: 2.7.2 -> 3.1.1
2020-05-26 15:52:08 -04:00
Marek Mahut
ffd6460df9 ergo: 3.2.4 -> 3.2.5 2020-05-26 21:47:31 +02:00
Marek Mahut
cd5f626544 tests/ergo: init 2020-05-26 21:47:31 +02:00
Marek Mahut
fdc48e5c7e nixos/ergo: init 2020-05-26 21:47:31 +02:00
Marek Mahut
e04964d528 ergo: init at 3.2.4 2020-05-26 21:47:31 +02:00
Martin Milata
d76e1e352c openconnect: 8.05 -> 8.10
Also update vpnc script.

Fixes:
- https://nvd.nist.gov/vuln/detail/CVE-2019-16239
- https://nvd.nist.gov/vuln/detail/CVE-2020-12105
- https://nvd.nist.gov/vuln/detail/CVE-2020-12823
2020-05-26 21:47:30 +02:00
Lassulus
75e8502e8f
Merge pull request #88624 from helsinki-systems/upd/gnustep
gnustep: update
2020-05-26 21:43:21 +02:00
José Romildo Malaquias
f71e8c90c8 deepin.qt5dxcb-plugin: rename to qt5platform-plugins
It has been renamed upstream.
2020-05-26 16:28:49 -03:00
Sergey Lukjanov
95724ecee7 hugo: 0.71.0 -> 0.71.1 2020-05-26 12:25:58 -07:00
José Romildo Malaquias
0ffc329fcc deepin.qt5dxcb-plugin: qmake already enables parallel building 2020-05-26 16:18:31 -03:00
José Romildo Malaquias
a100a7891d deepin.qt5dxcb-plugin: 5.0.1 -> 5.0.11 2020-05-26 16:17:20 -03:00
Sergey Lukjanov
43d46b15b7 snmp_exporter: add Frostman to maintainers 2020-05-26 12:11:40 -07:00
Sergey Lukjanov
01c937fd47 snmp_exporter: 0.17.0 -> 0.18.0 2020-05-26 12:10:44 -07:00
Sergey Lukjanov
c6c55fb73b node_exporter: add Frostman to maintainers 2020-05-26 12:09:43 -07:00
Sergey Lukjanov
0d0678bf52 node_exporter: 0.18.1 -> 1.0.0 2020-05-26 12:09:11 -07:00
Jörg Thalheim
84cc13177e
Merge pull request #88949 from magnetophon/mu 2020-05-26 19:58:52 +01:00
Lassulus
dcb996ddcc
Merge pull request #66003 from lambda-11235/taisei
taisei: init at 1.3
2020-05-26 20:55:44 +02:00
Michael Howell
c21cbf22d0
buildRustCrate: Replace hyphen with underscore in env variables (#88054)
* Add test case for include dir
* buildRustCrate: replace hyphen with underscore in env

This fixes a bug that prevents encoding_c from building.
2020-05-26 20:52:18 +02:00
Lassulus
0300b47dd5
Merge pull request #66427 from pacien/pure-prompt-1.10.3
pure-prompt: init at 1.12.0
2020-05-26 20:44:58 +02:00
Max Wittig
9a714d249e
gitlab-runner: 12.10.2 -> 13.0.0 (#88935) 2020-05-26 18:28:13 +00:00
José Romildo Malaquias
a57c17cb5b deepin.qcef: 1.1.7 -> 1.1.8 2020-05-26 15:24:38 -03:00
Moises Nessim
f9d28ed7db Merge branch 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1 into vscode-utils/vscodeEnv
* 'vscode-utils/vscodeEnv' of https://github.com/countoren/nixpkgs-1: (178391 commits)
  Use a different vscode user-data-dir for every project. Treat workspace setting files as global for that user-data-dir with symlink. Add updateLaunchCmd to update .vscode/launch.json.
  fix permission problem of mutableExtensions
  vscodeEnv updateSettings for keybindings change keybindings file name parameter type from path to string
  change vscodeSettingsFile parameter type from path to string
  add missing jq to vscodeEnv
  use updateSettings in vscodeEnv in order to create and/or update settings.json, keybindings.json
  add updateSettings drv which will union nix settings configurations into the a vscode settings file
  vscode-utils/vscodeEnv: fix typo and grammer in the description comment
  vscode-utils/vscodeEnv: split to 2 functions vscodeWithConfiguration, vscodeExts2nix, vscodeEnv
  vsode-utils: extracting attributes to limit input range
  vscode-utils/vscodeEnv: add vscodeWithConfiguration, vscodeExts2nix and vscodeEnv
  xfce.xfce4-icon-theme: update gtk dependency and add license
  xfce.xfce4-hardware-monitor-plugin: update meta
  xfce.xfce4-embed-plugin: update meta and buildInputs
  xfce.xfce4-mailwatch-plugin: remove broken status
  xfce.exo: add support for gtk2, besides gtk3
  xfce.xfdesktop: 4.14.1 -> 4.14.2
  xfce.xfce4-weather-plugin: 0.8.10 -> 0.10.1
  xfce.xfdashboard: 0.7.5 -> 0.7.7
  xfce.xfce4-timer-plugin: 1.6.0 -> 1.7.0
  ...
2020-05-26 13:16:13 -05:00
Moises Nessim
97df56158e vscode-extensions: Find mutable extensions by version in order not to delete them
Do not use sudo.
2020-05-26 13:14:35 -05:00
Rick van Schijndel
5b32225cc1 nomacs: remove unused patch
This patch became obsolete in the previous update, so can be removed.
2020-05-26 19:56:37 +02:00
Rick van Schijndel
0cf8e1d645 maintainers: remove @ahmedtd 2020-05-26 19:56:24 +02:00
Rick van Schijndel
7042530075 nomacs: remove old maintainer, add myself as maintainer
The old maintainer @ahmedtd sent me the following email:

Title: Are you interested in being the NixPkgs maintainer for nomacs?
Body: I don't run NixOS anymore, so I can't really build or check the PRs.
2020-05-26 19:44:00 +02:00
José Romildo Malaquias
5863654fbc deepin.dbus-factory: remove
It is not really needed by the other packages.
2020-05-26 13:52:30 -03:00
José Romildo Malaquias
7dbf35e3c4 deepin.go-dbus-generator: remove
It has been archived upstream and no other package currently depends
on it.
2020-05-26 13:52:16 -03:00
Shahrukh Khan
72066757c8
fastlane: 2.128.1 -> 2.148.1 (#88924) 2020-05-26 08:14:23 -07:00
R. RyanTM
31e94f56ba pkgconf: 1.6.3 -> 1.7.0 2020-05-26 15:11:22 +00:00
Bart Brouns
f5b7d763e1 mu: 1.4.6 -> 1.4.7 2020-05-26 17:01:13 +02:00
José Romildo Malaquias
a3ae0fd098 xfce.thunar: 1.8.14 -> 1.8.15 2020-05-26 11:40:59 -03:00
WilliButz
5f63bf75a3
Merge pull request #88938 from WilliButz/update-grafana
grafana: 7.0.0 -> 7.0.1
2020-05-26 16:37:28 +02:00
Peter Hoeg
a3aec35383 nixos/plasma: support setting brightness via DDC 2020-05-26 22:28:15 +08:00
Peter Hoeg
7517ecd701 powerdevil: add DDC support 2020-05-26 21:50:05 +08:00
WilliButz
364caba346
grafana: 7.0.0 -> 7.0.1 2020-05-26 15:10:17 +02:00
Mario Rodas
612d330c67
Merge pull request #88908 from r-ryantm/auto-update/jetty
jetty: 9.4.26.v20200117 -> 9.4.29.v20200521
2020-05-26 07:56:04 -05:00
Mario Rodas
dcd698989a
Merge pull request #88932 from r-ryantm/auto-update/parallel
parallel: 20200422 -> 20200522
2020-05-26 07:52:07 -05:00
Mario Rodas
e8c9df0d66
Merge pull request #88926 from davidtwco/pastel-0.8.0
pastel: 0.7.1 -> 0.8.0
2020-05-26 07:50:28 -05:00
Nick Hu
ebdbc688a5
Merge pull request #88651 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.38 -> 6.40
2020-05-26 13:48:28 +01:00
Lancelot SIX
2061fb5ba2
nano: 4.9.2 -> 4.9.3
See https://lists.gnu.org/archive/html/info-gnu/2020-05/msg00007.html
for release information
2020-05-26 13:33:47 +01:00
Nick Hu
1acb028ca0
Merge pull request #88036 from NickHu/prezto
zsh-prezto: 2019-03-18 -> 2020-05-02
2020-05-26 13:15:31 +01:00
Nick Hu
90779e4d64
zsh-prezto: 2019-03-18 -> 2020-05-20 2020-05-26 12:53:26 +01:00