Commit Graph
394419 Commits
Author SHA1 Message Date
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
SandroandGitHub 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
R. Ryantm 2e803ded25 python310Packages.homematicip: 1.0.4 -> 1.0.5 2022-07-17 12:42:24 +00:00
Luke Granger-BrownandGitHub 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
Maciek Starzyk 14cfabf91b txr: mark as ubroken on darwin 2022-07-17 14:15:26 +02:00
R. Ryantm 76739f418e python310Packages.hg-evolve: 10.5.1 -> 10.5.2 2022-07-17 11:21:29 +00:00
Fabian AffolterandGitHub 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 AffolterandGitHub 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 UvarovandNikita 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 RongandGitHub 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
Nikolay Korotkiy a056ce5385 gpsbabel: unbreak on darwin 2022-07-17 12:58:27 +03:00
R. Ryantm 6a09cfb668 python310Packages.nessclient: 0.9.16b2 -> 0.10.0 2022-07-17 09:31:01 +00:00
Bobby RongandGitHub fe4be92e42 Merge pull request #169493 from psydvl/bottles
bottles: return autoupdater
2022-07-17 17:30:52 +08:00
Dmitriy 38a6b94469 bottles: return autoupdater 2022-07-17 12:05:58 +03:00
Guillaume GirolandGitHub 21d9cb03e6 Merge pull request #179711 from pmiddend/fcppt-update-and-metal-removal
fcppt: 3.5.0 -> 4.2.1
2022-07-17 09:02:34 +00:00
Malte Brandy 42343a63f4 haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2022-07-17 11:02:04 +02:00
Malte Brandy f498e6f4b5 all-cabal-hashes: 2022-07-12T21:40:07Z -> 2022-07-17T05:56:49Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-07-17 11:00:54 +02:00
R. Ryantm 8a9d86ebec python310Packages.advantage-air: 0.3.1 -> 0.4.1 2022-07-17 08:33:02 +00:00
Charlotte Van Petegem 670457fbdc mautrix-whatsapp: 0.5.0 -> 0.6.0
https://github.com/mautrix/whatsapp/releases/tag/v0.6.0
2022-07-17 10:25:07 +02:00
R. Ryantm 5d07362151 python310Packages.Wand: 0.6.7 -> 0.6.8 2022-07-17 08:18:09 +00:00
Simon Bruder bafaa05bf1 yuzu-{ea,mainline}: {2725,1088} -> {2841,1092}
This also changes the update script, because pineapple changed their
releases which no longer have a name set explicitly.
2022-07-17 10:11:15 +02:00
R. Ryantm 5e24552caf python310Packages.simplisafe-python: 2022.06.1 -> 2022.07.0 2022-07-17 07:53:12 +00:00
Alyssa Ross ff8e90326f crosvm: fix seccomp directory on aarch64
"arm" is for 32-bit ARM.  (Which I don't think is even still
supported, but it's still present.)
2022-07-17 07:37:50 +00:00
Alyssa Ross 322ed64cf9 imagemagick6: modernize package options
Throughout Nixpkgs, we now tend to avoid packages being null outside
of bootstrapping, in favour of dedicated options that can have
more complex defaults set, e.g. per-platform.  This simplifies and
regularizes the imagemagick package definition.
2022-07-17 07:36:13 +00:00
Alyssa Ross 4a0608f8b2 imagemagick: modernize package options
Throughout Nixpkgs, we now tend to avoid packages being null outside
of bootstrapping, in favour of dedicated options that can have
more complex defaults set, e.g. per-platform.  This simplifies and
regularizes the imagemagick package definition.
2022-07-17 07:36:02 +00:00
WinterandGitHub 65372689a1 Merge pull request #179366 from amesgen/sigal-fix
sigal: add `setuptools` to deps
2022-07-17 03:16:29 -04:00
Philipp Middendorf 4e434dc700 metal: remove package 2022-07-17 08:47:18 +02:00
Philipp Middendorf 3492b73572 fcppt: 3.5.0 -> 4.2.1 2022-07-17 08:47:18 +02:00
Yuriy Taraday b0bffdd36f qemu: Add patch to fix 9p support on Darwin
This patch fixes issues with error codes on Darwin host and Linux guest.
It has landed in QEMU master, so should be included in the next release.

Related to #108984.
2022-07-17 10:28:58 +04:00
Vladimír Čunát f888751efd Merge #181702: xorg.xorgserver: patch two CVEs
...into staging-next
2022-07-17 08:22:45 +02:00
Vincent LaporteandVincent Laporte 773140e96d coqPackages.mathcomp-finmap: 1.5.1 → 1.5.2 2022-07-17 08:06:19 +02:00
github-actions[bot]andGitHub c11601cdcd Merge master into staging-next 2022-07-17 06:01:34 +00:00
ArtturiandGitHub 36fbe238d5 Merge pull request #181778 from squalus/stdnotes-clean
standardnotes: remove duplicate files from output
2022-07-17 08:38:55 +03:00
R. Ryantm 1b79dbb4d7 linode-cli: 5.21.0 -> 5.21.0 2022-07-17 05:20:14 +00:00
ArtturiandGitHub 037e01a3d2 Merge pull request #179379 from Sciencentistguy/discord-canary-aarch64-darwin 2022-07-17 08:17:49 +03:00
ArtturiandGitHub ff0e4cfbcd Merge pull request #148121 from milahu/fetch-kde-qt-sh-get-sha256-from-server 2022-07-17 07:55:22 +03:00
R. Ryantm 087f171122 python310Packages.dalle-mini: 0.1.0 -> 0.1.1 2022-07-17 04:26:42 +00:00
R. Ryantm 4a9a8d6425 iosevka-bin: 15.5.2 -> 15.6.0 2022-07-17 04:14:23 +00:00
Mario RodasandGitHub 8d78af0799 Merge pull request #181670 from r-ryantm/auto-update/boulder
boulder: 2022-07-05 -> 2022-07-11
2022-07-16 22:43:19 -05:00
Mario RodasandGitHub 04833c1d5b Merge pull request #181707 from fabaff/sentry-sdk-bump
python310Packages.sentry-sdk: 1.7.0 -> 1.7.2
2022-07-16 22:40:46 -05:00
Mario RodasandGitHub 5f647f6d3d Merge pull request #181757 from r-ryantm/auto-update/sqlfluff
sqlfluff: 1.2.0 -> 1.2.1
2022-07-16 22:40:10 -05:00
Alexander Bantyev fcd75613ea opam2json: init at v0.2 2022-07-17 07:38:34 +04:00
R. Ryantm fcad165f57 python310Packages.pygtrie: 2.4.2 -> 2.5.0 2022-07-17 03:38:10 +00:00
Mario RodasandGitHub 1ca8cc3be8 Merge pull request #181794 from marsam/update-flexget
flexget: 3.3.19 -> 3.3.21
2022-07-16 22:38:01 -05:00
Sebastián Mancilla 4cef5d576a stellarsolver: 2.2 -> 2.3 2022-07-16 23:27:57 -04:00