Commit Graph

285637 Commits

Author SHA1 Message Date
Domen Kožar
0e3b57f6f5
ansible-lint: disable tests on darwin 2021-04-26 21:46:14 +02:00
Robin Townsend
78f77869b9 Revert "minecraft-launcher: 2.2.1441 -> 2.2.741"
This reverts commit dabfce650a, since it
downgraded minecraft-launcher to an older version.
2021-04-26 15:23:42 -04:00
John Ericson
8e4fe32876
Merge pull request #120762 from sternenseemann/mkderivation-host-suffix-middle
pkgs/stdenv/make-derivation: move hostSuffix before the version
2021-04-26 15:14:03 -04:00
brano543
dc9694c78e openssl: correct cross compile for mingw 2021-04-26 18:51:10 +00:00
sternenseemann
b0c26d2c40 pkgs/stdenv/make-derivation: move hostSuffix before the version
Adding the hostSuffix to the end of the derivation's name is problematic
since some stuff, including user facing programs like nix-env rely on
the behavior of parseDrvName instead of pname and version.
builtins.parseDrvName currently thinks that the cross compilation target
added via hostSuffix is part of the version. This has the practical
consequence for example that nix-env would think a cross compiled
derivation would be an updated version of a native derivation of the
same package and version — breaking user's profiles.

We can easily prevent this by moving the hostSuffix in between pname and
version. In case name is passed to mkDerivation this is of course not
possible and we are forced to fall back to the old behavior.

This change could serve as a replacement for the migitation we
introduced with the -static appendix to pname in order to avoid
confusion between nix and nixStatic as outlined in the comment added
with this commit.
2021-04-26 20:40:52 +02:00
Jörg Thalheim
61fd1e1595
Merge pull request #120732 from Mic92/lazygit
lazygit: 0.27.3 -> 0.28.1
2021-04-26 19:36:33 +01:00
Maximilian Bosch
29823da9a5
Merge pull request #120767 from TredwellGit/element
element: 1.7.25 -> 1.7.26
2021-04-26 20:32:55 +02:00
Ryan Mulligan
ee8e469ca9
Merge pull request #120194 from r-ryantm/auto-update/govc
govc: 0.24.1 -> 0.25.0
2021-04-26 11:12:52 -07:00
Ryan Mulligan
c2ca3d5593
Merge pull request #120686 from r-ryantm/auto-update/innernet
innernet: 1.1.0 -> 1.2.0
2021-04-26 11:12:19 -07:00
Pavol Rusnak
d7126a221e
Merge pull request #120751 from eduardosm/electrum
electrum: 4.1.1 -> 4.1.2
2021-04-26 20:10:38 +02:00
TredwellGit
a19b0aa223 element: 1.7.25 -> 1.7.26
https://github.com/vector-im/element-web/blob/v1.7.26/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.26/CHANGELOG.md
2021-04-26 18:01:34 +00:00
Eduardo Sánchez Muñoz
6e8ee0e2d8 electrum: 4.1.1 -> 4.1.2 2021-04-26 19:51:36 +02:00
Thomas Gerbet
55b38314de gnome3.file-roller: 3.38.0 -> 3.38.1
Fixes CVE-2020-36314.

Changelog:
12d6c77fb7/NEWS
2021-04-26 19:26:49 +02:00
Tim Steinbach
8d9e2c31f9 sagemaker: 2.37.0 -> 2.38.0 2021-04-26 13:23:04 -04:00
Luke Granger-Brown
825a9ad1f9
Merge pull request #120286 from lukegb/hibernate-install
nixos/tests/hibernate: install a system instead
2021-04-26 18:00:41 +01:00
Eduardo Sánchez Muñoz
99de33bb1d remmina: fix license 2021-04-26 18:38:47 +02:00
Eduardo Sánchez Muñoz
1f1cc0065c remmina: 1.4.12 -> 1.4.13 2021-04-26 18:38:47 +02:00
Michael Weiss
801720a106
Merge pull request #120734 from primeos/intel-media-driver
intel-media-driver: 21.1.3 -> 21.2.0
2021-04-26 18:33:06 +02:00
Arijit Basu
358fb61c36 xplr: 0.5.6 -> 0.5.7 2021-04-26 18:31:47 +02:00
Graham Christensen
d01c15e4d4
Merge pull request #120662 from Hoverbear/neovim-add-mainprogram
neovim: set meta.mainProgram
2021-04-26 11:52:07 -04:00
Patrick Hilhorst
04f82b9ebd doc/submitting-changes: remove incorrect remark
Tests don't only apply to NixOS modules, see for example tests/vscodium
2021-04-26 11:47:42 -04:00
Robert Schütz
53d547ce19
Merge pull request #120619 from amanjeev/semiphemeral-python-package
semiphemeral: init at 0.6
2021-04-26 17:29:47 +02:00
Robert Schütz
e22d76fe34
Merge pull request #120520 from minijackson/jellyfin-remove-10.5
jellyfin_10_5: remove unmaintained version
2021-04-26 17:16:43 +02:00
Amanjeev Sethi
281efa2651
semiphemeral: init at 0.6
semiphemeral: init at 0.6

