Commit Graph
567176 Commits
Author SHA1 Message Date
Nick CaoandGitHub d4c1bf07d5 Merge pull request #277727 from r-ryantm/auto-update/revanced-cli
revanced-cli: 4.3.0 -> 4.4.0
2023-12-30 09:48:12 -05:00
Nick CaoandGitHub ddd3e14b45 Merge pull request #277731 from r-ryantm/auto-update/sequoia-sq
sequoia-sq: 0.31.0 -> 0.32.0
2023-12-30 09:46:34 -05:00
Nick CaoandGitHub 4b3294f82f Merge pull request #277578 from astrdark/master
netbootxyz-efi: 2.0.60 -> 2.0.75
2023-12-30 09:44:08 -05:00
Nick CaoandGitHub 1f5baefa02 Merge pull request #277580 from trofi/tigervnc-fix-test-eval
tigervnc: fix `tests` eval
2023-12-30 09:43:26 -05:00
Nick CaoandGitHub 1aa990fda7 Merge pull request #277592 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.1100 -> 1.1.1102
2023-12-30 09:42:51 -05:00
Nick Cao 9267f03edf sing-box: set meta.mainProgram 2023-12-30 09:40:07 -05:00
Gaetan Lepage 96496184b1 neovim: 0.9.4 -> 0.9.5
Changelog: https://github.com/neovim/neovim/releases/tag/v0.9.5
2023-12-30 15:39:00 +01:00
Nick CaoandGitHub 7c59c81e5c Merge pull request #267846 from kirillrdy/talosctl
talosctl: 1.6.0 -> 1.6.1
2023-12-30 09:38:23 -05:00
Nick CaoandGitHub 0176686b97 Merge pull request #277475 from vinnymeller/htmx-lsp
htmx-lsp: init at 0.1.0
2023-12-30 09:36:24 -05:00
Nick CaoandGitHub dbc255a883 Merge pull request #277110 from fabaff/skodaconnect-bump
python311Packages.skodaconnect: 1.3.8 -> 1.3.9
2023-12-30 09:34:41 -05:00
Nick CaoandGitHub 1e54473290 Merge pull request #277618 from codedownio/julia-pkgs-fix-artifact-tarballs
julia.withPackages: handle non-archive artifacts (fixes #277410)
2023-12-30 09:33:58 -05:00
Gaetan Lepage cd2a28ef95 python311Packages.pymc: fix hash mismatch 2023-12-30 15:32:57 +01:00
R. Ryantm 92531c3d37 sequoia-sq: 0.31.0 -> 0.32.0 2023-12-30 14:31:30 +00:00
Nikolay KorotkiyandGitHub 64af988b08 Merge pull request #277682 from r-ryantm/auto-update/sfeed
sfeed: 1.9 -> 2.0
2023-12-30 18:24:58 +04:00
Mario RodasandGitHub ef6ffdb801 Merge pull request #274564 from r-ryantm/auto-update/jna
jna: 5.13.0 -> 5.14.0
2023-12-30 09:21:15 -05:00
Maximilian BoschandGitHub 500fd5ee6c Merge pull request #277710 from Ferdi265/update-wl-mirror
wl-mirror: 0.14.2 -> 0.15.0
2023-12-30 15:19:04 +01:00
Maximilian BoschandGitHub 9d6b7362f1 Merge pull request #277663 from mfrw/mfrw/just-1.21.0
just: 1.20.0 -> 1.21.0
2023-12-30 15:18:21 +01:00
Mario RodasandGitHub 163c18cb35 Merge pull request #277538 from marsam/update-zeek
zeek: 6.0.2 -> 6.1.0
2023-12-30 09:14:42 -05:00
Maximilian BoschandGitHub 3131a4661e Merge pull request #277675 from vinnymeller/bump-twm-version
twm: 0.8.1 -> 0.8.2
2023-12-30 15:13:25 +01:00
R. Ryantm 9c09d09241 revanced-cli: 4.3.0 -> 4.4.0 2023-12-30 13:51:24 +00:00
Gaetan Lepage 6f2b434b36 vimPlugins.sniprun: 1.3.9 -> 1.3.10
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.10
2023-12-30 14:50:05 +01:00
Nikolay Korotkiy 20f64b5d77 agate: 3.3.1 → 3.3.3 2023-12-30 17:37:34 +04:00
Maximilian BoschandGitHub e550564812 Merge pull request #277704 from katexochen/minishift/remove
minishift: remove
2023-12-30 14:33:23 +01:00
Ferdinand Bachmann 73a0ea127b wl-mirror: update description to match upstream description 2023-12-30 14:17:57 +01:00
Ferdinand Bachmann 7f8b667d08 wl-mirror: 0.14.2 -> 0.15.0 2023-12-30 14:17:46 +01:00
Peder Bergebakken SundtandGitHub 92574976de Merge pull request #271761 from onemoresuza/hare-toml
hareThirdParty.hare-toml: init at 0.1.0
2023-12-30 14:16:50 +01:00
OTABI TomoyaandGitHub 88220567d3 Merge pull request #277441 from gebi/t/ansible-core-2_14-cves
ansible_2_14: 2.14.6 -> 2.14.13
2023-12-30 21:43:04 +09:00
Sergei Trofimovich 308846a111 netpbm: 11.4.5 -> 11.5.1 2023-12-30 12:37:50 +00:00
Sergei Trofimovich d7e85937ee octoprint: fix octoprint-dashboard alias definition
Without the change `tests` eval fails to discover `dashboard` as it's
used before it's definition in the same overlay.

The eval failed as:

    $ nix build --no-link -f. octoprint.tests.plugins.octoprint-dashboard
    error: attribute 'dashboard' missing
          482| } // lib.optionalAttrs config.allowAliases {
          483|   octoprint-dashboard = self.dashboard;
             |                         ^
          484| }

