oxalica
1f3cbd31b9
osu-lazer: fix runtime error
2020-12-25 23:06:54 +08:00
Mario Rodas
8337128296
Merge pull request #106170 from 06kellyjac/kube3d
...
kube3d: 3.3.0 -> 3.4.0
2020-12-08 08:02:15 -05:00
Michael Weiss
d35b635628
chromedriver.src: Update the hash
...
I just regenerated upstream-info.json using update.py again and got a
different hash this time (but the same hash as in #106272 ). Therefore,
the only possible explanation I have is that upstream changed the file
that is hosted at [0]. I'll try to contact upstream regarding this.
Fix #106272 .
[0]: https://chromedriver.storage.googleapis.com/87.0.4280.88/chromedriver_linux64.zip
2020-12-08 13:46:47 +01:00
Florian Klink
2535c42513
Merge pull request #106308 from pmeiyu/master
...
unbound: Add AF_NETLINK to allowed address families.
2020-12-08 13:30:24 +01:00
Michael Raskin
e083265ac0
Merge pull request #106335 from r-ryantm/auto-update/visidata
...
visidata: 2.0.1 -> 2.1
2020-12-08 10:11:54 +00:00
Mario Rodas
5795fdf0d4
Merge pull request #106117 from r-ryantm/auto-update/python3.7-click-help-colors
...
python37Packages.click-help-colors: 0.8 -> 0.9
2020-12-08 04:18:28 -05:00
Mario Rodas
ec7dc87152
Merge pull request #106098 from r-ryantm/auto-update/python3.7-breathe
...
python37Packages.breathe: 4.24.0 -> 4.24.1
2020-12-08 04:15:53 -05:00
Mario Rodas
9f5c6f2f45
Merge pull request #106099 from r-ryantm/auto-update/python3.7-bugsnag
...
python37Packages.bugsnag: 4.0.1 -> 4.0.2
2020-12-08 04:13:02 -05:00
Mario Rodas
69b545abb7
Merge pull request #106314 from r-ryantm/auto-update/postsrsd
...
postsrsd: 1.8 -> 1.9
2020-12-08 04:11:17 -05:00
Mario Rodas
01f0541798
Merge pull request #106319 from r-ryantm/auto-update/pugixml
...
pugixml: 1.11 -> 1.11.1
2020-12-08 04:09:40 -05:00
Mario Rodas
e61421b6b3
Merge pull request #106325 from r-ryantm/auto-update/seaweedfs
...
seaweedfs: 2.13 -> 2.14
2020-12-08 04:06:31 -05:00
Mario Rodas
afdd7b51e7
Merge pull request #106327 from r-ryantm/auto-update/svls
...
svls: 0.1.17 -> 0.1.18
2020-12-08 04:04:27 -05:00
Jan Tojnar
8a42fbfa6a
Merge pull request #106277 from Pacman99/fix-gnome-podcasts
...
gnome-podcasts: add dependency gst-plugins-good
2020-12-08 10:03:32 +01:00
Mario Rodas
186ead851f
Merge pull request #106326 from r-ryantm/auto-update/sickgear
...
sickgear: 0.23.4 -> 0.23.5
2020-12-08 04:02:56 -05:00
R. RyanTM
8ad76db40f
gnome3.mutter: 3.38.1 -> 3.38.2
2020-12-08 10:02:40 +01:00
Mario Rodas
a1e783c666
Merge pull request #106331 from r-ryantm/auto-update/vale
...
vale: 2.6.4 -> 2.6.5
2020-12-08 04:01:10 -05:00
Mario Rodas
dc62d0b19f
Merge pull request #106330 from r-ryantm/auto-update/ugrep
...
ugrep: 3.0.5 -> 3.0.6
2020-12-08 04:00:42 -05:00
Mario Rodas
72b9f48cdd
Merge pull request #106259 from servalcatty/v2ray
...
v2ray: 4.32.1 -> 4.33.0
2020-12-08 03:58:34 -05:00
R. RyanTM
5e81263cfd
visidata: 2.0.1 -> 2.1
2020-12-08 08:57:43 +00:00
Mario Rodas
0502b7238c
Merge pull request #106280 from r-ryantm/auto-update/iosevka-bin
...
iosevka-bin: 4.0.0 -> 4.0.2
2020-12-08 03:57:03 -05:00
Mario Rodas
09766f8e8a
Merge pull request #106301 from r-ryantm/auto-update/mg
...
mg: 6.7 -> 6.8.1
2020-12-08 03:56:42 -05:00
Mario Rodas
1d7d9652b4
Merge pull request #106313 from r-ryantm/auto-update/pgmetrics
...
pgmetrics: 1.10.2 -> 1.10.3
2020-12-08 03:53:58 -05:00
Mario Rodas
52ac12ce13
Merge pull request #106323 from r-ryantm/auto-update/resvg
...
resvg: 0.11.0 -> 0.12.0
2020-12-08 03:53:41 -05:00
R. RyanTM
9659da62f6
vale: 2.6.4 -> 2.6.5
2020-12-08 08:38:18 +00:00
R. RyanTM
ccca330f61
ugrep: 3.0.5 -> 3.0.6
2020-12-08 08:27:12 +00:00
markuskowa
ba5c6f6075
Merge pull request #105133 from markuskowa/fix-gromacs
...
Gromacs: fix SIMD flags, and OpenMP
2020-12-08 09:10:38 +01:00
R. RyanTM
3c50d74f50
svls: 0.1.17 -> 0.1.18
2020-12-08 06:38:07 +00:00
Peng Mei Yu
3cd1a6706c
unbound: Add AF_NETLINK to allowed address families.
...
Unbound throws the following error:
--8<---------------cut here---------------start------------->8---
error: failed to list interfaces: getifaddrs: Address family not supported by protocol
fatal error: could not open ports
--8<---------------cut here---------------end--------------->8---
The solution is pulled from upstream:
https://github.com/NLnetLabs/unbound/pull/351
2020-12-08 14:31:15 +08:00
Sarah Brofeldt
652b3fad35
Merge pull request #106271 from srhb/ceph-15.2.7
...
ceph: 15.2.6 -> 15.2.7
2020-12-08 07:26:27 +01:00
R. RyanTM
342421b498
sickgear: 0.23.4 -> 0.23.5
2020-12-08 05:47:33 +00:00
R. RyanTM
c5c3edff54
seaweedfs: 2.13 -> 2.14
2020-12-08 05:38:04 +00:00
R. RyanTM
d83c4461e5
resvg: 0.11.0 -> 0.12.0
2020-12-08 04:56:22 +00:00
Ryan Mulligan
c2effbb448
Merge pull request #105962 from jtojnar/db-submitting-changes
...
doc: convert Submitting changes to Markdown
2020-12-07 20:55:33 -08:00
Sandro
ea549c46b6
Merge pull request #105830 from wamserma/gatling16
2020-12-08 05:52:11 +01:00
Sandro
4085eecbc0
Merge pull request #101937 from penguwin/img-cat
...
img-cat: init at 1.2.0
2020-12-08 05:51:11 +01:00
Sandro
9e135af77b
Merge pull request #106158 from sternenseemann/kore-4.0.0
...
kore: 3.3.1 → 4.0.1
2020-12-08 05:48:25 +01:00
Ryan Mulligan
f81ad12d0b
Merge pull request #105284 from jtojnar/gnome-markdown
...
doc/gnome: Port to Markdown
2020-12-07 20:45:56 -08:00
Sandro
01b840b4ca
Merge pull request #102129 from bryanasdev000/package-gojsontoyaml
...
gojsontoyaml: init at unstable-2020-06-02
2020-12-08 05:43:46 +01:00
Sandro
d01627cb71
Merge pull request #101848 from kinnala/master
2020-12-08 05:42:37 +01:00
Sandro
67b553ac63
Merge pull request #66830 from fgaz/tclreadline/init
...
tclreadline: init at 2.3.8
2020-12-08 05:39:33 +01:00
Sandro
8c321dd36b
Merge pull request #101248 from makefu/pkgs/pfsshell/init
2020-12-08 05:38:25 +01:00
Sandro
395cfa475d
Merge pull request #93365 from fzakaria/spacevim
...
spacevim: init at v1.5.0
2020-12-08 05:29:16 +01:00
Sebastian Jordan
908896c273
pythonPackages.poetry: Apply patch to fix failing tests
2020-12-08 05:13:19 +01:00
Sandro
224023d4e7
Merge pull request #106254 from rmcgibbo/caffeine
...
gnomeExtensions.caffeine: 2020-03-13 -> 37
2020-12-08 05:13:02 +01:00
Sandro
b612010717
Merge pull request #106317 from NixOS/upd/sauerbraten
...
sauerbraten: 5492 -> 2020-12-04
2020-12-08 05:10:33 +01:00
R. RyanTM
298d45b0ca
pugixml: 1.11 -> 1.11.1
2020-12-08 03:52:19 +00:00
ajs124
497afae7e8
sauerbraten: 5492 -> 2020-12-04
...
http://www.sauerworld.org/new-sauerbraten-2020-edition-released/
2020-12-08 04:51:19 +01:00
Sandro
b18d45b41c
Merge pull request #97823 from KAction/perfect-hash
...
perfect-hash: init at 0.4.1
2020-12-08 04:48:40 +01:00
Ryan Mulligan
eb0c3da568
Merge pull request #106312 from r-ryantm/auto-update/pbgopy
...
pbgopy: 0.1.1 -> 0.2.0
2020-12-07 19:30:44 -08:00
Sandro
662d2ff82f
Merge pull request #105074 from Mindavi/clamav/0.103.0
2020-12-08 04:30:24 +01:00