Commit Graph
544147 Commits
Author SHA1 Message Date
R. RyantmandJonathan Ringer c92f7ba7a2 gowitness: 2.5.0 -> 2.5.1 2023-11-04 11:11:38 -07:00
R. RyantmandJonathan Ringer a7f639d965 kuma: 2.3.1 -> 2.4.3 2023-11-04 11:11:13 -07:00
R. RyantmandJonathan Ringer fdd0f1d151 jumppad: 0.5.51 -> 0.5.53 2023-11-04 11:09:28 -07:00
R. RyantmandJonathan Ringer 50f3f12c99 azpainter: 3.0.6 -> 3.0.7 2023-11-04 11:08:47 -07:00
R. RyantmandJonathan Ringer 423b3e0725 rabtap: 1.38.2 -> 1.39.0 2023-11-04 11:08:20 -07:00
Jan Tojnar a58bdbec1c poppler: remove unused arguments 2023-11-04 19:02:47 +01:00
Jan Tojnar 604258eec0 poppler: remove unused pcre
Poppler does not directly depend on PCRE.

It was added in <https://github.com/NixOS/nixpkgs/pull/127832>,
presumably to suppress CMake complaining about `glib-2.0` needing `pcre`
because CMake is not aware that we interpret `Requires.private`
field in pkg-config files differently.
And GLib since switched to pcre2 anyway so the warning is back.
2023-11-04 19:02:47 +01:00
Robert ScottandGitHub 33ce4c9fe1 Merge pull request #264456 from LeSuisse/mysql80-8.0.35
mysql80: 8.0.34 -> 8.0.35
2023-11-04 17:46:53 +00:00
Weijia WangandGitHub 4eafd27885 Merge pull request #265441 from vs49688/nofiji
fiji: remove myself as maintainer
2023-11-04 18:02:11 +01:00
JanikandGitHub 3890019c27 Merge pull request #265475 from r-ryantm/auto-update/osmo-iuh
osmo-iuh: 1.4.0 -> 1.5.0
2023-11-04 18:01:29 +01:00
Weijia WangandGitHub 386c6559c4 Merge pull request #265455 from r-ryantm/auto-update/greenfoot
greenfoot: 3.8.0 -> 3.8.1
2023-11-04 18:01:14 +01:00
Pierre BourdonandGitHub faec7138bf Merge pull request #264270 from seirl/escrotum-ffmpeg
escrotum: add ffmpeg-full to PATH of wrapper
2023-11-04 17:51:53 +01:00
Weijia WangandGitHub 6f1609ec47 Merge pull request #249947 from tobim/pkgs/yaml-cpp-0.8.0
yaml-cpp: 0.7.0 -> 0.8.0
2023-11-04 17:26:32 +01:00
R. RyantmandJonathan Ringer c0a5910229 gnustep.make: 2.9.0 -> 2.9.1 2023-11-04 09:16:30 -07:00
R. RyantmandJonathan Ringer f0ae83ce52 gwyddion: 2.63 -> 2.64 2023-11-04 09:13:11 -07:00
R. RyantmandJonathan Ringer 859dcdb5fa containerd: 1.7.7 -> 1.7.8 2023-11-04 09:10:25 -07:00
K900andGitHub ea9372de82 Merge pull request #265482 from alois31/plasma-setuid
nixos/plasma5: fix mismatch between nix and module system
2023-11-04 19:08:55 +03:00
R. RyantmandJonathan Ringer c526304148 uhdm: 1.76 -> 1.77 2023-11-04 09:08:43 -07:00
R. RyantmandJonathan Ringer 7542b11052 freetds: 1.4.2 -> 1.4.6 2023-11-04 09:07:57 -07:00
R. RyantmandJonathan Ringer 32bda178aa gnustep.back: 0.29.0 -> 0.30.0 2023-11-04 09:05:58 -07:00
R. RyantmandJonathan Ringer 35d4ca4f34 mediastreamer: 5.2.98 -> 5.2.109 2023-11-04 09:03:47 -07:00
R. RyantmandJonathan Ringer ad8de2dade flannel: 0.22.3 -> 0.23.0 2023-11-04 09:01:52 -07:00
R. RyantmandJonathan Ringer c6d4050dd5 mdbook-admonish: 1.13.0 -> 1.13.1 2023-11-04 09:01:46 -07:00
R. RyantmandJonathan Ringer 26f5c2ba0b intel-gmmlib: 22.3.11 -> 22.3.12 2023-11-04 09:01:31 -07:00
R. RyantmandJonathan Ringer 8cf210a55e cudatext-qt: 1.200.0 -> 1.201.0 2023-11-04 09:01:13 -07:00
Benjamin HippleandGitHub edb9770975 Merge pull request #265466 from foo-dogsquared/update-dt
dt: 1.2.5 -> 1.3.1
2023-11-04 12:00:53 -04:00
R. RyantmandJonathan Ringer ade970b8ea mautrix-discord: 0.6.2 -> 0.6.3 2023-11-04 08:59:14 -07:00
R. RyantmandJonathan Ringer 09575c6c9c tengine: 3.0.0 -> 3.1.0 2023-11-04 08:54:34 -07:00
R. RyantmandJonathan Ringer 405f902021 detekt: 1.23.1 -> 1.23.3 2023-11-04 08:54:25 -07:00
Alois Wohlschlager dee9519abe nixos/plasma5: fix mismatch between nix and module system
In https://github.com/NixOS/nixpkgs/pull/254071, a mismatch between usage of
the Nix language and the NixOS module system was introduced. By merging the
kwin_wayland wrapper attrset into the mkIf representation, the former was
effectively ignored.
As a result, the capability wrapper for kwin_wayland stopped being installed,
leading to realtime scheduling being disabled. The issue was not detected
because the behavioral change is very subtle.

