Commit Graph
958264 Commits
Author SHA1 Message Date
Nick CaoandGitHub c00c7df7a1 coc-markdownlint: 0-unstable-2026-02-01 -> 0-unstable-2026-03-01 (#495611) 2026-03-02 22:07:55 +00:00
Nick CaoandGitHub 13dc540cae muffet: 2.11.1 -> 2.11.2 (#495678) 2026-03-02 22:07:02 +00:00
Nick CaoandGitHub 9b27ad2193 contact: 1.4.15 -> 1.4.16 (#495673) 2026-03-02 22:05:54 +00:00
Michael DanielsandGitHub 1274c748d1 heptagon: move override to package.nix (#493748) 2026-03-02 22:05:30 +00:00
Nick CaoandGitHub 7d9db1b0c7 dash-mpd-cli: 0.2.30 → 0.2.31 (#495660) 2026-03-02 22:04:45 +00:00
Pascal BachandGitHub 0541e74ff9 jellyfin-tui: 1.3.3->1.4.1 (#495770) 2026-03-02 22:04:17 +00:00
Nick CaoandGitHub 70f29f795e tinyssh: 20250501 -> 20260301 (#495658) 2026-03-02 22:04:06 +00:00
Nick CaoandGitHub 0b539fca54 linuxPackages.r8168: 8.055.00 -> 8.056.02 (#495445) 2026-03-02 22:01:04 +00:00
Nick CaoandGitHub 3afcc2a0f2 python3Packages.scikit-survival: 0.26.0 -> 0.27.0 (#495294) 2026-03-02 21:58:50 +00:00
Nick CaoandGitHub fd8a715f27 terraform-backend-git: 0.1.9 -> 0.1.10 (#495399) 2026-03-02 21:57:59 +00:00
Nick CaoandGitHub 39938f212b obs-studio-plugins.obs-source-record: 0.4.6 -> 0.4.7 (#495390) 2026-03-02 21:57:40 +00:00
Nick CaoandGitHub 52d590babb git-town: 22.5.0 -> 22.6.0 (#495386) 2026-03-02 21:56:57 +00:00
Nick CaoandGitHub 69459f3dfe gobgpd: 4.2.0 -> 4.3.0 (#495385) 2026-03-02 21:56:21 +00:00
Nick CaoandGitHub 2b4fb7ee7f gobgp: 4.2.0 -> 4.3.0 (#495384) 2026-03-02 21:56:12 +00:00
Nick CaoandGitHub dbfc04ac18 arkade: 0.11.81 -> 0.11.82 (#495377) 2026-03-02 21:55:36 +00:00
Nick CaoandGitHub 2a4698c820 scooter: 0.8.5 -> 0.9.0 (#495365) 2026-03-02 21:53:09 +00:00
R. Ryantm ffd0f57c0a terraform-providers.digitalocean_digitalocean: 2.76.0 -> 2.78.0 2026-03-02 21:49:10 +00:00
Nick CaoandGitHub c79139bb45 python3Packages.azure-mgmt-network: 30.1.0 -> 30.2.0 (#495432) 2026-03-02 21:48:17 +00:00
Nick CaoandGitHub 40fc0249aa centrifugo: 6.6.1 -> 6.6.2 (#495407) 2026-03-02 21:46:04 +00:00
Nick CaoandGitHub d8b4814adf nu_scripts: 0-unstable-2026-02-19 -> 0-unstable-2026-03-01 (#495507) 2026-03-02 21:45:41 +00:00
Nick CaoandGitHub 23a38d8b0e oauth2-proxy: 7.14.2 -> 7.14.3 (#495504) 2026-03-02 21:45:15 +00:00
wadsaek 8af6d9e4ac linux_zen: 6.18.13 -> 6.19.5 2026-03-02 23:44:51 +02:00
Nick CaoandGitHub b17a2e0c94 terraform-providers.huaweicloud_huaweicloud: 1.86.0 -> 1.87.0 (#495502) 2026-03-02 21:44:38 +00:00
Nick CaoandGitHub ecc5803c03 argocd: 3.3.1 -> 3.3.2 (#495457) 2026-03-02 21:44:16 +00:00
pancaek c1958767ea jxplorer: move icon to spec-compliant location 2026-03-02 13:43:33 -08:00
Nick CaoandGitHub c21dd1f3f2 kbld: 0.47.0 -> 0.47.1 (#495446) 2026-03-02 21:43:16 +00:00
R. RyantmandPaul Meyer b43545a5c2 czkawka: 10.0.0 -> 11.0.1 2026-03-02 22:43:12 +01:00
Nick CaoandGitHub 4908d88831 lint-staged: 16.2.7 -> 16.3.0 (#495204) 2026-03-02 21:42:38 +00:00
nixpkgs-ci[bot]andGitHub 362218c724 sentry-native: 0.12.8 -> 0.13.0 (#493739) 2026-03-02 21:41:56 +00:00
Nick CaoandGitHub cf660aedce jinja-lsp: 0.1.89 -> 0.1.91 (#495167) 2026-03-02 21:41:48 +00:00
Sergei Trofimovich 85f8f9c9a1 libweaver.updateScript: fix the eval
Without the change the eval fails as:

    $ nix eval --impure  --expr 'with import ./. {}; libweaver.updateScript'
    error:
       … while evaluating the attribute 'updateScript'
         at pkgs/by-name/li/libweaver/package.nix:34:5:
           33|   passthru = {
           34|     updateScript = unstableGitUpdater { harcodeZeroVersion = true; };
             |     ^
           35|     tests.cmake-config = testers.hasCmakeConfigModules {

       … while calling a functor (an attribute set with a '__functor' attribute)
         at pkgs/by-name/li/libweaver/package.nix:34:20:
           33|   passthru = {
           34|     updateScript = unstableGitUpdater { harcodeZeroVersion = true; };
             |                    ^
           35|     tests.cmake-config = testers.hasCmakeConfigModules {

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: function 'anonymous lambda' called with unexpected argument 'harcodeZeroVersion'
       at pkgs/common-updater/unstable-updater.nix:16:1:
           15|
           16| {
             | ^
           17|   url ? null, # The git url, if empty it will be set to src.gitRepoUrl
       Did you mean hardcodeZeroVersion?
2026-03-02 21:41:40 +00:00
Nick CaoandGitHub bfd9f35e8f cloudfoundry-cli: 8.17.0 -> 8.17.1 (#495111) 2026-03-02 21:40:27 +00:00
Nick CaoandGitHub f5468b8762 credhub-cli: 2.9.53 -> 2.9.54 (#495107) 2026-03-02 21:39:48 +00:00
Nick CaoandGitHub af35ab9743 python3Packages.open-clip-torch: 3.2.0 -> 3.3.0 (#495105) 2026-03-02 21:38:56 +00:00
Nick CaoandGitHub 0d3e43094a python3Packages.dataclass-csv: 1.4.0 -> 1.4.1 (#495234) 2026-03-02 21:37:16 +00:00
Nick CaoandGitHub eb5ed3fbee python3Packages.llm-perplexity: 2025.12.0 -> 2026.2.1 (#495220) 2026-03-02 21:36:37 +00:00
Nick CaoandGitHub ac82c46f3c grafanaPlugins.grafana-lokiexplore-app: 1.0.36 -> 1.0.37 (#495206) 2026-03-02 21:35:22 +00:00
Paul MeyerandGitHub b23d8425c9 czkawka: fix build on darwin (#495834) 2026-03-02 21:30:11 +00:00
pancaek 766715bcb7 jamesdsp: move icon to spec-compliant location 2026-03-02 13:29:15 -08:00
Nick CaoandGitHub 5c84ae5593 python3Packages.stripe: 14.2.0 -> 14.4.0 (#495201) 2026-03-02 21:27:00 +00:00
Nick CaoandGitHub 08e8303a5e shanggu-fonts: 1.027->1.028 (#495192) 2026-03-02 21:26:13 +00:00
TomaSajt 2bf766ddd5 en-croissant: fix build on darwin by disabling codesigning 2026-03-02 22:26:00 +01:00
Donovan GloverandGitHub 67db2d398b srb2kart: move icon to spec-compliant location (#495803) 2026-03-02 21:25:40 +00:00
redianthus dd51f3e0fc ocamlPackages.cudd: init at 0.1.3 2026-03-02 22:25:01 +01:00
Nick CaoandGitHub 2178903d0c python3Packages.pan-os-python: 1.12.3 -> 1.12.4 (#495291) 2026-03-02 21:24:23 +00:00
Nick CaoandGitHub 2c1299f79e obs-studio-plugins.obs-teleport: 0.7.5 -> 0.7.6 (#495289) 2026-03-02 21:23:39 +00:00
Nick CaoandGitHub 94040e2fc3 python3Packages.pytest-ansible: 26.1.0 -> 26.2.0 (#495280) 2026-03-02 21:22:56 +00:00
Felix BargfeldtandGitHub 78ddc189a4 python3Packages.asyncer: add missing sniffio dependency (#493003) 2026-03-02 21:22:34 +00:00
pancaek 3279080aa0 jailer: move icon to spec-compliant location 2026-03-02 13:22:19 -08:00
Nick CaoandGitHub e277a21127 ts_query_ls: 3.15.1 -> 3.16.0 (#495274) 2026-03-02 21:22:16 +00:00