Commit Graph

34856 Commits

Author SHA1 Message Date
bloomvdomino
fbbd054d35 kora-icon-theme: init at 1.3.4 2021-01-05 00:33:46 +01:00
Frederik Rietdijk
b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Graham Christensen
2bb0558d0a aws-nuke: init at 2.14.0 2021-01-04 14:43:00 -05:00
Tim Steinbach
f284b44089
linux: 5.11-rc1 -> 5.11-rc2
Added temporary patch for a syntax error in the wireless drivers
2021-01-04 13:41:30 -05:00
pacien
d94921db12 fish-foreign-env: move to fishPlugins.foreign-env
And relocate the installed fish functions to the `vendor_functions.d` so
that they're automatically loaded.
2021-01-04 18:53:59 +01:00
pacien
c083b27791 fishPlugins: bootstrap fish plugin scope 2021-01-04 18:51:11 +01:00
Pavol Rusnak
bf77245202
Merge pull request #108219 from prusnak/viennarna
ViennaRNA: init at 2.4.17
2021-01-04 18:04:56 +01:00
freezeboy
7aaadab55c solarus,solarus-quest-editor: migrate to Qt5.15 2021-01-04 16:24:05 +01:00
freezeboy
16ec307c21 seafile-shared,seafile-client: 7.0.9 -> 8.0.1
This allows to migrate the dependencies to python3 and qt5.15
2021-01-04 16:23:43 +01:00
freezeboy
bc797e287a merkaator: unstable-2019-11-12 -> 0.18.4 2021-01-04 15:55:51 +01:00
freezeboy
e526a4f72d mindforger: migrate to Qt5.15 2021-01-04 15:55:51 +01:00
freezeboy
60687e3634 dfilemanager: git-2016-01-10 -> git-2020-09-04 2021-01-04 15:55:50 +01:00
freezeboy
30db607680 bibletime: migrate to Qt5.15 2021-01-04 15:55:50 +01:00
freezeboy
a643b3a013 herqq: migrate to Qt5.15 2021-01-04 15:55:50 +01:00
Sandro
6ac4c2d1f6
Merge pull request #107962 from flyfloh/colmap-36 2021-01-04 14:25:21 +01:00
Anderson Torres
a5c848382c
Merge pull request #108261 from AndersonTorres/updates
Misc updates
2021-01-04 10:17:22 -03:00
MarcFontaine
fac1372074
pcimem: init at unstable-2018-08-29
This commit adds the pcimem tool.
pcimem is a simple method of reading and writing to memory registers on a PCI card.
Compared to pkgs.devmem2, it does not work on the total memory space
of the machine but restricts access to just one PCI resource.
2021-01-04 13:27:03 +01:00
Сухарик
9c8de43f3c droidcam: init at 1.6 2021-01-04 14:59:26 +03:00
Sandro Jäckel
9932103ead
ngt: use stdenv.hostPlatform.avxSupport, cleanup 2021-01-04 11:02:15 +01:00
Fabian Affolter
d5482c2ad2 gdu: init at 2.0.0 2021-01-04 08:51:06 +01:00
Sandro
91e2dd2259
Merge pull request #108341 from cpcloud/nomad-nvml
nomad: add optional nvml support
2021-01-04 08:17:26 +01:00
AndersonTorres
12338f6ca8 wifish: init at 1.1.4 2021-01-03 23:16:18 -03:00
AndersonTorres
03b1d53ace jed: init at 0.99-19 2021-01-03 23:16:17 -03:00
AndersonTorres
7d370b0fa3 jove: init at 4.17.3.6 2021-01-03 23:16:17 -03:00
Bernardo Meurer
77d190f109
Merge pull request #108275 from lovesegfault/beetsUnstable
beets: 1.4.9 -> unstable-2020-12-22
2021-01-03 23:44:03 +00:00
sternenseemann
792dacacd5 libschrift: init at 0.9.1
Building a shared object file is probably not necessary since libschrift
has no dependencies and is pretty small.
2021-01-03 23:48:08 +01:00
Florian Klink
90bc79c7cf
Merge pull request #96950 from Izorkin/wireshark-cli
wireshark-*: pass in overridden libpcap in all-packages.nix
2021-01-03 21:55:53 +01:00
Izorkin
131e617f77 wireshark-*: pass in overridden libpcap in all-packages.nix
This allows building wireshark-* with a explicitly disabled bluezSupport
in an overlay.
2021-01-03 21:55:01 +01:00
Thomas Tuegel
73a76de9d7
Merge pull request #107948 from eliasp/akonadi-kaccounts
akonadi: add missing kaccounts deps
2021-01-03 14:05:49 -06:00
Phillip Cloud
2aabde2c52 nomad: add optional nvml support 2021-01-03 14:26:14 -05:00
Maximilian Bosch
2e811acdce
Merge pull request #108279 from otavio/new-pkgs/cargo-wipe
cargo-wipe: init at 0.3.0
2021-01-03 14:56:12 +01:00
Bernardo Meurer
264f7981ee bs1770gain: nuke
The package is filled with white supremacist hate speech, and the only
reverse dependency on it, beets, can now use ffmpeg instead.
2021-01-03 14:36:54 +02:00
Austin Seipp
3dbe656a25
nextpnr: 2020.12.01 -> 2021.01.02, bugfixes, no GUI by default
Upstream NextPNR has moved to disable the GUI by default; it tends to
cause the most complications/bug reports and has various complexities
and failure modes (e.g. I've still had problems getting it working
efficiently on my Ice Lake laptop.)

