Commit Graph
568647 Commits
Author SHA1 Message Date
Nick CaoandGitHub 0829aa32ff Merge pull request #279276 from r-ryantm/auto-update/kbt
kbt: 2.0.6 -> 2.1.0
2024-01-07 10:48:52 -05:00
R. Ryantm 7af53089c6 helm-ls: 0.0.8 -> 0.0.9 2024-01-07 15:48:49 +00:00
Nick CaoandGitHub 845d717afd Merge pull request #279286 from r-ryantm/auto-update/wander
wander: 0.14.1 -> 1.0.0
2024-01-07 10:48:09 -05:00
Nick CaoandGitHub 6376869cd0 Merge pull request #279287 from bhipple/u/qmk
qmk-udev-rules: 0.22.3 -> 0.23.3
2024-01-07 10:47:29 -05:00
Nick CaoandGitHub 3ab933ca57 Merge pull request #279304 from r-ryantm/auto-update/killport
killport: 0.9.1 -> 0.9.2
2024-01-07 10:45:16 -05:00
Nick CaoandGitHub cec6426d6e Merge pull request #279308 from r-ryantm/auto-update/kubedb-cli
kubedb-cli: 0.40.0 -> 0.40.1
2024-01-07 10:44:42 -05:00
Nick CaoandGitHub 3290d036e8 Merge pull request #279213 from kouyk/update/joplin-desktop
joplin-desktop: 2.13.12 -> 2.13.13
2024-01-07 10:43:52 -05:00
Nick CaoandGitHub c035506a47 Merge pull request #278818 from codedownio/julia-pkgs-test-top-n
julia.withPackages: add tests
2024-01-07 10:39:56 -05:00
R. Ryantm db0e1e6efb faust2: 2.69.3 -> 2.70.3 2024-01-07 15:37:42 +00:00
Martin Weinelt ed51a1cfeb zigbee2mqtt: 1.35.0 -> 1.35.1
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.1
2024-01-07 16:36:29 +01:00
Charles-Édouard Coste 0148d8e4d2 symfony-cli: add nssTools as a runtime dependency 2024-01-07 16:34:02 +01:00
Nick CaoandGitHub da496599fd Merge pull request #278569 from Stunkymonkey/fastnlo-toolkit-normalize
fastnlo-toolkit,python311Packages.fastnlo-toolkit: rename from fastnlo_toolkit
2024-01-07 10:31:19 -05:00
Nick CaoandGitHub 59eabdc943 Merge pull request #275637 from SuperSandro2000/firefox-app-update
nixos/firefox: disable updates when policies when programs.firefox.policies is defined
2024-01-07 10:29:43 -05:00
Felix BuehlerandMartin Weinelt 560694bec2 python311Packages.py-scrypt: rename from py_scrypt 2024-01-07 16:29:05 +01:00
Nick CaoandGitHub 0b88c3d297 Merge pull request #265783 from Silver-Golden/bitwarden-directory-connector_pkgs
Bitwarden directory connector: init
2024-01-07 10:28:04 -05:00
Weijia Wang a3e1ee7c60 virt-manager: fix tests 2024-01-07 16:27:43 +01:00
R. RyantmandWeijia Wang 0ee3eeedb3 osinfo-db: 20230308 -> 20231215 2024-01-07 16:27:39 +01:00
R. Ryantm 5c014b6ce9 vipsdisp: 2.6.1 -> 2.6.3 2024-01-07 15:22:07 +00:00
Lin JianandGitHub 866ddabd0d Merge pull request #279365 from nagy/wat-mode-melpa
emacs.pkgs.wat-mode: convert to melpaBuild
2024-01-07 23:13:12 +08:00
Paul Meyer 0626f988a8 ignite: remove 2024-01-07 16:12:54 +01:00
Félix Baylac JacquéandYaya 9ea3a3cfaa pleroma: 2.6.0 -> 2.6.1
Release notes: https://git.pleroma.social/pleroma/pleroma/-/releases/v2.6.1
2024-01-07 16:05:04 +01:00
Felix Buehler 6f4d11dcc3 python311Packages.pyqt5-webkit: rename from pyqt5_with_qtwebkit 2024-01-07 16:03:01 +01:00
Felix Buehler 07c3a4234d python311Packages.radicale-infcloud: rename from radicale_infcloud 2024-01-07 15:49:31 +01:00
Sergei Trofimovich 88f8b20419 llvmPackages.bintools.bintools: expose targetPrefix attribute to match binutils
Before the change `llvmPackages.bintools.bintools.targetPrefix` was not
present. This exposed as a discrepansy between `binutils` and `llvm`:

`binutils`:

    nix-repl> stdenv.cc.bintools.bintools.targetPrefix
    ""
    nix-repl> stdenv.cc.bintools.targetPrefix
    ""

`llvm`:

    nix-repl> pkgsLLVM.stdenv.cc.bintools.targetPrefix
    "x86_64-unknown-linux-gnu-"

    nix-repl> pkgsLLVM.stdenv.cc.bintools.bintools.targetPrefix
    error:
       error: attribute 'targetPrefix' missing

As a result some attributes like `pkgsLLVM.actionlint` failed to
evaluate:

    $ nix build --no-link -f. pkgsLLVM.actionlint
    ...
          error: attribute 'targetPrefix' missing
       at pkgs/development/compilers/ghc/9.4.8.nix:232:46:

          231|     export READELF="${targetCC.bintools.bintools}/bin/${targetCC.bintools.targetPrefix}readelf"
          232|     export STRIP="${bintoolsFor.strip}/bin/${bintoolsFor.strip.targetPrefix}strip"
             |                                              ^

