Commit Graph

52082 Commits

Author SHA1 Message Date
Sandro
1af6e3aeed
Merge pull request #98124 from Gerschtli/fix/atom
atom, atom-beta: fix not working file deletion
2021-01-23 22:58:13 +01:00
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
John Ericson
12881a7aa7
Merge pull request #110544 from Ericson2314/no-platform
top-level, lib: Remove platform attribute of platforms
2021-01-23 16:32:36 -05:00
Sandro
4de9a335f9
Merge pull request #110611 from dotlambda/genxword-2.1.0
genxword: 2.0.1 -> 2.1.0
2021-01-23 21:45:44 +01:00
Sandro
c2211c2e71
Merge pull request #110603 from dotlambda/setzer-0.4.1
setzer: 0.4.0 -> 0.4.1
2021-01-23 21:13:41 +01:00
Sandro
a5dba1b293
Merge pull request #110618 from wahjava/fix-kak-plugins 2021-01-23 21:10:41 +01:00
Sandro
cba0c7e756
Merge pull request #110543 from bobrik/ivan/buildx-path
docker: correct substitution path with buildx enabled
2021-01-23 20:32:55 +01:00
Ashish SHUKLA
f3817932c9
kak-powerline: add missing lib argument 2021-01-24 00:28:07 +05:30
Ashish SHUKLA
601080d7c5
kak-buffers: add missing lib argument 2021-01-24 00:27:39 +05:30
Ashish SHUKLA
ad2b6d98bf
kak-vertical-selection: add missing lib argument 2021-01-24 00:27:09 +05:30
Michael Weiss
f940eb44b9
Merge pull request #110607 from meutraa/update/android-studio
androidStudioPackages.{stable,beta,canary,dev}: update
2021-01-23 19:54:30 +01:00
Robert Schütz
52c7a4f54c genxword: 2.0.1 -> 2.1.0 2021-01-23 18:14:15 +01:00
Sander van der Burg
8150fd8d0d spacegun: add missing node-gyp-build global dependency 2021-01-23 17:56:39 +01:00
meutraa
b51eb306a3
androidStudioPackages.{canary,dev}: 2020.3.1.3 -> 2020.3.1.4 2021-01-23 16:53:50 +00:00
meutraa
12c075bab5
androidStudioPackages.beta: 4.2.0.18 -> 4.2.0.19 2021-01-23 16:43:11 +00:00
Jörg Thalheim
ec334a1b01
Merge pull request #98992 from tvbeat/terraform-provider-libvirt-patch
terraform-provider-libvirt: base volume snapshot or copy
2021-01-23 16:19:04 +00:00
meutraa
48c7cd563b
androidStudioPackages.stable: 4.1.1.0 -> 4.1.2.0 2021-01-23 16:12:57 +00:00
Robert Schütz
09640efc3d setzer: 0.4.0 -> 0.4.1 2021-01-23 16:36:35 +01:00
John Ericson
9c213398b3 lib: Clean up how linux and gcc config is specified
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.

