3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

392748 commits

Author SHA1 Message Date
Sandro Jäckel 4396fd615c
nixos/systemd-boot: remove default log message if nothing changes 2022-07-17 21:46:50 +02:00
R. Ryantm e7fd74997f libgsf: 1.14.49 -> 1.14.50 2022-07-17 21:39:08 +02:00
Mario Rodas dc5589af4c
Merge pull request #181824 from marsam/update-postgresql-age
postgresql11Packages.age: 0.6.0 -> 1.0.0-rc1
2022-07-17 14:34:45 -05:00
Jörg Thalheim 9813f7eede rustup: add rust-gdbgui symlink 2022-07-17 15:21:08 -04:00
R. Ryantm 507c1a168b dprint: 0.29.1 -> 0.30.3 2022-07-17 15:04:12 -04:00
R. Ryantm 4f62aca894 bacon: 2.2.0 -> 2.2.1 2022-07-17 15:02:11 -04:00
R. Ryantm 3097db00af dua: 2.17.7 -> 2.17.8 2022-07-17 15:01:51 -04:00
Jonas Heinrich e62b0b3856
python310Packages.testcontainers: init at 3.5.0 (#181584)
* python310Packages.testcontainers: init at 3.5.0

* Apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-17 20:59:30 +02:00
Michael Weiss 34bfa9403e
Merge pull request #181865 from primeos/libplacebo
libplacebo: 4.192.1 -> 4.208.0
2022-07-17 20:52:57 +02:00
Ryan Burns 6176097aff
Merge pull request #181803 from r-ryantm/auto-update/python3.10-dalle-mini
python310Packages.dalle-mini: 0.1.0 -> 0.1.1
2022-07-17 11:51:04 -07:00
R. Ryantm fdefff3391 cambalache: 0.10.2 -> 0.10.3 2022-07-17 20:01:21 +02:00
Sandro be864d8bc1
Merge pull request #180221 from YorikSar/qemu-fix-9p-on-darwin
qemu: Add patch to fix 9p support on Darwin
2022-07-17 19:58:46 +02:00
Sandro 0a45993732
Merge pull request #181211 from uvNikita/webex/init 2022-07-17 19:58:02 +02:00
R. Ryantm 1b1b3853fd python310Packages.iminuit: 2.12.1 -> 2.13.0 2022-07-17 13:46:31 -04:00
R. Ryantm 2a1b5e45aa python310Packages.sqlite-utils: 3.27 -> 3.28 2022-07-17 17:17:06 +00:00
Rick van Schijndel c490f57e18
Merge pull request #171768 from equirosa/tut
tut: 0.0.46 -> 1.0.13
2022-07-17 18:27:39 +02:00
Nikita Volodin d46be5b0e8 haskellPackages.vector-hashtables: fix versions of dependencies 2022-07-17 18:22:33 +02:00
Nikita Volodin 6da243e26d haskellPackages.hspec_2_7_10: fix versions of dependencies 2022-07-17 18:22:33 +02:00
Michael Weiss 777e04096f
libplacebo: 4.192.1 -> 4.208.0 2022-07-17 18:00:38 +02:00
Michael Weiss 64be3aa141
Merge pull request #181848 from primeos/wayvnc
neatvnc,wayvnc: Remove myself as maintainer
2022-07-17 17:57:31 +02:00
Michael Weiss 850fff55eb
Merge pull request #181847 from primeos/weston
weston: 10.0.0 -> 10.0.1
2022-07-17 17:56:20 +02:00
R. Ryantm bb85f99288 python310Packages.fontparts: 0.10.6 -> 0.10.7 2022-07-17 17:24:37 +02:00
Guillaume Girol ad77f20359
Merge pull request #166033 from bcc32/js-015
ocamlPackages.janeStreet: 0.14 -> 0.15
2022-07-17 15:21:36 +00:00
Sandro 0890c4aef1
Merge pull request #168879 from aidalgol/pass-secret-service-systemd-unit 2022-07-17 16:45:27 +02:00
Sandro e59f65caf8
Merge pull request #163964 from yuuyins/strictdoc
strictdoc: init at 0.0.26
2022-07-17 16:45:12 +02:00
Mario Rodas b239881212
Merge pull request #181799 from marsam/update-pg-cron
postgresqlPackages.pg_cron: 1.4.1 -> 1.4.2
2022-07-17 09:32:40 -05:00
Robert Scott 8714f25edb
Merge pull request #181775 from SuperSandro2000/mitmproxy
python310Packages.mitmproxy: 8.0.0 -> 8.1.1
2022-07-17 15:07:54 +01:00
sternenseemann 94d1dd4e77 haskellPackages.regex-compat-tdfa: fix arg order in override 2022-07-17 15:53:23 +02:00
Sebastián Mancilla 47f0f32de5 cppcheck: use recommended build options
From the readme:

> The recommended release build is:
>     make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes
>
> Flags:
> MATCHCOMPILER=yes               : Python is used to optimise cppcheck at compile time
> FILESDIR=/usr/share/cppcheck    : Specify folder where cppcheck files are installed
> HAVE_RULES=yes                  : Enable rules (pcre is required if this is used)

This adds MATCHCOMPILER and fixes the location of FILESDIR into a
standard directory instead of that ugly '$out/cfg' directory.

The Makefile needs 'which' to locate Python.
2022-07-17 15:52:26 +02:00
Robert Scott ec5eb91c8d
Merge pull request #181795 from smancill/stellarsolver-2.3
stellarsolver: 2.2 -> 2.3
2022-07-17 14:35:45 +01:00
Michael Weiss e31629ec05
neatvnc,wayvnc: Add nickcao as the new maintainer
Thanks for picking this package up :)
2022-07-17 15:32:50 +02:00
sternenseemann a4bb1872e1 haskellPackages.cabal2nix-unstable: 2022-06-30 -> 2022-07-17 2022-07-17 15:32:03 +02:00
Michael Weiss f90821b265
python3Packages.tatsu: Remove myself as maintainer
I only ever maintained this package for ics but I don't maintain/use ics
anymore (9ce8939ba5).
2022-07-17 15:27:19 +02:00
Bjørn Forsman 0080a93cdf nixos/jenkins-job-builder: create secret file with umask 0077
IOW, don't make it world readable.
2022-07-17 15:24:48 +02:00
Michael Weiss b2205469bc
Merge pull request #181844 from primeos/chromiumDev
chromiumDev: 105.0.5148.2 -> 105.0.5176.3
2022-07-17 15:19:59 +02:00
Michael Weiss 9a7236b59c
Merge pull request #181843 from primeos/chromiumBeta
chromiumBeta: 104.0.5112.39 -> 104.0.5112.48
2022-07-17 15:19:44 +02:00
Michael Weiss 514991b16f
neatvnc,wayvnc: Remove myself as maintainer
I don't really use/need VNC anymore and lack time to properly maintain
those packages.
2022-07-17 15:17:40 +02:00
Michael Weiss b2f65a3aff
weston: 10.0.0 -> 10.0.1
Release announcement:
https://lists.freedesktop.org/archives/wayland-devel/2022-June/042260.html

