Commit graph

343977 commits

Author SHA1 Message Date
markuskowa
2cd70d1316
Merge pull request #153166 from r-ryantm/auto-update/pentobi
pentobi: 19.0 -> 19.1
2022-01-03 10:24:12 +01:00
markuskowa
6462bdc921
Merge pull request #152962 from r-ryantm/auto-update/armadillo
armadillo: 10.7.4 -> 10.7.5
2022-01-03 10:22:49 +01:00
markuskowa
6e61e671a8
Merge pull request #153302 from r-ryantm/auto-update/python3.8-socid-extractor
python38Packages.socid-extractor: 0.0.22 -> 0.0.23
2022-01-03 10:21:03 +01:00
Bobby Rong
a8f8c2428d
Merge pull request #152868 from r-ryantm/auto-update/gede
gede: 2.18.1 -> 2.18.2
2022-01-03 17:12:13 +08:00
Rudi Grinberg
a7f4d6bae9
ocamlformat: 0.20.0 and 0.20.1 (#152199)
* ocaml-version: 3.1.0 -> 3.4.0

* ocamlformat: 0.19.0 -> 0.20.0

* odoc-parser: refactor use version variable

use version to compute the uri for the archive

* odoc-parser: 0.9.0 -> 1.0.0

* odoc-parser: allow multiple versions

allow both 0.9.0 and 1.0.0 to accommodate different version of
ocamlformat

* ocamlformat: 0.20.0 -> 0.20.1
2022-01-03 10:02:28 +01:00
Pascal Bach
f08f8d2ae6
Merge pull request #153293 from aneeshusa/autocreate-htpasswd-for-restic-rest-server
nixos/restic-rest-server: Autocreate empty .htpasswd if needed for service boot
2022-01-03 09:33:10 +01:00
R. Ryantm
22d6f654c4 python38Packages.limnoria: 2021.11.20 -> 2022.1.1 2022-01-03 09:01:21 +01:00
markuskowa
781674e726
Merge pull request #153231 from steamwalker/manuskript
manuskript: 0.11.0 -> 0.13.1
2022-01-03 08:55:35 +01:00
Fabian Affolter
3bfeed2d7b sqlfluff: 0.8.2 -> 0.9.0 2022-01-03 08:55:18 +01:00
markuskowa
043bde8b6a
Merge pull request #153272 from lunik1/fix-megacmd
megacmd: fix 'AM_INIT_AUTOMAKE expanded multiple times' build error
2022-01-03 08:48:59 +01:00
Fabian Affolter
c38ca58c0b
Merge pull request #153297 from r-ryantm/auto-update/python3.8-types-decorator
python38Packages.types-decorator: 5.1.1 -> 5.1.2
2022-01-03 08:26:45 +01:00
Fabian Affolter
692e493c99
python3Packages.uritools: add pythonImportsCheck, update meta 2022-01-03 08:25:33 +01:00
Fabian Affolter
9e79f01ba1
Merge pull request #153265 from fabaff/bump-meshtastic
python3Packages.meshtastic: 1.2.50 -> 1.2.51
2022-01-03 08:23:43 +01:00
R. Ryantm
c69b5e2a06 python38Packages.socid-extractor: 0.0.22 -> 0.0.23 2022-01-03 07:23:07 +00:00
Dmitry Kalinkin
27c0a7faf6
Merge pull request #152794 from fabaff/bump-pycryptodomex
python3Packages.pycryptodome: 3.11.0 -> 3.12.0, python3Packages.pycryptodomex: 3.11.0 -> 3.12.0
2022-01-03 01:58:43 -05:00
R. Ryantm
6c49ea6827 avrdude: 6.3 -> 6.4 2022-01-03 01:55:26 -05:00
R. Ryantm
ad1d385e0e vala: 0.54.3 -> 0.54.5 2022-01-03 01:55:01 -05:00
Ryan Burns
c4fa88a91b
aws-c-s3: 0.1.27 -> 0.1.30 (#153146) 2022-01-03 01:53:11 -05:00
Robert Schütz
741668e4b0 nimbo: add awscli to $PATH instead of propagatedBuildInputs
Awscli is never imported.
2022-01-02 22:37:17 -08:00
Robert Schütz
482634d5ca awscli: 1.22.14 -> 1.22.21 2022-01-02 22:37:17 -08:00
Robert Schütz
16b8612016 awscli: pin pyyaml 2022-01-02 22:37:17 -08:00
R. Ryantm
fbcb4ccb71 python38Packages.types-decorator: 5.1.1 -> 5.1.2 2022-01-03 05:41:42 +00:00
Alexander Tsvyashchenko
1f57bd1d1f
python3Packages.tensorboardx: fix build (#152974) 2022-01-02 20:48:30 -08:00
Bobby Rong
a5ccf0b064
Merge pull request #153294 from amarshall/fix-typo
nixos/doc: Fix typo in release notes
2022-01-03 11:58:54 +08:00
Andrew Marshall
238bf44f81 nixos/doc: Fix typo in release notes
Broken in f10aea2434.
2022-01-02 22:37:47 -05:00
cherryblossom
5773043ac1
elvish: properly set buildinfo via ldflags
As of [this commit][1] (v0.16.0), the module path of Elvish changed from
`github.com/elves/elvish` to `src.elv.sh`. This is also reflected in the
updated [packaging instructions][2].

This commit updates the `ldflags` in the derivation to use the new
module path so that `buildinfo.Reproducible` is correctly set to `true`.

[1]: 196eea21d4
[2]: https://github.com/elves/elvish/blob/master/PACKAGING.md
2022-01-03 14:09:26 +11:00
Bobby Rong
f23c7f14bf
Merge pull request #153220 from mikroskeem/darwin-fix-libpulseaudio-aarch64
libpulseaudio: fix aarch64-darwin build
2022-01-03 10:36:35 +08:00
Aneesh Agrawal
8729e8e261 nixos/restic-rest-server: Autocreate empty .htpasswd if needed for service boot
When `privateRepos = true`, the service will not start if the `.htpasswd` does not exist.
Use `systemd-tmpfiles` to autocreate an (empty) file to ensure the service can boot
before actual `htpasswd` contents are registered.

This is safe as restic-rest-server will deny all entry if the file is empty.
2022-01-02 21:13:07 -05:00
Aneesh Agrawal
ca90544f45 nginx-fancyindex: v0.4.4 -> v0.5.2
Add myself (aneeshusa) as a maintainer.
2022-01-02 20:55:16 -05:00
Bobby Rong
4bc4c7f1a0
Merge pull request #153259 from fabaff/bump-checkov
checkov: 2.0.701 -> 2.0.702
2022-01-03 09:25:47 +08:00
R. Ryantm
56eea3bc4f python38Packages.uritools: 3.0.2 -> 4.0.0 2022-01-03 01:24:56 +00:00
Carl Richard Theodor
a2531855aa
slic3r: use boost172 (#153276)
This fixes the regression due to a boost version bump.
It pins the used version to boost172.
2022-01-02 19:56:59 -05:00
R. Ryantm
71646d4e31 gnomeExtensions.arcmenu: 19 -> 20 2022-01-03 00:28:23 +00:00
Bobby Rong
840e9d2ec2
Merge pull request #153277 from veprbl/pr/broken_frescobaldi
frescobaldi: mark as broken on darwin
2022-01-03 08:27:07 +08:00
Bobby Rong
65dce367e0
Merge pull request #153278 from veprbl/pr/broken_fsearch
fsearch: mark as broken on darwin
2022-01-03 08:26:38 +08:00
Dmitry Kalinkin
438c50890a libepoxy: disable glx on darwin by default
Originally enabled in

950261bb9a ('darwin: fix gtk+3 dependencies')

since then many dependencies may have been changed to rely on Cocoa
only. Let's try disabling it by default to avoid the mesa dependency
on darwin, we can always enable on a case-by-case basis for apps that
really use X11.
2022-01-03 01:02:23 +01:00
Felix Buehler
9c2ad237b9 libfaketime: switch to fetchFromGitHub 2022-01-03 01:00:20 +01:00
Felix Buehler
dace3e7c0e libinotify-kqueue: switch to fetchFromGitHub 2022-01-03 01:00:20 +01:00
Felix Buehler
e1e5974551 libmowgli: switch to fetchFromGitHub 2022-01-03 01:00:20 +01:00
Felix Buehler
6a8737b822 libmx: switch to fetchFromGitHub 2022-01-03 01:00:20 +01:00
Felix Buehler
4cf304289f pyside: switch to fetchFromGitHub 2022-01-03 01:00:19 +01:00
Anderson Torres
74f542c42e
Merge pull request #153241 from AndersonTorres/new-zoo
unzoo: init at 4.4
2022-01-02 20:53:46 -03:00
7c6f434c
cc2d40304f
Merge pull request #153252 from ncfavier/fix-rejectSSL
nixos/nginx: Revert "disable rejectSSL activation when https is disabled"
2022-01-02 23:51:24 +00:00
Felix Buehler
9c257d65c0 laminar: switch to fetchFromGitHub 2022-01-03 00:48:02 +01:00
Jan Tojnar
009de75a84
Merge pull request #153225 from NixOS/libportal
Fix builds broken by libportal update
2022-01-03 00:46:23 +01:00
Felix Buehler
d702c7ab8d nxengine-evo: switch to fetchFromGitHub 2022-01-03 00:31:00 +01:00
Felix Buehler
dcbef734c6 badvpn: switch to fetchFromGitHub 2022-01-03 00:30:36 +01:00
R. RyanTM
8c1644ca38
mubeng: 0.5.2 -> 0.8.0
* mubeng: 0.5.2 -> 0.8.0 (#149390)

* mubeng: add ldflags for correct version

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-03 00:29:31 +01:00
Dmitry Kalinkin
9124f3f520
fsearch: mark as broken on darwin 2022-01-02 18:27:38 -05:00
Dmitry Kalinkin
dceae2acce
frescobaldi: mark as broken on darwin 2022-01-02 18:22:24 -05:00