| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qutebrowser: disable vulkan by default•••Some AMD & Intel chip owners are reporting issues and crashes with Vulkan, so for now, we will disable it by default and make it opt-in. origin/qutebrowser-vulkan-fix | Timothy DeHerrera | 2023-11-07 | 1 | -1/+2 |
| * | Merge pull request #264717 from mrtnvgr/celeste-classic | ckie | 2023-11-01 | 3 | -0/+61 |
| |\ | |||||
| | * | celeste-classic: init at unstable-2020-12-08 | mrtnvgr | 2023-11-01 | 2 | -0/+53 |
| | * | maintainers: add mrtnvgr•••(cherry picked from commit b5f97b03a312d72bc19da535a504f25db481139e) | mrtnvgr | 2023-11-01 | 1 | -0/+8 |
| * | | Merge pull request #263177 from dotlambda/celeste-0.8.0•••celeste: 0.7.0 -> 0.8.0 | Robert Schütz | 2023-11-01 | 1 | -7/+5 |
| |\ \ | |||||
| | * | | celeste: 0.7.0 -> 0.8.0•••Diff: https://github.com/hwittenborn/celeste/compare/v0.7.0...v0.8.0 Changelog: https://github.com/hwittenborn/celeste/blob/v0.8.0/CHANGELOG.md | Robert Schütz | 2023-10-25 | 1 | -7/+5 |
| * | | | Merge pull request #255807 from BillHuang2001/update/ray•••python3Packages.ray: 2.6.1 -> 2.7.0 | OTABI Tomoya | 2023-11-02 | 2 | -4/+4 |
| |\ \ \ | |||||
| | * | | | python3Packages.ray: 2.6.1 -> 2.7.0 | Bill Huang | 2023-09-18 | 2 | -4/+4 |
| * | | | | Merge pull request #263077 from mfrw/mfrw/pyenv-2.3.31•••pyenv: 2.3.28 -> 2.3.31 | OTABI Tomoya | 2023-11-02 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | pyenv: 2.3.28 -> 2.3.31•••Diff: https://github.com/pyenv/pyenv/compare/refs/tags/v2.3.28...v2.3.31 Changelog: https://github.com/pyenv/pyenv/blob/refs/tags/v2.3.31/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> | Muhammad Falak R Wani | 2023-10-24 | 1 | -2/+2 |
| * | | | | | Merge pull request #263354 from Strum355/bobthefish-bump•••fishPlugins.bobthefish: unstable-2022-08-02 -> unstable-2023-06-16 | OTABI Tomoya | 2023-11-02 | 1 | -4/+4 |
| |\ \ \ \ \ | |||||
| | * | | | | | fishPlugins.bobthefish: unstable-2022-08-02 -> unstable-2023-06-16 | Noah Santschi-Cooney | 2023-10-25 | 1 | -4/+4 |
| * | | | | | | Merge pull request #261010 from r-ryantm/auto-update/python310Packages.gtts•••python310Packages.gtts: 2.3.2 -> 2.4.0 | OTABI Tomoya | 2023-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | python310Packages.gtts: 2.3.2 -> 2.4.0 | R. Ryantm | 2023-10-14 | 1 | -2/+2 |
| * | | | | | | | Merge pull request #261123 from r-ryantm/auto-update/python310Packages.opence...•••python310Packages.opencensus-ext-azure: 1.1.9 -> 1.1.11 | OTABI Tomoya | 2023-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | python310Packages.opencensus-ext-azure: 1.1.9 -> 1.1.11 | R. Ryantm | 2023-10-14 | 1 | -2/+2 |
| * | | | | | | | | Merge #264581: formats.libconfig: fix store path dependency in test | Vladimír Čunát | 2023-11-01 | 2 | -8/+8 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | formats.libconfig: fix unstable store path dependency in test•••Previously, this test would verify a writeText file with a constant content is at a precise store path, but this is not actually the case and the store path has changed maybe twice since the original "pkgs.formats: Add libconfig format generator" PR was started, the latest time being after it was merged. We now placehold the store path in expected.txt and substitute it just before we run the diff, alleviating the problem. | ckie | 2023-10-31 | 2 | -8/+8 |
| * | | | | | | | | | Merge pull request #264756 from anthonyroussel/rename/terraform-plugin-docs•••terraform-plugin-docs: rename from tfplugindocs | lewo | 2023-11-01 | 4 | -24/+62 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | terraform-plugin-docs: ensure go is in the PATH•••Co-authored-by: Philipp Böschen <catouc@philipp.boeschen.me> | Anthony Roussel | 2023-11-01 | 1 | -0/+10 |
| | * | | | | | | | | | terraform-plugin-docs: 0.14.1 -> 0.16.0•••https://github.com/hashicorp/terraform-plugin-docs/releases/tag/v0.16.0 https://github.com/hashicorp/terraform-plugin-docs/compare/v0.14.1...v0.16.0 Co-authored-by: Philipp Böschen <catouc@philipp.boeschen.me> | Anthony Roussel | 2023-11-01 | 1 | -4/+17 |
| | * | | | | | | | | | terraform-plugin-docs: add passthru.{tests,updateScript}•••Co-authored-by: Philipp Böschen <catouc@philipp.boeschen.me> | Anthony Roussel | 2023-11-01 | 1 | -1/+15 |
| | * | | | | | | | | | terraform-plugin-docs: add meta.{changelog,mainProgram}•••Co-authored-by: Philipp Böschen <catouc@philipp.boeschen.me> | Anthony Roussel | 2023-11-01 | 1 | -0/+2 |
| | * | | | | | | | | | terraform-plugin-docs: rename from tfplugindocs | Anthony Roussel | 2023-11-01 | 3 | -3/+2 |
| * | | | | | | | | | | Merge pull request #264614 from Kiskae/nvidia/545.29.02•••linuxPackages.nvidia_x11: 530.41.03 -> 545.29.02 | Nick Cao | 2023-11-01 | 2 | -14/+10 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | linuxPackages.nvidia_x11: 530.41.03 -> 545.29.02 | Kiskae | 2023-11-01 | 2 | -14/+10 |
| * | | | | | | | | | | | Merge pull request #263636 from arcnmx/python-bip32•••python3Packages.bip32: init at 3.4 | OTABI Tomoya | 2023-11-01 | 3 | -0/+56 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | python3Packages.ledger-bitcoin: fix build•••bip32 is a required dependency of ledger-bitcoin 0.2.2 | arcnmx | 2023-10-31 | 1 | -0/+4 |
| | * | | | | | | | | | | | python3Packages.bip32: init at 3.4 | arcnmx | 2023-10-31 | 2 | -0/+52 |
| * | | | | | | | | | | | | Merge pull request #264788 from drupol/phel/bump/0-12-0•••phel: unstable-2023-10-27 -> 0.12.0 | Pol Dellaiera | 2023-11-01 | 1 | -3/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | phel: add `postCheckInstall` step | Pol Dellaiera | 2023-11-01 | 1 | -0/+5 |
| | * | | | | | | | | | | | | phel: unstable-2023-10-27 -> 0.12.0 | Pol Dellaiera | 2023-11-01 | 1 | -3/+3 |
| * | | | | | | | | | | | | | vscode-extensions.rust-lang.rust-analyzer 2023-07-31 -> 2023-10-16 | Nilstrieb | 2023-11-01 | 3 | -3628/+4473 |
| * | | | | | | | | | | | | | Merge pull request #264804 from r-ryantm/auto-update/imgcrypt•••imgcrypt: 1.1.8 -> 1.1.9 | Nick Cao | 2023-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | imgcrypt: 1.1.8 -> 1.1.9 | R. Ryantm | 2023-11-01 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | Merge pull request #264720 from r-ryantm/auto-update/roxterm•••roxterm: 3.14.1 -> 3.14.2 | Nick Cao | 2023-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | roxterm: 3.14.1 -> 3.14.2 | R. Ryantm | 2023-11-01 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | Merge pull request #264714 from marsam/update-parson•••parson: 1.5.2 -> 1.5.3 | Nick Cao | 2023-11-01 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | parson: 1.5.2 -> 1.5.3•••Diff: https://github.com/kgabis/parson/compare/60c37844d7a1c97547812cac3423d458c73e60f9...ba29f4eda9ea7703a9f6a9cf2b0532a2605723c3 | Mario Rodas | 2023-10-30 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | Merge pull request #264618 from bobby285271/upd/cinnamon-test•••nixosTests.cinnamon: Extend the test | Bobby Rong | 2023-11-01 | 1 | -22/+38 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | nixosTests.cinnamon: Extend the test | Bobby Rong | 2023-11-01 | 1 | -22/+38 |
| * | | | | | | | | | | | | | | | | | vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.17.1 -> 0.17.5•••https://github.com/elixir-lsp/vscode-elixir-ls/blob/master/CHANGELOG.md#v0175-31-october-2023 | datafoo | 2023-11-01 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | | Merge pull request #264754 from SubhrajyotiSen/update-maestro•••maestro: 1.33.1 -> 1.34.0 | Nick Cao | 2023-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | maestro: 1.33.1 -> 1.34.0 | SubhrajyotiSen | 2023-11-01 | 1 | -2/+2 |
| | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | Merge pull request #264750 from vinnymeller/update-twm•••twm: 0.7.0 -> 0.8.0 | Nick Cao | 2023-11-01 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | twm: 0.7.0 -> 0.8.0 | Vinny Meller | 2023-11-01 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | | | Merge pull request #264726 from r-ryantm/auto-update/vendir•••vendir: 0.35.0 -> 0.35.2 | Nick Cao | 2023-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | vendir: 0.35.0 -> 0.35.2 | R. Ryantm | 2023-11-01 | 1 | -2/+2 |
| | | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #264734 from r-ryantm/auto-update/clash-verge•••clash-verge: 1.3.7 -> 1.3.8 | Nick Cao | 2023-11-01 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | clash-verge: 1.3.7 -> 1.3.8 | R. Ryantm | 2023-11-01 | 1 | -2/+2 |
| | |/ / / / / / / / / / / / / / / / / | |||||
