Commit Graph

276118 Commits

Author SHA1 Message Date
github-actions[bot]
121cc02fe8
Merge master into staging-next 2021-03-12 06:17:54 +00:00
TredwellGit
f03cfcafbf
wireshark: 3.4.3 -> 3.4.4 (#116018)
https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html
2021-03-12 07:03:16 +01:00
Mario Rodas
d02b1cc8ed
Merge pull request #116011 from samuela/upkeep-bot/vscode-1.54.2-1615508392
vscode: 1.53.2 -> 1.54.2
2021-03-11 23:00:13 -05:00
Bernardo Meurer
83156b83f1
Merge pull request #116020 from mweinelt/firefox
firefox: 86.0 -> 86.0.1
2021-03-12 03:42:34 +00:00
Mario Rodas
143bfeebcd
Merge pull request #116019 from r-ryantm/auto-update/mruby
mruby: 2.1.2 -> 3.0.0
2021-03-11 22:29:00 -05:00
Mario Rodas
1394179695
Merge pull request #116002 from fatho/fix/dunst-src-hash
dunst: fix 1.6.1 src and build
2021-03-11 22:25:48 -05:00
Martin Weinelt
5ad7e11e5d
firefox: 86.0 -> 86.0.1 2021-03-12 04:17:38 +01:00
R. RyanTM
5d294f1912 mruby: 2.1.2 -> 3.0.0 2021-03-12 03:10:25 +00:00
Martin Weinelt
91b3ede829
Merge pull request #115498 from thefloweringash/stdenv-darwin-brotli
stdenv/darwin: allow brotli reference from curl
2021-03-12 03:28:53 +01:00
Sandro
c5147860e2
Merge pull request #115937 from 06kellyjac/kube3d
kube3d: 4.2.0 -> 4.3.0
2021-03-12 02:45:11 +01:00
Sandro
b409c3c9b4
Merge pull request #115989 from spease/spease/cocoapods-update 2021-03-12 02:44:55 +01:00
Sandro
bb0d236596
Merge pull request #115997 from Profpatsch/lorri-1.3.1
lorri: 1.3.0 -> 1.3.1
2021-03-12 02:44:37 +01:00
Sandro
802cc885e4
Merge pull request #115718 from timstott/tmuxPlugins-refactor-mkTmuxPlugin
tmuxPlugins: rename function to build plugin
2021-03-12 02:36:43 +01:00
Sandro
c0a09eb740
Merge pull request #116009 from fzakaria/faridzakaria/fix-jruby-java-home
jruby: Fix JAVA_HOME to support proper jmod support
2021-03-12 02:24:43 +01:00
Sandro
2b839d7a0f
Merge pull request #115500 from SuperSandro2000/override-new-lines
pythonPackages: move overrides into new lines
2021-03-12 02:16:18 +01:00
Sandro
1b6e2fb5f7
Merge pull request #115995 from Mindavi/libwebsockets/cross-compilation-fix
libwebsockets: improve cross-compilation support
2021-03-12 02:09:34 +01:00
Sandro
d214588367
Merge pull request #115981 from liff/python-hcloud/v1.11.0
pythonPackages.hcloud: 1.10.0 -> 1.11.0
2021-03-12 02:04:09 +01:00
Sandro
f7bf62ec5b
Merge pull request #115986 from 0x4A6F/master-dasel
dasel: 1.13.3 -> 1.13.4
2021-03-12 01:59:45 +01:00
github-actions[bot]
903fc48674
Merge master into staging-next 2021-03-12 00:39:51 +00:00
upkeep-bot
2a9193c0ce vscode: 1.53.2 -> 1.54.2 2021-03-12 00:19:52 +00:00
Farid Zakaria
bfcd4b0e2a jruby: Fix JAVA_HOME to support proper jmod support
This is investigation I've done in support of
https://github.com/jruby/jruby/issues/6608 where I noticed some funky
issues with JRuby and module loading.

Looks like that JRuby expects JAVA_HOME to have a directory called
`jmod`, which is consistent with the Java Module system.

Unfortunately, the top level directory for the `jre` or `jdk` /nix/store
entry is not a valid JAVA_HOME since it is missing that directory.

Instead it's set within `lib/openjdk`, and there is a passthru variable
set accordingly.

This fixes JRuby and follows many other derivations.
A simple search in the code-base shows that there are many other
packages that suffer this same bug.
2021-03-11 16:10:22 -08:00
Mario Rodas
0fad702a50
Merge pull request #115985 from 0x4A6F/master-promscale
promscale: 0.2.0 -> 0.2.1
2021-03-11 19:08:27 -05:00
Sandro Jäckel
8a26c93b4c
pythonPackages: move overrides into new lines 2021-03-12 00:12:56 +01:00
Wael Nasreddine
34cf38fca4 vimPlugins.fzfWrapper: place the fzf binary in the plugin's bin dir 2021-03-12 00:05:24 +01:00
Fabian Thorand
f2560115dc dunst: fix 1.6.1 src and build
The previous bump to version 1.6.1 left the sha256 of the src attribute
unchanged, and as a consequence, it still built the old version.
But since the make config injected the version number, the binary still
self-reported as 1.6.1, even though it was built from 1.5.0.
2021-03-12 00:01:38 +01:00
Graham Christensen
7b69e62cb0
Merge pull request #116000 from sternenseemann/mcfgthreads-fix-eval
mcfgthreads: fix syntax
2021-03-11 18:00:20 -05:00
sternenseemann
81e5833fd1 mcfgthreads: fix syntax
PR #115603 / 8ad96b7786 introduced a
syntax error by introducing an '' inside an indented string and thus a
syntax error. Was merged despite the failing ofborg check.
2021-03-11 23:59:14 +01:00
Profpatsch
dfafbdd56c lorri: 1.3.0 -> 1.3.1
Fix `lorri direnv` triggering an unconditional rebuild every time it is run.

After fixing up the build loop people suddenly started noticing that
lorri was evaluating every time something ran `lorri direnv`, which
could potentially be every time the user switched between buffers in
the editor.

This is not the intended behaviour, since we should run an
unconditional build only the first time the project is added to the
watcher, and after rely on the watcher to notify us of any file
changes (or the user running `lorri internal ping` to force a
rebuild).
2021-03-11 23:54:02 +01:00
Sandro
793bc75c81
Merge pull request #115929 from marsam/fix-nix-linter-build
nix-linter: fix build
2021-03-11 23:40:39 +01:00
Sandro
a5d6ab4932
Merge pull request #115963 from OPNA2608/update/megapixels-0.15.0/21.05
megapixels: 0.14.0 -> 0.15.0
2021-03-11 23:38:59 +01:00
Sandro
99838b738d
Merge pull request #115957 from ilian/u/reaper
reaper: 6.23 -> 6.25
2021-03-11 23:36:40 +01:00
Sandro
cf4c29a9ec
Merge pull request #115955 from 06kellyjac/nerdctl
nerdctl: 0.7.0 -> 0.7.1
2021-03-11 23:36:15 +01:00
R. RyanTM
2d286fbf8c signal-cli: 0.8.0 -> 0.8.1 2021-03-11 23:28:50 +01:00
John Ericson
7ef425d276
Merge pull request #115603 from mroi/patch-mcfgthreads
mcfgthreads: enable cross-compiling on Darwin
2021-03-11 17:23:29 -05:00
Sandro
a7a28d3343
Merge pull request #115978 from superherointj/package-mtd-utils
mtd-utils: 2.1.1 -> 2.1.2
2021-03-11 23:17:09 +01:00
Rick van Schijndel
03b6aa509a libwebsockets: improve cross-compilation support
Building works on aarch64-multiplatform:

- libwebsockets_3_1
- libwebsockets_3_2
- libwebsockets_4_0
- libwebsockets_4_1
2021-03-11 23:09:31 +01:00
Michael Weiss
381af7aa3f
chromiumBeta: 89.0.4389.72 -> 90.0.4430.19 2021-03-11 22:48:17 +01:00
Tim Steinbach
1857d1bf70 awscli: 1.19.24 -> 1.19.25 2021-03-11 16:20:37 -05:00
Tim Steinbach
ba3b293272 python3Packages.boto3: 1.17.24 -> 1.17.25 2021-03-11 16:20:37 -05:00
Tim Steinbach
50271bfa76 python3Packages.botocore: 1.20.24 -> 1.20.25 2021-03-11 16:20:37 -05:00
Steven Pease
b2942f0e2a cocoapods-beta: 1.10.0 -> 1.10.1 2021-03-11 13:10:59 -08:00
Steven Pease
108aa14927 cocoapods: 1.10.0 -> 1.10.1 2021-03-11 13:10:04 -08:00
0x4A6F
810b7863cf
dasel: 1.13.3 -> 1.13.4 2021-03-11 21:41:31 +01:00
Sandro
fde0082ca4
Merge pull request #115932 from dotlambda/marisa-trie-cython
python39Packages.marisa-trie: fix
2021-03-11 21:36:18 +01:00
0x4A6F
db9e9af3ae
promscale: 0.2.0 -> 0.2.1 2021-03-11 21:33:57 +01:00
Sandro
148e686044
Merge pull request #115933 from 06kellyjac/terragrunt
terragrunt: 0.28.8 -> 0.28.9
2021-03-11 21:04:35 +01:00
Benjamin Hipple
17a9f368e3
Merge pull request #115793 from lbpdt/feature/docker-tools-layered-image-name-slashes
dockerTools.buildLayeredImage: image names with registry/ prefix
2021-03-11 14:58:26 -05:00
Benjamin Hipple
f707104092
Merge pull request #115791 from lbpdt/feature/docker-tools-nix-store-dir
dockerTools.buildLayeredImage: configurable store root
2021-03-11 14:56:39 -05:00
Sandro
54972fdaf5
Merge pull request #115941 from NeQuissimus/jenkins
jenkins: 2.263.4 → 2.277.1
2021-03-11 20:55:30 +01:00
Fabian Affolter
93e2dafc9d
Merge pull request #115840 from r-ryantm/auto-update/gdu
gdu: 4.7.0 -> 4.8.0
2021-03-11 20:54:40 +01:00