271565 Commits

Author SHA1 Message Date
Stefan Frijters
a0e2df27c9
terminator: 1.92 -> 2.1.0 2021-02-16 17:05:07 +01:00
Jörg Thalheim
ee688534bd
Merge pull request #113315 from sternenseemann/stdint-0.7.0
ocamlPackages.stdint: 0.6.0 -> 0.7.0
2021-02-16 16:00:46 +00:00
AndersonTorres
973473e249 wlogout: init at 1.1.1 2021-02-16 12:40:34 -03:00
AndersonTorres
7d7036b5e7 Aglomerating all tools/wayland 2021-02-16 12:37:41 -03:00
AndersonTorres
c0cec33cba wob: rename from tools/misc to tools/wayland 2021-02-16 12:37:41 -03:00
AndersonTorres
34688a7fb0 wlr-randr: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres
e6070d1e08 wl-clipboard: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres
e72435ba8e wev: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres
70066b0191 slurp: rename from tools/misc to tools/wayland 2021-02-16 12:37:40 -03:00
AndersonTorres
fa1d3eee74 kanshi: rename from tools/misc to tools/wayland 2021-02-16 12:37:39 -03:00
AndersonTorres
7f3c4b5df2 clipman: rename from tools/misc to tools/wayland 2021-02-16 12:37:39 -03:00
Martin Weinelt
6f3517b533
Merge pull request #113312 from r-ryantm/auto-update/Ajour
ajour: 0.7.0 -> 0.7.1
2021-02-16 16:09:19 +01:00
R. RyanTM
ada1fa0adc coursier: 2.0.11 -> 2.0.12 2021-02-16 09:46:57 -05:00
sternenseemann
cb15bdad1c ocamlPackages.stdint: 0.6.0 -> 0.7.0
* Lower minimumOCamlVersion like upstream.
* Enable tests which unfortunately require some fixing up.
* Use release tarball
* Use dune 2
2021-02-16 15:26:58 +01:00
Nathan van Doorn
637fcf2593 j: fix build 2021-02-16 14:26:06 +00:00
R. RyanTM
1d51f8e360 signal-cli: 0.7.4 -> 0.8.0 2021-02-16 15:16:41 +01:00
R. RyanTM
17ba6130e8 ajour: 0.7.0 -> 0.7.1 2021-02-16 14:12:23 +00:00
R. RyanTM
6abcada9a8 bindfs: 1.14.9 -> 1.15.0 2021-02-16 13:51:27 +00:00
Michael Weiss
2f467621b7
tev: Set TEV_DEPLOY=1 2021-02-16 14:46:25 +01:00
Michael Weiss
3d9deb5473
gns3-{gui,server}: 2.2.17 -> 2.2.18 2021-02-16 14:46:00 +01:00
Robin Townsend
5899fb563b matrix-synapse: 1.26.0 -> 1.27.0
https://github.com/matrix-org/synapse/releases/tag/v1.27.0
2021-02-16 08:45:33 -05:00
Michael Weiss
1159a79877
tev: 1.16 -> 1.17 2021-02-16 14:14:39 +01:00
Ingo Blechschmidt
83919e4c79 qemacs: init at 0.3.3 2021-02-16 13:57:49 +01:00
Nikolay Korotkiy
0990e25319
crow-translate: 2.6.2 → 2.7.1 2021-02-16 15:51:18 +03:00
R. RyanTM
847274a765 seaweedfs: 2.24 -> 2.26 2021-02-16 12:32:25 +00:00
github-actions[bot]
b31a0f36f8
Merge master into staging-next 2021-02-16 12:20:04 +00:00
sternenseemann
5db97c0fb8 zettlr: 1.7.5 -> 1.8.7
Some files in the appimage changed from 'zettlr' to 'Zettlr', keeping
them as lowercase in package output for consistency.