The change exposes binary prefix the same way as `binutils` does.
2024-01-07 14:47:22 +00:00
Nick CaoandGitHub d49252891f Merge pull request #279015 from oddlama/fix-typesense-tests
typesense: fix test failure due to initialization timing
2024-01-07 09:45:40 -05:00
Benjamin HippleandGitHub f9bd3c2e03 Merge pull request #279189 from kilianar/fava-1.27
fava: 1.26.4 -> 1.27
2024-01-07 09:43:26 -05:00
Benjamin HippleandGitHub 8f5b6bf391 Merge pull request #278230 from mcmah309/master
fix: Fix conda-shell environment first creation issue
2024-01-07 09:43:09 -05:00
Benjamin HippleandGitHub a4c749e07c Merge pull request #256732 from NickCao/hjson
python310Packages.hjson: do not include pythonImportsCheckHook uncond…
2024-01-07 09:42:11 -05:00
Jerry Starke ba2ae3cfd7 linuxKernel.kernels.linux_lqx: 6.6.9-lqx1 -> 6.6.10-lqx1 2024-01-07 15:40:36 +01:00
Jerry Starke 4592bcbd73 linuxKernel.kernels.linux_zen: 6.6.9-zen1 -> 6.6.10-zen1 2024-01-07 15:38:31 +01:00
K900 fc680ef5ec memtest86plus: 6.20 -> 7.00
Diff: https://github.com/memtest86plus/memtest86plus/compare/v6.20...v7.00
2024-01-07 17:28:19 +03:00
Olmo KramerandGitHub c74d8906b5 signaturepdf: Fix postInstall hook 2024-01-07 15:14:56 +01:00
Felix BühlerandGitHub 150baeeda7 Merge pull request #279355 from Stunkymonkey/sysv-ipc-normalize
python311Packages.sysv-ipc: rename from sysv_ipc
2024-01-07 15:09:07 +01:00
maxineandGitHub 0928e0dbe0 Merge pull request #275436 from vifino/nvme-updates
libnvme: 1.6 -> 1.7.1; nvme-cli: 2.6 -> 2.7
2024-01-07 15:05:35 +01:00
maxineandGitHub f14a8d6e50 Merge pull request #278279 from katexochen/dnf5/5-1-10
dnf5: 5.1.9 -> 5.1.10
2024-01-07 15:04:44 +01:00
maxineandGitHub 06633062a4 Merge pull request #278774 from A-Manning/update-protolint
protolint: 0.37.1 -> 0.47.4
2024-01-07 15:04:16 +01:00
maxineandGitHub 6746d9cbe8 Merge pull request #275238 from r-ryantm/auto-update/python310Packages.dbt-semantic-interfaces
python310Packages.dbt-semantic-interfaces: 0.2.2 -> 0.4.2
2024-01-07 14:58:25 +01:00
maxineandGitHub 40e28f74a1 Merge pull request #275108 from r-ryantm/auto-update/prometheus-mongodb-exporter
prometheus-mongodb-exporter: 0.39.0 -> 0.40.0
2024-01-07 14:58:17 +01:00
maxineandGitHub 41e062b486 Merge pull request #277847 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.10 -> 6.0.0
2024-01-07 14:57:29 +01:00
maxineandGitHub 4b8454f89f Merge pull request #278860 from r-ryantm/auto-update/obs-studio-plugins.obs-text-pthread
obs-studio-plugins.obs-text-pthread: 2.0.2 -> 2.0.3
2024-01-07 14:56:13 +01:00
maxineandGitHub 489e417371 Merge pull request #278862 from r-ryantm/auto-update/python310Packages.django-modeltranslation
python310Packages.django-modeltranslation: 0.18.11 -> 0.18.12
2024-01-07 14:56:03 +01:00
maxineandGitHub 8e7cabe5d6 Merge pull request #278844 from r-ryantm/auto-update/cargo-watch
cargo-watch: 8.4.1 -> 8.5.1
2024-01-07 14:55:51 +01:00
maxineandGitHub d2e93a965f Merge pull request #279081 from r-ryantm/auto-update/libxisf
libxisf: 0.2.10 -> 0.2.11
2024-01-07 14:55:33 +01:00
maxineandGitHub e74c0d57a4 Merge pull request #279120 from r-ryantm/auto-update/syft
syft: 0.99.0 -> 0.100.0
2024-01-07 14:55:00 +01:00
maxineandGitHub 178d851ddb Merge pull request #279224 from r-ryantm/auto-update/doomretro
doomretro: 5.1.3 -> 5.2
2024-01-07 14:54:51 +01:00
maxineandGitHub 88fdf6c3ce Merge pull request #279135 from r-ryantm/auto-update/bruno
bruno: 1.5.1 -> 1.6.1
2024-01-07 14:54:41 +01:00
maxineandGitHub e9b1aa6b19 Merge pull request #279278 from r-ryantm/auto-update/kubedock
kubedock: 0.15.0 -> 0.15.1
2024-01-07 14:53:48 +01:00
maxineandGitHub bd063a26b6 Merge pull request #279289 from r-ryantm/auto-update/godns
godns: 3.0.4 -> 3.0.5
2024-01-07 14:53:39 +01:00
maxineandGitHub 047664d6f6 Merge pull request #279296 from r-ryantm/auto-update/home-manager
home-manager: unstable-2023-12-31 -> unstable-2024-01-05
2024-01-07 14:53:27 +01:00
maxineandGitHub db38234e18 Merge pull request #279298 from r-ryantm/auto-update/infisical
infisical: 0.16.3 -> 0.16.7
2024-01-07 14:53:14 +01:00