The URLs of the release tarballs did change as can be seen on the
website [0] (the old URL scheme doesn't work anymore).

[0]: https://wayland.freedesktop.org/releases.html
2022-07-17 15:16:00 +02:00
Sandro f13f81af88
Merge pull request #177110 from newAM/bear
bear: 3.0.14 -> 3.0.19
2022-07-17 15:14:13 +02:00
sternenseemann 4030d94564 haskellPackages: fix eval, missing paren in configuration-common.nix 2022-07-17 15:13:24 +02:00
Michael Weiss ddf49ce022
chromiumDev: 105.0.5148.2 -> 105.0.5176.3 2022-07-17 14:56:14 +02:00
Luke Granger-Brown 9fd4a80e2a
Merge pull request #181835 from r-ryantm/auto-update/python3.10-hg-evolve
python310Packages.hg-evolve: 10.5.1 -> 10.5.2
2022-07-17 13:36:24 +01:00
R. Ryantm 76739f418e python310Packages.hg-evolve: 10.5.1 -> 10.5.2 2022-07-17 11:21:29 +00:00
Fabian Affolter b3f5f7edd8
Merge pull request #181826 from r-ryantm/auto-update/python3.10-nessclient
python310Packages.nessclient: 0.9.16b2 -> 0.10.0
2022-07-17 13:16:56 +02:00
Fabian Affolter bb929c1733
Merge pull request #181811 from r-ryantm/auto-update/python3.10-simplisafe-python
python310Packages.simplisafe-python: 2022.06.1 -> 2022.07.0
2022-07-17 13:15:11 +02:00
Nikita Uvarov 29461af542 webex: init at 42.8.0.22907 2022-07-17 12:54:54 +02:00
Alyssa Ross 2e62e6f657 pkgsStatic.x265: fix build 2022-07-17 10:53:52 +00:00
Eduardo Quiros 3307f29bd7
tut: 0.0.46 -> 1.0.13 2022-07-17 04:43:47 -06:00
Bobby Rong 91995b7bd6
Merge pull request #181789 from bobby285271/pantheon
pantheon.elementary-files: fix crash when removing bookmark
2022-07-17 18:28:36 +08:00
sternenseemann 356f870a83 haskellPackages.regex-compat-tdfa: ignore upper bound on base
This bound was (rightfully) introduced via a hackage revision, but it
doesn't apply to us because we patch around the incompatibility with
GHC >= 9.0.
2022-07-17 12:20:30 +02:00