about summary refs log tree commit diff
path: root/pkgs/by-name/au
AgeCommit message (Collapse)AuthorFilesLines
2024-08-03auto-changelog: remove usage of mkYarnPackagePyrox2-108/+28
2024-07-26Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2-2/+2
Conflicts: - pkgs/applications/graphics/seamly2d/default.nix
2024-07-26treewide: remove unused lib (and other) argumentsSigmanificient2-2/+2
2024-07-25Merge master into staging-nextgithub-actions[bot]1-5/+48
2024-07-25Merge pull request #329151 from B4dM4n/fix-authentikPeder Bergebakken Sundt1-5/+48
authentik: Fix runtime errors
2024-07-23authentik: Fix runtime errorsFabian Möller1-5/+48
2024-07-23Merge master into staging-nextgithub-actions[bot]1-2/+2
2024-07-22autoprefixer.tests: fix the evalSergei Trofimovich1-2/+2
Without the change thee val fails as: $ nix build --no-link -f. autoprefixer.tests ... error: attribute 'packageName' missing at pkgs/by-name/au/autoprefixer/tests/simple-execution.nix:4:26: 3| let 4| inherit (autoprefixer) packageName version; | ^ 5| in
2024-07-21Merge master into staging-nextgithub-actions[bot]1-4/+4
2024-07-21Merge pull request #328792 from rissson/authentik-2024.6.1Masum Reza1-3/+3
authentik: 2024.6.0 -> 2024.6.1
2024-07-21authentik: add rissson as maintainer (#328793)Marc 'risson' Schmitt1-1/+1
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2024-07-21authentik: 2024.6.0 -> 2024.6.1Marc 'risson' Schmitt1-3/+3
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2024-07-18Merge pull request #325223 from mweinelt/typer-depsMartin Weinelt1-2/+1
python312Packages.typer: include optional dependencies
2024-07-18python312Packages.typer: include standard optionalMartin Weinelt1-2/+1
Typer specifies the standard optional-dependencies package list, but then due to internal tooling includes it by default in Require-Dist. https://github.com/tiangolo/typer/blob/0.12.3/pyproject.toml#L71-L72 This is in line with changes that happened in typer 0.12.1 https://github.com/tiangolo/typer/releases/tag/0.12.1
2024-07-11autotools-language-server: fix evaluation by using python311Doron Behar1-1/+4
2024-07-09Merge pull request #325856 from mjoerg/audiobookshelf-2.11.0Sandro3-9/+7
audiobookshelf: 2.10.1 -> 2.11.0
2024-07-09audiobookshelf: 2.10.1 -> 2.11.0Martin Joerg3-9/+7
https://github.com/advplyr/audiobookshelf/releases/tag/v2.11.0 https://github.com/advplyr/audiobookshelf/compare/v2.10.1...v2.11.0
2024-07-09Merge pull request #313989 from jvanbruegge/authentik-2024.4Thomas Gerbet4-25/+125
authentik,authentik-outposts.ldap: 2024.2.2 -> 2024.6.0
2024-07-08Merge pull request #323192 from sarcasticadmin/rh/1719591075autoéclairevoyant1-1/+1
auto-cpufreq: add sarcasticadmin as maintainer
2024-07-06Merge pull request #322503 from pyrox0/autoprefixer-initFranz Pletz2-0/+87
2024-07-06authentik-outposts.radius: init at 2024.6.0Jan van Brügge2-0/+19
2024-07-06authentik,authentik-outposts.ldap: 2024.2.2 -> 2024.6.0Jan van Brügge3-25/+106
2024-07-05nodePackages.autoprefixer: Remove from node-packagesPyrox2-0/+87
Moves to pkgs/by-name.
2024-06-28auto-cpufreq: add sarcasticadmin as maintainerRobert James Hernandez1-1/+1
2024-06-28auto-cpufreq: remove Technical27 as maintainerRobert James Hernandez1-1/+1
2024-06-26Merge master into staging-nextgithub-actions[bot]2-0/+131
2024-06-26auto-changelog: move out of node-packagesPyrox2-0/+131
2024-06-18Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt2-3/+54
Conflicts: - pkgs/development/python-modules/langsmith/default.nix - pkgs/development/python-modules/rich-pixels/default.nix - pkgs/servers/teleport/generic.nix
2024-06-18Merge pull request #320725 from r-ryantm/auto-update/audionFabian Affolter1-3/+3
audion: 0.2.0 -> 0.2.1
2024-06-18audion: 0.2.0 -> 0.2.1R. Ryantm1-3/+3
2024-06-18Merge pull request #316901 from doronbehar/pkg/autotools-language-serverDoron Behar1-0/+51
autotools-language-server: init at 0.0.19
2024-06-14 treewide: remove pythonRelaxDepsHook referencesMartin Weinelt2-2/+0
It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14autotools-language-server: init at 0.0.19Doron Behar1-0/+51
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt2-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-05-31Merge pull request #315383 from isabelroses/auto-cpufreqtomberek4-0/+447
auto-cpufreq: 1.9.9 -> 2.3.0
2024-05-31auto-cpufreq: move to pkgs/by-nameisabel4-0/+447
2024-05-31audiness: 0.4.0 -> 0.5.0Fabian Affolter1-2/+2
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.4.0...0.5.0 Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.5.0
2024-05-30treewide: remove unused fetch* (and other) argumentsSigmanificient1-1/+0
2024-05-29audiobookshelf: 2.9.0 -> 2.10.1Martin Joerg2-5/+7
https://github.com/advplyr/audiobookshelf/releases/tag/v2.10.0 https://github.com/advplyr/audiobookshelf/releases/tag/v2.10.1 https://github.com/advplyr/audiobookshelf/compare/v2.9.0...v2.10.1
2024-05-13Merge pull request #309666 from r-ryantm/auto-update/audio-sharingWeijia Wang1-3/+3
audio-sharing: 0.2.2 -> 0.2.4
2024-05-09Merge pull request #307804 from r-ryantm/auto-update/autosuspendAleksana1-3/+3
autosuspend: 6.1.1 -> 7.0.0
2024-05-06audio-sharing: 0.2.2 -> 0.2.4R. Ryantm1-3/+3
2024-05-05autosuspend: drop support for older versions of pythonWeijia Wang1-1/+1
Co-authored-by: Anthony Roussel <anthony@roussel.dev>
2024-04-29autosuspend: 6.1.1 -> 7.0.0R. Ryantm1-2/+2
2024-04-29audiness: 0.3.2 -> 0.4.0Fabian Affolter1-3/+6
Diff: https://github.com/audiusGmbH/audiness/compare/refs/tags/0.3.2...0.4.0 Changelog: https://github.com/audiusGmbH/audiness/releases/tag/0.4.0
2024-04-23Merge pull request #306033 from adamcstephens/abs/2.9.0Adam C. Stephens1-5/+5
audiobookshelf: 2.8.1 -> 2.9.0
2024-04-22autopsy: init at 4.21.0Zebreus1-0/+49
2024-04-22audiobookshelf: 2.8.1 -> 2.9.0Adam Stephens1-5/+5
https://github.com/advplyr/audiobookshelf/releases/tag/v2.9.0