This reverts commit 0bc275e634.
2021-01-23 10:01:28 -05:00
Tobias Happ
d2a975169a atom, atom-beta: fix not working file deletion
Through deprecation of gvfs-trash, gio has to be in PATH. Atom
automagically detects gio and uses it.
2021-01-23 15:47:53 +01:00
Guillaume Girol
ee2c73a84b
Merge pull request #109397 from sikmir/cudatext
cudatext: 1.118.2 → 1.122.3
2021-01-23 14:27:50 +00:00
Sandro
3d78e8d3c2
Merge pull request #110564 from AndersonTorres/new-pyspread
pyspread: init at 1.99.5
2021-01-23 14:43:44 +01:00
Stig
2176c7e1c2
Merge pull request #110054 from stigtsp/package/convos-5.11
convos: 5.00 -> 5.11
2021-01-23 14:34:39 +01:00
Michael Weiss
a57e182ed6
glances: 3.1.5 -> 3.1.6 2021-01-23 14:14:07 +01:00
Sandro
10a27d6d52
Merge pull request #110515 from andresilva/polkadot-0.8.27
polkadot: 0.8.26-1 -> 0.8.27
2021-01-23 13:29:03 +01:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Michael Weiss
fac05ac695
chromium: Don't set "channel" in the environment
The "channel" variable shouldn't be part of the final derivation. This
also makes it possible to avoid unnecessary rebuilds for identical
channels (e.g. major updates are tested via the "beta" channel first and
usually neither the source-code archive nor the dependencies change when
the update makes it into the "stable" channel - this means we could
better use chromiumBeta to test major updates in advance).
2021-01-23 11:54:11 +01:00
talyz
923adfe5ca
krita: 4.4.1 -> 4.4.2
We can re-enable parallel building, since the bug causing intermittent
build issues is now fixed. See
https://bugs.kde.org/show_bug.cgi?id=431226 for more information.

