Commit Graph

53811 Commits

Author SHA1 Message Date
Matthieu Coudron
b9bf757503 kubernetes-helm: support plugins
also introduce helm-s3, helm-diff, helm-secrets plugin.

You can create a wrapped helm with these plugins via:

  myHelm = final.wrapHelm final.kubernetes-helm-unwrapped {
    plugins = with final.kubernetes-helmPlugins; [ helm-s3 helm-secrets helm-diff ];
  };

Running `helm plugin list` will show you these are available.
2021-03-03 13:50:19 -06:00
Nick Novitski
4abe6c75ff
taskwarrior: 2.5.2 -> 2.5.3 (#113056) 2021-03-03 20:22:20 +01:00
Bernardo Meurer
3371fe2c9b
Merge pull request #114290 from sternenseemann/missing-libs
treewide: add missing lib inputs
2021-03-03 18:51:33 +00:00
Sandro
58a5417197
Merge pull request #114989 from SuperSandro2000/fix-collection20 2021-03-03 19:21:19 +01:00
Sandro
6929de24f5
Merge pull request #114820 from bobvanderlinden/pr-hyper-gtk3
hyper: add required libraries to library path
2021-03-03 18:37:11 +01:00
Sandro
c847eaa053
Merge pull request #114996 from qzle/mycrypto
mycrypto: Fix crash when opening FileChooser dialog
2021-03-03 18:19:02 +01:00
R. RyanTM
1d9d858989
gpxsee: 8.7 -> 8.8 (#114986) 2021-03-03 18:06:02 +01:00
Sandro
39cf57406a
Merge pull request #114991 from yvt/fix-cfdyndns
cfdyndns: fix build
2021-03-03 18:01:20 +01:00
Sandro
364a0e3e7f
Merge pull request #114988 from SuperSandro2000/senv
senv: init at 0.5.0
2021-03-03 18:00:42 +01:00
Samuel Noordhuis
e0a6314775
terraform-docs: 0.9.1 -> 0.11.2 (#114803)
The owner of the repository has changed from segmentio to terraform-docs
since the last pull request.

This commit also introduces the use of buildGoModule in place of
buildGoPackage, so that we can avoid generating a deps.nix file for
module dependencies.
2021-03-03 17:38:09 +01:00
Jens Nolte
5c66c2233d mycrypto: Fix crash when opening FileChooser dialog 2021-03-03 17:36:45 +01:00
Bob van der Linden
091bd4d622
hyper: add required libraries to library path 2021-03-03 17:35:14 +01:00
yvt
0177ea48e2 cfdyndns: fix build
The custom installPhase got broken as the rust build scripts only
provide $releaseDir in postInstall hooks. The default rust installPhase
installs the same files, so the custom one is unnecessary.
2021-03-04 01:05:00 +09:00
Michael Weiss
9004162c26
chromium: Add my script to generate the commit messages
Might not be that readable and reliable but it should get the job done.
2021-03-03 16:55:03 +01:00
Sandro Jäckel
bc4afe3260
calligra: remove unused input 2021-03-03 16:23:57 +01:00
Sandro Jäckel
0f78e1772f
aqemu: mark broken 2021-03-03 16:23:55 +01:00
Sandro Jäckel
238ce01f85
qtemu: remove unused input 2021-03-03 16:23:54 +01:00
Sandro Jäckel
993fb95e78
qemu: remove not require enableParallelBuild 2021-03-03 16:23:53 +01:00
Sandro Jäckel
76784820fc
senv: init at 0.5.0 2021-03-03 16:20:51 +01:00
Sandro
e029e4148f
Merge pull request #114322 from wilsonehusin/repackage-obsidian-app
obsidian: refactor to build using app.asar
2021-03-03 16:19:30 +01:00
Sandro
673bb14266
Merge pull request #114834 from sternenseemann/apostrophe-2.3 2021-03-03 16:18:40 +01:00
Sandro
af1f8ba313
Merge pull request #114866 from eduardosm/pothos
pothos: init at 0.7.1
2021-03-03 15:35:10 +01:00
Sandro
f40698351e
Merge pull request #114959 from dywedir/pijul
pijul: 1.0.0-alpha.38 -> 1.0.0-alpha.46
2021-03-03 14:56:06 +01:00
Maximilian Bosch
d4821a4892
vorta: 0.7.4 -> 0.7.5
ChangeLog: https://github.com/borgbase/vorta/releases/tag/v0.7.5
2021-03-03 14:39:27 +01:00
Eduardo Sánchez Muñoz
62ea910ef3 pothos: init at 0.7.1 2021-03-03 14:00:05 +01:00
Michael Weiss
d774b4234a
[needs new maintainer] gitRepo: Remove myself as maintainer (#114835)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-03 13:44:26 +01:00
sternenseemann
6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
Sandro
09ed39bf5b
Merge pull request #114826 from fortuneteller2k/update-flavours
flavours: 0.3.5 -> 0.3.6
2021-03-03 13:16:38 +01:00
Sandro
64648916c0
Merge pull request #114797 from Chili-Man/minikube-1.18.0-update
minikube: 1.17.1 -> 1.18.0
2021-03-03 13:09:37 +01:00
Aaron Andersen
f209432103
Merge pull request #114935 from aanderse/kodi-platform-name-fix
kodi: fix build for wayland and gbm
2021-03-03 06:49:38 -05:00
Michael Weiss
9f38162b30
chromium: 88.0.4324.182 -> 89.0.4389.72
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop.html

This update includes 47 security fixes. Google is aware of reports that
an exploit for CVE-2021-21166 exists in the wild.

CVEs:
CVE-2021-21159 CVE-2021-21160 CVE-2021-21161 CVE-2021-21162
CVE-2021-21163 CVE-2021-21164 CVE-2021-21165 CVE-2021-21166
CVE-2021-21167 CVE-2021-21168 CVE-2021-21169 CVE-2021-21170
CVE-2021-21171 CVE-2021-21172 CVE-2021-21173 CVE-2021-21174
CVE-2021-21175 CVE-2021-21176 CVE-2021-21177 CVE-2021-21178
CVE-2021-21179 CVE-2021-21180 CVE-2020-27844 CVE-2021-21181
CVE-2021-21182 CVE-2021-21183 CVE-2021-21184 CVE-2021-21185
CVE-2021-21186 CVE-2021-21187 CVE-2021-21188 CVE-2021-21189
CVE-2021-21190
2021-03-03 12:23:11 +01:00
Domen Kožar
52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
adisbladis
828a3fbc68
Merge pull request #114961 from zowoq/crun
crun: 0.17 -> 0.18
2021-03-03 11:48:45 +02:00
R. RyanTM
1897d54219 musescore: 3.6 -> 3.6.1 2021-03-03 03:32:26 -05:00
zowoq
71a28ca2c1 crun: 0.17 -> 0.18
https://github.com/containers/crun/releases/tag/0.18
2021-03-03 18:08:13 +10:00
Vladyslav M
e2f5dca46a
pijul: 1.0.0-alpha.38 -> 1.0.0-alpha.46 2021-03-03 09:59:06 +02:00
R. RyanTM
b6b073ae0e bchoppr: 1.10.0 -> 1.10.2 2021-03-03 00:56:24 -05:00
Daniël de Kok
34644926a4
Merge pull request #114951 from r-ryantm/auto-update/1password
_1password-gui: 0.9.14-4 -> 0.9.26
2021-03-03 06:55:53 +01:00
Linus Heckemann
b1e00e453b
Merge pull request #114897 from r-ryantm/auto-update/freerdp
freerdp: 2.3.0 -> 2.3.1
2021-03-03 06:41:33 +01:00
Sandro
6968b056c5
Merge pull request #114933 from lovesegfault/waybar-rfkill-fix 2021-03-03 05:37:49 +01:00
R. RyanTM
09e66ad4c2 _1password-gui: 0.9.14-4 -> 0.9.26 2021-03-03 03:28:17 +00:00
Mario Rodas
a03437f35f
Merge pull request #114920 from r-ryantm/auto-update/istioctl
istioctl: 1.9.0 -> 1.9.1
2021-03-02 21:24:59 -05:00
Mario Rodas
cb47d44717
Merge pull request #114836 from marsam/update-zeek
zeek: 3.2.4 -> 4.0.0
2021-03-02 21:14:18 -05:00
Bernardo Meurer
3679be8a64
Merge pull request #114883 from r-ryantm/auto-update/cntr
cntr: 1.4.1 -> 1.5.0
2021-03-03 01:55:58 +00:00
Aaron Andersen
6667c07db0 kodi: fix build for wayland and gbm 2021-03-02 20:23:37 -05:00
Bernardo Meurer
fcb969e119
waybar: fix compatibility with kernels >=5.11 2021-03-02 17:08:55 -08:00
Bernardo Meurer
ecf4afbdaa
waybar: add lovesegfault as maintainer 2021-03-02 17:04:55 -08:00
Sandro
58927de449
Merge pull request #114895 from AndersonTorres/updates 2021-03-03 01:08:52 +01:00
Eduardo Sánchez Muñoz
b1718d879a
librepcb: fix use of wrapQtApp (#114891) 2021-03-03 01:03:37 +01:00
R. RyanTM
e9c6bcd1fc istioctl: 1.9.0 -> 1.9.1 2021-03-02 23:52:46 +00:00