semiphemeral: init at 0.6

semiphemeral: init at 0.6

semiphemeral: fix formatting

semiphemeral: refactor for flexibility

semiphemeral: remove extraneous inherit

semiphemeral: no check since upstream has no tests

semiphemeral: refactor move to misc instead of social/twitter

semiphemeral: fix formatting
2021-04-26 11:10:45 -04:00
Ryan Mulligan
9d1141f77a
Merge pull request #120664 from r-ryantm/auto-update/fluxctl
fluxctl: 1.22.1 -> 1.22.2
2021-04-26 07:50:45 -07:00
Vincent Laporte
674de725cb coqPackages.coqhammer: 1.3 → 1.3.1 2021-04-26 16:28:32 +02:00
Eelco Dolstra
6b19be4124
Merge pull request #120316 from regnat/easy-ca
Make it easy to try out content-addressed derivations
2021-04-26 16:21:05 +02:00
regnat
559c5792ef Remove the NIXPKGS_CA_BY_DEFAULT env variable
Not really needed, and not desired either
2021-04-26 16:20:13 +02:00
JesusMtnez
32f7980afb sbt: 1.5.0 -> 1.5.1 2021-04-26 10:16:00 -04:00
Ana Hobden
c9ab377ebc neovim: set meta.mainProgram
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-04-26 07:13:22 -07:00
José Luis Lafuente
ec8f6bc932
zerotierone: 1.6.4 -> 1.6.5 (#120722) 2021-04-26 15:55:31 +02:00
Graham Christensen
dd4c01b119
Merge pull request #120692 from Hoverbear/check-meta-support-mainProgram
stdenv: support mainProgram in meta
2021-04-26 09:42:14 -04:00
sternenseemann
5955013253 ocamlPackages.paf: init at 0.0.1 2021-04-26 15:23:08 +02:00
sternenseemann
6c95bce8b6 ocamlPackages.letsencrypt: init at 0.2.4 2021-04-26 15:23:08 +02:00
Martin Weinelt
a7d20d409d
Merge pull request #120743 from fabaff/inputs-karton-mwdb-reporter
python3Packages.karton-mwdb-reporter: remove unused inputs
2021-04-26 15:11:06 +02:00
Luflosi
ecb3b74a43 ocamlPackages.dtoa: disable hardening feature based on more accurate condition
The `strictoverflow` hardening feature causes a build failure when using Clang as the compiler, not just on Darwin.
2021-04-26 15:03:59 +02:00
Fabian Affolter
5b7d7c4bd5 python3Packages.karton-mwdb-reporter: remove unused inputs 2021-04-26 15:02:44 +02:00
sternenseemann
c5120548fc ocamlPackages.mirage-crypto*: 0.10.0 -> 0.10.1
https://github.com/mirage/mirage-crypto/releases/tag/v0.10.1
2021-04-26 14:59:50 +02:00
Michael Weiss
b664b77eba
wlsunset: 0.1.0 -> 0.2.0 2021-04-26 14:24:19 +02:00
Michael Weiss
af3d71a155
intel-media-driver: 21.1.3 -> 21.2.0 2021-04-26 14:17:17 +02:00
Minijackson
2ad8aa72ae
jellyfin_10_5: remove unmaintained version
This version contains a vulnerability[1], and isn't maintained. The
original reason to have two jellyfin versions was to allow end-users to
backup the database before the layout was upgraded, but these backups
should be done periodically.

[1]: <https://nvd.nist.gov/vuln/detail/CVE-2021-21402>
2021-04-26 14:11:29 +02:00
Jörg Thalheim
2a954135a6
lazygit: 0.27.3 -> 0.28.1 2021-04-26 14:02:22 +02:00
José Romildo Malaquias
71dc832568
Merge pull request #120628 from figsoda/qogir-theme
qogir-theme: 2021-02-09 -> 2021-04-20
2021-04-26 08:54:06 -03:00
davidak
037cf652f3
Merge pull request #120584 from Atemu/update/zen-kernels
zen-kernels: 5.11.15 -> 5.11.16
2021-04-26 13:42:23 +02:00
davidak
c5a51a7859
Merge pull request #120462 from NinjaTrappeur/nin-fix-nsjail
nsjail: fix bison link error
2021-04-26 13:36:37 +02:00
happysalada
b164642941 fishplugins.forgit: init "unstable-2021-04-09" 2021-04-26 20:22:40 +09:00
davidak
e190acea28
Merge pull request #120701 from fufexan/openboard
openboard: init at 1.6.1
2021-04-26 12:58:39 +02:00
davidak
45e57e917d
Merge pull request #120587 from Mephistophiles/new_packages/simple-http-server
simple-http-server: init at 0.6.1
2021-04-26 12:26:44 +02:00
davidak
43d751a574
Merge pull request #120601 from dotlambda/streamlink-2.1.1
streamlink: 2.0.0 -> 2.1.1
2021-04-26 12:15:20 +02:00
davidak
2011a33471
Merge pull request #120663 from r-ryantm/auto-update/flacon
flacon: 6.1.0 -> 7.0.1
2021-04-26 12:07:43 +02:00