Maximilian Bosch
649b039a4e
Merge pull request #90729 from WilliButz/exporter-passthru-tests
...
prometheus-exporters: expose tests in exporter definitions
2020-06-19 22:10:26 +02:00
Peter Simons
6efcae2c49
hackage2nix: gcodehs and ttn-client can't be build because of broken dependencies
2020-06-19 22:07:21 +02:00
Peter Simons
90656c850e
hackage2nix: gitit is still broken, I'm afraid
...
Related to https://github.com/NixOS/nixpkgs/pull/89795 .
2020-06-19 22:07:21 +02:00
Peter Simons
4ae36e1c3e
hackage2nix.yaml: un-break maintained packages
...
Ping @sorki to please fix gcodehs and ttn-client.
2020-06-19 22:07:21 +02:00
Peter Simons
1cfe7187bb
hackage2nix: update the set of broken packages to fix evaluation
2020-06-19 22:07:21 +02:00
Richard Marko
30dca72e74
haskellPackages: add me as maintainer for my packages
...
and nix-derivation which I care about.
2020-06-19 22:07:21 +02:00
Richard Marko
0d4be98419
haskellPackages.zre: unbreak
2020-06-19 22:07:21 +02:00
Richard Marko
644730bf02
haskellPackages.nix-narinfo: unbreak
2020-06-19 22:07:21 +02:00
Poscat
2b797bcd08
haskellPackages.ginger: unbreak
2020-06-19 22:07:21 +02:00
Peter Simons
66f9a85177
LTS Haskell 16.1
2020-06-19 22:07:13 +02:00
Robert Helgesson
7395b11cd4
jhead: 3.03 -> 3.04
2020-06-19 22:02:25 +02:00
David Wood
619f370777
mdcat: 0.18.2 -> 0.19.0
2020-06-19 21:45:49 +02:00
Marek Mahut
ca2ed56563
bitcoind-knots: init at 0.20.0
2020-06-19 21:20:42 +02:00
Simon Chatterjee
084d3da828
python: uvloop: fix darwin build
...
Skip tests that fail on Darwin
2020-06-19 20:16:58 +01:00
Simon Chatterjee
5a3546120c
python: aiohttp: fix darwin build
...
Disable a non-critical test known to fail on Darwin (see https://github.com/aio-libs/aiohttp/issues/3572 )
2020-06-19 20:16:58 +01:00
Simon Chatterjee
73f7453bfb
pythonPackages.psutil: fix fix for darwin build
...
PR #82524 correctly diagnosed the problem, but slightly fluffed the boolean
logic (disable tests for Darwin as well as non-x86_64 arch).
2020-06-19 20:16:58 +01:00
Dmitry Kalinkin
96c4c0cc35
Merge pull request #90098 from siriobalmelli-foss/fix/asio
...
asio: 1.12 -> 1.16
2020-06-19 14:47:31 -04:00
Matt McHenry
5383d2d32c
eclipses: 2020-03 -> 2020-06
...
PR #91113
2020-06-19 20:43:08 +02:00
Sergey Lukjanov
6570e4a03f
blackbox-exporters: add Frostman to maintainers
2020-06-19 11:26:13 -07:00
Sergey Lukjanov
75d7d42b5c
blackbox-exporter: 0.16.0 -> 0.17.0
2020-06-19 11:25:36 -07:00
Daniël de Kok
ad6c43fb33
Merge pull request #90720 from jlesquembre/clj-547
...
clojure: 1.10.1.507 -> 1.10.1.547
2020-06-19 20:16:59 +02:00
Maximilian Bosch
221fdca03e
diffoscope: 147 -> 148
...
https://diffoscope.org/news/diffoscope-148-released/
2020-06-19 19:42:09 +02:00
Maximilian Bosch
499d18849f
neomutt: 20200501 -> 20200619
...
https://github.com/neomutt/neomutt/releases/tag/20200619
2020-06-19 19:19:08 +02:00
Luflosi
ff51213cbc
reuse: 0.11.0 -> 0.11.1
...
https://github.com/fsfe/reuse-tool/releases/tag/v0.11.1
2020-06-19 22:16:52 +05:30
Shea Levy
2590885605
Merge pull request #89099 from alexbiehl/alex/py-skein
...
python3Packages.skein: init at 0.8.0
2020-06-19 12:35:26 -04:00
Brian Leung
36572ae925
nodePackages.nestjs/cli: init at 7.4.0
2020-06-19 16:25:28 +00:00
Michael Weiss
605d7e1fe0
gollum: Update the dependencies (security, CVE-2020-8184)
...
This updates rack to 2.2.3 for CVE-2020-8184 [0].
[0]: https://groups.google.com/g/rubyonrails-security/c/OWtmozPH9Ak
2020-06-19 18:23:51 +02:00
Doron Behar
b58227a4c0
neomutt: Remove old fixes for failing tests
...
Includes both rfc2047 tests workarounds and locale workarounds.
Fixes #86896 . See https://github.com/neomutt/neomutt/pull/2314 .
2020-06-19 18:15:34 +02:00
Doron Behar
b8f65212ec
neomutt: make manual.txt not empty
...
Without elinks / w3m / lynx in the nativeBuildInputs, there are these
errors in the build:
LC_ALL=C w3m -dump -O UTF8 docs/manual.html > docs/manual.txt || \
LC_ALL=C lynx -dump -nolist -with_backspaces \
-display_charset=us-ascii docs/manual.html > docs/manual.txt || \
LC_ALL=C elinks -dump -no-numbering -no-references \
docs/manual.html | sed -e 's,\\001, ,g' > docs/manual.txt
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: w3m: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 1: lynx: command not found
/nix/store/xfbmj7sl2ikicym9x3yq7cms5qx1w39k-bash-4.4-p23/bin/bash: line 3: elinks: command not found
2020-06-19 18:15:34 +02:00
Doron Behar
3b9a8f5426
neomutt: Make it not reference .dev outputs.
2020-06-19 18:15:33 +02:00
Daniël de Kok
eca6581a34
Merge pull request #91097 from woffs/unicode-13
...
unicode: 2.6 -> 2.7
2020-06-19 18:05:43 +02:00
Frank Doepper
ba600f39d8
unicode: 2.6 -> 2.7
...
upstream:
- add East Asian width
- hack to consider regular expressions ending with `$'
- do not flush stdout
- better upper/lowercase from internal python db
packaging:
- include manual page
- update to unicode-13
2020-06-19 17:44:06 +02:00
Mitsuhiro Nakamura
a7d1e40044
gauche: fix path to cert file ( #90708 )
2020-06-19 11:33:06 -04:00
Jonathan Ringer
8745c7da4b
openrgb: init at 0.2
2020-06-19 15:25:11 +00:00
R. RyanTM
f37b4d24d8
teleport: 4.1.0 -> 4.2.10
2020-06-19 15:22:59 +00:00
Philipp Riegger
674b914181
prometheus: 2.18.1 -> 2.19.1
2020-06-19 15:22:02 +00:00
Graham Christensen
ac8f8bd752
Merge pull request #90336 from bachp/plex-1.19.4.2935
...
plex: 1.19.2.2737 -> 1.19.4.2935
2020-06-19 11:04:36 -04:00
Sébastien Maret
b307674e02
gildas: 20200201_a -> 20200601_b ( #91096 )
2020-06-19 10:40:38 -04:00
Marek Mahut
b7a9229b8f
WasabiBackend: init at 1.1.11.1
2020-06-19 15:50:54 +02:00
Matt Layher
6b9c728ef9
coredns: 1.6.9 -> 1.7.0
2020-06-19 09:01:44 -04:00
Ryan Mulligan
c87f619edd
Merge pull request #90483 from r-ryantm/auto-update/consul_exporter
...
prometheus-consul-exporter: 0.3.0 -> 0.6.0
2020-06-19 06:01:08 -07:00
Frederik Rietdijk
46dd569cd1
python.pkgs.wcwidth: add setuptools
2020-06-19 14:36:16 +02:00
Tim Steinbach
41bd44e05d
linux: 5.7.3 -> 5.7.4
2020-06-19 08:06:54 -04:00
Benno Fünfstück
6580c59352
librespot: init at 0.1.1
2020-06-19 13:07:49 +02:00
Sebastien Bariteau
5a345d60d3
the-way: init at 0.3.2
...
* the-way: init at 0.3.2
2020-06-19 13:00:04 +02:00
Lassulus
6d2c0b8255
Merge pull request #88195 from ruuda/libressl-3.1
...
libressl: add 3.1.3, default to it, remove 2.9
2020-06-19 12:49:15 +02:00
Jörg Thalheim
e5bdf9c27b
Merge pull request #91087 from Mic92/python-fixes
2020-06-19 11:36:25 +01:00
Pavol Rusnak
09e64cf96b
hashcat: 5.1.0 -> 6.0.0 ( #91063 )
2020-06-19 10:36:08 +00:00
Vincent Laporte
a8bb61222f
coq_8_12: init at 8.12+β1
2020-06-19 12:28:42 +02:00
Vincent Laporte
5293575e85
coqPackages.mathcomp: enable 1.11.0 for Coq 8.12
2020-06-19 12:28:42 +02:00
Jörg Thalheim
81fb54a8c1
python3.pkgs.janus: fix build
2020-06-19 11:16:50 +01:00
Jörg Thalheim
8ce5334899
python3.pkgs.pycognito: 0.1.2 -> 0.1.3
2020-06-19 11:06:02 +01:00
Jörg Thalheim
df65cd2ef9
python3.pkgs.hass-nabucasa: fix build
2020-06-19 11:05:52 +01:00
Robert Hensing
06469493de
Merge pull request #91085 from hercules-ci/fix-dockerTools-nix-symlinks
...
Fix docker tools nix symlinks
2020-06-19 12:01:47 +02:00
Jörg Thalheim
25b91c2059
python3.pkgs.asynctest: disable tests on python3.8
2020-06-19 10:52:03 +01:00
Jörg Thalheim
407897c65a
python3.pkgs.astral: add missing freezegun
2020-06-19 10:46:05 +01:00
Daniël de Kok
36429a4e59
Merge pull request #91080 from juliendehos/curlcpp
...
curlcpp: remove myself from maintainers
2020-06-19 11:29:13 +02:00
Frederik Rietdijk
e3209fae77
python2.pkgs.natsort: fix eval
2020-06-19 11:21:42 +02:00
Frederik Rietdijk
9c650efbb0
python2.pkgs.natsort: disable
2020-06-19 11:20:35 +02:00
Frederik Rietdijk
612ef3438a
python3.pkgs.soco: fix build
2020-06-19 10:37:37 +02:00
Sebastien Bariteau
fcbd2e6835
tellico: init at 3.3.0
...
* tellico: init at 3.3.0
* fix pversion vs version
2020-06-19 10:19:34 +02:00
Jörg Thalheim
ab2c7a29e7
eyeD3: fix dependencies
2020-06-19 09:15:04 +01:00
Jörg Thalheim
343594f2bd
python3.pkgs.python-engineio: 3.10.0 -> 3.13.0
...
fixes python-socketio
2020-06-19 09:15:02 +01:00
Robert Hensing
2dd94af186
dockerTools: keep symlinks to nix intact
2020-06-19 10:08:34 +02:00
Robert Hensing
caf47063b4
dockerTools: test that tar keeps nix binary symlinks intact
2020-06-19 10:08:34 +02:00
Vincent Laporte
a1b8192dbf
ocamlPackages.piqi: 0.6.14 → 0.6.15
2020-06-19 10:06:06 +02:00
Frederik Rietdijk
e3bacebbd0
python2.pkgs.markdown: keep at 3.1.1 for Python 2
2020-06-19 09:47:36 +02:00
Frederik Rietdijk
58d569d0b4
Merge pull request #90447 from NixOS/staging-next
...
Staging next
2020-06-19 09:43:08 +02:00
Michele Guerini Rocco
8e83855f5b
Merge pull request #91067 from rnhmjoj/monero
...
monero: 0.15 -> 0.16
2020-06-19 09:12:42 +02:00
Michele Guerini Rocco
84be7021f3
Merge pull request #91070 from rnhmjoj/mutt
...
mutt: 1.14.3 -> 1.14.4
2020-06-19 09:08:51 +02:00
Frederik Rietdijk
301847a7e5
Merge master into staging-next
2020-06-19 09:01:43 +02:00
Ruud van Asseldonk
05c559cbc9
fedora-coreos-config-transpiler: use buildGoModule
2020-06-19 08:57:58 +02:00
Ruud van Asseldonk
9e887cf268
fedora-coreos-config-transpiler: init at 0.6.0
...
Fedora CoreOS Config Transpiler (FCCT) is to Fedora CoreOS what
Container Linux Config Transpiler (CT) was to CoreOS Container Linux.
2020-06-19 08:57:58 +02:00
Julien Dehos
cc1a97d772
curlcpp: remove myself from maintainers
2020-06-19 08:42:04 +02:00
Daniël de Kok
bd3bf7ee76
Merge pull request #91052 from veprbl/pr/root5_5_34_38
...
root5: 5.34.36 -> 5.34.38
2020-06-19 08:14:20 +02:00
Daniël de Kok
baa29b3734
Merge pull request #91051 from pstn/mudlet-4.9.1
...
mudlet: 4.3 -> 4.9.1
2020-06-19 08:11:36 +02:00
Linus Heckemann
aea806b8ea
Merge pull request #86177 from mayflower/mailman-upstream
...
Mailman refactor
2020-06-19 07:54:41 +02:00
Paul Myjavec
be22631154
circleci-cli: 0.1.7971 -> 0.1.8302 ( #91013 )
2020-06-18 22:30:34 -07:00
Sirio Balmelli
a9a0e6458b
asio: 1.12 -> 1.16
...
1.16 will now build on Darwin, properly mark it as such.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-06-19 01:24:37 +02:00
Florian Klink
ccaa301add
Merge pull request #90234 from asbachb/update-jdk-11.0.7
...
openjdk: 11.0.6 -> 11.0.7
2020-06-19 00:38:08 +02:00
Florian Klink
6b2c9aa7da
Merge pull request #90289 from r-ryantm/auto-update/adoptopenjdk-icedtea-web
...
adoptopenjdk-icedtea-web: 1.8.3 -> 1.8.4
2020-06-19 00:37:32 +02:00
Florian Klink
34efb1df34
Merge pull request #90328 from priegger/fix/sane-backends
...
sane-backends: 1.0.28 -> 1.0.30
2020-06-19 00:35:18 +02:00
Florian Klink
1d0c24913c
Merge pull request #90500 from r-ryantm/auto-update/cinnamon-translations
...
cinnamon.cinnamon-translations: 4.4.2 -> 4.6.0
2020-06-19 00:33:09 +02:00
Florian Klink
bde91a6fd7
Merge pull request #90501 from r-ryantm/auto-update/ct
...
container-linux-config-transpiler: 0.7.0 -> 0.9.0
2020-06-19 00:32:57 +02:00
rnhmjoj
9e05e7ce38
mutt: 1.14.3 -> 1.14.4
2020-06-19 00:31:45 +02:00
Jan Tojnar
6f22db6df1
libmodulemd_1: drop
...
rpm-ostree now uses 2.0
2020-06-19 00:31:28 +02:00
Jan Tojnar
508a132220
rpm-ostree: 2020.1 → 2020.2
...
https://github.com/coreos/rpm-ostree/releases/tag/v2020.2
2020-06-19 00:31:28 +02:00
Florian Klink
79e8ba79ad
Merge pull request #90267 from flokli/rmlint-gui
...
rmlint: fix running rmlint --gui
2020-06-19 00:19:33 +02:00
Jörg Thalheim
79b964a8de
Merge pull request #90268 from tokudan/nextcloud1806
...
nextcloud: 18.0.4 -> 18.0.6
2020-06-18 23:15:21 +01:00
Florian Klink
3ceb1428b1
Merge pull request #90730 from romildo/upd.matcha-gtk-theme
...
matcha-gtk-theme: 2020-05-24 -> 2020-06-18
2020-06-19 00:10:51 +02:00
worldofpeace
af729e9751
Merge pull request #90626 from tteggel/fix-open-vm-tools-gdk-pixbuf-xlib
...
open-vm-tools: fix build
2020-06-18 18:07:58 -04:00
Jörg Thalheim
54f53575c2
Merge pull request #91061 from kidd/bump-oil-shell
...
oil: 0.8.pre4 -> 0.8.pre6
2020-06-18 22:57:01 +01:00
rnhmjoj
7c041738c8
monero-gui: 0.15.0.4 -> 0.16.0.0
2020-06-18 23:41:46 +02:00
rnhmjoj
a31103196e
monero: 0.15.0.1 -> 0.16.0.0
2020-06-18 23:41:04 +02:00
markuskowa
8b2d48ea0a
Merge pull request #90073 from r-ryantm/auto-update/ocaml4.10.0-ppx_deriving
...
ocamlPackages.ppx_deriving: 4.4.1 -> 4.5
2020-06-18 23:30:02 +02:00
Lassulus
eed368ac4e
Merge pull request #83874 from expipiplus1/joe-swiftshader
...
swiftshader: init at 2020-03-31
2020-06-18 23:23:29 +02:00
Lassulus
46405e7952
Merge pull request #90476 from 0x4A6F/master-routinator
...
routinator: 0.7.0 -> 0.7.1
2020-06-18 23:13:58 +02:00
Dmitry Kalinkin
df3a188b46
root5: 5.34.36 -> 5.34.38
...
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2017-1000203
2020-06-18 16:42:02 -04:00
David Guibert
e1e044e70e
Merge pull request #90072 from jobojeha/paraview_5_8
...
paraview: 5.6.3 -> 5.8.0
2020-06-18 22:23:26 +02:00
Raimon Grau
69199b0b21
oil: 0.8.pre4 -> 0.8.pre6
2020-06-18 21:12:13 +01:00
Daniël de Kok
d1037c682e
Merge pull request #90709 from lovesegfault/pio-4.3.4
...
platformio: 4.3.1 -> 4.3.4
2020-06-18 21:50:09 +02:00
Florian Klink
f761f29bd3
Merge pull request #90211 from lovesegfault/r-a-bump
...
rust-analyzer: 2020-06-01 -> 2020-06-08
2020-06-18 20:39:16 +02:00
Philipp
9f2d920c35
mudlet: 4.3 -> 4.9.1
2020-06-18 19:15:31 +02:00
Daniël de Kok
6058a769fc
Merge pull request #90576 from dduan/tre-0.3.1
...
tre-command: 0.2.3 -> 0.3.1
2020-06-18 19:13:49 +02:00
Lassulus
647cb38da1
Merge pull request #87760 from emilazy/mark-freeimage-broken-on-aarch64
...
freeimage: mark as broken on aarch64
2020-06-18 19:00:36 +02:00
gnidorah
5b3eac040b
openmw-tes3mp: fix build after #80624 ( #91045 )
2020-06-18 12:49:27 -04:00
Michael Weiss
b713e97c30
tdesktop: 2.1.11 -> 2.1.12
2020-06-18 18:09:45 +02:00
Daniël de Kok
a842c03d6c
Merge pull request #90514 from r-ryantm/auto-update/clipgrab
...
clipgrab: 3.8.11 -> 3.8.12
2020-06-18 17:58:44 +02:00
Linus Heckemann
176bc68a69
mailman: log to journal
2020-06-18 17:23:33 +02:00
Linus Heckemann
f5a57c6c40
mailman-web: remove django version checks and override
...
This is nonsense! Postorius and Hyperkitty don't even support 1.11 anymore.
2020-06-18 17:21:41 +02:00
Lassulus
d899cf268d
Merge pull request #89872 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.23.14 -> 0.23.23
2020-06-18 17:20:37 +02:00
Linus Heckemann
5d58db7a47
Merge pull request #90135 from lheckemann/linux-force-feedback
...
linux: enable force feedback support in HID drivers
2020-06-18 17:18:11 +02:00
ehmry
07299ff81e
Merge pull request #85442 from fgaz/castor/init
...
castor: init at 0.8.14
2020-06-18 20:13:50 +05:30
John Ericson
e985a0b24a
Merge pull request #90722 from expipiplus1/joe-exfat-cross
...
exfat: fix cross compilation
2020-06-18 10:36:12 -04:00
Wael Nasreddine
46db244d2d
go-swagger: init at 0.24.0 ( #90682 )
...
* go-swagger: init at 0.24.0
* Apply suggestions from code review
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-06-18 07:10:54 -07:00
Thom Leggett
94e7fdf439
open-vm-tools: fix build
...
https://github.com/vmware/open-vm-tools/pull/438
Fixes #90544
2020-06-18 13:17:30 +01:00
José Romildo Malaquias
2e7e277b89
matcha-gtk-theme: 2020-05-24 -> 2020-06-18
2020-06-18 08:17:12 -03:00
WilliButz
7449a3274e
prometheus-exporters: expose tests in exporter definitions
2020-06-18 12:48:55 +02:00
Yannick Markus
e4fd4b2a71
devdocs-desktop: init at 0.7.1
...
Also added ymarkus to maintainers list.
2020-06-18 12:46:22 +02:00
Jan Tojnar
c334340d5c
Merge pull request #85147 from jtojnar/zziplib-0.13.70
...
zziplib: 0.13.69 → 0.13.70
2020-06-18 12:20:57 +02:00
Nick Hu
3690f94550
Merge pull request #90499 from priegger/fix/factorio-experimental
...
factorio{,-headless}-experimental: 0.18.30 -> 0.18.32
2020-06-18 11:15:36 +01:00
zowoq
5c35515adf
buildah: 1.14.9 -> 1.15.0
...
https://github.com/containers/buildah/releases/tag/v1.15.0
2020-06-18 20:11:11 +10:00
Lassulus
217f844406
Merge pull request #90623 from r-ryantm/auto-update/monetdb
...
monetdb: 11.35.19 -> 11.37.7
2020-06-18 11:32:53 +02:00
José Luis Lafuente
64b2789c4e
clojure: 1.10.1.507 -> 1.10.1.547
...
Patch no longer need, added upstream:
https://clojure.atlassian.net/browse/TDEPS-150
2020-06-18 11:32:39 +02:00
Joe Hermaszewski
79987057c4
exfat: fix cross compilation
2020-06-18 17:27:27 +08:00
WilliButz
57a3249994
Merge pull request #90662 from srhb/redis-exporter
...
prometheus-redis-exporter: init at 1.7.0
2020-06-18 11:25:23 +02:00
Mario Rodas
bb7b4cdfcb
nodejs-12_x: 12.18.0 -> 12.18.1
...
Changelog: https://github.com/nodejs/node/releases/tag/v12.18.1
2020-06-18 04:20:00 -05:00
Daniël de Kok
f7214facbf
Merge pull request #74487 from oxalica/cargo-insta
...
cargo-insta: init at 0.16.0
2020-06-18 15:09:25 +02:00
oxalica
030fd3ca0c
cargo-insta: strip unused variable
2020-06-18 20:49:20 +08:00
Tim Steinbach
d1966f0860
jenkins: 2.222.4 -> 2.235.1
2020-06-18 08:16:06 -04:00
Tim Steinbach
9de1c659e4
oh-my-zsh: 2020-06-17 -> 2020-06-18
2020-06-18 08:16:06 -04:00
Tim Steinbach
4f7e011f87
linux: 5.7.2 -> 5.7.3
2020-06-18 08:16:06 -04:00
Tim Steinbach
0d0b50436c
linux: 5.6.18 -> 5.6.19
2020-06-18 08:16:05 -04:00
Tim Steinbach
5af8ad3e6d
linux: 5.4.46 -> 5.4.47
2020-06-18 08:16:02 -04:00
Lassulus
b66b53e2e4
Merge pull request #87753 from IvarWithoutBones/xwallpaper
...
xwallpaper: init at 0.6.5
2020-06-18 14:11:01 +02:00
Lassulus
b9504ecf4e
Merge pull request #89895 from geistesk/znc-1.8.1
...
znc: 1.8.0 -> 1.8.1
2020-06-18 14:06:41 +02:00
oxalica
71c0dbd5a4
cargo-insta: init at 0.16.0
2020-06-18 19:13:04 +08:00
Nick Hu
1357624fa9
Merge pull request #90716 from doronbehar/update-zoom
...
zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
2020-06-18 12:09:53 +01:00
zowoq
6211720e3b
fuse-overlayfs: 1.0.0 -> 1.1.0
...
https://github.com/containers/fuse-overlayfs/releases/tag/v1.1.0
2020-06-18 21:00:09 +10:00
Sarah Brofeldt
ac3a50122b
prometheus-redis-exporter: add eskytthe to maintainers
2020-06-18 11:13:25 +02:00
Sarah Brofeldt
544ba1db6f
prometheus-redis-exporter: init at 1.7.0
2020-06-18 11:13:25 +02:00
Nikolay Korotkiy
1ae9228fb6
whitebox-tools: 1.2.0 -> 1.3.0
2020-06-18 12:06:37 +03:00
Jörg Thalheim
977a349dc7
Merge pull request #90224 from kuznero/vscode-update
2020-06-18 09:48:40 +01:00
Joe Hermaszewski
9e7da18382
swiftshader: init at 2020-06-17
2020-06-18 16:43:45 +08:00
Michael Raskin
aaf57769cf
Merge pull request #80624 from r-ryantm/auto-update/mygui
...
mygui: 3.2.2 -> 3.4.0
2020-06-18 08:34:41 +00:00
Michele Guerini Rocco
3e57ec9d34
Merge pull request #90710 from jflanglois/wine-5-10
...
wine-staging: 5.5 -> 5.10
2020-06-18 10:09:33 +02:00
Michele Guerini Rocco
b2532174e0
Merge pull request #90670 from bouk/fish-no-tr
...
fish: replace use of tr with string split
2020-06-18 09:48:01 +02:00
Doron Behar
98dda1a838
zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
...
Add @doronbehar as maintainer, and update list of files to install.
2020-06-18 10:22:00 +03:00
Lassulus
9480bae337
Merge pull request #69734 from rileyinman/blobmoji
...
noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12
2020-06-18 09:06:33 +02:00
Frederik Rietdijk
79f9ef8752
Merge master into staging-next
2020-06-18 09:01:39 +02:00