By consistently using language-level constructs, this mismatch is resolved.
The capability wrapper is thus installed again and realtime scheduling is
restored.
2023-11-04 16:33:38 +01:00
R. Ryantm 089d3839a6 osmo-iuh: 1.4.0 -> 1.5.0 2023-11-04 15:20:52 +00:00
Weijia WangandGitHub ab57b2cc64 Merge pull request #265355 from mattmelling/cloudlog-2.5.0
cloudlog: 2.4.11 -> 2.5.0
2023-11-04 16:07:55 +01:00
Fabian AffolterandGitHub e218fd8e74 Merge pull request #265325 from fabaff/stdlibs-bump
python311Packages.stdlibs: 2022.10.9 -> 2023.11.2
2023-11-04 16:04:15 +01:00
Fabian AffolterandGitHub a87a008658 Merge pull request #265377 from natsukium/python-docs-theme
python311Packages.python-docs-theme: rename from python_docs_theme
2023-11-04 15:59:10 +01:00
Fabian AffolterandGitHub 2b201d5949 Merge pull request #265383 from natsukium/radio-beam
python311Packages.radio-beam: 0.3.4 -> 0.3.6; rename from radio_beam
2023-11-04 15:58:16 +01:00
Fabian AffolterandGitHub ba40f99a9d Merge pull request #265402 from r-ryantm/auto-update/python310Packages.bip-utils
python310Packages.bip-utils: 2.7.1 -> 2.8.0
2023-11-04 15:56:31 +01:00
Nick CaoandGitHub f5f82f3f66 Merge pull request #265458 from r-ryantm/auto-update/jql
jql: 7.0.4 -> 7.0.5
2023-11-04 10:53:50 -04:00
Nick CaoandGitHub 9bedbe5bc0 Merge pull request #265442 from r-ryantm/auto-update/python310Packages.clarifai-grpc
python310Packages.clarifai-grpc: 9.9.3 -> 9.10.0
2023-11-04 10:52:26 -04:00
Nick CaoandGitHub e1476c728c Merge pull request #265440 from itstarsun/ktlint
ktlint: add meta.mainProgram
2023-11-04 10:51:35 -04:00
Nick CaoandGitHub 5a716d7d49 Merge pull request #265407 from r-ryantm/auto-update/python310Packages.boilerpy3
python310Packages.boilerpy3: 1.0.6 -> 1.0.7
2023-11-04 10:49:55 -04:00
Nick CaoandGitHub bf5e2abae8 Merge pull request #265416 from r-ryantm/auto-update/python310Packages.bsdiff4
python310Packages.bsdiff4: 1.2.3 -> 1.2.4
2023-11-04 10:49:21 -04:00
Nick CaoandGitHub d1dd06c615 Merge pull request #265424 from fabaff/publicsuffixlist-bump
python311Packages.publicsuffixlist: 0.10.0.20231030 -> 0.10.0.20231104
2023-11-04 10:48:34 -04:00
Nick CaoandGitHub d1b7145317 Merge pull request #265426 from fabaff/ical-bump
python311Packages.ical: 5.1.0 -> 5.1.1
2023-11-04 10:47:58 -04:00
Nick CaoandGitHub c426e4b792 Merge pull request #265434 from DarkOnion0/appflowy
appflowy: 0.3.6 -> 0.3.7
2023-11-04 10:46:27 -04:00
Nick CaoandGitHub 9949c702bc Merge pull request #265384 from r-ryantm/auto-update/python310Packages.apipkg
python310Packages.apipkg: 3.0.1 -> 3.0.2
2023-11-04 10:44:50 -04:00
Nick CaoandGitHub 3389f03081 Merge pull request #265400 from r-ryantm/auto-update/python310Packages.bincopy
python310Packages.bincopy: 19.1.0 -> 20.0.0
2023-11-04 10:43:36 -04:00
Nick CaoandGitHub e9feb1ec58 Merge pull request #265299 from r-ryantm/auto-update/pokeget-rs
pokeget-rs: 1.3.0 -> 1.4.0
2023-11-04 10:38:41 -04:00
Nick CaoandGitHub 53a23bc3c7 Merge pull request #265304 from r-ryantm/auto-update/process-compose
process-compose: 0.65.1 -> 0.69.0
2023-11-04 10:37:59 -04:00
Nick CaoandGitHub 0afc6fbd3d Merge pull request #265315 from r-ryantm/auto-update/pyrosimple
pyrosimple: 2.11.4 -> 2.12.0
2023-11-04 10:36:48 -04:00
Gabriel Arazas 28c2e442b9 dt: 1.2.5 -> 1.3.1 2023-11-04 22:22:25 +08:00