Commit graph

36913 commits

Author SHA1 Message Date
talyz
9be76d0b6a gitlab: 12.3.4 -> 12.3.5 2019-10-08 16:35:50 +02:00
talyz
afa3abf632 gitlab: Refactor for new repo structure
GitLab recently restructured their repos; whereas previously they had
one gitlab-ce and one gitlab-ee repo, they're now one and the
same. All proprietary components are put into the ee subdirectory -
removing it gives us the foss / community version of GitLab. For more
info, see
https://about.gitlab.com/2019/02/21/merging-ce-and-ee-codebases/

This gives us the opportunity to simplify things quite a bit, since we
don't have to keep track of two separate versions of either the base
data or rubyEnv.
2019-10-08 15:52:11 +02:00
talyz
59324d1fb9 gitlab: Build frontend assets from source
Instead of extracting prebuilt assets from the debian build, build
them from the source. This should give faster package updates and
reduces the amount of data needed to be downloaded by more than 500MB.
2019-10-08 11:24:06 +02:00
talyz
09e657efea gitlab-shell: Split patch into ruby and go parts
Split the remove-hardcoded-locations patch into two separate patches,
one for the ruby package and one for the go package. This is clearer
and results in fewer rebuilds.
2019-10-04 18:06:23 +02:00
talyz
f3eb063ecf gitlab: 12.1.6 -> 12.3.4
- Update GitLab to 12.3.4

- Update update.py to cope with the new upstream repository structure

- Refactor gitlab-shell to use buildGoPackage and bundlerEnv for
  dependencies

- Refactor gitlab-workhorse to use buildGoPackage for dependencies

- Make update.py able to update gitlab-shell and gitlab-workhorse
  dependencies