Closes #35359.
2021-01-23 10:59:37 +01:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
AndersonTorres
bdb60d7fa9 pyspread: init at 1.99.5 2021-01-23 01:31:52 -03:00
zowoq
f8013960c6 minikube: 1.16.0 -> 1.17.0
https://github.com/kubernetes/minikube/releases/tag/v1.17.0
2021-01-23 11:31:36 +10:00
Florian Klink
994e221f16
Merge pull request #106988 from drewrisinger/dr-pr-qemu-bump
qemu: 5.1.0 -> 5.2.0
2021-01-23 00:20:06 +01:00
Bryan A. S
72e688c973 virtualbox: 6.1.16 -> 6.1.18
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-01-22 19:36:45 -03:00
Maximilian Bosch
c6d4197e4f
Merge pull request #110283 from r-ryantm/auto-update/docker-compose
docker-compose: 1.27.4 -> 1.28.0
2021-01-22 23:25:29 +01:00
Maximilian Bosch
3d4ee7c660
Merge pull request #110344 from ilian/u/reaper
reaper: 6.19 -> 6.20
2021-01-22 23:23:49 +01:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
Michele Guerini Rocco
1bf54f0770
Merge pull request #110449 from matthiasbeyer/update-mutt
mutt: 2.0.4 -> 2.0.5
2021-01-22 23:00:33 +01:00
Ivan Babrou
aea19f284a docker: correct substitution path with buildx enabled
Starting with Docker 20.10, the client repo moved and the path changed.
2021-01-22 13:43:30 -08:00
Sander van der Burg
3e385dc285 nodePackages: regenerate with node2nix 1.9.0 2021-01-22 22:42:58 +01:00
Maximilian Bosch
7c0db07752
Merge pull request #110297 from bbigras/feh
feh: 3.6.1 -> 3.6.2
2021-01-22 22:18:26 +01:00
R. RyanTM
d2cf178924 qbec: 0.12.2 -> 0.13.4 2021-01-22 20:17:27 +00:00
John Ericson
d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
R. RyanTM
e1ea0a237a picard-tools: 2.24.0 -> 2.24.1 2021-01-22 19:10:27 +00:00
Jonathan Ringer
986cf21c45 slack: 4.11.1 -> 4.12.2 2021-01-22 10:41:47 -08:00
R. RyanTM
3b9267a0ad openethereum: 3.1.0 -> 3.1.1 2021-01-22 18:29:41 +00:00
R. RyanTM
3ef8953a37 openbazaar-client: 2.4.9 -> 2.4.10 2021-01-22 18:14:04 +00:00
Oleksii Filonenko
5a1d4acc7e
Merge pull request #110475 from r-ryantm/auto-update/googler
googler: 4.3.1 -> 4.3.2
2021-01-22 19:24:57 +02:00
R. RyanTM
2dd61213d3 obsidian: 0.10.7 -> 0.10.8 2021-01-22 17:16:37 +00:00
André Silva
252ebe654e
polkadot: 0.8.26-1 -> 0.8.27 2021-01-22 17:16:14 +00:00
tu-maurice
6973cc608e vlc: 3.0.11.1 -> 3.0.12 2021-01-22 18:10:49 +01:00
R. RyanTM
b576d2a9e4 navi: 2.13.1 -> 2.14.0 2021-01-22 16:32:45 +00:00
R. RyanTM
c3eeb88e53 mandelbulber: 2.23 -> 2.24 2021-01-22 15:08:40 +00:00
Drew Risinger
c7deb49058 gh: enable tests 2021-01-23 00:48:39 +10:00
Ryan Mulligan
1889e4620c
Merge pull request #110120 from r-ryantm/auto-update/new-session-manager
new-session-manager: 1.4.0 -> 1.5.0
2021-01-22 06:34:16 -08:00
R. RyanTM
0119128f9e lean: 3.24.0 -> 3.25.0 2021-01-22 14:11:46 +00:00
R. RyanTM
580a5a9f4c humioctl: 0.28.1 -> 0.28.2 2021-01-22 13:05:17 +00:00
Kevin Cox
b6c0815993
Merge pull request #110438 from berbiche/cagebreak-1.5.0
cagebreak: 1.4.4 -> 1.5.0
2021-01-22 07:46:59 -05:00
R. RyanTM
d4a7f3ba50 googler: 4.3.1 -> 4.3.2 2021-01-22 12:38:39 +00:00
Sandro
0c096b67dc
Merge pull request #107302 from bobrik/ivan/docker-buildx 2021-01-22 12:50:25 +01:00
Michael Weiss
62b5e51019
gitRepo: 2.11.1 -> 2.12 2021-01-22 12:34:36 +01:00
R. RyanTM
5d5acadac5 argocd: 1.8.2 -> 1.8.3 2021-01-22 09:31:30 +00:00
Elis Hirwing
907cb4c393
Merge pull request #110347 from ymatsiuk/appgate
appgate-sdp: 5.1.2 -> 5.3.2
2021-01-22 10:05:39 +01:00
Sandro
d8d2ec148b
Merge pull request #110411 from a12l/update-pijul
pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37
2021-01-22 09:35:49 +01:00
Yurii Matsiuk
ee73665fa0
appgate-sdp: 5.1.2 -> 5.3.2 2021-01-22 09:35:43 +01:00
Sandro
1d4b4e9800
Merge pull request #110397 from zowoq/crun
crun: 0.16 -> 0.17
2021-01-22 09:35:23 +01:00
Matthias Beyer
3609a43b5e mutt: 2.0.4 -> 2.0.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-22 09:33:43 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
Nicolas Berbiche
a6fe222911
cagebreak: 1.4.4 -> 1.5.0 2021-01-22 00:31:02 -05:00
John Ericson
8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
R. RyanTM
bc87d55b5a fetchmail: 6.4.14 -> 6.4.15 2021-01-22 00:07:13 +00:00
R. RyanTM
2c3a8d9ec5 exodus: 21.1.7 -> 21.1.18 2021-01-21 23:38:47 +00:00
Albin Otterhäll
62015c03b6 pijul: 1.0.0-alpha.35 -> 1.0.0-alpha.37 2021-01-22 00:25:49 +01:00
zowoq
722c5a8316 crun: 0.16 -> 0.17
https://github.com/containers/crun/releases/tag/0.17
2021-01-22 08:06:10 +10:00
zowoq
2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Ivan Babrou
deb0d298a2 docker: add buildx support to docker client 2021-01-21 12:52:46 -08:00
Ivan Babrou
e431ff7e2e docker-buildx: init at 0.5.1
Installing docker-buildx enables buildx subcommand on the client:

* https://github.com/docker/buildx
2021-01-21 12:52:45 -08:00
zowoq
c06d37b803 gh: 1.4.0 -> 1.5.0
https://github.com/cli/cli/releases/tag/v1.5.0
2021-01-22 06:06:25 +10:00
Guillaume Girol
7ed3d2df76
Merge pull request #103135 from symphorien/pr/92775
Evolution ews: wrap evolution and evolution data server, fix nixos module.
2021-01-21 19:42:45 +00:00
R. RyanTM
8174a4cd1f
mellowplayer: 3.6.7 -> 3.6.8 (#110071) 2021-01-21 10:33:50 -08:00
R. RyanTM
728097646c
argocd: 1.8.1 -> 1.8.2 (#109720) 2021-01-21 10:09:15 -08:00
R. RyanTM
8540ac06e9
ghorg: 1.4.0 -> 1.5.0 (#109824) 2021-01-21 10:07:01 -08:00
R. RyanTM
f240afc50f
hydroxide: 0.2.15 -> 0.2.17 (#109978) 2021-01-21 10:03:49 -08:00
R. RyanTM
ab482ea446
nextdns: 1.9.4 -> 1.9.6 (#110127) 2021-01-21 09:56:05 -08:00
Sandro
d3a090c9a7
Merge pull request #110289 from bbigras/shotwell
shotwell: 0.31.2 -> 0.31.3
2021-01-21 18:52:53 +01:00
R. RyanTM
25a660b9bc
cloudflared: 2021.1.4 -> 2021.1.5 (#110337) 2021-01-21 09:50:29 -08:00
R. RyanTM
cec985b23b
argo: 2.12.4 -> 2.12.5 (#110325) 2021-01-21 09:49:02 -08:00
Sandro
c60bb493e6
Merge pull request #110355 from ymatsiuk/flux
fluxcd: 0.6.1 -> 0.6.3
2021-01-21 17:53:02 +01:00
Yurii Matsiuk
96966bb66b
fluxcd: 0.6.1 -> 0.6.3 2021-01-21 17:39:43 +01:00
Sandro
1ecf25ad39
Merge pull request #110177 from cpcloud/containerpilot 2021-01-21 17:30:18 +01:00
Sandro
96aa111884
Merge pull request #110282 from mingmingrr/master
pythonPackages.hydrus: 420 -> 426
2021-01-21 17:27:39 +01:00
Sandro
d2a9ff2431
Merge pull request #110273 from bbigras/waybar
waybar: 0.9.4 -> 0.9.5
2021-01-21 17:23:02 +01:00
Sandro
d158fe4930
Merge pull request #110269 from maralorn/nheko 2021-01-21 17:22:04 +01:00
Ryan Mulligan
9934ef3da9
Merge pull request #110329 from r-ryantm/auto-update/brave
brave: 1.18.78 -> 1.19.86
2021-01-21 08:18:50 -08:00
Malte Brandy
35676cba19
nheko: 0.7.2 -> 0.8.0 2021-01-21 16:59:05 +01:00
ilian
4df406a276 reaper: add ilian as maintainer 2021-01-21 15:10:35 +01:00
ilian
22cccad901 reaper: 6.19 -> 6.20 2021-01-21 15:03:39 +01:00
R. RyanTM
3fd51777ab brave: 1.18.78 -> 1.19.86 2021-01-21 12:54:56 +00:00
Michael Weiss
f5de4608de
chromiumDev: 89.0.4385.0 -> 89.0.4389.9 2021-01-21 11:53:53 +01:00
sternenseemann
9212e03c13 acgtk: use dune install 2021-01-21 11:26:26 +01:00
Pavol Rusnak
59db3cdf1e clightning: 0.9.2 -> 0.9.3 2021-01-21 11:10:41 +01:00
Bruno Bigras
aa5405764b feh: 3.6.1 -> 3.6.2 2021-01-21 04:28:45 -05:00
Bruno Bigras
cd424d3453 shotwell: 0.31.2 -> 0.31.3 2021-01-21 03:54:47 -05:00
zowoq
30ab92ea31 conmon: 2.0.24 -> 2.0.25
https://github.com/containers/conmon/releases/tag/v2.0.25
2021-01-21 18:35:16 +10:00
Sandro
9b59bd1052
Merge pull request #110223 from LeSuisse/xfig-3.2.8
xfig: 3.2.7b1 -> 3.2.8
2021-01-21 09:22:46 +01:00
Sandro
621e8fca81
Merge pull request #110233 from bbigras/notmuch
notmuch: 0.31 -> 0.31.3
2021-01-21 09:22:26 +01:00
R. RyanTM
a17adff3e9 docker-compose: 1.27.4 -> 1.28.0 2021-01-21 07:50:25 +00:00
Ryan Mulligan
33784b7228
Merge pull request #110086 from r-ryantm/auto-update/marvin
marvin: 20.20.0 -> 20.21.0
2021-01-20 23:38:00 -08:00
mingmingrr
3b0495ad34 pythonPackages.hydrus: 420 -> 426 2021-01-21 02:17:49 -05:00
Ryan Mulligan
123ce74548
Merge pull request #110172 from r-ryantm/auto-update/opentx
opentx: 2.3.10 -> 2.3.11
2021-01-20 20:53:04 -08:00
Ryan Mulligan
1aa9b59d4c
Merge pull request #110228 from r-ryantm/auto-update/PortfolioPerformance
portfolio: 0.50.0 -> 0.50.2
2021-01-20 20:38:46 -08:00
Bruno Bigras
7908a0762b waybar: 0.9.4 -> 0.9.5 2021-01-20 23:23:23 -05:00
Mario Rodas
9f07e60af2
rclone: 1.53.3 -> 1.53.4 (#110271)
https://forum.rclone.org/t/rclone-1-53-4-release/21792
2021-01-20 19:41:24 -08:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
R. RyanTM
4a8c551c89 neochat: 1.0 -> 1.0.1 2021-01-21 10:26:10 +08:00
Mario Rodas
369e772cda
Merge pull request #109955 from r-ryantm/auto-update/dumb-init
dumb-init: 1.2.4 -> 1.2.5
2021-01-20 21:24:40 -05:00
Mario Rodas
0ef9b9da96
Merge pull request #110214 from Chili-Man/terraform-0.14.5-update
terraform_0_14: 0.14.4 -> 0.14.5
2021-01-20 21:05:51 -05:00
zowoq
8adc564f28 treewide: editorconfig fixes
- add final newline
- use spaces for indentation
2021-01-21 09:30:52 +10:00
Sandro
feb4059865
Merge pull request #110221 from symphorien/nheko-cache
nheko: build qml
2021-01-20 23:26:02 +01:00
Bruno Bigras
fc1ddd2cab notmuch: 0.31 -> 0.31.3 2021-01-20 17:18:04 -05:00
R. RyanTM
5388f5bb7a portfolio: 0.50.0 -> 0.50.2 2021-01-20 22:03:38 +00:00
R. RyanTM
245bde3f8d pappl: 1.0.0 -> 1.0.1 2021-01-20 13:29:56 -08:00
Thomas Gerbet
7ab66f91a7 xfig: 3.2.7b1 -> 3.2.8 2021-01-20 22:29:43 +01:00
Phillip Cloud
3c02d06932 containerpilot: add lib 2021-01-20 16:28:22 -05:00
Ryan Mulligan
f0c777b495
Merge pull request #110216 from r-ryantm/auto-update/picard-tools
picard-tools: 2.23.9 -> 2.24.0
2021-01-20 13:24:29 -08:00
06kellyjac
083d8f8bd6 nerdctl: 0.4.0 -> 0.5.0 2021-01-21 06:58:38 +10:00
Symphorien Gibol
a26cb6b37d nheko: build qml
fixes cache issues on update:
https://github.com/Nheko-Reborn/nheko/issues/389
2021-01-20 21:56:10 +01:00
R. RyanTM
427bbe059a picard-tools: 2.23.9 -> 2.24.0 2021-01-20 20:42:01 +00:00
Diego Rodriguez
88fd1ecdc6
terraform_0_14: 0.14.4 -> 0.14.5 2021-01-20 13:37:07 -07:00
Doron Behar
1f33f72b7f
Merge pull request #110178 from r-ryantm/auto-update/pdfcpu
pdfcpu: 0.3.7 -> 0.3.8
2021-01-20 22:27:50 +02:00
Doron Behar
be9dd87660
Merge pull request #110132 from r-ryantm/auto-update/mympd
mympd: 6.8.3 -> 6.10.0
2021-01-20 22:26:38 +02:00
Michael Weiss
bc4521411e
signal-desktop: 1.39.5 -> 1.39.6 2021-01-20 20:15:05 +01:00
Sandro
8dd173c322
Merge pull request #110022 from LeSuisse/fig2dev-3.2.8
fig2dev: 3.2.7b -> 3.2.8
2021-01-20 20:13:06 +01:00
Michael Weiss
88637a1c33
Merge pull request #110198 from primeos/chromium-vm-test
nixos/tests/chromium: Add ungoogled-chromium and Google Chrome
2021-01-20 20:00:58 +01:00
Michael Weiss
70206c3be4
chromium/doc: Explain how to run the VM tests 2021-01-20 19:23:59 +01:00
Robert Helgesson
7742f1c67b
kak-prelude: add missing lib argument 2021-01-20 19:02:30 +01:00
Thomas Gerbet
6974aa7712 fig2dev: 3.2.7b -> 3.2.8
Fixes the fig2ps2tex and pic2tpic scripts.
Fixes CVE-2019-19746.
2021-01-20 18:18:16 +01:00
Phillip Cloud
c1e08257d8 containerpilot: add spaces as usual 2021-01-20 12:10:29 -05:00
Phillip Cloud
f139efa410 containerpilot: add meta information 2021-01-20 12:10:20 -05:00
Matej Urbas
6a1bee335e
terraform-providers.shell: provider source address (#110160) 2021-01-20 17:42:36 +01:00
Sandro
b16c1df5c9
Merge pull request #110180 from plumelo/feature/avocode-4.11.0
avocode: 4.10.4 -> 4.11.0
2021-01-20 17:13:03 +01:00
Meghea Iulian
634d51c14a
avocode: 4.10.4 -> 4.11.0 2021-01-20 17:12:02 +02:00
Sandro
6e3870622d
Merge pull request #109608 from charvp/pr/gomuks-hardcoded-path
gomuks: patch out hardcoded path
2021-01-20 16:01:12 +01:00
R. RyanTM
71d6d4b003 pdfcpu: 0.3.7 -> 0.3.8 2021-01-20 14:55:33 +00:00
Ryan Mulligan
90c35e9c26
Merge pull request #110139 from r-ryantm/auto-update/nwg-launchers
nwg-launchers: 0.4.2 -> 0.4.3
2021-01-20 06:49:47 -08:00
Ryan Mulligan
ec93459db3
Merge pull request #110148 from r-ryantm/auto-update/musescore
musescore: 3.5.2 -> 3.6
2021-01-20 06:42:57 -08:00
Michael Weiss
2053744515
Merge pull request #110010 from primeos/chromium
chromium: 87.0.4280.141 -> 88.0.4324.96
2021-01-20 15:41:15 +01:00
06kellyjac
4f31c7c748 kube3d: 3.4.0 -> 4.0.0 2021-01-20 14:40:27 +00:00
Charlotte Van Petegem
8cc494b1bb
gomuks: replace tilpner with myself as maintainer 2021-01-20 15:17:10 +01:00
Charlotte Van Petegem
0915191925
gomuks: patch out hardcoded path 2021-01-20 15:17:10 +01:00