about summary refs log tree commit diff
path: root/pkgs
AgeCommit message (Collapse)AuthorFilesLines
2023-04-14qdrant: 1.1.0 -> 1.1.1happysalada2-220/+601
2023-04-14python310Packages.cwl-utils: 0.23 -> 0.24Fabian Affolter1-2/+2
Diff: https://github.com/common-workflow-language/cwl-utils/compare/refs/tags/v0.23...v0.24 Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v0.24
2023-04-14Merge pull request #225156 from yvt/patch/fuse-7z-ng-meta-homepageSergei Trofimovich1-1/+1
fuse-7z-ng: set `meta.homepage`
2023-04-14tageditor: 3.7.8 -> 3.7.9R. Ryantm1-2/+2
2023-04-15Merge pull request #224901 from amjoseph-nixpkgs/pr/girara/fix-crossArtturi1-0/+2
2023-04-14Merge pull request #224551 from yamashitax/elasticsearch-kuromojiThiago Kenji Okada1-0/+17
elasticsearchPlugins: add analysis-kuromoji plugin
2023-04-14rust-script: 0.25.0 -> 0.26.0figsoda1-3/+3
Diff: https://github.com/fornwall/rust-script/compare/0.25.0...0.26.0 Changelog: https://github.com/fornwall/rust-script/releases/tag/0.26.0
2023-04-14use subcommands in plugin updaters (#223164)Matthieu Coudron3-40/+47
* update.py: introduce subparsers for plugin updaters This is preliminary work to help create more powerful plugin updaters. Namely I would like to be able to "just add" plugins without refreshing the older ones (helpful when github temporarily removes a user from github due to automated bot detection). Also concerning the lua updater, we pin some of the dependencies, and I would like to be able to unpin the package without editing the csv (coming in later PRs). * doc/updaters: update command to update editor plugins including vim, kakoune and lua packages Co-authored-by: figsoda
2023-04-14tts: 0.12.0 -> 0.13.2Martin Weinelt1-26/+13
https://github.com/coqui-ai/TTS/releases/tag/v0.13.0 https://github.com/coqui-ai/TTS/releases/tag/v0.13.1 https://github.com/coqui-ai/TTS/releases/tag/v0.13.2
2023-04-14python310Packages.accuweather: 0.5.0 -> 0.5.1Fabian Affolter1-10/+3
Changelog: https://github.com/bieniu/accuweather/releases/tag/0.5.1
2023-04-14Merge pull request #223455 from lorenz/fix-udisks-crashArtturi1-1/+6
2023-04-14Merge pull request #226182 from wegank/qt6-qtwebengine-refactorWeijia Wang1-9/+13
qt6.qtwebengine: separate linux-only parts
2023-04-14girara: fix cross compilationAdam Joseph1-0/+2
2023-04-14sqlfluff: 2.0.3 -> 2.0.4Fabian Affolter1-2/+2
Changelog: https://github.com/sqlfluff/sqlfluff/blob/2.0.4/CHANGELOG.md
2023-04-14Merge pull request #226033 from wegank/qt6-qtbase-pathWeijia Wang5-9/+30
qt6: avoid building under /tmp on darwin
2023-04-14Merge pull request #226176 from malob/update-signalbackup-toolsWeijia Wang1-2/+2
signalbackup-tools: 20230413 -> 20230414
2023-04-14Merge pull request #226108 from Artturin/opensslperldepArtturi2-46/+23
2023-04-14qt6.qtwebengine: separate linux-only partsWeijia Wang1-9/+13
2023-04-14gpgme: fix cross, drop python2Adam Joseph2-3/+6
This package very confusingly takes both python(2) and python3 as arguments, and then mixes them up via an overlay in python-packages. Since python2 is now marked INSECURE, let's just stick with python3. Also fixes cross compilation.
2023-04-14qt6: avoid building under /tmp on darwinWeijia Wang3-9/+14
2023-04-14Merge pull request #226178 from siraben/fq-updateBen Siraphob1-3/+3
2023-04-14moveBuildTree: initWeijia Wang2-0/+16
2023-04-14Merge pull request #226018 from NickCao/qt6-reworkWeijia Wang20-352/+192
qt6: rework packaging of qt modules (part 2)
2023-04-14Merge staging-next into staginggithub-actions[bot]31-487/+725
2023-04-14fq: 0.4.0 -> 0.5.0Ben Siraphob1-3/+3
2023-04-14Merge pull request #226175 from doronbehar/pkg/gqrxDoron Behar1-2/+2
gqrx: 2.15.9 -> 2.15.10
2023-04-14Merge pull request #226096 from PedroHLC/zen-kernels-6.2.11Thiago Kenji Okada1-5/+5
zen-kernels: {6.2.9-zen1,6.2.10-lqx1} -> {6.2.11-zen1,6.2.11-lqx3}
2023-04-14signalbackup-tools: 20230413 -> 20230414Malo Bourgon1-2/+2
Diff: https://github.com/bepaald/signalbackup-tools/compare/20230413...20230414
2023-04-14Merge pull request #224487 from dani0854/init/doas-sudo-shimSandro2-0/+56
2023-04-14Merge pull request #225415 from doronbehar/pkg/ps2epsDoron Behar3-0/+96
ps2eps: init at 1.70
2023-04-14gqrx: 2.15.9 -> 2.15.10Doron Behar1-2/+2
Diff: https://github.com/gqrx-sdr/gqrx/compare/v2.15.9...v2.15.10
2023-04-14nim: propagate Security framework to all nim packages on darwinBenjamin Lee1-0/+4
Many nim packages regressed on darwin after 31254120db53fe07d9f1f05fa8ff41af8feaac03, which upgrade nim to 1.6.12. The cause of the breakage is that the nim standard library was changed to link against the Security framework when using the system rng on darwin. Notably not *all* nim packages were broken by this, since packages that don't use this part of the standard library don't need the framework to build. This commit adds the Security framework to the depsTargetTargetPropagated for the compiler wrapper, since the standard library isn't fully functional without it.
2023-04-14Merge pull request #226164 from wegank/dolphin-emu-darwinWeijia Wang2-1/+3
dolphin-emu: add more frameworks
2023-04-14Merge pull request #226041 from figsoda/podsfigsoda2-425/+394
2023-04-14Merge pull request #226114 from trofi/lzwolf-fix-for-SDL2_netSergei Trofimovich1-8/+25
lzwolf: fix build on SDL2_net-2.2
2023-04-14dolphin-emu: add more frameworksWeijia Wang2-1/+3
2023-04-14Merge pull request #226040 from figsoda/artemfigsoda1-3/+3
2023-04-14Merge pull request #226037 from figsoda/git-divefigsoda1-3/+3
2023-04-14Merge pull request #226103 from r-ryantm/auto-update/oxkerfigsoda1-3/+3
oxker: 0.2.5 -> 0.3.0
2023-04-14Merge pull request #226152 from caarlos0/goreleaser-upfigsoda1-3/+2
goreleaser: 1.17.0 -> 1.17.1
2023-04-14Merge pull request #226136 from Ruixi-rebirth/go-musicfoxfigsoda1-2/+2
go-musicfox: 4.0.1 -> 4.0.2
2023-04-14ocamlPackages.morbig: take OCaml dependencies individuallyNiols1-3/+5
2023-04-14goreleaser: 1.17.0 -> 1.17.1Carlos A Becker1-3/+2
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-04-14Merge pull request #225226 from quentinmit/w1thermsensorMartin Weinelt2-0/+72
python3.pkgs.w1thermsensor: init at 2.0.0
2023-04-14Merge pull request #226140 from SubhrajyotiSen/update-maestroBobby Rong1-2/+2
maestro: 1.26.0 -> 1.26.1
2023-04-14Merge pull request #226020 from raboof/pythonocc-core-skip-bulk-updateMartin Weinelt1-0/+6
python3Packages.pythonocc-core: skip bulk update
2023-04-14Merge pull request #226135 from Ruixi-rebirth/chatgpt-cliBobby Rong1-3/+3
chatgpt-cli: 1.1 -> 1.1.1
2023-04-14Merge pull request #225754 from markbeep/ramfetchBobby Rong1-5/+5
ramfetch: 1.1.0 -> 1.1.0a
2023-04-14python3Packages.pythonocc-core: skip bulk updateArnout Engelen1-0/+6
Because it'll fail anyway, since it has to be updated in tandem with `opencascade-occt` Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-04-14Merge pull request #226084 from NixOS/home-assistantMartin Weinelt7-17/+32
home-assistant: 2023.4.3 -> 2023.4.4