Add texlive and pandoc{,-citeproc} for PDF export.
2021-02-16 13:05:56 +01:00
Maximilian Bosch
b8878b950f
element-desktop: 1.7.20 -> 1.7.21
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.21
2021-02-16 12:53:17 +01:00
Maximilian Bosch
234bed4090
element-web: 1.7.20 -> 1.7.21
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.21
2021-02-16 12:53:17 +01:00
Peter Simons
c4d8bd324f r-arrow: update the library to version 3.0.0 to match the version of arrow-cpp
See https://github.com/NixOS/nixpkgs/issues/81761 for further details.
2021-02-16 12:47:21 +01:00
Peter Simons
64b5504939 r-arrow: add missing arrow-cpp dependency to the build
See https://github.com/NixOS/nixpkgs/issues/81761 for further details.
2021-02-16 12:47:21 +01:00
Martin Weinelt
c18f1912ce
Merge pull request #112747 from r-ryantm/auto-update/python3.7-oauthenticator
python37Packages.oauthenticator: 0.12.3 -> 0.13.0
2021-02-16 12:36:13 +01:00
Martin Weinelt
70ce11845e
Merge pull request #113272 from fabaff/bump-hatasmota
python3Packages.hatasmota: 0.2.8 -> 0.2.9
2021-02-16 12:32:42 +01:00
sternenseemann
5a13d561ff sbcl: refactor nix expression for all versions
The sbcl version specific nix expressions were an exact copy of each
other with the version and hash swapped out, leading to unnecessary code
duplication. This has been resolved by moving the common expression to
common.nix and only tracking version and hash in the version specific
expressions.

Since the expression is unchanged, this should cause 0 rebuilds.
2021-02-16 12:17:47 +01:00
R. RyanTM
99eeda9fdb ncgopher: 0.1.5 -> 0.2.0 2021-02-16 12:01:42 +01:00
R. RyanTM
e8b7eb12f0 pam_gnupg: 0.2 -> 0.3 2021-02-16 10:37:19 +00:00
Peter Simons
68dc52a6b1 hackage-packages.nix: revert "automatic Haskell package set update"
This reverts commits 4ebd7a3d64b4f778c5636121b56d20f4c2ee4e26 & 1970700ed65a0c77de75de3b7f7e6f3382221930.
These changes were committed to 'master' by accident.
2021-02-16 11:34:33 +01:00
Ben Siraphob
2877a5c7ee dlx: fix cross-compilation 2021-02-16 17:30:38 +07:00
R. RyanTM
554f613f02 openfpgaloader: 0.2.1 -> 0.2.5 2021-02-16 10:11:15 +00:00
Ben Siraphob
e2b451fa8a flasm: fix cross-compilation 2021-02-16 16:35:04 +07:00
Fabian Affolter
b8b1123267 shhgit: init at 0.4-7e55062 2021-02-16 10:33:11 +01:00
Ben Siraphob
321cf71d34 miranda: fix cross-compilation 2021-02-16 16:28:26 +07:00
Robert Hensing
46a4d53063 qtwebengine: Increase build timeout to 24h
The default 10h timeout caused the cancellation of builds on
aarch64-linux builders.
Perhaps counterintuitively, this wastes resources because it
requires a restart, but never completes.

https://hydra.nixos.org/build/136917190
2021-02-16 10:17:55 +01:00
R. RyanTM
cf6075bcda minio-client: 2021-02-10T07-32-57Z -> 2021-02-14T04-28-06Z 2021-02-16 09:07:32 +00:00
R. RyanTM
b1eca3e337 minio: 2021-02-11T08-23-43Z -> 2021-02-14T04-01-33Z 2021-02-16 09:03:40 +00:00
Marvin Strangfeld
e180ed238b
skaffold: 1.17.2 -> 1.20.0 2021-02-16 09:45:03 +01:00
Jörg Thalheim
ecc19c0b99
Merge pull request #113274 from danieldk/fend-install-check
fend: add install check
2021-02-16 08:44:10 +00:00
Vincent Laporte
0b6201180e
ocamlPackages.gettext: use Dune 2 2021-02-16 09:36:40 +01:00
Jörg Thalheim
0357225e16
Merge pull request #113170 from happysalada/node_packages_generate_sh_script
nodePackages: fix generate.sh failure
2021-02-16 08:27:33 +00:00
Daniël de Kok
6994d10b61 bmap-tools: add six dependency 2021-02-16 09:04:59 +01:00