Commit graph

53844 commits

Author SHA1 Message Date
Maximilian Bosch 9a02192dc5
gitea: 1.13.2 -> 1.13.3
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.13.3
2021-03-04 18:54:38 +01:00
Sandro 233cacc9eb
Merge pull request #115090 from raboof/jekyll-update-plugins
jekyll: update various plugins
2021-03-04 18:53:21 +01:00
Sandro 7a43daafd5
Merge pull request #115065 from doronbehar/pkg/zoom-us 2021-03-04 18:43:10 +01:00
adisbladis 0f12ee7996
Merge pull request #115098 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.9.25 -> 1.10.0
2021-03-04 19:23:27 +02:00
Jonas Chevalier 0722ddab3a
Merge pull request #115064 from andir/update-tf-kubernetes
update terraform-providers.{helm,kubernetes} to 2.0.2
2021-03-04 16:32:02 +00:00
Ryan Mulligan 8b8680bbc8
Merge pull request #114900 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.43 -> 1.44_fix
2021-03-04 08:25:30 -08:00
R. RyanTM 91838d4dcc go-ethereum: 1.9.25 -> 1.10.0 2021-03-04 16:19:04 +00:00
Robert Hensing f3d006c1d4
Merge pull request #115083 from osener/fix-dockertools-on-darwin
dockerTools: fix build on Darwin
2021-03-04 16:50:26 +01:00
Ozan Sener 78f322f2d0 dockerTools: fix build on Darwin
Fixes #110665

Introduced by #109420
2021-03-04 16:17:48 +01:00
Robert Hensing 89aa0173ca
Merge pull request #115075 from siraben/stdenv-cleanup
treewide: remove stdenv where not needed
2021-03-04 15:51:04 +01:00
Arnout Engelen 506c137234
jekyll: update various plugins 2021-03-04 15:49:11 +01:00
Ben Siraphob 98f26993f2 treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
Sandro 13a3551cec
Merge pull request #115041 from SuperSandro2000/r
R: switch to pname + version
2021-03-04 13:38:16 +01:00
Doron Behar 132d954d35 zoom-us: 5.5.7011.0206 → 5.5.7938.0228 2021-03-04 14:09:35 +02:00
Doron Behar d0853a745c zoom-us: set src pname and version for update script
Cleanup unused arguments.
2021-03-04 14:09:35 +02:00
Sandro 8512e9e45f
Merge pull request #115045 from lionello/patch-4
quantum-espresso: enable on darwin
2021-03-04 13:07:05 +01:00
Sandro f233ff3a70
Merge pull request #115043 from chuahou/add-stork 2021-03-04 12:41:01 +01:00
Andreas Rammhold 4c6e467d26
terraform-providers.kubernetes: 1.13.3 -> 2.0.2 2021-03-04 12:34:53 +01:00
Andreas Rammhold 84e4da60df
terraform-providers.helm: 1.3.2 -> 2.0.2 2021-03-04 12:34:53 +01:00
Andreas Rammhold e3a4ba0052
terraform-providers: fix impurity about Nix version used
I wasn't able to figure out for which unstable version of Nix this is
supposed to work so I added nix itself to the package list. Nix will now
be the same stable version that is also provided in this nixpkgs
checkout.

To make it work with a stable Nix version I also had to trim the build
error output as otherwise it would contain the sha256 prefix & a newline
followed by "error:".
2021-03-04 12:34:48 +01:00
Michael Weiss 8671fe7c90
chromiumDev: 90.0.4427.5 -> 90.0.4430.11 2021-03-04 11:50:46 +01:00
Lio李歐 51512d843a
quantum-espresso: enable on darwin 2021-03-03 19:40:47 -08:00
Chua Hou 1ebcf4af62
stork: init at 1.1.0 2021-03-04 10:57:32 +08:00
Sandro Jäckel 086e9e0978
R: switch to pname + version 2021-03-04 03:47:33 +01:00
Sandro 853059e384
Merge pull request #115019 from lsix/nano-5.6.1
nano: 5.6 -> 5.6.1
2021-03-04 02:17:48 +01:00
Peter Hoeg d9f9d3088f kdeApplications.kamoso: init at 20.12.1 2021-03-04 09:14:37 +08:00
Sandro ac1c20756c
Merge pull request #114717 from AndersonTorres/new-luakit
luakit: 2.2.1 -> 2.3
2021-03-04 01:05:06 +01:00
Lancelot SIX f5637361e1 nano: 5.6 -> 5.6.1
See https://lists.gnu.org/archive/html/info-gnu/2021-03/msg00000.html
for release infromation
2021-03-03 22:09:22 +00:00
Sandro e0e4484f2c
Merge pull request #107836 from Thra11/pure-maps 2021-03-03 21:26:50 +01:00
Eric Bailey 93ea4e0102 kubernetes-helmPlugins: build rather than download 2021-03-03 13:50:19 -06:00
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