about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | | lib.modules: Refactor option scanning slightlyRobert Hensing2022-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This scans the options with fewer function calls, improving performance. It also removes a let Env from the happy flow of the new logic.
| | * | | | | | | | | | lib.types.submodule: Remove redundant isSubmodule attrRobert Hensing2022-03-03
| | | | | | | | | | | |
| | * | | | | | | | | | lib.modules: Let module declare options directly in bare submoduleRobert Hensing2022-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... where a bare submodule is an option that has a type like `submoduleWith x`, as opposed to `attrsOf (submoduleWith x)`. This makes migration unnecessary when introducing a freeform type in an existing option tree. Closes #146882
| * | | | | | | | | | | Merge pull request #152277 from squalus/crystal-aarch64-3Kevin Cox2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | crystal: support aarch64-linux
| | * | | | | | | | | | | crystal: support aarch64-linuxsqualus2022-03-16
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream does not publish aarch64-linux bootstrap binaries, so grab them from Alpine
| * | | | | | | | | | | Merge pull request #163518 from fabaff/feroxbusterSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | feroxbuster: init at 2.6.1Fabian Affolter2022-03-16
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #164177 from AtilaSaraiva/borgttfSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | borg-sans-mono: init at 0.2.0AtilaSaraiva2022-03-16
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #164391 from fabaff/bump-httpieSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | httpie: 3.0.2 -> 3.1.0Fabian Affolter2022-03-16
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #164270 from alyssais/locate-pruneNamesSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | nixos/locate: disable default findutils pruneNamesAlyssa Ross2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make sense to have a default value for this that's incompatible with the default locate implementation. It means that just doing services.locate.enable = true; generates a warning, even if you don't care about pruning anything. So only use the default prune list if the locate implementation supports it (i.e., isn't findutils).
| * | | | | | | | | | | | | | Merge pull request #162984 from Eliot00/lapce-initSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | lapce: init at 0.0.10Elliot2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Leix b <abone9999@gmail.com> Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Leix b <abone9999@gmail.com> Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Leix b <abone9999@gmail.com> Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Leix b <abone9999@gmail.com> fix: undefined variables Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Update pkgs/applications/editors/lapce/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com> rename patch file
| * | | | | | | | | | | | | | | Merge pull request #163916 from mweinelt/python311Martin Weinelt2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | python311: 3.11.0a4 -> 3.11.0a6Martin Weinelt2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://pythoninsider.blogspot.com/2022/03/python-3110a6-is-available.html https://pythoninsider.blogspot.com/2022/02/python-3110a5-is-available.html
| * | | | | | | | | | | | | | | | Merge pull request #164317 from bobvanderlinden/pr-move-systemd-fns-libRobert Hensing2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos: systemd: split off helper functions into systemd-lib
| | * | | | | | | | | | | | | | | | nixos: systemd: split off helper functions into systemd-libBob van der Linden2022-03-15
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #164467 from primeos/chromiumMichael Weiss2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chromium: 99.0.4844.51 -> 99.0.4844.74
| | * | | | | | | | | | | | | | | | | chromium: 99.0.4844.51 -> 99.0.4844.74Michael Weiss2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop_15.html This update includes 11 security fixes. CVEs: CVE-2022-0971 CVE-2022-0972 CVE-2022-0973 CVE-2022-0974 CVE-2022-0975 CVE-2022-0976 CVE-2022-0977 CVE-2022-0978 CVE-2022-0979 CVE-2022-0980
| * | | | | | | | | | | | | | | | | | mopidy-ytmusic: 0.3.2 -> 0.3.5 (#155508)Bela Stoyan2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: be7a <git@be7a.de>
| * | | | | | | | | | | | | | | | | | Merge pull request #164432 from superherointj/package-hey-enable-testsSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | hey: enable testssuperherointj2022-03-16
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #164433 from superherointj/package-kcli-enable-testsSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | kcli: enable testssuperherointj2022-03-16
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #164102 from mweinelt/apachehttpdMartin Weinelt2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | apacheHttpd: 2.4.52 -> 2.4.53Martin Weinelt2022-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://downloads.apache.org/httpd/CHANGES_2.4.53 Migrating to pcre2 was recommended in the release notes, since pcre 8.x is over 20 years old and has now reached its end of life. Fixes: CVE-2022-23943, CVE-2022-22721, CVE-2022-22720, CVE-2022-22719
| * | | | | | | | | | | | | | | | | | | | Merge pull request #164463 from superherointj/package-berglas-0.6.2Sandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | berglas: 0.5.1 -> 0.6.2superherointj2022-03-16
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tests enabled.
| * | | | | | | | | | | | | | | | | | | | Merge pull request #164428 from superherointj/package-coredns-enable-testsSandro2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | coredns: enable testssuperherointj2022-03-16
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #164397 from ↵Fabian Affolter2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python310Packages.azure-mgmt-monitor python310Packages.azure-mgmt-monitor: 3.0.0 -> 3.1.0
| | * | | | | | | | | | | | | | | | | | | | python3Packages.azure-mgmt-monitor: disable on older Python releasesFabian Affolter2022-03-16
| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | python310Packages.azure-mgmt-monitor: 3.0.0 -> 3.1.0R. Ryantm2022-03-16
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #164283 from nazarewk/bugfix/plantuml-server-1.2022.2Artturi2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | plantuml-server: fixed unstable depsKrzysztof Nazarewski2022-03-15
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after merging https://github.com/NixOS/nixpkgs/pull/163431 `plantuml-server-*-deps` derivation turned out unstable, this commit switches to fetching `plantuml.war` directly from releases
| * | | | | | | | | | | | | | | | | | | | Merge pull request #164354 from r-ryantm/auto-update/fits-cloudctlRyan Mulligan2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fits-cloudctl: 0.10.11 -> 0.10.12
| | * | | | | | | | | | | | | | | | | | | | fits-cloudctl: 0.10.11 -> 0.10.12R. Ryantm2022-03-16
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #164192 from r-ryantm/auto-update/cariddiFabian Affolter2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cariddi: 1.1.5 -> 1.1.6
| | * | | | | | | | | | | | | | | | | | | | | cariddi: 1.1.5 -> 1.1.6R. Ryantm2022-03-15
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #164183 from r-ryantm/auto-update/cfripperFabian Affolter2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cfripper: 1.5.1 -> 1.5.2
| | * | | | | | | | | | | | | | | | | | | | | | cfripper: 1.5.1 -> 1.5.2R. Ryantm2022-03-15
| | |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #164418 from fabaff/bump-sslyzeFabian Affolter2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.tls-parser: 1.2.2 -> 2.0.0, python3Packages.sslyze: 5.0.2 -> 5.0.3
| | * | | | | | | | | | | | | | | | | | | | | | python310Packages.nassl: 4.0.1 -> 4.0.2Fabian Affolter2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | python3Packages.sslyze: 5.0.2 -> 5.0.3Fabian Affolter2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | python3Packages.tls-parser: 1.2.2 -> 2.0.0Fabian Affolter2022-03-16
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #164404 from fabaff/bump-androidtvFabian Affolter2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.androidtv: 0.0.64 -> 0.0.65
| | * | | | | | | | | | | | | | | | | | | | | | | python3Packages.androidtv: 0.0.64 -> 0.0.65Fabian Affolter2022-03-16
| | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #164407 from fabaff/bump-sigmaFabian Affolter2022-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.pysigma: 0.3.2 -> 0.4.1