flurie
84fdde6cdd
bklk: fix builds on darwin
2021-11-11 15:18:04 -05:00
Thiago Kenji Okada
c6270366d7
Merge pull request #145430 from jlesquembre/clojure
...
clojure: 1.10.3.1013 -> 1.10.3.1029
2021-11-10 20:39:46 -03:00
Maximilian Bosch
236d081ccd
Merge pull request #144588 from Ma27/grafana-cve-2021-41174
...
grafana: 8.1.6 -> 8.2.3, fix CVE-2021-41174, enable `buildGo117Module`
2021-11-11 00:29:41 +01:00
José Luis Lafuente
391fac4148
clojure: 1.10.3.1013 -> 1.10.3.1029
2021-11-10 23:58:37 +01:00
Guillaume Girol
06449fce5b
Merge pull request #145033 from anmonteiro/anmonteiro/ocaml-cross-fiexs
...
ocamlPackages: fix some packages for cross-compilation
2021-11-10 22:37:36 +00:00
Sandro
3496ea6ae5
Merge pull request #145379 from SuperSandro2000/zita
2021-11-10 23:18:34 +01:00
Robert Helgesson
9174a03677
svtplay-dl: 4.8 -> 4.9
2021-11-10 23:06:44 +01:00
Guillaume Girol
71c8555474
Merge pull request #141414 from jraygauthier/jrg/mingw-w64-pthread-static
...
mingw_w64_pthreads: enable 'static' lib output
2021-11-10 22:02:57 +00:00
Michael Weiss
a8506b65b0
Merge pull request #145412 from primeos/signal-desktop
...
signal-desktop: 5.23.0 -> 5.23.1
2021-11-10 22:54:41 +01:00
Michael Weiss
eaa689e73a
Merge pull request #145404 from primeos/chromiumDev
...
chromiumDev: 97.0.4688.2 -> 97.0.4692.8
2021-11-10 22:54:25 +01:00
maralorn
b3e1ea23fe
Merge pull request #143248 from felixsinger/pkgs/coreboot-toolchain/update
...
coreboot-toolchain: Rework and update to latest release
2021-11-10 22:42:21 +01:00
Domen Kožar
2687418aa2
Merge pull request #145398 from risicle/ris-deepdiff-darwin-fix
...
python3Packages.deepdiff: fix tests on darwin
2021-11-10 15:40:56 -06:00
Thiago Kenji Okada
4420685e85
Merge pull request #145364 from Artturin/puppetlintupdate
...
puppet-lint: 2.3.6 -> 2.5.2
2021-11-10 18:33:18 -03:00
Dmitry Kalinkin
274a3938d6
Merge pull request #145407 from jonringer/add-x86_64-darwin-system
...
lib/systems: add x86_64-darwin hostPlatform
2021-11-10 16:27:46 -05:00
Felix Bühler
f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version ( #145396 )
2021-11-10 16:21:47 -05:00
Dmitry Kalinkin
d4554c23a8
Merge pull request #145328 from SFrijters/openttd-12.1
...
openttd: 12.0 -> 12.1, openttd-jgrpp: 0.43.1 -> 0.44.0
2021-11-10 16:20:31 -05:00
Dmitry Kalinkin
4af5e02055
Merge pull request #143079 from veprbl/pr/singularity_nonstd_store
...
singularity-tools.buildImage: fix building from non-standard store paths
2021-11-10 16:04:30 -05:00
toonn
aabbed57e7
proj: Patch test OPEN_MAX limit assumption ( #145371 )
...
One of the tests had a Linux-based assumption on the number of files
that can be opened. I have submitted this patch upstream here,
https://github.com/OSGeo/PROJ/pull/2934 , and it's been merged but I
don't expect to be able to update to a release before ZHF ends.
Fixes #142875
2021-11-10 16:03:40 -05:00
Sandro
7b90eb5d8f
Merge pull request #145086 from SuperSandro2000/go
2021-11-10 21:27:15 +01:00
Sandro Jäckel
47d794a7e2
zita-resampler: patchPhase -> postPatch
2021-11-10 21:06:55 +01:00
Mark Sagi-Kazar
b3f59f2089
helm-docs: init at 1.5.0
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-10 12:00:01 -08:00
Mark Sagi-Kazar
c3456b0e3c
maintainers: add sagikazarmark
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-10 12:00:01 -08:00
Michael Weiss
995569833b
signal-desktop: 5.23.0 -> 5.23.1
2021-11-10 20:57:11 +01:00
Jonathan Ringer
dbe6e96d0a
lib/systems: add x86_64-darwin hostPlatform
2021-11-10 11:37:34 -08:00
Michael Weiss
c4e467e4c8
chromiumDev: 97.0.4688.2 -> 97.0.4692.8
2021-11-10 20:26:07 +01:00
Fabian Affolter
52c1e6486e
Merge pull request #145376 from fabaff/bump-faraday-plugins
...
python3Packages.faraday-plugins: 1.5.5 -> 1.5.6
2021-11-10 20:21:22 +01:00
Bernardo Meurer
8c3322d748
Merge pull request #145399 from matthewmazzanti/emacs-session-license
...
Fix "session-management-for-emacs" license
2021-11-10 11:19:01 -08:00
Felix Singer
0faf3230fb
coreboot-toolchain: Improve reproducibility
...
For reproducibility, the toolchain build system appends a specific
version string to the usual version string of the tools. Before 4.15,
the build system used git for that at runtime and since the .git
directory is removed by the NixOS build system, the version string was
empty and resulted in `v_`.
Now, the toolchain build system prefers using the environment variable
`CROSSGCC_VERSION` if set. Thus, extract the version string in the
postFetch phase and set `CROSSGCC_VERSION` in the build phase.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 20:15:05 +01:00
Matthew Mazzanti
b834903c0d
Fix "session-management-for-emacs" license
...
- Change "license" to "licenses"
- Change to "gpl2", rather than non-existant "gpl" attr
2021-11-10 14:12:36 -05:00
Sandro
93a0ff08d8
Merge pull request #141551 from astro/collectd-plugin-config
2021-11-10 20:11:24 +01:00
Sandro
4f9b42cf56
Merge pull request #145295 from SuperSandro2000/virtualbox
2021-11-10 20:06:45 +01:00
Robert Scott
5e74077c3f
python3Packages.deepdiff: fix tests on darwin
...
problems arising from assuming a fixed tmp location
2021-11-10 18:55:03 +00:00
figsoda
738c4cf00c
Merge pull request #145380 from happysalada/update_wrangler
...
wrangler: 1.19.4 -> 1.19.5
2021-11-10 13:45:24 -05:00
Felix Singer
ee2417a226
coreboot-toolchain: 4.14 -> 4.15
...
Update to latest release.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:39:12 +01:00
Felix Singer
60d1033025
coreboot-toolchain: Rework update script
...
Rework update script so that it needs to be run from the root directory
of nixpkgs and get rid of relative paths. Also, move the resulting file
`sources.nix` into the package directory.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:38:31 +01:00
Thomas Tuegel
ee0ab18da9
Merge pull request #145347 from andrevmatos/kde/plasma5_23_3
...
plasma5: 5.23.2 -> 5.23.3
2021-11-10 12:12:50 -06:00
Janne Heß
3e7f31ae64
Merge pull request #145225 from dtzWill/update/joplin-2.5.12
2021-11-10 19:10:29 +01:00
Janne Heß
a8adfaebb2
Merge pull request #145348 from 0x4A6F/master-routinator
2021-11-10 19:05:30 +01:00
Felix Singer
4e75ca5bae
coreboot-toolchain: Disable fetching of submodules
...
Submodules are not needed. Thus, disable fetching of the submodules.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:05:19 +01:00
happysalada
a904faa362
wrangler: 1.19.4 -> 1.19.5
2021-11-10 12:47:44 -05:00
figsoda
063dd31419
Merge pull request #145309 from newAM/cargo-outdated
...
cargo-outdated: 0.9.17 -> 0.9.18
2021-11-10 12:44:59 -05:00
figsoda
6c3c8b1f80
Merge pull request #145377 from SuperSandro2000/default.nix
...
top-level: remove extra /default.nix
2021-11-10 12:32:30 -05:00
Alex Rice
cdcc4307df
rmapi: 0.0.15 -> 0.0.17 ( #145369 )
2021-11-10 17:26:27 +00:00
Artturi
6522ab6835
Merge pull request #144559 from j4m3s-s/add-kubectl-evict-pod
2021-11-10 19:14:23 +02:00
Alex Martens
9ce9722bb0
cargo-outdated: 0.9.17 -> 0.9.18
2021-11-10 09:08:03 -08:00
Thiago Kenji Okada
5f012c0855
Merge pull request #145367 from fabaff/bump-exploitdb
...
exploitdb: 2021-11-06 -> 2021-11-09
2021-11-10 13:48:37 -03:00
Robert Hensing
6c690b07f7
Merge pull request #144788 from hercules-ci/double-default-qemu-diskSize
...
virtualisation/qemu-vm: Double the default diskSize
2021-11-10 17:47:29 +01:00
Thiago Kenji Okada
be68a55228
Merge pull request #145349 from fabaff/bump-aiorecollect
...
python3Packages.aiorecollect: 1.0.8 -> 2021.10.0
2021-11-10 13:44:30 -03:00
Sandro
c9211af93a
Merge pull request #144584 from jyooru/feat/init/apkeep
2021-11-10 17:24:36 +01:00
Sandro
611818ee7d
Merge pull request #145370 from fabaff/bump-pyopenuv
2021-11-10 17:24:00 +01:00