Instead, disable GUI support by default, and add a new `nextpnrWithGui`
derivation that enables it. This cuts the closure size down by 40ish
percent (~800MB -> ~500MB) and makes it a neglibile amount faster.

It also fixes two bugs:

  1) We were using the old `ICEBOX_ROOT` parameter for ice40 support,
     now known as `ICESTORM_ICE40_PREFIX`, and

  2) the CMake option `SERIALIZE_CHIPDB` was renamed to `..._CHIPDBS`
     (with an 'S' suffix) which should speed up the build at the cost
     of RAM usage

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-03 06:06:33 -06:00
Frederik Rietdijk
6c9b5071e4 Revert "Merge pull request #107030 from cpcloud/nomad-nvml"
This broke eval.

https://github.com/NixOS/nixpkgs/pull/107030#issuecomment-753591854

This reverts commit 20489e31cd, reversing
changes made to 590feeecfb.
2021-01-03 11:19:28 +01:00
Fabian Affolter
4523be286f stegseek: init at 0.5 2021-01-03 10:45:12 +01:00
Sandro
20489e31cd
Merge pull request #107030 from cpcloud/nomad-nvml
nomad: add optional nvml support
2021-01-03 10:19:48 +01:00
Sandro
6ae069c990
Merge pull request #108249 from prusnak/bowtie
bowtie: init at at 1.3.0
2021-01-03 10:03:24 +01:00
Frederik Rietdijk
f7267e9797
Merge pull request #107783 from NixOS/staging-next
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
Sandro
0960eff85c
Merge pull request #108215 from fgaz/evilpixie/0.2.1
evilpixie: 0.2 -> 0.2.1
2021-01-03 09:51:11 +01:00
github-actions[bot]
279110cd86
Merge master into staging-next 2021-01-03 06:23:19 +00:00
Sandro
115dc3122a
Merge pull request #108164 from mweinelt/solanum 2021-01-03 07:14:46 +01:00
Otavio Salvador
95d7fc7530 cargo-wipe: init at 0.3.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-02 22:26:17 -03:00
github-actions[bot]
bc30d1eb34
Merge master into staging-next 2021-01-03 00:56:46 +00:00
Pavol Rusnak
f224edb877
Merge pull request #108258 from arcz/liquidctl
liquidctl: init at 1.4.2
2021-01-03 00:09:11 +01:00
Martin Weinelt
6a2c5d1945 solanum: init at unstable-2020-12-14
Solanum is a fork of charybdis maintained by freenode and OFTC.
2021-01-02 22:31:04 +01:00
Tim Steinbach
ed4d6a8eff linux-hardened: Switch to 5.10 2021-01-02 15:44:21 -05:00
Lassulus
a460b167f4
Merge pull request #107058 from ShamrockLee/pslib
pslib: Init at 0.4.6
2021-01-02 21:17:17 +01:00
Artur Cygan
c5e35cc8cf liquidctl: init at 1.4.2 2021-01-02 21:01:34 +01:00
Charles Duffy
854096fa4f
ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 (#108182)
Replace unmaintained/broken upstream ttyrec with a maintained, compatible fork
2021-01-02 19:20:31 +00:00
Pavol Rusnak
03b99f0721 bowtie: init at at 1.3.0 2021-01-02 19:46:59 +01:00
Shamrock Lee
c5c2855647 pslib: Init at 0.4.6
pslib is a C-libreary to create PostScript files.
If applied, other nix package (e.g. the in-progress GNU Data Language)
with such dependency can be packaged easier.
2021-01-03 02:04:55 +08:00
Pavol Rusnak
cb0b77e2f5 ViennaRNA: init at 2.4.17 2021-01-02 18:53:31 +01:00
Frederik Rietdijk
b9330fe4eb autoconf: remove buildPackages from main attribute
This was accidentally added in 136c0d01d2 when doing a search & replace.
2021-01-02 17:47:19 +01:00
github-actions[bot]
ec161d2240
Merge master into staging-next 2021-01-02 12:24:09 +00:00
Thomas Tuegel
f69c648da4
Merge pull request #108128 from ttuegel/plasma-sync-qt-version
nixos/plasma5: synchronize Qt version with all-packages.nix
2021-01-02 05:47:02 -06:00
Francesco Gazzetta
a7a83fb545 evilpixie: 0.2 -> 0.2.1 2021-01-02 12:21:08 +01:00
Domen Kožar
77839b5a55
Merge pull request #108062 from siraben/spring-update
spring: refactor
2021-01-02 10:57:12 +00:00
Frederik Rietdijk
22f1c746df stdenv: use gcc9 for aarch64
Several aarch64 builds fail with is referenced by DSO followed by
bin/ld: final link failed: bad value. This seems related to libgcc_s.so.

https://github.com/NixOS/nixpkgs/issues/108111
2021-01-02 10:28:06 +01:00
Frederik Rietdijk
e48db707e4 Merge master into staging-next 2021-01-02 08:49:09 +01:00
Ryan Burns
e9fe0c1f04 pulseaudio: fix build on darwin
Needs pin to older autoconf 2.69
2021-01-02 08:43:35 +01:00
Dennis Gosnell
3080f1bd77
Merge pull request #86599 from pacien/ldgallery-init
ldgallery: init at 2.0
2021-01-02 11:08:36 +09:00
Sandro
881346e6bf
Merge pull request #108165 from rmcgibbo/elfx86exts
elfx86exts: init at 0.4.3
2021-01-02 00:05:07 +01:00
Anderson Torres
f0e774407c
Merge pull request #108141 from AndersonTorres/update-wio
wio: init at unstable-2020-11-02
2021-01-01 18:09:13 -03:00
Robert T. McGibbon
a22b554daf elfx86exts: init at 0.4.3 2021-01-01 15:44:03 -05:00
AndersonTorres
f90045d24c wio: init at unstable-2020-11-02 2021-01-01 16:39:31 -03:00
Sandro
d974d7fc5d
Merge pull request #107997 from 6AA4FD/new-session-manager 2021-01-01 19:52:24 +01:00
github-actions[bot]
c0a9361687
Merge master into staging-next 2021-01-01 18:39:09 +00:00
WilliButz
5e9d92c839
Merge pull request #108142 from Ma27/grafana-img-renderer
grafana-image-renderer: init at 2020-12-01
2021-01-01 19:19:51 +01:00
Maximilian Bosch
a9d0682475
grafana-image-renderer: init at 2020-12-01
This package[1] is a replacement for the old phantomjs-integration[2]
which is practically EOL. It is basically used to render PNGs of panels
that triggered an alert in Grafana.

This package internally uses `puppeteer`[3] to control a headless
Chromium instance. Even though puppeteer recommends to use a fixed
revision of `chromium`, I checked that our default `pkgs.chromium` works
fine as well. Also, I don't think it's a good idea to use outdated
browser versions[4].

I used the latest revision from `master` on purpose since compiling the
code with `tsc` from `v2.0` didn't work and I couldn't figure out why.

[1] https://grafana.com/grafana/plugins/grafana-image-renderer
[2] https://grafana.com/blog/2020/05/07/grafana-7.0-preview-new-image-renderer-plugin-to-replace-phantomjs/
[3] https://github.com/puppeteer/puppeteer
[4] currently, puppeteer v2.0.0 is used which recommends revision 706915
    (v79.0.3945.130).
2021-01-01 19:19:11 +01:00
Dmitry Kalinkin
8bee208bf8
Merge pull request #107335 from veprbl/pr/root_6_20_08
root: 6.18.04 -> 6.22.06, don't build vendored LLVM
2021-01-01 12:28:37 -05:00
pacien
0f005c2132 ldgallery: init at 2.0 2021-01-01 16:30:48 +01:00
WilliButz
0587d518db
Merge pull request #107891 from lukegb/smokeping-prober
prometheus-smokeping-prober: init at 0.3.1 from git
2021-01-01 16:08:20 +01:00
WilliButz
2b04b8817e
Merge pull request #108096 from lukegb/bird-exporter
prometheus-bird-exporter: init at 1.3.5-git
2021-01-01 16:03:37 +01:00
WilliButz
a4960d450e
Merge pull request #107980 from lukegb/grafana-plugins
Add Nix packages for Grafana plugins and allow declarative installation
2021-01-01 16:00:17 +01:00
Thomas Tuegel
e65962eafd
nixos/plasma5: synchronize Qt version with all-packages.nix 2021-01-01 08:26:33 -06:00
Martin Weinelt
5bcc26338d
Merge pull request #108027 from Mic92/kaldi
kaldi: init at 2020-12-26
2021-01-01 14:42:55 +01:00
Anderson Torres
c868414fcf
Merge pull request #107831 from magnetophon/emulsion
emulsion: init at 7.2
2021-01-01 09:46:26 -03:00
github-actions[bot]
0fe33caad3
Merge master into staging-next 2021-01-01 12:25:52 +00:00
Lassulus
88439304c6
Merge pull request #107199 from mcbeth/qrcodegen
qrcodegen: init at 1.6.0
2021-01-01 12:32:40 +01:00
Jörg Thalheim
e03e3c5fad
kaldi: init at 2020-12-26
State-of-the-art speech-to-text engine - used in rhasspy

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-01 11:07:37 +01:00
Ryan Burns
b095078f44 gnutls: fix build on darwin
Incompatible with staged update to autoconf 2.70.
No effect on linux as autoconf is only needed on darwin.
2021-01-01 10:56:14 +01:00
Frederik Rietdijk
136c0d01d2 autoconf: use buildPackages when overriding version
to fix cross

Like bf46afde6b
2021-01-01 10:50:13 +01:00
github-actions[bot]
8500f595a1
Merge master into staging-next 2021-01-01 06:22:40 +00:00
Bart Brouns
b4a9a5ad71 emulsion: init at 7.2 2021-01-01 06:01:59 +01:00
Sandro
d841f374c6
Merge pull request #97140 from hirenashah/plujain-ramp
plujain-ramp: init at v1.1.3
2021-01-01 05:49:26 +01:00
Luke Granger-Brown
699e402705 prometheus-bird-exporter: init at 1.3.5-git 2021-01-01 04:43:59 +00:00
Quinn
e061be375b new-session-manager: init at 1.4.0 2020-12-31 19:04:05 -08:00
Sandro
5ea718cb2d
Merge pull request #106674 from 0x4A6F/master-freenukum 2021-01-01 03:39:00 +01:00
Sandro
eef90463b3
Merge pull request #107934 from SuperSandro2000/gitoxide-darwin
gitoxide: Fix build on darwin
2021-01-01 03:28:03 +01:00
0x4A6F
ac47ac9cb7
freenukum: init at 0.3.5 2021-01-01 01:37:12 +00:00
Sandro
027b3b478e
Merge pull request #107811 from llathasa-veleth/master 2021-01-01 02:27:26 +01:00
Bernardo Meurer
79adc84f5e
Merge pull request #107993 from jakeisnt/add-mopidy-scrobbler
mopidy-scrobbler: init at 2.0.1
2021-01-01 01:24:01 +00:00
Sandro
0acc36357a
Merge pull request #86943 from IvarWithoutBones/betterdiscord
betterdiscordctl: init at 1.7.0
2021-01-01 02:05:01 +01:00
github-actions[bot]
999c670119
Merge master into staging-next 2021-01-01 00:56:14 +00:00
jakeisnt
c3920418a5 mopidy-scrobbler: init at 2.0.1 2020-12-31 16:55:44 -08:00
Wael Nasreddine
7aa65d7b33
Merge pull request #107538 from 3noch/eac/go2go
go_2-dev: init at dev.go2go branch
2020-12-31 15:36:10 -08:00
Lassulus
0dfc8139e2
Merge pull request #107630 from bfortz/bitwig-3.3.1
Bitwig Studio : 3.2.8 -> 3.3.1
2021-01-01 00:32:32 +01:00
Sandro
819694aced
Merge pull request #107861 from dbirks/add-microplane
microplane: init at 0.0.25
2020-12-31 23:45:29 +01:00
Sandro
e79ddcf8c9
Merge pull request #108078 from svrana/wire
wire: init at v0.4.0
2020-12-31 23:12:37 +01:00
Sandro
f6251a5f55
Merge pull request #107876 from fabaff/wad 2020-12-31 21:58:20 +01:00
Shaw Vrana
9e4e26d922 wire: init at v0.4.0 2020-12-31 12:52:10 -08:00
Anderson Torres
d50923ab2d
Merge pull request #107892 from wishfort36/herbe
herbe: init at 1.0.0
2020-12-31 16:44:02 -03:00
David Birks
bd287c9d88
microplane: init at 0.0.25 2020-12-31 14:34:59 -05:00
github-actions[bot]
5dffe03f30
Merge master into staging-next 2020-12-31 18:42:41 +00:00
Elliot Cameron
fd6f76bf9b
go_2-dev: init at dev.go2go branch
Head of dev.go2go branch was abe4d3dce12252ed09216eaa67b7dab8c8922537
at time of writing.
2020-12-31 12:55:38 -05:00
wishfort36
7b34fb70f7 herbe: init at 1.0.0 2020-12-31 18:48:26 +01:00
Samuel Dionne-Riel
95cd8c8d7b ubootRaspberryPi4*: init at 2020.10 2020-12-31 18:20:49 +01:00
Samuel Dionne-Riel
7f23d3e519 raspberrypi-armstubs: init at 2020-10-08 2020-12-31 18:20:49 +01:00
Ben Siraphob
d55a9e23b6 spring: refactor 2021-01-01 00:20:18 +07:00
Fabian Affolter
21b8aaa7ad wad: init at 0.4.6 2020-12-31 17:44:36 +01:00
Frederik Rietdijk
bf46afde6b autoreconfHook: use buildPackages when using older version
Fixes cross
2020-12-31 15:58:30 +01:00
Emery Hemingway
7b8785b65d erofs-utils: init at 1.2 2020-12-31 14:43:11 +01:00
Frederik Rietdijk
e823016e66 Merge master into staging-next 2020-12-31 13:29:32 +01:00
Florian Pester
75eef96f08 colmapWithCuda: fix build 2020-12-31 09:56:07 +01:00
Jörg Thalheim
c2fca99f97
Revert "Merge branch 'master' into staging-next"
This reverts commit f19b7b03a0, reversing
changes made to 572a864d02.

Sorry. I pushed the wrong staging-next (the one that had my master
merged in). This was not intended.
2020-12-31 08:50:36 +01:00
Jörg Thalheim
f19b7b03a0
Merge branch 'master' into staging-next 2020-12-31 07:31:38 +01:00
Niklas Hambüchen
a8f2b9f4d9
Merge pull request #67643 from MetaDark/clonehero
clonehero: init at 0.23.2.2
2020-12-31 01:53:46 +01:00
freezeboy
eb6bdaa89b
signond: init 8.60 2020-12-31 01:29:26 +01:00
freezeboy
0bc5689058
kdeApplications.kaccounts-integration: init 20.08.2 2020-12-31 01:29:25 +01:00
Silvan Mosberger
ff97a25fc6
Merge pull request #104419 from otavio/topic/shellhub
shellhub-agent: Add service and package expressions
2020-12-31 00:07:42 +01:00
Thomas Tuegel
355df33432
Merge pull request #107483 from doronbehar/pkg/qt512
qt512: 5.12.7 -> 5.12.9
2020-12-30 14:12:06 -06:00
github-actions[bot]
e75c8744cb
Merge master into staging-next 2020-12-30 18:40:45 +00:00
Pavol Rusnak
bee02826b8
Merge pull request #107941 from c00w/ipfs_cluster
ipfs-cluster: Remove go1.14 pinning.
2020-12-30 19:36:36 +01:00
Luke Granger-Brown
3ba1a06a78 grafanaPlugins: init
This contains the base infrastructure (including a basic update script)
for maintaining Grafana plugins inside Nix, which, in a subsequent
commit, will be used for allowing the NixOS Grafana module to
automatically install plugins.
2020-12-30 17:30:54 +00:00
Kevin Cox
58f3c19b78
Merge pull request #107638 from thiagokokada/opentabletdriver-init
opentabletdriver: init at 0.4.2/add module
2020-12-30 09:18:26 -05:00
Aamaruvi Yogamani
8f56e4f92d
autocpu-freq: init at 1.5.1 2020-12-30 08:48:55 -05:00
Michele Guerini Rocco
8ba15f6383
Merge pull request #107939 from c00w/ncdns
ncdns: Update to 2020-11-22 to remove go1.14 dep.
2020-12-30 14:09:02 +01:00
github-actions[bot]
099a83caba
Merge master into staging-next 2020-12-30 12:24:47 +00:00
Andreas Rammhold
0f12442fb3
Merge pull request #106993 from andir/ml2pr/notcurses-init-at-2-1-0
notcurses: init at 2.1.0
2020-12-30 13:14:06 +01:00
Pavol Rusnak
29b658e67e
Merge pull request #107917 from wishfort36/tiramisu
tiramisu: init at 1.0
2020-12-30 12:19:55 +01:00
Frederik Rietdijk
027c952090 Revert "libjpeg_turbo: apply cmake patch for darwin"
cmake is now on 3.19.2 solving the bug that required this patch.

This reverts commit 5524c43f2c.
2020-12-30 11:18:22 +01:00
wishfort36
06e80a5930 tiramisu: init at 1.0 2020-12-30 10:54:44 +01:00
Jörg Thalheim
4caaec36dd
amazon-ec2-utils: 0.5.1 -> 1.3 2020-12-30 07:50:33 +01:00
Jörg Thalheim
2ed6fbfaf1
iina: init at 1.1.2 2020-12-30 07:50:29 +01:00
Doron Behar
f6188ca545
Merge pull request #84939 from doronbehar/package-ocrfeeder 2020-12-30 08:49:15 +02:00
Doron Behar
f423aea36a
Merge pull request #103077 from freezeboy/add-colobot 2020-12-30 08:42:16 +02:00
Doron Behar
ab6c5e5db9
Merge pull request #93118 from symphorien/kcollectd
kcollectd: init at 0.11.99.0
2020-12-30 08:40:29 +02:00
Doron Behar
1c090a5003
Merge pull request #106678 from SCOTT-HAMILTON/ksmoothdock
ksmoothdock: qt514 -> qt515 (fix build)
2020-12-30 08:39:09 +02:00
github-actions[bot]
056304189c
Merge master into staging-next 2020-12-30 06:22:20 +00:00
Colin L Rice
f7fc3bfd55 ipfs-cluster: Remove go1.14 pinning.
It builds without it, so I think it's just some legacy cruft
2020-12-30 00:16:22 -05:00
Colin L Rice
71d479fbd3 ncdns: Update to 2020-11-22 to remove go1.14 dep.
I've poked them to tag a new version at
https://github.com/namecoin/ncdns/issues/126, but master builds cleanly
with go1.15, so I just updated to unstable
2020-12-30 00:01:49 -05:00
Anderson Torres
4f5ae3e7d2
Merge pull request #106800 from MetaDark/protontricks
protontricks: 1.4.2 -> 1.4.3
2020-12-30 01:06:55 -03:00
Sandro Jäckel
256ae8cfe0 smesh: Fix building on darwin 2020-12-29 19:14:22 -08:00
Sandro Jäckel
a69b5bf7ec
gitoxide: Fix build on darwin 2020-12-30 03:05:47 +01:00
github-actions[bot]
31fc475812
Merge master into staging-next 2020-12-30 00:53:01 +00:00
Guillaume Bouchard
0c7b63e302
duckstation: init at unstable-2020-12-29 (#107878) 2020-12-30 00:35:04 +00:00
Pavol Rusnak
cf080616dc
Merge pull request #107579 from ewok/xkb-switch-i3
xkb-switch-i3: init at 1.8.1
2020-12-29 23:37:56 +01:00
Luke Granger-Brown
2c329d7954 prometheus-smokeping-prober: init at 0.3.1 from git 2020-12-29 18:59:51 +00:00
github-actions[bot]
ff873c7c21
Merge master into staging-next 2020-12-29 18:40:52 +00:00
Hiren Shah
0e5bad71c8 plujain-ramp: init at v1.1.3 2020-12-29 18:10:21 +00:00