- Various fixes necessary for update to work
2019-10-04 18:03:05 +02:00
Mario Rodas
44e14e9494 rclone: 1.49.3 -> 1.49.4
Changelog: https://forum.rclone.org/t/rclone-1-49-4-release/12099
2019-10-02 23:06:29 +09:00
Marek Mahut
a1c6434ebd
Merge pull request #70242 from mmahut/jormungandr
jormungandr: 0.5.4 -> 0.5.5
2019-10-02 14:20:42 +02:00
Mario Rodas
81e65ca31b
Merge pull request #70046 from marsam/update-zeek
zeek: 2.5.5 -> 3.0.0
2019-10-02 06:40:15 -05:00
Marek Mahut
f5ab71b864 jormungandr: 0.5.4 -> 0.5.5 2019-10-02 13:13:44 +02:00
Joachim F
2c117aec37
Merge pull request #58471 from colemickens/cu
cloud-utils: use `qemu-utils` instead of `qemu`
2019-10-02 09:59:52 +00:00
Jörg Thalheim
d97e30068c
Merge pull request #68231 from Chiiruno/dev/zeronet
Update: Zeronet, Init: pythonPackages: merkletools
2019-10-02 10:57:57 +01:00
Mario Rodas
7ed57e7c70
zeek: add tobim as maintainer 2019-10-02 04:00:00 -05:00
Michael Raskin
0fe1972e8c openscad: fix qscintilla2 library reference
It is a bit of mystery where it gets qscintilla2_qt5 idea (removing it
from cmake modlues doesn't help, and such a library doesn't exist), so
just force-fix it for now.
2019-10-02 10:35:33 +02:00
Lassulus
0cd4732b6c
Merge pull request #70203 from esclear/pgmodeler
pgmodeler: init at 0.9.1
2019-10-02 10:18:28 +02:00
Mario Rodas
80e262e85a
zeek: add marsam as maintainer 2019-10-02 03:00:00 -05:00
Jörg Thalheim
fca2e1cb5a
thunderbird: fix build with rustc 1.38 2019-10-02 08:53:58 +01:00
Minijackson
4e7364abab gnvim: init at 0.1.5 2019-10-02 14:08:40 +09:00
Daniel Albert
bed7146758 pgmodeler: init at 0.9.1
pgModeler (PostgreSQL Database Modeler) is an open source database modeling tool designed for PostgreSQL.
2019-10-02 06:44:16 +02:00
R. RyanTM
eca416c469 verilator: 4.016 -> 4.018
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/verilator/versions
2019-10-01 21:09:12 -05:00
Tobias Bora
e120e00d54 owncloud-client: Use qt5's own mkDerivation (#70187) 2019-10-01 17:48:23 -04:00
pacien
7a82c74afe riot-desktop: 1.4.0 -> 1.4.1 2019-10-01 20:50:00 +02:00
pacien
bdd869352f riot-web: 1.4.0 -> 1.4.1 2019-10-01 20:49:48 +02:00
markuskowa
f349aa3e5e
Merge pull request #70032 from sikmir/gpxsee
gpxsee: 7.13 -> 7.14
2019-10-01 20:13:25 +02:00
Christian Kampka
b980f1e46c kops_1_14: init at 1.14.0 (#70189) 2019-10-01 17:03:02 +00:00
R. RyanTM
5852497f3c imagemagick7: 7.0.8-58 -> 7.0.8-66
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-10-01 08:24:05 -07:00
Tim Steinbach
f5aaf1f958
zoom-us: 3.0.291715.0908 -> 3.0.301026.0930 2019-10-01 08:02:01 -04:00
Marek Mahut
a5bd569344
Merge pull request #70141 from mmahut/jormungandr
jormungandr: 0.5.2 -> 0.5.4
2019-10-01 10:15:18 +02:00
Samuel Dionne-Riel
c52b5b8a5d quassel: Fix use of mkDerivation
The `with stdenv;` would override the `mkDerivation` to be the regular
one, instead of the libsForQt5 one.

This simply removes the dangerous use of the all-encompassing `with`,
and prefers using a more precise inherit for `lib`.

See #65399

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-01 01:23:10 -04:00
Jon
5a2eaf5323
Merge pull request #69701 from r-ryantm/auto-update/obs-studio
obs-studio: 23.2.1 -> 24.0.1
2019-09-30 18:01:41 -07:00
Jon
0480cb2639
Merge pull request #69726 from r-ryantm/auto-update/parlatype
parlatype: 1.6.1 -> 1.6.2
2019-09-30 17:45:43 -07:00
Jon
2be1eac7fc
Merge pull request #69724 from xrelkd/update/go-ethereum
go-ethereum: 1.9.3 -> 1.9.5
2019-09-30 17:44:21 -07:00
Marek Mahut
7adddf7c3e jormungandr: 0.5.2 -> 0.5.4 2019-09-30 23:59:56 +02:00
Vladyslav M
9149da788f
zola: 0.8.0 -> 0.9.0 (#70029)
zola: 0.8.0 -> 0.9.0
2019-10-01 00:50:41 +03:00
José Luis Lafuente
b2c12abb28 kube3d: build as GoModule instead of GoPackage (#70062)
Also adds build flags version and k3sVersion. Previously it was using the default, dev and latest
2019-09-30 17:37:37 -04:00
Jon
0e88a0e257
Merge pull request #69877 from JakeStanger/rofi-mpd
rofi-mpd: init at 1.1.0
2019-09-30 07:14:53 -07:00
Timo Kaufmann
7a7e9c1b27
Merge pull request #64193 from timokau/sage-8.9
sage: 8.8 -> 8.9
2019-09-30 11:13:46 +00:00
Timo Kaufmann
d9176bee70 sage: 8.9.rc1 -> 8.9 2019-09-30 11:10:10 +02:00
Mario Rodas
0449518afb
zeek: 2.5.5 -> 3.0.0 2019-09-29 21:21:21 -05:00
Jon
9017f8c7cf
Merge pull request #69937 from r-ryantm/auto-update/qlcplus
qlcplus: 4.12.1 -> 4.12.2
2019-09-29 18:20:00 -07:00
Jon
45804475f4
Merge pull request #69938 from r-ryantm/auto-update/quilter
quilter: 1.9.5 -> 2.0.0
2019-09-29 18:16:13 -07:00
Ryan Mulligan
8519cd1aa0
Merge pull request #69735 from r-ryantm/auto-update/picard-tools
picard-tools: 2.20.5 -> 2.20.8
2019-09-29 15:44:33 -07:00
Jake Stanger
499deedb86 rofi-mpd: init at 1.1.0 2019-09-29 22:51:25 +01:00
markuskowa
88af3a6c21
Revert "qradiolink: 0.5.0 -> 0.5.2" 2019-09-29 22:21:57 +02:00
Nikolay Korotkiy
e84cea5761
gpxsee: 7.13 -> 7.14 2019-09-29 22:22:20 +03:00
Michael Weiss
27a335c963
tdesktop: 1.8.8 -> 1.8.9 2019-09-29 21:21:50 +02:00
Mario Rodas
9e9fcba6a8
Merge pull request #70012 from sikmir/hugo
hugo: 0.58.0 -> 0.58.3
2019-09-29 12:39:35 -05:00
Ryan Mulligan
fafaa18796
Merge pull request #69971 from r-ryantm/auto-update/streamlink
streamlink: 1.1.1 -> 1.2.0
2019-09-29 10:22:32 -07:00
R. RyanTM
887cf78b0e wireshark: 3.0.3 -> 3.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireshark-qt/versions
2019-09-29 18:58:39 +02:00
Even Brenden
9717d35312 jotta-cli: init at 0.6.18626 (#69326)
Reviewed-by: Tor Hedin Brønner <torhedinbronner@gmail.com>
2019-09-29 18:21:51 +02:00
0x4A6F
a228951a70
zola: 0.8.0 -> 0.9.0 2019-09-29 14:37:27 +00:00