After the change the eval succeeds as:

    $ nix-instantiate -A octoprint.tests.plugins.dashboard
    /nix/store/gxzicbfnpfgvs2qnpdn22aica4vlncns-python3.11-octoprint-plugin-dashboard-1.18.3.drv
2023-12-30 12:22:55 +00:00
Jan TojnarandGitHub 4da9e47b03 Merge pull request #272995 from jtojnar/gpaste
gnome.gpaste: Fix typelib path adjustment
2023-12-30 13:18:56 +01:00
OTABI TomoyaandGitHub 0f0bae2c2a Merge pull request #277678 from r-ryantm/auto-update/python311Packages.pycrdt-websocket
python311Packages.pycrdt-websocket: 0.12.5 -> 0.12.6
2023-12-30 21:13:20 +09:00
Nikolay KorotkiyandGitHub 799979a018 Merge pull request #277707 from r-ryantm/auto-update/ov
ov: 0.32.1 -> 0.33.0
2023-12-30 16:11:15 +04:00
Bobby RongandGitHub ee024ac138 Merge pull request #270684 from zendo/upd/contrast
contrast: 0.0.8 -> 0.0.10
2023-12-30 19:48:57 +08:00
natsukium 7dc881c755 python310Packages.langchainplus-sdk: set alias as langsmith
langchainplus-sdk has been renamed to langsmith
2023-12-30 20:46:47 +09:00
Paul Meyer c83b707f2f minishift: remove 2023-12-30 12:30:48 +01:00
Mario Rodas 1e9ffe1725 sqls: 0.2.27 -> 0.2.28
Diff: https://github.com/sqls-server/sqls/compare/v0.2.27...v0.2.28
2023-12-30 11:19:00 +00:00
R. Ryantm 1878ed25eb ov: 0.32.1 -> 0.33.0 2023-12-30 11:18:44 +00:00
R. Ryantm 09c3374691 sqls: 0.2.22 -> 0.2.27 2023-12-30 11:18:31 +00:00
Fabian AffolterandGitHub c6aef2e8b7 python311Packages.skodaconnect: update disabled 2023-12-30 12:16:57 +01:00
Orivej Desh (NixOS)andGitHub b2b547c16a Merge pull request #276236 from orivej/gyroflow
gyroflow: init at 1.5.4-2023-12-25
2023-12-30 11:08:44 +00:00
Jörg ThalheimandGitHub 6a3138921b Merge pull request #277613 from r-ryantm/auto-update/snappymail
snappymail: 2.31.0 -> 2.32.0
2023-12-30 11:59:06 +01:00
K900andGitHub 46ae1eb542 Merge pull request #277695 from K900/plymouth-23.360.11
plymouth: 23.356.9 -> 23.360.11
2023-12-30 13:33:34 +03:00
Robert HensingandGitHub 1f1cd8303f Merge pull request #273942 from r-vdp/nixos_system_lib_arg
flake: allow specifying the lib argument to nixosSystem
2023-12-30 11:26:21 +01:00
Robert HensingandGitHub 47d6b21930 flake.nix: Add caveats 2023-12-30 11:25:54 +01:00
Paul Meyer 366d69609b crc: move to by-name
- update the update script
2023-12-30 11:25:10 +01:00
Paul Meyer eefb8abc58 crc: update meta
- homepage is redirected to some unhelpful RH site,
  linking the actual docs instead
2023-12-30 11:25:10 +01:00
Paul Meyer 8af2151bed crc: cleanup
- use subPackages instead of modRoot
- remove unused dependencies
- remove unused substitutions in Makefile
- set HOME in preCheck, as it is required for tests
2023-12-30 11:25:09 +01:00
Paul Meyer 95bc6c920e crc: 2.15.0 -> 2.30.0, fix build and update 2023-12-30 11:25:09 +01:00
R. Ryantm 7beadc875d kode-mono: 1.018 -> 1.201 2023-12-30 10:13:11 +00:00
R. Ryantm 834f8f42c2 gtree: 1.10.4 -> 1.10.7 2023-12-30 10:04:46 +00:00