lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
19efa113 70807a35

+982 -657
+2
nixos/doc/manual/release-notes/rl-2311.section.md
··· 20 20 21 21 ## Other Notable Changes {#sec-release-23.11-notable-changes} 22 22 23 + - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration. 24 + 23 25 - A new option was added to the virtualisation module that enables specifying explicitly named network interfaces in QEMU VMs. The existing `virtualisation.vlans` is still supported for cases where the name of the network interface is irrelevant. 24 26 25 27 - `services.nginx` gained a `defaultListen` option at server-level with support for PROXY protocol listeners, also `proxyProtocol` is now exposed in `services.nginx.virtualHosts.<name>.listen` option. It is now possible to run PROXY listeners and non-PROXY listeners at a server-level, see [#213510](https://github.com/NixOS/nixpkgs/pull/213510/) for more details.
+9
nixos/modules/services/x11/desktop-managers/cinnamon.nix
··· 187 187 xdg.mime.enable = true; 188 188 xdg.icons.enable = true; 189 189 190 + xdg.portal.enable = true; 191 + xdg.portal.extraPortals = [ 192 + pkgs.xdg-desktop-portal-xapp 193 + (pkgs.xdg-desktop-portal-gtk.override { 194 + # Do not build portals that we already have. 195 + buildPortalsInGnome = false; 196 + }) 197 + ]; 198 + 190 199 # Override GSettings schemas 191 200 environment.sessionVariables.NIX_GSETTINGS_OVERRIDES_DIR = "${nixos-gsettings-overrides}/share/gsettings-schemas/nixos-gsettings-overrides/glib-2.0/schemas"; 192 201
+208 -196
pkgs/applications/editors/vim/plugins/generated.nix
··· 29 29 30 30 ChatGPT-nvim = buildVimPluginFrom2Nix { 31 31 pname = "ChatGPT.nvim"; 32 - version = "2023-05-10"; 32 + version = "2023-05-26"; 33 33 src = fetchFromGitHub { 34 34 owner = "jackMort"; 35 35 repo = "ChatGPT.nvim"; 36 - rev = "5a6287cdd90838c727cb8ac8dbd4787702445680"; 37 - sha256 = "114n2r0922hak9ajpj05zaagvyysnpqhkrqc9kl9kiag6546vfrm"; 36 + rev = "af509fceb70cab1867a611f3d8fad6d3e7760fb0"; 37 + sha256 = "0h34m91fm1bpy7zi643y6i0l0zlkbq6r1w6b3xqvnbjjny2zh6md"; 38 38 }; 39 39 meta.homepage = "https://github.com/jackMort/ChatGPT.nvim/"; 40 40 }; ··· 173 173 174 174 LazyVim = buildVimPluginFrom2Nix { 175 175 pname = "LazyVim"; 176 - version = "2023-05-25"; 176 + version = "2023-05-27"; 177 177 src = fetchFromGitHub { 178 178 owner = "LazyVim"; 179 179 repo = "LazyVim"; 180 - rev = "877e63ca8ee5efe1420744f7a843dd4fd0215764"; 181 - sha256 = "0yz0dyh2nlad87s81sm2nxb7s0q31hy5f1c03g50nx4ar6zbjdgn"; 180 + rev = "88238e2109e8340fae1424f693149ff2c334ae1c"; 181 + sha256 = "0vf85wpvyyn7fknjlsggijv5m3a1hqy30aidsk4asf52g88bapjf"; 182 182 }; 183 183 meta.homepage = "https://github.com/LazyVim/LazyVim/"; 184 184 }; 185 185 186 186 LeaderF = buildVimPluginFrom2Nix { 187 187 pname = "LeaderF"; 188 - version = "2023-05-18"; 188 + version = "2023-05-26"; 189 189 src = fetchFromGitHub { 190 190 owner = "Yggdroot"; 191 191 repo = "LeaderF"; 192 - rev = "ada80ec869446d46a8b595ea913507f7d5928f60"; 193 - sha256 = "04xjbvi5kiixwdn6sdhsd63hjnv47nwj42y33fxp6iifbsix3jzl"; 192 + rev = "50430a7d67dc7e48498509cb85afdae021796bf3"; 193 + sha256 = "16dkw5agac2jk6xsk1p7kssql3sv8aa1cb7frygflv2b9v9bg66v"; 194 194 }; 195 195 meta.homepage = "https://github.com/Yggdroot/LeaderF/"; 196 196 }; ··· 305 305 306 306 SchemaStore-nvim = buildVimPluginFrom2Nix { 307 307 pname = "SchemaStore.nvim"; 308 - version = "2023-05-25"; 308 + version = "2023-05-27"; 309 309 src = fetchFromGitHub { 310 310 owner = "b0o"; 311 311 repo = "SchemaStore.nvim"; 312 - rev = "2efaef942ce43c7f0cf61cf11b4791fcea01ce19"; 313 - sha256 = "0nff9zz6sdd8s3zl4d3rv8nlvm99m1ppk9z09yffnpd0y93likgr"; 312 + rev = "2af5eb30096600eb0dc6058814f4f3fd88d7bd33"; 313 + sha256 = "1yz1jnlls98ajrii049xk0dy3hc1h1cv8mxrpab1bgd8r4snkzar"; 314 314 }; 315 315 meta.homepage = "https://github.com/b0o/SchemaStore.nvim/"; 316 316 }; ··· 486 486 487 487 aerial-nvim = buildVimPluginFrom2Nix { 488 488 pname = "aerial.nvim"; 489 - version = "2023-05-22"; 489 + version = "2023-05-27"; 490 490 src = fetchFromGitHub { 491 491 owner = "stevearc"; 492 492 repo = "aerial.nvim"; 493 - rev = "189bf4cce7f029ca8b3684441dd9d8ca5e6925a4"; 494 - sha256 = "0k2fjgbymh159j8hkc9609q23rapblgj5jcjifr4szyfkjy5fp1l"; 493 + rev = "01d63e5599811ddf86c8769180c3fbf6dd2ef224"; 494 + sha256 = "0m8ywp1mhfii4rbrgpf54hfmp9m7s2ckn434ccvn5dzcgcdb749p"; 495 495 fetchSubmodules = true; 496 496 }; 497 497 meta.homepage = "https://github.com/stevearc/aerial.nvim/"; ··· 547 547 548 548 ale = buildVimPluginFrom2Nix { 549 549 pname = "ale"; 550 - version = "2023-05-22"; 550 + version = "2023-05-26"; 551 551 src = fetchFromGitHub { 552 552 owner = "dense-analysis"; 553 553 repo = "ale"; 554 - rev = "a46121a532b2baaa339016ab910c59f1cded46e5"; 555 - sha256 = "0pl4hbx5zickipfhw2qnbayclkjxdmffbhlarxsvkggvb8ay1d1x"; 554 + rev = "7021ed0c6859ec8b1bf5012d1276d54a786449c3"; 555 + sha256 = "08cy7sicmj1zq4jwldgp8c37nhk7jmma42lfak3rp2dg54y24rsa"; 556 556 }; 557 557 meta.homepage = "https://github.com/dense-analysis/ale/"; 558 558 }; ··· 835 835 836 836 auto-session = buildVimPluginFrom2Nix { 837 837 pname = "auto-session"; 838 - version = "2023-05-19"; 838 + version = "2023-05-28"; 839 839 src = fetchFromGitHub { 840 840 owner = "rmagatti"; 841 841 repo = "auto-session"; 842 - rev = "8a7dbcd718086877c7d75d6f36615b34674cad4b"; 843 - sha256 = "1c7cwdmh1hv1gkvzism31s6flqlc3wscj43nbw7v98wdrn224q15"; 842 + rev = "b6bac3accc9a753be830aa059f834b787efe2f79"; 843 + sha256 = "0alryisld981ka3vag8qc9yvh8kfl5i1p1mp99i8i53wkzmg2qhh"; 844 844 }; 845 845 meta.homepage = "https://github.com/rmagatti/auto-session/"; 846 846 }; ··· 1519 1519 1520 1520 cmp-git = buildVimPluginFrom2Nix { 1521 1521 pname = "cmp-git"; 1522 - version = "2023-05-17"; 1522 + version = "2023-05-26"; 1523 1523 src = fetchFromGitHub { 1524 1524 owner = "petertriho"; 1525 1525 repo = "cmp-git"; 1526 - rev = "3b58a59f0238318ba20b1e19a1dec8e3589da2dc"; 1527 - sha256 = "0yrcbqq9fc05s7p0mji7bq782z67ybiia3fnd2whl8sd0g5hray7"; 1526 + rev = "7b292e120ef0f31586908fddfa2e7626f6dcbf98"; 1527 + sha256 = "16dflgkdpaxw5mxy7x53i668j5p66k0h8gq9z5f61sjc2v8y2gr6"; 1528 1528 }; 1529 1529 meta.homepage = "https://github.com/petertriho/cmp-git/"; 1530 1530 }; ··· 2263 2263 2264 2264 coq-artifacts = buildVimPluginFrom2Nix { 2265 2265 pname = "coq.artifacts"; 2266 - version = "2023-05-21"; 2266 + version = "2023-05-28"; 2267 2267 src = fetchFromGitHub { 2268 2268 owner = "ms-jpq"; 2269 2269 repo = "coq.artifacts"; 2270 - rev = "18bb8e1b12b8ea6f153f18ce8849e8d007af5721"; 2271 - sha256 = "0xxbplalsyhsjfji2h8mrgfpswwywfldijkpnf2zaavb8nvb2kbq"; 2270 + rev = "285ebb67059b3f3bf0106e90b05931ba0c596c6c"; 2271 + sha256 = "08f5hjf3afq0vrvwhjavykji2avvyf0b1apsdad4szvfrb7sfr3p"; 2272 2272 }; 2273 2273 meta.homepage = "https://github.com/ms-jpq/coq.artifacts/"; 2274 2274 }; 2275 2275 2276 2276 coq-thirdparty = buildVimPluginFrom2Nix { 2277 2277 pname = "coq.thirdparty"; 2278 - version = "2023-05-21"; 2278 + version = "2023-05-28"; 2279 2279 src = fetchFromGitHub { 2280 2280 owner = "ms-jpq"; 2281 2281 repo = "coq.thirdparty"; 2282 - rev = "f4821b21e6a304ae929a9851f7f427d2f6d4322a"; 2283 - sha256 = "1r6fkx4ghsqzpnm08yrrjsjisgkh2vylrpflji2g42rrvb750zv7"; 2282 + rev = "5e39dd1707723b883ed6fd14e9a27c8776b32531"; 2283 + sha256 = "0va96cc0wcyw5z7mkah8iyspkrr13q8v4zgnfd9ib21ai3lghq29"; 2284 2284 }; 2285 2285 meta.homepage = "https://github.com/ms-jpq/coq.thirdparty/"; 2286 2286 }; ··· 2299 2299 2300 2300 coq_nvim = buildVimPluginFrom2Nix { 2301 2301 pname = "coq_nvim"; 2302 - version = "2023-05-24"; 2302 + version = "2023-05-28"; 2303 2303 src = fetchFromGitHub { 2304 2304 owner = "ms-jpq"; 2305 2305 repo = "coq_nvim"; 2306 - rev = "37a112dad3fefa86417a651f8fc2a295c24e1844"; 2307 - sha256 = "1vdp8pjw84wszw4m7lvqyxw58vsxwvxr5fimrd97bpmvwap3842z"; 2306 + rev = "c1365375558fb320a90522d5a980393d7b98576d"; 2307 + sha256 = "0vkfgplbwij09lsbbkfzzmw2asca73iqbw6rhafcfid6ryihfpai"; 2308 2308 }; 2309 2309 meta.homepage = "https://github.com/ms-jpq/coq_nvim/"; 2310 2310 }; ··· 2563 2563 2564 2564 deol-nvim = buildVimPluginFrom2Nix { 2565 2565 pname = "deol.nvim"; 2566 - version = "2023-05-22"; 2566 + version = "2023-05-27"; 2567 2567 src = fetchFromGitHub { 2568 2568 owner = "Shougo"; 2569 2569 repo = "deol.nvim"; 2570 - rev = "850f83e39067889408c096bbf87788bb0e848311"; 2571 - sha256 = "0z57klvid0g6nk4zixh07xvyjlk5a0wqiq6i1kb7497jp3sp2dzs"; 2570 + rev = "2dc227e728d35829932189e116c14075ee02d2c2"; 2571 + sha256 = "0v241qfjry8h179hwjph3ld5napyn0fjahmrakhjr7dc5psiyffw"; 2572 2572 }; 2573 2573 meta.homepage = "https://github.com/Shougo/deol.nvim/"; 2574 2574 }; ··· 2853 2853 2854 2854 diffview-nvim = buildVimPluginFrom2Nix { 2855 2855 pname = "diffview.nvim"; 2856 - version = "2023-05-25"; 2856 + version = "2023-05-26"; 2857 2857 src = fetchFromGitHub { 2858 2858 owner = "sindrets"; 2859 2859 repo = "diffview.nvim"; 2860 - rev = "d573fe7bc586a1df149d5b28c3ba366dbb6ad867"; 2861 - sha256 = "04vkv3bvn41b8d9nv6nl5v100ky4la9n77sj97pnfy4c3jjwvygm"; 2860 + rev = "bff58a6ea3e081ca50049700f9848b2f84ea57be"; 2861 + sha256 = "0il9i8jdvvf29k6c7vsms37k6cdx5w19lw7614rxy3qb1328nvcx"; 2862 2862 }; 2863 2863 meta.homepage = "https://github.com/sindrets/diffview.nvim/"; 2864 2864 }; ··· 2949 2949 2950 2950 edgedb-vim = buildVimPluginFrom2Nix { 2951 2951 pname = "edgedb-vim"; 2952 - version = "2022-10-26"; 2952 + version = "2023-05-26"; 2953 2953 src = fetchFromGitHub { 2954 2954 owner = "edgedb"; 2955 2955 repo = "edgedb-vim"; 2956 - rev = "a888b285a30ede6f5fcb03617733b3974356c450"; 2957 - sha256 = "012jd6652f681ja22gvnrnlvsn1fllj9vmf6idghcdzz6lyjir07"; 2956 + rev = "7f2516bec3a5ad137347fb703d0b2c88f1478f5b"; 2957 + sha256 = "1hza70b8acivg7hl7gr3r6cg575yh9r21qp74x2f26g88z8vyzna"; 2958 2958 }; 2959 2959 meta.homepage = "https://github.com/edgedb/edgedb-vim/"; 2960 2960 }; ··· 3131 3131 3132 3132 fern-vim = buildVimPluginFrom2Nix { 3133 3133 pname = "fern.vim"; 3134 - version = "2023-05-25"; 3134 + version = "2023-05-27"; 3135 3135 src = fetchFromGitHub { 3136 3136 owner = "lambdalisue"; 3137 3137 repo = "fern.vim"; 3138 - rev = "f7f41b5edd12f8fe3f358a2ada02d4662919684e"; 3139 - sha256 = "03zd70yddcd0776v10ydci189j9yicp4pqnwj6nrk5x6xxzad4gl"; 3138 + rev = "cdec1327ec99f0155d0a53aee1beae4c58071558"; 3139 + sha256 = "1vkjr1cfj2313v3gcj8bf8iki13gxdqa9qb7szg6wjzfavx191k2"; 3140 3140 }; 3141 3141 meta.homepage = "https://github.com/lambdalisue/fern.vim/"; 3142 3142 }; ··· 3240 3240 3241 3241 floating-input-nvim = buildVimPluginFrom2Nix { 3242 3242 pname = "floating-input.nvim"; 3243 - version = "2023-03-16"; 3243 + version = "2023-05-26"; 3244 3244 src = fetchFromGitHub { 3245 3245 owner = "liangxianzhe"; 3246 3246 repo = "floating-input.nvim"; 3247 - rev = "4d99fdffc46c1f136c720660e16ac364950d1abd"; 3248 - sha256 = "1mmb7ivfbdsv5gg4aaabgh67vlps6r6s1z441wvy6k72svv1va7s"; 3247 + rev = "940a0135a074cec87f5f9bb00410817dff9a9e40"; 3248 + sha256 = "0klpx5cpf8w1qmbf7lzyjq1qwpyywdi2xvvghjk1bhyz8ww4kc56"; 3249 3249 }; 3250 3250 meta.homepage = "https://github.com/liangxianzhe/floating-input.nvim/"; 3251 3251 }; ··· 3312 3312 3313 3313 friendly-snippets = buildVimPluginFrom2Nix { 3314 3314 pname = "friendly-snippets"; 3315 - version = "2023-05-22"; 3315 + version = "2023-05-28"; 3316 3316 src = fetchFromGitHub { 3317 3317 owner = "rafamadriz"; 3318 3318 repo = "friendly-snippets"; 3319 - rev = "ef6547d2f586e08e071efeebac835e545f3015cc"; 3320 - sha256 = "0xjcnx787kc1xc259czwn6masym2v2r4ixjb772cb3lb5bn9v73q"; 3319 + rev = "8875cccf779160303bf2bed7d422717676f214fd"; 3320 + sha256 = "0cwcy6ikj0m56wbvq66yzzl50wmvfifrzmh0mggy5x7cwwlgfix9"; 3321 3321 }; 3322 3322 meta.homepage = "https://github.com/rafamadriz/friendly-snippets/"; 3323 3323 }; ··· 3420 3420 3421 3421 fzf-lua = buildVimPluginFrom2Nix { 3422 3422 pname = "fzf-lua"; 3423 - version = "2023-05-24"; 3423 + version = "2023-05-25"; 3424 3424 src = fetchFromGitHub { 3425 3425 owner = "ibhagwan"; 3426 3426 repo = "fzf-lua"; 3427 - rev = "d59001283f1b9f903a86ba4789f8713dd677329f"; 3428 - sha256 = "0zd6rdabm0iqsbv3ylxrdgmlvq447m0kbq8kcz97blhmk8w4259i"; 3427 + rev = "bc5110738d44c16655cf1b23534343aaade855a2"; 3428 + sha256 = "10hf25dg1ipih576ypmq1lhp6kvm9qb37g9hb3kzh2f26x6r827d"; 3429 3429 }; 3430 3430 meta.homepage = "https://github.com/ibhagwan/fzf-lua/"; 3431 3431 }; ··· 3744 3744 3745 3745 gruvbox-flat-nvim = buildVimPluginFrom2Nix { 3746 3746 pname = "gruvbox-flat.nvim"; 3747 - version = "2023-04-07"; 3747 + version = "2023-05-27"; 3748 3748 src = fetchFromGitHub { 3749 3749 owner = "eddyekofo94"; 3750 3750 repo = "gruvbox-flat.nvim"; 3751 - rev = "43e6e083cd7cde5794b75d14ef1c9031c4bdd395"; 3752 - sha256 = "080a5s5yxh666vgp6gm1g3y490jjk7bgrnb81c34jy85xha15zm1"; 3751 + rev = "1dc35c81da30d297f82d438ff362cf1b01d36782"; 3752 + sha256 = "0dl4z29ys8wbp1wmyyl8xqfkzy10lnjhvfanxnbhfpyx58nd9fhx"; 3753 3753 }; 3754 3754 meta.homepage = "https://github.com/eddyekofo94/gruvbox-flat.nvim/"; 3755 3755 }; ··· 3839 3839 3840 3840 haskell-tools-nvim = buildNeovimPluginFrom2Nix { 3841 3841 pname = "haskell-tools.nvim"; 3842 - version = "2023-05-22"; 3842 + version = "2023-05-27"; 3843 3843 src = fetchFromGitHub { 3844 3844 owner = "MrcJkb"; 3845 3845 repo = "haskell-tools.nvim"; 3846 - rev = "7154357bc5213656a6af134e2babec1c364aa5e6"; 3847 - sha256 = "1axqdbvrja50d9jdpkf46763zsy0s8jl29i4f8gddg4bk02qgc12"; 3846 + rev = "0a427b93f8932794537c2474e826f89021dd1c6b"; 3847 + sha256 = "1wap20ydnk5wk3787bwj0jdc485mk9iz32kvr85cy91k3qwrxwmd"; 3848 3848 }; 3849 3849 meta.homepage = "https://github.com/MrcJkb/haskell-tools.nvim/"; 3850 3850 }; ··· 4114 4114 4115 4115 indent-blankline-nvim = buildVimPluginFrom2Nix { 4116 4116 pname = "indent-blankline.nvim"; 4117 - version = "2023-05-23"; 4117 + version = "2023-05-26"; 4118 4118 src = fetchFromGitHub { 4119 4119 owner = "lukas-reineke"; 4120 4120 repo = "indent-blankline.nvim"; 4121 - rev = "86d1b71c5c26168c3a3a9ff5f69e833889a09c1d"; 4122 - sha256 = "0bh2j269gg91qg004jbrmbz4y37abhwmlpyp7v27ljxdmq9fvy1f"; 4121 + rev = "ceaf730b13e332cd76600d9795722413c236c684"; 4122 + sha256 = "0q7hnpz0kdf29d9k0mx86snpwv646my5aicggj3v7caw7s1wydvq"; 4123 4123 }; 4124 4124 meta.homepage = "https://github.com/lukas-reineke/indent-blankline.nvim/"; 4125 4125 }; ··· 4439 4439 4440 4440 lazy-nvim = buildVimPluginFrom2Nix { 4441 4441 pname = "lazy.nvim"; 4442 - version = "2023-05-25"; 4442 + version = "2023-05-27"; 4443 4443 src = fetchFromGitHub { 4444 4444 owner = "folke"; 4445 4445 repo = "lazy.nvim"; 4446 - rev = "67ae8bbbe3985e380b98abeaf6c567c422b29746"; 4447 - sha256 = "1dxd1sy3ikf36ar0mmplhaxk1iik9pasrb7m93al1rjywz6r2fzc"; 4446 + rev = "a93d8983c4335b6ae7d6e7d516a191d929186d5b"; 4447 + sha256 = "0r3zmvq6cfaghwr2sdg4rh5sc57f8mmpbjvrvn1jsrf89sjvifli"; 4448 4448 }; 4449 4449 meta.homepage = "https://github.com/folke/lazy.nvim/"; 4450 4450 }; ··· 4499 4499 4500 4500 leap-nvim = buildVimPluginFrom2Nix { 4501 4501 pname = "leap.nvim"; 4502 - version = "2023-05-18"; 4502 + version = "2023-05-26"; 4503 4503 src = fetchFromGitHub { 4504 4504 owner = "ggandor"; 4505 4505 repo = "leap.nvim"; 4506 - rev = "2950d4826fb92ec3b56c59b5d4f2d575a84cb3fa"; 4507 - sha256 = "129bl09h8v96h5qnsmqn6j808gyb6yx9lzh49dqh5g20dk031yvz"; 4506 + rev = "be918a8e6aa00a6cfa7270d4bfcc11b2f80d6902"; 4507 + sha256 = "17iknjihcp6f6gw4qsylj7nh9y0zi1bsyxwbwrif7d6qmdvvz585"; 4508 4508 }; 4509 4509 meta.homepage = "https://github.com/ggandor/leap.nvim/"; 4510 4510 }; ··· 4799 4799 4800 4800 lsp-inlayhints-nvim = buildVimPluginFrom2Nix { 4801 4801 pname = "lsp-inlayhints.nvim"; 4802 - version = "2023-04-23"; 4802 + version = "2023-05-25"; 4803 4803 src = fetchFromGitHub { 4804 4804 owner = "lvimuser"; 4805 4805 repo = "lsp-inlayhints.nvim"; 4806 - rev = "62c7b8dd8ac9933b071912fe3c789ef2cb704672"; 4807 - sha256 = "0lriy2q1pz0z7vn9ihjrx9vlqi0imfzq46qyja8zif74p4c333af"; 4806 + rev = "3700e6458fb1702c12a7e33037fb17f649679552"; 4807 + sha256 = "1n21z138a1dbqzsmdj9m36qm8npbpgd9ggxl350a9qpw35q9czkl"; 4808 4808 }; 4809 4809 meta.homepage = "https://github.com/lvimuser/lsp-inlayhints.nvim/"; 4810 4810 }; ··· 4966 4966 4967 4967 luasnip = buildVimPluginFrom2Nix { 4968 4968 pname = "luasnip"; 4969 - version = "2023-05-25"; 4969 + version = "2023-05-26"; 4970 4970 src = fetchFromGitHub { 4971 4971 owner = "l3mon4d3"; 4972 4972 repo = "luasnip"; 4973 - rev = "274438dfa05c621771a1e787be08a491f13224a3"; 4974 - sha256 = "1ighnwkjy14prp0brwv7k32y5ard5lzza3i9r08i55bmwrx31mld"; 4973 + rev = "a83e4b1ba7edc6fecdad09e39753a7d5eee1d01c"; 4974 + sha256 = "1x6hg6gp0jvkkrspqf3q5db1rkh4wd4rkh3qngcphhckrkjb0f9a"; 4975 4975 fetchSubmodules = true; 4976 4976 }; 4977 4977 meta.homepage = "https://github.com/l3mon4d3/luasnip/"; ··· 5067 5067 src = fetchFromGitHub { 5068 5068 owner = "williamboman"; 5069 5069 repo = "mason-lspconfig.nvim"; 5070 - rev = "e1d2f1309f6746b488655970ea26c44469ddb131"; 5071 - sha256 = "1brzdsi827a2c0gw7r8kx0j0rvnnz97q8iby995pdxl7lxdaaw6i"; 5070 + rev = "f0ce33f4794a2364eb08d09d09380e8b04ec5e6a"; 5071 + sha256 = "0rcw23y7sfv3anjdx6vcyz416r6cm62y8axya7rg47jyirgq1l7c"; 5072 5072 }; 5073 5073 meta.homepage = "https://github.com/williamboman/mason-lspconfig.nvim/"; 5074 5074 }; ··· 5171 5171 5172 5172 mini-nvim = buildVimPluginFrom2Nix { 5173 5173 pname = "mini.nvim"; 5174 - version = "2023-05-25"; 5174 + version = "2023-05-27"; 5175 5175 src = fetchFromGitHub { 5176 5176 owner = "echasnovski"; 5177 5177 repo = "mini.nvim"; 5178 - rev = "a508fc9c737045c5d8d194dcb6e9556c44309bb9"; 5179 - sha256 = "1nci9ixcj1nfk4xabh5yg263ik0lmlykb75fnhydv8smrd6gh0kk"; 5178 + rev = "09476036cbaa7676172f7dd37a26a51a92388aab"; 5179 + sha256 = "0dq2n6nfxspqhp02gnvpy7l29a3v23kqs0jds04by5llqsbxn2k9"; 5180 5180 }; 5181 5181 meta.homepage = "https://github.com/echasnovski/mini.nvim/"; 5182 5182 }; ··· 5243 5243 5244 5244 monokai-pro-nvim = buildVimPluginFrom2Nix { 5245 5245 pname = "monokai-pro.nvim"; 5246 - version = "2023-05-25"; 5246 + version = "2023-05-27"; 5247 5247 src = fetchFromGitHub { 5248 5248 owner = "loctvl842"; 5249 5249 repo = "monokai-pro.nvim"; 5250 - rev = "18408081fdb62f8f36cb58e97abcbee2bf730097"; 5251 - sha256 = "0qvg8nmc21680dm999727r3ph0jm893dp0bpkyn0mvx0k4qxbl3y"; 5250 + rev = "1159576e6e3b709811a65039d4778b53f64a0245"; 5251 + sha256 = "1w9yfq5vqmazagcfy0sv5f7461bmp1p80i4n3v7m2rkg6lldvyk6"; 5252 5252 }; 5253 5253 meta.homepage = "https://github.com/loctvl842/monokai-pro.nvim/"; 5254 5254 }; ··· 5267 5267 5268 5268 mru = buildVimPluginFrom2Nix { 5269 5269 pname = "mru"; 5270 - version = "2022-10-16"; 5270 + version = "2023-05-27"; 5271 5271 src = fetchFromGitHub { 5272 5272 owner = "yegappan"; 5273 5273 repo = "mru"; 5274 - rev = "7009e9d0068d4cd1dfd9e96d9d472ce9229f517b"; 5275 - sha256 = "1j301gqbyhblr97h5q00gpfp8a400l7dm9m88518m2lwcx986igd"; 5274 + rev = "a120bf35c55455ad3f82525a590a13d6c4e57fda"; 5275 + sha256 = "0djk5z1bs3w3ysvpq8yabb2g7n0vbamsj95pa4jgsnah3slmqrkm"; 5276 5276 }; 5277 5277 meta.homepage = "https://github.com/yegappan/mru/"; 5278 5278 }; ··· 5543 5543 5544 5544 neoconf-nvim = buildVimPluginFrom2Nix { 5545 5545 pname = "neoconf.nvim"; 5546 - version = "2023-05-25"; 5546 + version = "2023-05-27"; 5547 5547 src = fetchFromGitHub { 5548 5548 owner = "folke"; 5549 5549 repo = "neoconf.nvim"; 5550 - rev = "af1251fed4369df6e70a0a3ab5ccaea6e52c9d6c"; 5551 - sha256 = "0b6japzrqyxb3ndkar5dkka8nz9fbydl7zz8pmp47ng2xxiah720"; 5550 + rev = "279c27f418f35397fe5b913d9d61d529cc038493"; 5551 + sha256 = "0qlvz7n46s94xapapcsyp6r2h7rzyl1wi0b1acr6arhhgl2r3xay"; 5552 5552 }; 5553 5553 meta.homepage = "https://github.com/folke/neoconf.nvim/"; 5554 5554 }; ··· 5603 5603 5604 5604 neogit = buildVimPluginFrom2Nix { 5605 5605 pname = "neogit"; 5606 - version = "2023-05-22"; 5606 + version = "2023-05-27"; 5607 5607 src = fetchFromGitHub { 5608 5608 owner = "TimUntersberger"; 5609 5609 repo = "neogit"; 5610 - rev = "2a7f71a917d206f93306710a451dde1c0f15701d"; 5611 - sha256 = "1j53js70ybw7c9jz7sj884y69byabkrymgyq00nqp77yz20h1d2j"; 5610 + rev = "bcf4b6bb203d89af49ee22b64a06d5571bd3f39c"; 5611 + sha256 = "0gih81a85s0zvpzrjwsr05ncdy0dd5j4zyd4jx5bhnhs4y0p91sk"; 5612 5612 }; 5613 5613 meta.homepage = "https://github.com/TimUntersberger/neogit/"; 5614 5614 }; ··· 5663 5663 5664 5664 neorg = buildVimPluginFrom2Nix { 5665 5665 pname = "neorg"; 5666 - version = "2023-05-25"; 5666 + version = "2023-05-27"; 5667 5667 src = fetchFromGitHub { 5668 5668 owner = "nvim-neorg"; 5669 5669 repo = "neorg"; 5670 - rev = "f922d5946de5474bb216dfc791ed339b942002bf"; 5671 - sha256 = "11j1l4dzs3x6qv2d549f0fvhacxh73nqd4djrss9z99q1f4vcf4c"; 5670 + rev = "360f8d6e8a18718d745c90ad25555d0803e1b168"; 5671 + sha256 = "1d2a9z6drbqavy13ia600yrkrvpaw0h88m7lwys402x7r78nis12"; 5672 5672 }; 5673 5673 meta.homepage = "https://github.com/nvim-neorg/neorg/"; 5674 5674 }; ··· 5723 5723 5724 5724 neotest = buildVimPluginFrom2Nix { 5725 5725 pname = "neotest"; 5726 - version = "2023-05-15"; 5726 + version = "2023-05-27"; 5727 5727 src = fetchFromGitHub { 5728 5728 owner = "nvim-neotest"; 5729 5729 repo = "neotest"; 5730 - rev = "6435a367a57f267039c4c69a723cec09ae61b17e"; 5731 - sha256 = "0vq59v4qjq9g0yzzn6b66753fz4ds492ym1d7kypqq4fa0ricl9c"; 5730 + rev = "80f9c963019dc72d46574ff0ccb9a428f232afc5"; 5731 + sha256 = "047pcx3fi6by690111xhs71mg6n1habgdk8kdal0il1aw53q5sqj"; 5732 5732 }; 5733 5733 meta.homepage = "https://github.com/nvim-neotest/neotest/"; 5734 5734 }; ··· 5795 5795 5796 5796 neotest-haskell = buildVimPluginFrom2Nix { 5797 5797 pname = "neotest-haskell"; 5798 - version = "2023-05-22"; 5798 + version = "2023-05-27"; 5799 5799 src = fetchFromGitHub { 5800 5800 owner = "MrcJkb"; 5801 5801 repo = "neotest-haskell"; 5802 - rev = "ea4fcb704ed2a85bd314cb5a0c5a388391b115a3"; 5803 - sha256 = "0kxf6wkvppz96wfa4jwg9v4vp080hg1fhparajgynsmhwv0yqxsa"; 5802 + rev = "257ea2f173c8c83ecf3e4a964a82ff869f4ce9f0"; 5803 + sha256 = "108xzxd16i6mdyp2d1laqrszb2n672xagyz7bn53n2r2a7cjabh1"; 5804 5804 }; 5805 5805 meta.homepage = "https://github.com/MrcJkb/neotest-haskell/"; 5806 5806 }; ··· 5831 5831 5832 5832 neotest-phpunit = buildVimPluginFrom2Nix { 5833 5833 pname = "neotest-phpunit"; 5834 - version = "2023-04-23"; 5834 + version = "2023-05-26"; 5835 5835 src = fetchFromGitHub { 5836 5836 owner = "olimorris"; 5837 5837 repo = "neotest-phpunit"; 5838 - rev = "0614bf2cd38d5e9febff9b11b2d182953375c96a"; 5839 - sha256 = "04fyajn13prf9z7ap2z6cgnxx931pzgiqjfymvqrf71hgv800ppj"; 5838 + rev = "cb4808cb3ad96ffa6f515a04857b9e068348a6df"; 5839 + sha256 = "0amydz9l1kirnbvi8c2dkkw7ngf1v9dyafi2cl64khmsm8djz3jc"; 5840 5840 }; 5841 5841 meta.homepage = "https://github.com/olimorris/neotest-phpunit/"; 5842 5842 }; ··· 5867 5867 5868 5868 neotest-rspec = buildVimPluginFrom2Nix { 5869 5869 pname = "neotest-rspec"; 5870 - version = "2023-05-09"; 5870 + version = "2023-05-26"; 5871 5871 src = fetchFromGitHub { 5872 5872 owner = "olimorris"; 5873 5873 repo = "neotest-rspec"; 5874 - rev = "e9e9083ed7d741c25b6890ce12b70ff6f1e7a57a"; 5875 - sha256 = "0bph1jilga84s87d5xjiiqfb311b84hininypwf9qlq6h6jdh37k"; 5874 + rev = "e48cfeeeafce4610c6ce253560b75d6f91656f57"; 5875 + sha256 = "0rfifxydkbxqgsqvg8lvklap98csj4ygr324cw2na1di2z48m10v"; 5876 5876 }; 5877 5877 meta.homepage = "https://github.com/olimorris/neotest-rspec/"; 5878 5878 }; 5879 5879 5880 5880 neotest-rust = buildVimPluginFrom2Nix { 5881 5881 pname = "neotest-rust"; 5882 - version = "2023-04-30"; 5882 + version = "2023-05-26"; 5883 5883 src = fetchFromGitHub { 5884 5884 owner = "rouge8"; 5885 5885 repo = "neotest-rust"; 5886 - rev = "eaaf57c2124067167b6f7dcab6feedfcabd27fbb"; 5887 - sha256 = "18vchckz246lxl99na1xsqlaxy4rsnblfy8lpr67g8lrkmyifcfl"; 5886 + rev = "cc1821d580e8ee36bdd13d67b3291b8cd1792ec9"; 5887 + sha256 = "0a9z0sk6fgxqzr42hcmy7cqsgidk6vny0xba5q1ma7lbqzq5bb58"; 5888 5888 }; 5889 5889 meta.homepage = "https://github.com/rouge8/neotest-rust/"; 5890 5890 }; ··· 6095 6095 6096 6096 nlsp-settings-nvim = buildVimPluginFrom2Nix { 6097 6097 pname = "nlsp-settings.nvim"; 6098 - version = "2023-05-25"; 6098 + version = "2023-05-26"; 6099 6099 src = fetchFromGitHub { 6100 6100 owner = "tamago324"; 6101 6101 repo = "nlsp-settings.nvim"; 6102 - rev = "3f5220e7c951daabb8882f3b1e5cf306d9167dd4"; 6103 - sha256 = "0cfbjb21g1jj7fb6gacn0dbw1c42avy7pkjs80p1lzvmf5vvpap8"; 6102 + rev = "b896c665381eb63b2a5429eb8c9a7eb51a03ceb8"; 6103 + sha256 = "0lvg0ccl6ai4ss9xfpmgrbapk1j5alsnryd68k6xb59yibf3mfsz"; 6104 6104 }; 6105 6105 meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/"; 6106 6106 }; ··· 6143 6143 6144 6144 noice-nvim = buildVimPluginFrom2Nix { 6145 6145 pname = "noice.nvim"; 6146 - version = "2023-05-25"; 6146 + version = "2023-05-27"; 6147 6147 src = fetchFromGitHub { 6148 6148 owner = "folke"; 6149 6149 repo = "noice.nvim"; 6150 - rev = "1478f7295806d354e7689edc2a58f3bc2e697f78"; 6151 - sha256 = "1ngzmkw94fkyjsrci7iffp1inm2nkq4q6g0i43dm7ndg3sckw4f5"; 6150 + rev = "ee24b36743b18e53bdc6b49bbfa426fc18ea337a"; 6151 + sha256 = "000p1x73b2q3cazxj43nzc3q1v2ra9mm70rssyn9aacx5ai6c2ly"; 6152 6152 }; 6153 6153 meta.homepage = "https://github.com/folke/noice.nvim/"; 6154 6154 }; ··· 6191 6191 6192 6192 nui-nvim = buildVimPluginFrom2Nix { 6193 6193 pname = "nui.nvim"; 6194 - version = "2023-04-30"; 6194 + version = "2023-05-27"; 6195 6195 src = fetchFromGitHub { 6196 6196 owner = "MunifTanjim"; 6197 6197 repo = "nui.nvim"; 6198 - rev = "698e75814cd7c56b0dd8af4936bcef2d13807f3c"; 6199 - sha256 = "06dksyx01ibl79s44rqv4np0j94ihqs30zq9x9rvkisq1a2sqlf1"; 6198 + rev = "2b2732528e4a79eb8542568bd51d25f710395bd6"; 6199 + sha256 = "0bsgyfzjvsmx8mxwq2100cdmxq7vnqm9l45h7vy58iz3q1dch1nz"; 6200 6200 }; 6201 6201 meta.homepage = "https://github.com/MunifTanjim/nui.nvim/"; 6202 6202 }; ··· 6275 6275 6276 6276 nvim-autopairs = buildVimPluginFrom2Nix { 6277 6277 pname = "nvim-autopairs"; 6278 - version = "2023-04-30"; 6278 + version = "2023-05-25"; 6279 6279 src = fetchFromGitHub { 6280 6280 owner = "windwp"; 6281 6281 repo = "nvim-autopairs"; 6282 - rev = "7747bbae60074acf0b9e3a4c13950be7a2dff444"; 6283 - sha256 = "0j0kpy379yhcv35l4jby5qyzqfpckwy7s09q0cc8sla7n1i1b00j"; 6282 + rev = "59df87a84c80a357ca8d8fe86e451b93ac476ccc"; 6283 + sha256 = "1c10abpmhcnv1adpm3niwy1q7knwxai19n7l27j5cf64jfk8594r"; 6284 6284 }; 6285 6285 meta.homepage = "https://github.com/windwp/nvim-autopairs/"; 6286 6286 }; ··· 6347 6347 6348 6348 nvim-cmp = buildNeovimPluginFrom2Nix { 6349 6349 pname = "nvim-cmp"; 6350 - version = "2023-05-25"; 6350 + version = "2023-05-27"; 6351 6351 src = fetchFromGitHub { 6352 6352 owner = "hrsh7th"; 6353 6353 repo = "nvim-cmp"; 6354 - rev = "950d0e3a93ba61c13b031c086d11eacf4bd48d24"; 6355 - sha256 = "0x9wk9jkvzqqa5zc370hg36sriv4lw9cxy9fbwj035ybayrd3bz6"; 6354 + rev = "1088b3743b83ffd8973ad65e6b5fed010da0ffd2"; 6355 + sha256 = "1jm74hqc2rw9p5fmgi1zfcmink42s6kqfcl812mi4wpbmq0yfb6n"; 6356 6356 }; 6357 6357 meta.homepage = "https://github.com/hrsh7th/nvim-cmp/"; 6358 6358 }; ··· 6491 6491 6492 6492 nvim-dap-ui = buildVimPluginFrom2Nix { 6493 6493 pname = "nvim-dap-ui"; 6494 - version = "2023-05-13"; 6494 + version = "2023-05-27"; 6495 6495 src = fetchFromGitHub { 6496 6496 owner = "rcarriga"; 6497 6497 repo = "nvim-dap-ui"; 6498 - rev = "4ce7b97dd8f50b4f672948a34bf8f3a56214fdb8"; 6499 - sha256 = "1agssgps4i083nykw270jlvkdfzz2p1r91plsblryskr35rl8pp1"; 6498 + rev = "c693e80f8d7b6369f4152e7fdab10db4847c5c71"; 6499 + sha256 = "05vm17b78iiw8g3g59kjjhbvhvp8yavn1n1mdlydazhywkn0wk0j"; 6500 6500 }; 6501 6501 meta.homepage = "https://github.com/rcarriga/nvim-dap-ui/"; 6502 6502 }; ··· 6587 6587 6588 6588 nvim-highlite = buildVimPluginFrom2Nix { 6589 6589 pname = "nvim-highlite"; 6590 - version = "2023-05-24"; 6590 + version = "2023-05-28"; 6591 6591 src = fetchFromGitHub { 6592 6592 owner = "Iron-E"; 6593 6593 repo = "nvim-highlite"; 6594 - rev = "74c2da6a40791bbbe9728158062c5859819153cd"; 6595 - sha256 = "0zlj01lx13w4i3vl81aplvv1a5ixazzkpaj21r2amfk02fivrzg3"; 6594 + rev = "c23e0d43dab42ed89bf88eaccfffcebff4370450"; 6595 + sha256 = "06ahisfnd14yyck44dv1wni8j5zindg85gvdw1y8p6xw73xrcal6"; 6596 6596 }; 6597 6597 meta.homepage = "https://github.com/Iron-E/nvim-highlite/"; 6598 6598 }; ··· 6647 6647 6648 6648 nvim-lastplace = buildVimPluginFrom2Nix { 6649 6649 pname = "nvim-lastplace"; 6650 - version = "2023-03-30"; 6650 + version = "2023-05-26"; 6651 6651 src = fetchFromGitHub { 6652 6652 owner = "ethanholz"; 6653 6653 repo = "nvim-lastplace"; 6654 - rev = "75a2b78bdbbd20467d499defceb5b20c0967a1ca"; 6655 - sha256 = "0qr40n4k6rxfxzlqivad1jq69x2d0mfn2lfk4gyacx6qq555papf"; 6654 + rev = "86ad0c5c36fdd50ef0781c76bb14185b117bfc22"; 6655 + sha256 = "1lf0nn3ffj50q3f1d1w2qirzw5ibqzqik6nkf3zcb0js8m3rdspv"; 6656 6656 }; 6657 6657 meta.homepage = "https://github.com/ethanholz/nvim-lastplace/"; 6658 6658 }; ··· 6683 6683 6684 6684 nvim-lint = buildVimPluginFrom2Nix { 6685 6685 pname = "nvim-lint"; 6686 - version = "2023-04-23"; 6686 + version = "2023-05-27"; 6687 6687 src = fetchFromGitHub { 6688 6688 owner = "mfussenegger"; 6689 6689 repo = "nvim-lint"; 6690 - rev = "e03f2656d9d7c80929bf47f5ac71a5f23183510c"; 6691 - sha256 = "002h2phjvnd2q05ki3y3syi1pi3fqj871df9icljmgaqxhj4prdc"; 6690 + rev = "00b9feee38586d4521c17a0a6a0e2c94ea75d44a"; 6691 + sha256 = "1cp43n0vnfm15hrgci7ghfnjw67m5k6ll7qcm72vgjiswpi9pp38"; 6692 6692 }; 6693 6693 meta.homepage = "https://github.com/mfussenegger/nvim-lint/"; 6694 6694 }; ··· 6707 6707 6708 6708 nvim-lspconfig = buildVimPluginFrom2Nix { 6709 6709 pname = "nvim-lspconfig"; 6710 - version = "2023-05-24"; 6710 + version = "2023-05-27"; 6711 6711 src = fetchFromGitHub { 6712 6712 owner = "neovim"; 6713 6713 repo = "nvim-lspconfig"; 6714 - rev = "570aae82f8c6bc15fb6e559ed7d5a3fd85374329"; 6715 - sha256 = "0rwjkdnykj3vzcv9x26bbhhq62xja04w0xqk2cbynxyldabjchpc"; 6714 + rev = "465042c0f786992212284311ebb5da1f89479774"; 6715 + sha256 = "0qw6rxr8rrfbaivrwg05n94xcvbf9kdmizyf8b7bgv16qk2c002w"; 6716 6716 }; 6717 6717 meta.homepage = "https://github.com/neovim/nvim-lspconfig/"; 6718 6718 }; ··· 6995 6995 6996 6996 nvim-tree-lua = buildVimPluginFrom2Nix { 6997 6997 pname = "nvim-tree.lua"; 6998 - version = "2023-05-24"; 6998 + version = "2023-05-27"; 6999 6999 src = fetchFromGitHub { 7000 7000 owner = "nvim-tree"; 7001 7001 repo = "nvim-tree.lua"; 7002 - rev = "9ef6c3cd8805d868d20106be09ce07f004e8232f"; 7003 - sha256 = "1mpqir7xjvxmqw40y0xwijgz96x19lg0xm0hi02si3vksc617xsn"; 7002 + rev = "e2a4c9d09d205ebe5f071264f43f73a0077c43a3"; 7003 + sha256 = "10cnc6vgkzrhbsp6hm3qxc89nnkx9hicwavcqm9s193g8ip654sd"; 7004 7004 }; 7005 7005 meta.homepage = "https://github.com/nvim-tree/nvim-tree.lua/"; 7006 7006 }; 7007 7007 7008 7008 nvim-treesitter = buildVimPluginFrom2Nix { 7009 7009 pname = "nvim-treesitter"; 7010 - version = "2023-05-25"; 7010 + version = "2023-05-27"; 7011 7011 src = fetchFromGitHub { 7012 7012 owner = "nvim-treesitter"; 7013 7013 repo = "nvim-treesitter"; 7014 - rev = "dae928b3bbbcdd3890c61549bdc4c50e1e0d3094"; 7015 - sha256 = "1wwb9bzjm7axyw0hzrwinhmxi3snhc6i4sbq7pa715yjg8xj1sny"; 7014 + rev = "a76db88548bb7fe008cd7e4f2d2ec2ccc080dede"; 7015 + sha256 = "0sipljsb1g2fikr8m91rn1jybdsgmz307icdh559p8xy3999c5ay"; 7016 7016 }; 7017 7017 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; 7018 7018 }; ··· 7115 7115 7116 7116 nvim-ts-rainbow2 = buildVimPluginFrom2Nix { 7117 7117 pname = "nvim-ts-rainbow2"; 7118 - version = "2023-05-14"; 7118 + version = "2023-05-28"; 7119 7119 src = fetchgit { 7120 7120 url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2"; 7121 - rev = "a1e460f126db0bc3dc9e0cbad157e5671ffd2046"; 7122 - sha256 = "0dxginbs2q8p2wfqi3rl6zs9zi1arbdb2kcqbljxcfs1ia36x3qr"; 7121 + rev = "a87025babc32e2031890c7a22d9e928ec3d2ec85"; 7122 + sha256 = "0hmg117c3szjs1dvrbd4gxmah850a679b8pwv42z9d4352s64zv6"; 7123 7123 }; 7124 7124 meta.homepage = "https://gitlab.com/HiPhish/nvim-ts-rainbow2"; 7125 7125 }; ··· 7138 7138 7139 7139 nvim-web-devicons = buildVimPluginFrom2Nix { 7140 7140 pname = "nvim-web-devicons"; 7141 - version = "2023-05-22"; 7141 + version = "2023-05-27"; 7142 7142 src = fetchFromGitHub { 7143 7143 owner = "nvim-tree"; 7144 7144 repo = "nvim-web-devicons"; 7145 - rev = "e283ab937e0197b37ec5d8013e49495193407324"; 7146 - sha256 = "1njshr9y24915zqj8msv9drfc1hicwry5hsrxh0yjk9hdwianq94"; 7145 + rev = "2a125024a137677930efcfdf720f205504c97268"; 7146 + sha256 = "0hjfi7zrxn7hci0gagnx50p20afdg5c63skjbh89rvsh0v2qgg3f"; 7147 7147 }; 7148 7148 meta.homepage = "https://github.com/nvim-tree/nvim-web-devicons/"; 7149 7149 }; ··· 7174 7174 7175 7175 nvim_context_vt = buildVimPluginFrom2Nix { 7176 7176 pname = "nvim_context_vt"; 7177 - version = "2023-05-24"; 7177 + version = "2023-05-25"; 7178 7178 src = fetchFromGitHub { 7179 7179 owner = "haringsrob"; 7180 7180 repo = "nvim_context_vt"; 7181 - rev = "e7be661b145c2385538900a8b462b3d43bf42efa"; 7182 - sha256 = "1vsfkzxg0424mnpz8hbqlqc0h045aigq5q6b5dma2zyhwh3ma3p4"; 7181 + rev = "dcfd29699e614035dd6ab863039e1c1811cace91"; 7182 + sha256 = "0k324mvnhlg4syy0ysk0n7g7q2inqn3ymfys8fx8bzvqmq029w10"; 7183 7183 }; 7184 7184 meta.homepage = "https://github.com/haringsrob/nvim_context_vt/"; 7185 7185 }; ··· 7307 7307 7308 7308 onedarkpro-nvim = buildVimPluginFrom2Nix { 7309 7309 pname = "onedarkpro.nvim"; 7310 - version = "2023-05-08"; 7310 + version = "2023-05-26"; 7311 7311 src = fetchFromGitHub { 7312 7312 owner = "olimorris"; 7313 7313 repo = "onedarkpro.nvim"; 7314 - rev = "7ba6cff6147b4b32ffc614f2bee4c4da75e64e91"; 7315 - sha256 = "0dga10gn12ra4wl39hq8hi36gb4fln7wipx1qxxxlw8s66sd1iji"; 7314 + rev = "ec07364f3cfa9cc6467bf067a490cfd74011efcd"; 7315 + sha256 = "0jmy9m52xw526pddqqqnvqq8jbk3jkyi0fwfd0bg2wk699jfy1zc"; 7316 7316 }; 7317 7317 meta.homepage = "https://github.com/olimorris/onedarkpro.nvim/"; 7318 7318 }; ··· 7387 7387 sha256 = "1qadi16p5hzl35h3ljh93s1dxnc78hq948nx38cz1ilynhd7px3q"; 7388 7388 }; 7389 7389 meta.homepage = "https://github.com/nvim-orgmode/orgmode/"; 7390 + }; 7391 + 7392 + other-nvim = buildVimPluginFrom2Nix { 7393 + pname = "other.nvim"; 7394 + version = "2022-11-15"; 7395 + src = fetchFromGitHub { 7396 + owner = "rgroli"; 7397 + repo = "other.nvim"; 7398 + rev = "9afecea37c9b5ffed65a21de9e585d548de7778a"; 7399 + sha256 = "06rqg69dx3fqfq1jdyqvan33czx2xvp4b4d52gi4p3lxjgqwpzvm"; 7400 + }; 7401 + meta.homepage = "https://github.com/rgroli/other.nvim/"; 7390 7402 }; 7391 7403 7392 7404 oxocarbon-nvim = buildVimPluginFrom2Nix { ··· 7861 7873 7862 7874 refactoring-nvim = buildVimPluginFrom2Nix { 7863 7875 pname = "refactoring.nvim"; 7864 - version = "2023-05-25"; 7876 + version = "2023-05-27"; 7865 7877 src = fetchFromGitHub { 7866 7878 owner = "theprimeagen"; 7867 7879 repo = "refactoring.nvim"; 7868 - rev = "8371678866f8a3034a4b0a9162c3fa8b633beed8"; 7869 - sha256 = "0z1sh3z5rslkmk3d43q9q4qvy68fzv4mvyxwmildis7cgbrvafgr"; 7880 + rev = "6d0315d3a9bf979d564e9cd17004029d57720a46"; 7881 + sha256 = "08dhr394wzjr7sm9plvb28gjnk2z04adl0a1jy0wm6w0dm1k5drh"; 7870 7882 }; 7871 7883 meta.homepage = "https://github.com/theprimeagen/refactoring.nvim/"; 7872 7884 }; ··· 7921 7933 7922 7934 rnvimr = buildVimPluginFrom2Nix { 7923 7935 pname = "rnvimr"; 7924 - version = "2023-02-28"; 7936 + version = "2023-05-27"; 7925 7937 src = fetchFromGitHub { 7926 7938 owner = "kevinhwang91"; 7927 7939 repo = "rnvimr"; 7928 - rev = "5edff6189cb0f4fae77ee751de5109a8f87cb9c7"; 7929 - sha256 = "03wn00adx79p86yk204zqrrxz6gpwkdm7ghscw77y1fxjkmaik0v"; 7940 + rev = "8021cc2ea47a4a3c1cee05a555b3368c8e1d67be"; 7941 + sha256 = "0vh3ankfh6g3zzhjbr9q6hgdqsxvll1gcni44dkhg41482sxh14x"; 7930 7942 }; 7931 7943 meta.homepage = "https://github.com/kevinhwang91/rnvimr/"; 7932 7944 }; ··· 8523 8535 8524 8536 statuscol-nvim = buildVimPluginFrom2Nix { 8525 8537 pname = "statuscol.nvim"; 8526 - version = "2023-05-02"; 8538 + version = "2023-05-27"; 8527 8539 src = fetchFromGitHub { 8528 8540 owner = "luukvbaal"; 8529 8541 repo = "statuscol.nvim"; 8530 - rev = "7ee8d982331019fec3a90ec87b98d6b4405cacbe"; 8531 - sha256 = "1khw24f5a9ssnya2l2kg6d16bn7mw1ny1w9r985w7fga9j46w0zv"; 8542 + rev = "f13a5dbe83ed500e6022e8e96d3c404aa11ebfba"; 8543 + sha256 = "138km4b027iv7n43hd3n7icxwks6yd9v1afwa8r9a6axjbwlbqk5"; 8532 8544 }; 8533 8545 meta.homepage = "https://github.com/luukvbaal/statuscol.nvim/"; 8534 8546 }; ··· 9368 9380 9369 9381 tokyonight-nvim = buildVimPluginFrom2Nix { 9370 9382 pname = "tokyonight.nvim"; 9371 - version = "2023-05-25"; 9383 + version = "2023-05-27"; 9372 9384 src = fetchFromGitHub { 9373 9385 owner = "folke"; 9374 9386 repo = "tokyonight.nvim"; 9375 - rev = "90b711c052bb3cd9692922e16bcf3861344ecf75"; 9376 - sha256 = "1av9600dv0qjqs5x0rjvsm7g33sm5i7dn7p31f9ry95z8rrc8y5r"; 9387 + rev = "cd5156f4b4a6c4c337a46deb0c0bd37319920833"; 9388 + sha256 = "1x0cv834fi084rs2ybzr0sr04n5bp5xd3d2ns88jcyvm2j5pw6zy"; 9377 9389 }; 9378 9390 meta.homepage = "https://github.com/folke/tokyonight.nvim/"; 9379 9391 }; ··· 9440 9452 9441 9453 trouble-nvim = buildVimPluginFrom2Nix { 9442 9454 pname = "trouble.nvim"; 9443 - version = "2023-05-25"; 9455 + version = "2023-05-26"; 9444 9456 src = fetchFromGitHub { 9445 9457 owner = "folke"; 9446 9458 repo = "trouble.nvim"; 9447 - rev = "a0f2375117c546fbba217efcfff202553eaed1b8"; 9448 - sha256 = "08yf7vkg4mp9v46w858bab6b23cf1idc2hizpqviipafdngcfa51"; 9459 + rev = "324c977cfeacb8498ca9ba1c74cc35bd18858a8d"; 9460 + sha256 = "1hk2j786jdvirlm4y5bjriv390hwvx6q1brh97cc889akibyc9jb"; 9449 9461 }; 9450 9462 meta.homepage = "https://github.com/folke/trouble.nvim/"; 9451 9463 }; ··· 9572 9584 9573 9585 unison = buildVimPluginFrom2Nix { 9574 9586 pname = "unison"; 9575 - version = "2023-05-25"; 9587 + version = "2023-05-27"; 9576 9588 src = fetchFromGitHub { 9577 9589 owner = "unisonweb"; 9578 9590 repo = "unison"; 9579 - rev = "e03e7d28584514d9bc68b2105d9608cd28eb19bc"; 9580 - sha256 = "0z2q888jhp73yk69xwjx1jl1hkc5faxs7bpsxdzbjl6w4rczrmmi"; 9591 + rev = "7c9e968fe28ab9fec614159ca907df8fe69b5c74"; 9592 + sha256 = "03yzmalnz1k7aj8r8s80mkr5x065mmnkgawx544mqqv9i7y0gz1q"; 9581 9593 }; 9582 9594 meta.homepage = "https://github.com/unisonweb/unison/"; 9583 9595 }; ··· 11204 11216 11205 11217 vim-fubitive = buildVimPluginFrom2Nix { 11206 11218 pname = "vim-fubitive"; 11207 - version = "2023-04-12"; 11219 + version = "2023-05-27"; 11208 11220 src = fetchFromGitHub { 11209 11221 owner = "tommcdo"; 11210 11222 repo = "vim-fubitive"; 11211 - rev = "5b13f16703ff69cca103aeffbd3d69515899989a"; 11212 - sha256 = "00gi3bfrf58f8z7v30lkbdj4mw8n8q2cjdkqq4clv6yrsy7jg25i"; 11223 + rev = "327280357c793e694146e4713a90419ff1ea6cc1"; 11224 + sha256 = "1qz12kf0ifdb1kmbg8cc1mw6zsxdh5arjhhrnl0qi70rjq43dzcv"; 11213 11225 }; 11214 11226 meta.homepage = "https://github.com/tommcdo/vim-fubitive/"; 11215 11227 }; ··· 11918 11930 src = fetchFromGitHub { 11919 11931 owner = "knubie"; 11920 11932 repo = "vim-kitty-navigator"; 11921 - rev = "fc7efc0eb4840e848082d21f4ee67b398381cd7b"; 11922 - sha256 = "19yxr74qacvcpd99gxidsprlbvx76zin2rh41s3ymvc7gvfg57xm"; 11933 + rev = "c3d8aaaa61717b2c142ff39553fcab709fd606a7"; 11934 + sha256 = "0p6bp1p1vmm5ps29dvhvmq7dc56zqnkmzzfbb6fyk58nf7cr58v9"; 11923 11935 }; 11924 11936 meta.homepage = "https://github.com/knubie/vim-kitty-navigator/"; 11925 11937 }; ··· 13607 13619 13608 13620 vim-startuptime = buildVimPluginFrom2Nix { 13609 13621 pname = "vim-startuptime"; 13610 - version = "2023-05-19"; 13622 + version = "2023-05-25"; 13611 13623 src = fetchFromGitHub { 13612 13624 owner = "dstein64"; 13613 13625 repo = "vim-startuptime"; 13614 - rev = "5ddaf24df23f4d151970987c1322eaa247f08e69"; 13615 - sha256 = "0w2igyqfwn3zfwpn3m5ki5bzyjh4161wfgx4yvn0blywjp525vbi"; 13626 + rev = "8eed46917c5c4882b295729ce053265c2a74ac4d"; 13627 + sha256 = "1f893npcny3zgms031nwk872i0f4kgdwk6r2znjm4pb1mqjqa92b"; 13616 13628 }; 13617 13629 meta.homepage = "https://github.com/dstein64/vim-startuptime/"; 13618 13630 }; ··· 14533 14545 14534 14546 vimtex = buildVimPluginFrom2Nix { 14535 14547 pname = "vimtex"; 14536 - version = "2023-05-23"; 14548 + version = "2023-05-25"; 14537 14549 src = fetchFromGitHub { 14538 14550 owner = "lervag"; 14539 14551 repo = "vimtex"; 14540 - rev = "a6df6c3bed5f3170ab7f5706c57162df1aa0d986"; 14541 - sha256 = "0c87hj21m2zw2by990pww5x5788vpwaycm1cs98r0isfziqsjnyi"; 14552 + rev = "ed5c5eafe47dc8e0212f2ecafc0676a550a849e4"; 14553 + sha256 = "18bn3c5zlsm90nscrf9j3gjl85b6dzxk8y42d7hv2wwgg1wa4yam"; 14542 14554 }; 14543 14555 meta.homepage = "https://github.com/lervag/vimtex/"; 14544 14556 }; ··· 14990 15002 14991 15003 chad = buildVimPluginFrom2Nix { 14992 15004 pname = "chad"; 14993 - version = "2023-05-24"; 15005 + version = "2023-05-28"; 14994 15006 src = fetchFromGitHub { 14995 15007 owner = "ms-jpq"; 14996 15008 repo = "chadtree"; 14997 - rev = "baf90cb4dfb3eba6186a8207a4f5ebe2b6a12dd2"; 14998 - sha256 = "0d1ahr1hx7yirlww7rh4i8h30ffidcsx463nzvxbdm8gfzq25phl"; 15009 + rev = "2eae4d1bdcfcf257c450a02495eb5d012388508b"; 15010 + sha256 = "0m4z0ncdrgrc7nfsww7gi950ays43h8s6926q571zsdl9wkq34a1"; 14999 15011 }; 15000 15012 meta.homepage = "https://github.com/ms-jpq/chadtree/"; 15001 15013 }; 15002 15014 15003 15015 dracula-vim = buildVimPluginFrom2Nix { 15004 15016 pname = "dracula-vim"; 15005 - version = "2022-12-22"; 15017 + version = "2023-05-25"; 15006 15018 src = fetchFromGitHub { 15007 15019 owner = "dracula"; 15008 15020 repo = "vim"; 15009 - rev = "eb577d47b0cfc9191bf04c414b4042d5f1a980f8"; 15010 - sha256 = "1zp55jg5prsvvq12y8c03arlwplgwwpr5hy14w9hhfmp2bix98lq"; 15021 + rev = "7bff6075cfb16b1dbfc053fff2e622b42cb532e4"; 15022 + sha256 = "07wcimyp554yb9xgvbairrvf299qv6lmjsd5kgk1841435x1vn49"; 15011 15023 }; 15012 15024 meta.homepage = "https://github.com/dracula/vim/"; 15013 15025 }; ··· 15086 15098 15087 15099 nvchad-ui = buildVimPluginFrom2Nix { 15088 15100 pname = "nvchad-ui"; 15089 - version = "2023-05-24"; 15101 + version = "2023-05-27"; 15090 15102 src = fetchFromGitHub { 15091 15103 owner = "nvchad"; 15092 15104 repo = "ui"; 15093 - rev = "1619f0178ecea41321a14ea8bb577b6b131a1153"; 15094 - sha256 = "12fyb4lh4ls82qqx68zizxmndmwbqwg2qcav11l8f6x9yn3b0zpr"; 15105 + rev = "78ef6543a09cbbc48e8d6fd45dcc24696eba8ecb"; 15106 + sha256 = "0lyghhd8ji2nqmn0mvzgfsbilh24rxs20s0hf75y6h4aws86chvh"; 15095 15107 }; 15096 15108 meta.homepage = "https://github.com/nvchad/ui/"; 15097 15109 };
+39 -39
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
··· 269 269 }; 270 270 cue = buildGrammar { 271 271 language = "cue"; 272 - version = "0.0.0+rev=f83fd9a"; 272 + version = "0.0.0+rev=971130a"; 273 273 src = fetchFromGitHub { 274 274 owner = "eonpatapon"; 275 275 repo = "tree-sitter-cue"; 276 - rev = "f83fd9abbece9becb5232c517b9d47ff141e237a"; 277 - hash = "sha256-3XAECPbUOeH51mAfrHZ8takklAeIQES9opoWfQ0ps24="; 276 + rev = "971130aa1d2da22098d75062c024bb1250ff9d62"; 277 + hash = "sha256-s1Y4lGB8DAcZ4ugUs088DXHMDrT46zNeIvZLqZK493s="; 278 278 }; 279 279 meta.homepage = "https://github.com/eonpatapon/tree-sitter-cue"; 280 280 }; ··· 436 436 }; 437 437 erlang = buildGrammar { 438 438 language = "erlang"; 439 - version = "0.0.0+rev=13a6a51"; 439 + version = "0.0.0+rev=6228b1d"; 440 440 src = fetchFromGitHub { 441 441 owner = "WhatsApp"; 442 442 repo = "tree-sitter-erlang"; 443 - rev = "13a6a51d1bda845f756971773dd6049b80a3cffc"; 444 - hash = "sha256-xy4/AZPHv9V0gzLRXOmUcFyKzLDCgOyqBH8HNYE8GRk="; 443 + rev = "6228b1df25f25dbd69e4e0342c4c65eb9b5e957d"; 444 + hash = "sha256-1oM9mLtUU2u2GiSFULFvfqnUtHg9XvmMxXz6qLOP//Q="; 445 445 }; 446 446 meta.homepage = "https://github.com/WhatsApp/tree-sitter-erlang"; 447 447 }; ··· 722 722 }; 723 723 haskell = buildGrammar { 724 724 language = "haskell"; 725 - version = "0.0.0+rev=c5cb0c8"; 725 + version = "0.0.0+rev=e002d60"; 726 726 src = fetchFromGitHub { 727 727 owner = "tree-sitter"; 728 728 repo = "tree-sitter-haskell"; 729 - rev = "c5cb0c860a399308305f44792bc4853737c40c07"; 730 - hash = "sha256-9UwKxMEMoVVMUO1DIGxoJI7FUksackZmVYnKDXBpxCo="; 729 + rev = "e002d60072c73ab09bafedc82d3e35a4349ca6c0"; 730 + hash = "sha256-BHpZjxWARMiInJ3S7nhOcRflKK7oR6pM+CqJgUbK3aQ="; 731 731 }; 732 732 meta.homepage = "https://github.com/tree-sitter/tree-sitter-haskell"; 733 733 }; ··· 832 832 }; 833 833 ispc = buildGrammar { 834 834 language = "ispc"; 835 - version = "0.0.0+rev=a5c2fd4"; 835 + version = "0.0.0+rev=848e588"; 836 836 src = fetchFromGitHub { 837 837 owner = "fab4100"; 838 838 repo = "tree-sitter-ispc"; 839 - rev = "a5c2fd44a6a7fe4230c72d651c1b9b2d28fc20fe"; 840 - hash = "sha256-IctYjlsb2lPITj6aD22ovORd7O4Cxxe3mSo8kLPBHlo="; 839 + rev = "848e58874ffa2f7e540a6ec01ab9652b26995f37"; 840 + hash = "sha256-xHX7N3pJbU8c4apoDXEm2VXOn9NH9atG8YfwSMyhHZ4="; 841 841 }; 842 842 meta.homepage = "https://github.com/fab4100/tree-sitter-ispc"; 843 843 }; ··· 1165 1165 }; 1166 1166 nickel = buildGrammar { 1167 1167 language = "nickel"; 1168 - version = "0.0.0+rev=3a79438"; 1168 + version = "0.0.0+rev=b1a4718"; 1169 1169 src = fetchFromGitHub { 1170 1170 owner = "nickel-lang"; 1171 1171 repo = "tree-sitter-nickel"; 1172 - rev = "3a794388773f2424a97b2186828aa3fac4c66ce6"; 1173 - hash = "sha256-NLgbTl1Te/lHTGra4DdxLtqIg6yXf5lfyl37qpp8SNQ="; 1172 + rev = "b1a4718601ebd29a62bf3a7fd1069a99ccf48093"; 1173 + hash = "sha256-aYsEx1Y5oDEqSPCUbf1G3J5Y45ULT9OkD+fn6stzrOU="; 1174 1174 }; 1175 1175 meta.homepage = "https://github.com/nickel-lang/tree-sitter-nickel"; 1176 1176 }; ··· 1187 1187 }; 1188 1188 nix = buildGrammar { 1189 1189 language = "nix"; 1190 - version = "0.0.0+rev=6b71a81"; 1190 + version = "0.0.0+rev=02878b4"; 1191 1191 src = fetchFromGitHub { 1192 1192 owner = "cstrahan"; 1193 1193 repo = "tree-sitter-nix"; 1194 - rev = "6b71a810c0acd49b980c50fc79092561f7cee307"; 1195 - hash = "sha256-uTgSj4zz8WvzwIr7UO78F45nzVSjjitdtKY8GV4iL+w="; 1194 + rev = "02878b40ac77d2889833519c6b6e9e63cfc690e6"; 1195 + hash = "sha256-9E4iQ7jr52ckmQJBrF9Vdwanrgm2I+Gi1lbC46I+4/g="; 1196 1196 }; 1197 1197 meta.homepage = "https://github.com/cstrahan/tree-sitter-nix"; 1198 1198 }; ··· 1220 1220 }; 1221 1221 ocaml = buildGrammar { 1222 1222 language = "ocaml"; 1223 - version = "0.0.0+rev=a09c63f"; 1223 + version = "0.0.0+rev=1155941"; 1224 1224 src = fetchFromGitHub { 1225 1225 owner = "tree-sitter"; 1226 1226 repo = "tree-sitter-ocaml"; 1227 - rev = "a09c63f4d754d2d2dffb7265f6e6f39c9e6e6db1"; 1228 - hash = "sha256-6Zz/7XRmiBoXzAt41vCMvaV2LmT7co0Gsbt0nTz+0nA="; 1227 + rev = "11559418d8de82a2313504dc5bec9983d17ea4e9"; 1228 + hash = "sha256-QLZ+ukkYDZGi+hEzaoP98mQRZPXpAbVXt1RlQREafiw="; 1229 1229 }; 1230 1230 location = "ocaml"; 1231 1231 meta.homepage = "https://github.com/tree-sitter/tree-sitter-ocaml"; 1232 1232 }; 1233 1233 ocaml_interface = buildGrammar { 1234 1234 language = "ocaml_interface"; 1235 - version = "0.0.0+rev=a09c63f"; 1235 + version = "0.0.0+rev=1155941"; 1236 1236 src = fetchFromGitHub { 1237 1237 owner = "tree-sitter"; 1238 1238 repo = "tree-sitter-ocaml"; 1239 - rev = "a09c63f4d754d2d2dffb7265f6e6f39c9e6e6db1"; 1240 - hash = "sha256-6Zz/7XRmiBoXzAt41vCMvaV2LmT7co0Gsbt0nTz+0nA="; 1239 + rev = "11559418d8de82a2313504dc5bec9983d17ea4e9"; 1240 + hash = "sha256-QLZ+ukkYDZGi+hEzaoP98mQRZPXpAbVXt1RlQREafiw="; 1241 1241 }; 1242 1242 location = "interface"; 1243 1243 meta.homepage = "https://github.com/tree-sitter/tree-sitter-ocaml"; ··· 1311 1311 }; 1312 1312 php = buildGrammar { 1313 1313 language = "php"; 1314 - version = "0.0.0+rev=1a40581"; 1314 + version = "0.0.0+rev=ff6a35b"; 1315 1315 src = fetchFromGitHub { 1316 1316 owner = "tree-sitter"; 1317 1317 repo = "tree-sitter-php"; 1318 - rev = "1a40581b7a899201d7c2b4684ee34490bc306bd6"; 1319 - hash = "sha256-tSgCGV1w3gbt9Loar3+Auo2r7hqZwB7X+/g9Dfatp8I="; 1318 + rev = "ff6a35badb0fe373575196bd728a8a53e9be70bd"; 1319 + hash = "sha256-mjpomE8jFusmBjXkFFCnliQ2oKhGYK5DRuIO8GPfb+c="; 1320 1320 }; 1321 1321 meta.homepage = "https://github.com/tree-sitter/tree-sitter-php"; 1322 1322 }; 1323 1323 phpdoc = buildGrammar { 1324 1324 language = "phpdoc"; 1325 - version = "0.0.0+rev=2f4d16c"; 1325 + version = "0.0.0+rev=2d20f39"; 1326 1326 src = fetchFromGitHub { 1327 1327 owner = "claytonrcarter"; 1328 1328 repo = "tree-sitter-phpdoc"; 1329 - rev = "2f4d16c861b5a454b577d057f247f9902d7b47f5"; 1330 - hash = "sha256-7oriB1AWNvedT1JRoCYuF2m5+E9MYr85Lg38KRZ+BKo="; 1329 + rev = "2d20f39476348c2682761ce7251914031a7c013f"; 1330 + hash = "sha256-uJEUAMIJ/Bq0YhcQ78UxWcK4LM6qoum+Ett03qli+Os="; 1331 1331 }; 1332 1332 meta.homepage = "https://github.com/claytonrcarter/tree-sitter-phpdoc"; 1333 1333 }; ··· 1597 1597 }; 1598 1598 scala = buildGrammar { 1599 1599 language = "scala"; 1600 - version = "0.0.0+rev=5aefc0a"; 1600 + version = "0.0.0+rev=17a19b0"; 1601 1601 src = fetchFromGitHub { 1602 1602 owner = "tree-sitter"; 1603 1603 repo = "tree-sitter-scala"; 1604 - rev = "5aefc0ae4c174fa74d6e973faefa28692e081954"; 1605 - hash = "sha256-3FV3MuOx/sZ6NqeewbKhrhUFfnc1mjWpF3TetAlkkBg="; 1604 + rev = "17a19b0f0505eec059b82e1b2fd8928f5f6f0b02"; 1605 + hash = "sha256-YvFjzxBQQmL0+Lw8olMiomu6sDiqdTTPuiygHwB3Kww="; 1606 1606 }; 1607 1607 meta.homepage = "https://github.com/tree-sitter/tree-sitter-scala"; 1608 1608 }; 1609 1609 scheme = buildGrammar { 1610 1610 language = "scheme"; 1611 - version = "0.0.0+rev=6abcfe3"; 1611 + version = "0.0.0+rev=dd9a73d"; 1612 1612 src = fetchFromGitHub { 1613 1613 owner = "6cdh"; 1614 1614 repo = "tree-sitter-scheme"; 1615 - rev = "6abcfe33d976ebe3e244ca80273c7e8a070441b5"; 1616 - hash = "sha256-6lxpFk9YWVape/Oq2GFYcyNH8J38W+dmFdz+ykqBX0U="; 1615 + rev = "dd9a73d851238881a3a9426298d69742d24b7842"; 1616 + hash = "sha256-KyR7MuZBMkQ3fWRaP1nQqo/ih2v3XM2v5tdu0SGuDOA="; 1617 1617 }; 1618 1618 meta.homepage = "https://github.com/6cdh/tree-sitter-scheme"; 1619 1619 }; ··· 1630 1630 }; 1631 1631 slint = buildGrammar { 1632 1632 language = "slint"; 1633 - version = "0.0.0+rev=6f12865"; 1633 + version = "0.0.0+rev=00c8a2d"; 1634 1634 src = fetchFromGitHub { 1635 1635 owner = "jrmoulton"; 1636 1636 repo = "tree-sitter-slint"; 1637 - rev = "6f128658eb22cfd15a801f52369d517c25253d5c"; 1638 - hash = "sha256-zW6WlzVSea8F1E2HJP5DPNEnxnFQMFLXnyRECiIkXR8="; 1637 + rev = "00c8a2d3645766f68c0d0460086c0a994e5b0d85"; 1638 + hash = "sha256-R7VeGT8Bu3i6ZPUbjEm7sbGSLvK6x3DLz098hPuhgyQ="; 1639 1639 }; 1640 1640 meta.homepage = "https://github.com/jrmoulton/tree-sitter-slint"; 1641 1641 };
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 622 622 https://github.com/tyru/open-browser.vim/,, 623 623 https://github.com/salkin-mada/openscad.nvim/,HEAD, 624 624 https://github.com/nvim-orgmode/orgmode/,, 625 + https://github.com/rgroli/other.nvim/,HEAD, 625 626 https://github.com/nyoom-engineering/oxocarbon.nvim/,HEAD, 626 627 https://github.com/vuki656/package-info.nvim/,, 627 628 https://github.com/wbthomason/packer.nvim/,,
+368 -324
pkgs/applications/graphics/oculante/Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "ab_glyph" 7 - version = "0.2.20" 7 + version = "0.2.21" 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c" 9 + checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39" 10 10 dependencies = [ 11 11 "ab_glyph_rasterizer", 12 12 "owned_ttf_parser", ··· 37 37 38 38 [[package]] 39 39 name = "aho-corasick" 40 - version = "0.7.20" 40 + version = "1.0.1" 41 41 source = "registry+https://github.com/rust-lang/crates.io-index" 42 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 42 + checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 43 43 dependencies = [ 44 44 "memchr", 45 45 ] ··· 52 52 53 53 [[package]] 54 54 name = "anyhow" 55 - version = "1.0.70" 55 + version = "1.0.71" 56 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 57 + checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 58 58 59 59 [[package]] 60 60 name = "aom-decode" ··· 179 179 180 180 [[package]] 181 181 name = "atomic_refcell" 182 - version = "0.1.9" 182 + version = "0.1.10" 183 183 source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8" 184 + checksum = "79d6dc922a2792b006573f60b2648076355daeae5ce9cb59507e5908c9625d31" 185 185 186 186 [[package]] 187 187 name = "atty" ··· 248 248 249 249 [[package]] 250 250 name = "base64" 251 - version = "0.21.0" 251 + version = "0.21.2" 252 252 source = "registry+https://github.com/rust-lang/crates.io-index" 253 - checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 253 + checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 254 254 255 255 [[package]] 256 256 name = "bincode" ··· 277 277 278 278 [[package]] 279 279 name = "bitreader" 280 - version = "0.3.6" 280 + version = "0.3.7" 281 281 source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "d84ea71c85d1fe98fe67a9b9988b1695bc24c0b0d3bfb18d4c510f44b4b09941" 282 + checksum = "f10043e4864d975e7f197f993ec4018636ad93946724b2571c4474d51845869b" 283 283 dependencies = [ 284 284 "cfg-if 1.0.0", 285 285 ] ··· 336 336 337 337 [[package]] 338 338 name = "bumpalo" 339 - version = "3.12.0" 339 + version = "3.13.0" 340 340 source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 341 + checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 342 342 343 343 [[package]] 344 344 name = "byte-tools" ··· 363 363 dependencies = [ 364 364 "proc-macro2", 365 365 "quote", 366 - "syn 2.0.15", 366 + "syn 2.0.18", 367 367 ] 368 368 369 369 [[package]] ··· 430 430 431 431 [[package]] 432 432 name = "cfg-expr" 433 - version = "0.14.0" 433 + version = "0.15.1" 434 434 source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6" 435 + checksum = "c8790cf1286da485c72cf5fc7aeba308438800036ec67d89425924c4807268c9" 436 436 dependencies = [ 437 437 "smallvec", 438 + "target-lexicon", 438 439 ] 439 440 440 441 [[package]] ··· 466 467 467 468 [[package]] 468 469 name = "clap" 469 - version = "3.2.23" 470 + version = "3.2.25" 470 471 source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 472 + checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 472 473 dependencies = [ 473 474 "atty", 474 475 "bitflags", ··· 597 598 598 599 [[package]] 599 600 name = "console" 600 - version = "0.15.5" 601 + version = "0.15.7" 601 602 source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 603 + checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 603 604 dependencies = [ 604 605 "encode_unicode", 605 606 "lazy_static", 606 607 "libc", 607 608 "unicode-width", 608 - "windows-sys 0.42.0", 609 + "windows-sys 0.45.0", 609 610 ] 610 611 611 612 [[package]] ··· 617 618 "cfg-if 1.0.0", 618 619 "wasm-bindgen", 619 620 ] 620 - 621 - [[package]] 622 - name = "const_fn_assert" 623 - version = "0.1.2" 624 - source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "27d614f23f34f7b5165a77dc1591f497e2518f9cec4b4f4b92bfc4dc6cf7a190" 626 621 627 622 [[package]] 628 623 name = "core-foundation" ··· 770 765 source = "registry+https://github.com/rust-lang/crates.io-index" 771 766 checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 772 767 dependencies = [ 773 - "darling_core 0.13.4", 774 - "darling_macro 0.13.4", 775 - ] 776 - 777 - [[package]] 778 - name = "darling" 779 - version = "0.14.4" 780 - source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" 782 - dependencies = [ 783 - "darling_core 0.14.4", 784 - "darling_macro 0.14.4", 768 + "darling_core", 769 + "darling_macro", 785 770 ] 786 771 787 772 [[package]] ··· 799 784 ] 800 785 801 786 [[package]] 802 - name = "darling_core" 803 - version = "0.14.4" 804 - source = "registry+https://github.com/rust-lang/crates.io-index" 805 - checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" 806 - dependencies = [ 807 - "fnv", 808 - "ident_case", 809 - "proc-macro2", 810 - "quote", 811 - "strsim", 812 - "syn 1.0.109", 813 - ] 814 - 815 - [[package]] 816 787 name = "darling_macro" 817 788 version = "0.13.4" 818 789 source = "registry+https://github.com/rust-lang/crates.io-index" 819 790 checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 820 791 dependencies = [ 821 - "darling_core 0.13.4", 822 - "quote", 823 - "syn 1.0.109", 824 - ] 825 - 826 - [[package]] 827 - name = "darling_macro" 828 - version = "0.14.4" 829 - source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" 831 - dependencies = [ 832 - "darling_core 0.14.4", 792 + "darling_core", 833 793 "quote", 834 794 "syn 1.0.109", 835 795 ] ··· 853 813 ] 854 814 855 815 [[package]] 856 - name = "derive_builder" 857 - version = "0.12.0" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" 860 - dependencies = [ 861 - "derive_builder_macro", 862 - ] 863 - 864 - [[package]] 865 - name = "derive_builder_core" 866 - version = "0.12.0" 867 - source = "registry+https://github.com/rust-lang/crates.io-index" 868 - checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" 869 - dependencies = [ 870 - "darling 0.14.4", 871 - "proc-macro2", 872 - "quote", 873 - "syn 1.0.109", 874 - ] 875 - 876 - [[package]] 877 - name = "derive_builder_macro" 878 - version = "0.12.0" 879 - source = "registry+https://github.com/rust-lang/crates.io-index" 880 - checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" 881 - dependencies = [ 882 - "derive_builder_core", 883 - "syn 1.0.109", 884 - ] 885 - 886 - [[package]] 887 816 name = "digest" 888 817 version = "0.7.6" 889 818 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 904 833 905 834 [[package]] 906 835 name = "dirs" 907 - version = "4.0.0" 908 - source = "registry+https://github.com/rust-lang/crates.io-index" 909 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 910 - dependencies = [ 911 - "dirs-sys 0.3.7", 912 - ] 913 - 914 - [[package]] 915 - name = "dirs" 916 - version = "5.0.0" 836 + version = "5.0.1" 917 837 source = "registry+https://github.com/rust-lang/crates.io-index" 918 - checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" 838 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 919 839 dependencies = [ 920 - "dirs-sys 0.4.0", 840 + "dirs-sys 0.4.1", 921 841 ] 922 842 923 843 [[package]] ··· 933 853 934 854 [[package]] 935 855 name = "dirs-sys" 936 - version = "0.4.0" 856 + version = "0.4.1" 937 857 source = "registry+https://github.com/rust-lang/crates.io-index" 938 - checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" 858 + checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 939 859 dependencies = [ 940 860 "libc", 861 + "option-ext", 941 862 "redox_users", 942 - "windows-sys 0.45.0", 863 + "windows-sys 0.48.0", 943 864 ] 944 865 945 866 [[package]] ··· 1161 1082 ] 1162 1083 1163 1084 [[package]] 1085 + name = "fast-srgb8" 1086 + version = "1.0.0" 1087 + source = "registry+https://github.com/rust-lang/crates.io-index" 1088 + checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" 1089 + 1090 + [[package]] 1164 1091 name = "fast_image_resize" 1165 - version = "2.7.0" 1092 + version = "2.7.3" 1166 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 1167 - checksum = "a3858ec5a8a6acb62ba3221741b7fc9ee0a5aa42c246baea8052357589929e81" 1094 + checksum = "cc789a40040e11bbe4ba31ca319406805a12fe3f8d71314bbc4bd076602ad55a" 1168 1095 dependencies = [ 1169 1096 "num-traits 0.2.15", 1170 1097 "thiserror", ··· 1189 1116 ] 1190 1117 1191 1118 [[package]] 1192 - name = "find-crate" 1193 - version = "0.6.3" 1194 - source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" 1196 - dependencies = [ 1197 - "toml 0.5.11", 1198 - ] 1199 - 1200 - [[package]] 1201 1119 name = "find-winsdk" 1202 1120 version = "0.2.0" 1203 1121 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1210 1128 1211 1129 [[package]] 1212 1130 name = "flate2" 1213 - version = "1.0.25" 1131 + version = "1.0.26" 1214 1132 source = "registry+https://github.com/rust-lang/crates.io-index" 1215 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 1133 + checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 1216 1134 dependencies = [ 1217 1135 "crc32fast", 1218 - "miniz_oxide 0.6.2", 1136 + "miniz_oxide 0.7.1", 1219 1137 ] 1220 1138 1221 1139 [[package]] ··· 1273 1191 1274 1192 [[package]] 1275 1193 name = "fontdb" 1276 - version = "0.13.0" 1194 + version = "0.14.1" 1277 1195 source = "registry+https://github.com/rust-lang/crates.io-index" 1278 - checksum = "bfec8f19f9b89b2901219cc62604810d2bfef15dc1182e95320f57e7cbbe041a" 1196 + checksum = "af8d8cbea8f21307d7e84bca254772981296f058a1d36b461bf4d83a7499fc9e" 1279 1197 dependencies = [ 1280 1198 "fontconfig-parser", 1281 1199 "log", 1282 - "memmap2", 1200 + "memmap2 0.6.2", 1283 1201 "slotmap", 1284 - "ttf-parser", 1202 + "tinyvec", 1203 + "ttf-parser 0.19.0", 1285 1204 ] 1286 1205 1287 1206 [[package]] ··· 1311 1230 dependencies = [ 1312 1231 "proc-macro2", 1313 1232 "quote", 1314 - "syn 2.0.15", 1233 + "syn 2.0.18", 1315 1234 ] 1316 1235 1317 1236 [[package]] ··· 1441 1360 dependencies = [ 1442 1361 "proc-macro2", 1443 1362 "quote", 1444 - "syn 2.0.15", 1363 + "syn 2.0.18", 1445 1364 ] 1446 1365 1447 1366 [[package]] ··· 1652 1571 1653 1572 [[package]] 1654 1573 name = "glutin" 1655 - version = "0.30.7" 1574 + version = "0.30.8" 1656 1575 source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15" 1576 + checksum = "62f9b771a65f0a1e3ddb6aa16f867d87dc73c922411c255e6c4ab7f6d45c7327" 1658 1577 dependencies = [ 1659 1578 "bitflags", 1660 1579 "cfg_aliases", ··· 1687 1606 1688 1607 [[package]] 1689 1608 name = "glutin_egl_sys" 1690 - version = "0.4.0" 1609 + version = "0.5.0" 1691 1610 source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d" 1611 + checksum = "1b3bcbddc51573b977fc6dca5d93867e4f29682cdbaf5d13e48f4fa4346d4d87" 1693 1612 dependencies = [ 1694 1613 "gl_generator", 1695 1614 "windows-sys 0.45.0", ··· 1783 1702 1784 1703 [[package]] 1785 1704 name = "h2" 1786 - version = "0.3.18" 1705 + version = "0.3.19" 1787 1706 source = "registry+https://github.com/rust-lang/crates.io-index" 1788 - checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21" 1707 + checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 1789 1708 dependencies = [ 1790 1709 "bytes", 1791 1710 "fnv", ··· 1855 1774 checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1856 1775 1857 1776 [[package]] 1777 + name = "home" 1778 + version = "0.5.5" 1779 + source = "registry+https://github.com/rust-lang/crates.io-index" 1780 + checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 1781 + dependencies = [ 1782 + "windows-sys 0.48.0", 1783 + ] 1784 + 1785 + [[package]] 1858 1786 name = "http" 1859 1787 version = "0.2.9" 1860 1788 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1920 1848 1921 1849 [[package]] 1922 1850 name = "hyper-rustls" 1923 - version = "0.23.2" 1851 + version = "0.24.0" 1924 1852 source = "registry+https://github.com/rust-lang/crates.io-index" 1925 - checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" 1853 + checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" 1926 1854 dependencies = [ 1927 1855 "http", 1928 1856 "hyper", ··· 1968 1896 1969 1897 [[package]] 1970 1898 name = "imagesize" 1971 - version = "0.11.0" 1899 + version = "0.12.0" 1972 1900 source = "registry+https://github.com/rust-lang/crates.io-index" 1973 - checksum = "b72ad49b554c1728b1e83254a1b1565aea4161e28dabbfa171fc15fe62299caf" 1901 + checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284" 1974 1902 1975 1903 [[package]] 1976 1904 name = "imgref" ··· 1996 1924 dependencies = [ 1997 1925 "console", 1998 1926 "number_prefix", 1999 - "portable-atomic", 1927 + "portable-atomic 0.3.20", 2000 1928 "unicode-width", 2001 1929 ] 2002 1930 ··· 2025 1953 2026 1954 [[package]] 2027 1955 name = "io-lifetimes" 2028 - version = "1.0.10" 1956 + version = "1.0.11" 2029 1957 source = "registry+https://github.com/rust-lang/crates.io-index" 2030 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 1958 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2031 1959 dependencies = [ 2032 1960 "hermit-abi 0.3.1", 2033 1961 "libc", ··· 2108 2036 ] 2109 2037 2110 2038 [[package]] 2111 - name = "jpegxl-rs" 2112 - version = "0.8.1+libjxl-0.8.1" 2039 + name = "js-sys" 2040 + version = "0.3.63" 2041 + source = "registry+https://github.com/rust-lang/crates.io-index" 2042 + checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 2043 + dependencies = [ 2044 + "wasm-bindgen", 2045 + ] 2046 + 2047 + [[package]] 2048 + name = "jxl-bitstream" 2049 + version = "0.2.2" 2050 + source = "registry+https://github.com/rust-lang/crates.io-index" 2051 + checksum = "8c1c6b3f6f293055624e91577ecbfc816f7135dc16c868bab405e32fa4e05d86" 2052 + dependencies = [ 2053 + "tracing", 2054 + ] 2055 + 2056 + [[package]] 2057 + name = "jxl-coding" 2058 + version = "0.2.2" 2059 + source = "registry+https://github.com/rust-lang/crates.io-index" 2060 + checksum = "58c072032b4dec60c537d7b615868eee248af8ec7bd5436ac8b59a60d8d14a54" 2061 + dependencies = [ 2062 + "jxl-bitstream", 2063 + ] 2064 + 2065 + [[package]] 2066 + name = "jxl-color" 2067 + version = "0.3.1" 2068 + source = "registry+https://github.com/rust-lang/crates.io-index" 2069 + checksum = "50275156f286c2b87146768fd2fe4868aabc91ada09827f09a1f776ef0fa85fa" 2070 + dependencies = [ 2071 + "jxl-bitstream", 2072 + "jxl-coding", 2073 + "jxl-grid", 2074 + ] 2075 + 2076 + [[package]] 2077 + name = "jxl-frame" 2078 + version = "0.3.0" 2079 + source = "registry+https://github.com/rust-lang/crates.io-index" 2080 + checksum = "da9034f97e7b712d5d419a32d7241585fa340f1d98054e977578eb426ac9549a" 2081 + dependencies = [ 2082 + "jxl-bitstream", 2083 + "jxl-coding", 2084 + "jxl-grid", 2085 + "jxl-image", 2086 + "jxl-modular", 2087 + "jxl-vardct", 2088 + "tracing", 2089 + ] 2090 + 2091 + [[package]] 2092 + name = "jxl-grid" 2093 + version = "0.1.1" 2113 2094 source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "1aa657754548cb83651cbe425e53b9242e36fe044dae719c4d630bae9a8c6895" 2095 + checksum = "48800b21ed6bb3bbc2f818ae9cd40530bdfb1a211f57d5a7a49b8b10f62145e8" 2096 + 2097 + [[package]] 2098 + name = "jxl-image" 2099 + version = "0.4.0" 2100 + source = "registry+https://github.com/rust-lang/crates.io-index" 2101 + checksum = "7352bbc72930805d280cc3ce79c4f85a9d4eb83058391a6fbf4b5667ca4991e3" 2115 2102 dependencies = [ 2116 - "byteorder", 2117 - "derive_builder", 2118 - "half", 2119 - "image", 2120 - "jpegxl-sys", 2121 - "thiserror", 2103 + "jxl-bitstream", 2104 + "jxl-color", 2105 + "jxl-grid", 2106 + "tracing", 2122 2107 ] 2123 2108 2124 2109 [[package]] 2125 - name = "jpegxl-src" 2126 - version = "0.8.1" 2110 + name = "jxl-modular" 2111 + version = "0.2.1" 2127 2112 source = "registry+https://github.com/rust-lang/crates.io-index" 2128 - checksum = "f5295e775f97c302f7bc2dababb551ce5e782c2cfbb1b0ea7af8b29fc9335b17" 2113 + checksum = "c6107154c3322b465ee2b089a569fd97cd6b70dd6fe188737ec51eb2e2be5650" 2129 2114 dependencies = [ 2130 - "cmake", 2115 + "jxl-bitstream", 2116 + "jxl-coding", 2117 + "jxl-grid", 2118 + "tracing", 2131 2119 ] 2132 2120 2133 2121 [[package]] 2134 - name = "jpegxl-sys" 2135 - version = "0.8.1+libjxl-0.8.1" 2122 + name = "jxl-oxide" 2123 + version = "0.2.0" 2136 2124 source = "registry+https://github.com/rust-lang/crates.io-index" 2137 - checksum = "4fe0df743a7680b38b961b30cf4abfc9b438c4546cad8c826110d4fbdd35bc4b" 2125 + checksum = "2105ac815e8059eaeb20a64db3f88a6dd2b977b31494684b03628688bdbe18ad" 2138 2126 dependencies = [ 2139 - "jpegxl-src", 2140 - "pkg-config", 2127 + "jxl-bitstream", 2128 + "jxl-color", 2129 + "jxl-frame", 2130 + "jxl-grid", 2131 + "jxl-image", 2132 + "jxl-render", 2133 + "tracing", 2141 2134 ] 2142 2135 2143 2136 [[package]] 2144 - name = "js-sys" 2145 - version = "0.3.61" 2137 + name = "jxl-render" 2138 + version = "0.2.0" 2146 2139 source = "registry+https://github.com/rust-lang/crates.io-index" 2147 - checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 2140 + checksum = "0a842ba0143d6a36576c72c1f3a84fc965b6f9a3ef35f86c191added3cb96f43" 2148 2141 dependencies = [ 2149 - "wasm-bindgen", 2142 + "jxl-bitstream", 2143 + "jxl-coding", 2144 + "jxl-color", 2145 + "jxl-frame", 2146 + "jxl-grid", 2147 + "jxl-image", 2148 + "jxl-modular", 2149 + "jxl-vardct", 2150 + "tracing", 2151 + ] 2152 + 2153 + [[package]] 2154 + name = "jxl-vardct" 2155 + version = "0.2.0" 2156 + source = "registry+https://github.com/rust-lang/crates.io-index" 2157 + checksum = "135a1794b3832480fbb55def768e0c5eacb7597dec42148564baafcf4fc6d31b" 2158 + dependencies = [ 2159 + "jxl-bitstream", 2160 + "jxl-coding", 2161 + "jxl-grid", 2162 + "jxl-modular", 2163 + "tracing", 2150 2164 ] 2151 2165 2152 2166 [[package]] ··· 2166 2180 2167 2181 [[package]] 2168 2182 name = "kurbo" 2169 - version = "0.9.3" 2183 + version = "0.9.5" 2170 2184 source = "registry+https://github.com/rust-lang/crates.io-index" 2171 - checksum = "28a2d0c1781729f69dbea30f968608cadfaeb6582e5ce903a167a5216b53cd0f" 2185 + checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b" 2172 2186 dependencies = [ 2173 2187 "arrayvec 0.7.2", 2174 2188 ] ··· 2236 2250 2237 2251 [[package]] 2238 2252 name = "libc" 2239 - version = "0.2.141" 2253 + version = "0.2.144" 2240 2254 source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 2255 + checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 2242 2256 2243 2257 [[package]] 2244 2258 name = "libdav1d-sys" ··· 2268 2282 2269 2283 [[package]] 2270 2284 name = "libm" 2271 - version = "0.2.6" 2285 + version = "0.2.7" 2272 2286 source = "registry+https://github.com/rust-lang/crates.io-index" 2273 - checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" 2287 + checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 2274 2288 2275 2289 [[package]] 2276 2290 name = "libwebp-sys" 2277 - version = "0.9.0" 2291 + version = "0.9.1" 2278 2292 source = "registry+https://github.com/rust-lang/crates.io-index" 2279 - checksum = "c25c53292693c6651d913eff524d04018372b36bf0547a192238009c5c82d638" 2293 + checksum = "5c2a79bd4556d1b538c76e59147768b2d63f97e2dfb185c896548136af408e58" 2280 2294 dependencies = [ 2281 2295 "cc", 2282 2296 "glob", ··· 2290 2304 2291 2305 [[package]] 2292 2306 name = "linux-raw-sys" 2293 - version = "0.3.3" 2307 + version = "0.3.8" 2294 2308 source = "registry+https://github.com/rust-lang/crates.io-index" 2295 - checksum = "9b085a4f2cde5781fc4b1717f2e86c62f5cda49de7ba99a7c2eae02b61c9064c" 2309 + checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2296 2310 2297 2311 [[package]] 2298 2312 name = "lock_api" ··· 2389 2403 2390 2404 [[package]] 2391 2405 name = "matrixmultiply" 2392 - version = "0.3.2" 2406 + version = "0.3.7" 2393 2407 source = "registry+https://github.com/rust-lang/crates.io-index" 2394 - checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" 2408 + checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77" 2395 2409 dependencies = [ 2410 + "autocfg", 2396 2411 "rawpointer", 2397 2412 ] 2398 2413 ··· 2421 2436 ] 2422 2437 2423 2438 [[package]] 2439 + name = "memmap2" 2440 + version = "0.6.2" 2441 + source = "registry+https://github.com/rust-lang/crates.io-index" 2442 + checksum = "6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872" 2443 + dependencies = [ 2444 + "libc", 2445 + ] 2446 + 2447 + [[package]] 2424 2448 name = "memoffset" 2425 2449 version = "0.6.5" 2426 2450 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2535 2559 2536 2560 [[package]] 2537 2561 name = "nasm-rs" 2538 - version = "0.2.4" 2562 + version = "0.2.5" 2539 2563 source = "registry+https://github.com/rust-lang/crates.io-index" 2540 - checksum = "ce095842aee9aa3ecbda7a5d2a4df680375fd128a8596b6b56f8e497e231f483" 2564 + checksum = "fe4d98d0065f4b1daf164b3eafb11974c94662e5e2396cf03f32d0bb5c17da51" 2541 2565 dependencies = [ 2542 2566 "rayon", 2543 2567 ] ··· 2584 2608 source = "registry+https://github.com/rust-lang/crates.io-index" 2585 2609 checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 2586 2610 dependencies = [ 2587 - "darling 0.13.4", 2611 + "darling", 2588 2612 "proc-macro-crate", 2589 2613 "proc-macro2", 2590 2614 "quote", ··· 3094 3118 3095 3119 [[package]] 3096 3120 name = "oculante" 3097 - version = "0.6.63" 3121 + version = "0.6.64" 3098 3122 dependencies = [ 3099 3123 "anyhow", 3100 3124 "arboard", ··· 3102 3126 "clap", 3103 3127 "cmd_lib", 3104 3128 "dds-rs", 3105 - "dirs 5.0.0", 3129 + "dirs 5.0.1", 3106 3130 "env_logger", 3107 3131 "evalexpr", 3108 3132 "exr", ··· 3111 3135 "gif", 3112 3136 "gif-dispose", 3113 3137 "image", 3114 - "jpegxl-rs", 3138 + "jxl-oxide", 3115 3139 "kamadak-exif", 3116 3140 "lexical-sort", 3117 3141 "libavif-image", ··· 3134 3158 "strum", 3135 3159 "strum_macros", 3136 3160 "tiff 0.9.0", 3137 - "tiny-skia 0.8.3", 3161 + "tiny-skia 0.9.1", 3138 3162 "turbojpeg", 3139 3163 "usvg", 3140 3164 "webbrowser", ··· 3149 3173 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 3150 3174 3151 3175 [[package]] 3176 + name = "option-ext" 3177 + version = "0.2.0" 3178 + source = "registry+https://github.com/rust-lang/crates.io-index" 3179 + checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3180 + 3181 + [[package]] 3152 3182 name = "ordered-float" 3153 - version = "3.6.0" 3183 + version = "3.7.0" 3154 3184 source = "registry+https://github.com/rust-lang/crates.io-index" 3155 - checksum = "13a384337e997e6860ffbaa83708b2ef329fd8c54cb67a5f64d421e0f943254f" 3185 + checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213" 3156 3186 dependencies = [ 3157 3187 "num-traits 0.2.15", 3158 3188 ] ··· 3175 3205 3176 3206 [[package]] 3177 3207 name = "owned_ttf_parser" 3178 - version = "0.18.1" 3208 + version = "0.19.0" 3179 3209 source = "registry+https://github.com/rust-lang/crates.io-index" 3180 - checksum = "e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228" 3210 + checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4" 3181 3211 dependencies = [ 3182 - "ttf-parser", 3212 + "ttf-parser 0.19.0", 3183 3213 ] 3184 3214 3185 3215 [[package]] ··· 3193 3223 3194 3224 [[package]] 3195 3225 name = "palette" 3196 - version = "0.6.1" 3226 + version = "0.7.2" 3197 3227 source = "registry+https://github.com/rust-lang/crates.io-index" 3198 - checksum = "8f9cd68f7112581033f157e56c77ac4a5538ec5836a2e39284e65bd7d7275e49" 3228 + checksum = "e1641aee47803391405d0a1250e837d2336fdddd18b27f3ddb8c1d80ce8d7f43" 3199 3229 dependencies = [ 3200 3230 "approx", 3201 - "num-traits 0.2.15", 3231 + "fast-srgb8", 3202 3232 "palette_derive", 3203 3233 "phf 0.11.1", 3204 3234 ] 3205 3235 3206 3236 [[package]] 3207 3237 name = "palette_derive" 3208 - version = "0.6.1" 3238 + version = "0.7.2" 3209 3239 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "05eedf46a8e7c27f74af0c9cfcdb004ceca158cb1b918c6f68f8d7a549b3e427" 3240 + checksum = "3c02bfa6b3ba8af5434fa0531bf5701f750d983d4260acd6867faca51cdc4484" 3211 3241 dependencies = [ 3212 - "find-crate", 3213 3242 "proc-macro2", 3214 3243 "quote", 3215 - "syn 1.0.109", 3244 + "syn 2.0.18", 3216 3245 ] 3217 3246 3218 3247 [[package]] ··· 3362 3391 3363 3392 [[package]] 3364 3393 name = "pin-project" 3365 - version = "1.0.12" 3394 + version = "1.1.0" 3366 3395 source = "registry+https://github.com/rust-lang/crates.io-index" 3367 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3396 + checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" 3368 3397 dependencies = [ 3369 3398 "pin-project-internal", 3370 3399 ] 3371 3400 3372 3401 [[package]] 3373 3402 name = "pin-project-internal" 3374 - version = "1.0.12" 3403 + version = "1.1.0" 3375 3404 source = "registry+https://github.com/rust-lang/crates.io-index" 3376 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3405 + checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" 3377 3406 dependencies = [ 3378 3407 "proc-macro2", 3379 3408 "quote", 3380 - "syn 1.0.109", 3409 + "syn 2.0.18", 3381 3410 ] 3382 3411 3383 3412 [[package]] ··· 3394 3423 3395 3424 [[package]] 3396 3425 name = "pkg-config" 3397 - version = "0.3.26" 3426 + version = "0.3.27" 3398 3427 source = "registry+https://github.com/rust-lang/crates.io-index" 3399 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 3428 + checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 3400 3429 3401 3430 [[package]] 3402 3431 name = "platter2" ··· 3425 3454 3426 3455 [[package]] 3427 3456 name = "polling" 3428 - version = "2.7.0" 3457 + version = "2.8.0" 3429 3458 source = "registry+https://github.com/rust-lang/crates.io-index" 3430 - checksum = "4be1c66a6add46bff50935c313dae30a5030cf8385c5206e8a95e9e9def974aa" 3459 + checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3431 3460 dependencies = [ 3432 3461 "autocfg", 3433 3462 "bitflags", ··· 3441 3470 3442 3471 [[package]] 3443 3472 name = "portable-atomic" 3444 - version = "0.3.19" 3473 + version = "0.3.20" 3445 3474 source = "registry+https://github.com/rust-lang/crates.io-index" 3446 - checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" 3475 + checksum = "e30165d31df606f5726b090ec7592c308a0eaf61721ff64c9a3018e344a8753e" 3476 + dependencies = [ 3477 + "portable-atomic 1.3.2", 3478 + ] 3479 + 3480 + [[package]] 3481 + name = "portable-atomic" 3482 + version = "1.3.2" 3483 + source = "registry+https://github.com/rust-lang/crates.io-index" 3484 + checksum = "dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5" 3447 3485 3448 3486 [[package]] 3449 3487 name = "ppv-lite86" ··· 3493 3531 3494 3532 [[package]] 3495 3533 name = "proc-macro2" 3496 - version = "1.0.56" 3534 + version = "1.0.59" 3497 3535 source = "registry+https://github.com/rust-lang/crates.io-index" 3498 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 3536 + checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" 3499 3537 dependencies = [ 3500 3538 "unicode-ident", 3501 3539 ] ··· 3557 3595 3558 3596 [[package]] 3559 3597 name = "quote" 3560 - version = "1.0.26" 3598 + version = "1.0.28" 3561 3599 source = "registry+https://github.com/rust-lang/crates.io-index" 3562 - checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 3600 + checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 3563 3601 dependencies = [ 3564 3602 "proc-macro2", 3565 3603 ] ··· 3596 3634 3597 3635 [[package]] 3598 3636 name = "rav1e" 3599 - version = "0.6.4" 3637 + version = "0.6.6" 3600 3638 source = "registry+https://github.com/rust-lang/crates.io-index" 3601 - checksum = "be22fc799d8dc5573ba290fd436cea91ccfc0c6b7e121750ea5939cc786429ec" 3639 + checksum = "16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1" 3602 3640 dependencies = [ 3603 3641 "arbitrary", 3604 3642 "arg_enum_proc_macro", ··· 3608 3646 "built", 3609 3647 "cc", 3610 3648 "cfg-if 1.0.0", 3611 - "const_fn_assert", 3612 3649 "interpolate_name", 3613 3650 "itertools", 3614 3651 "libc", ··· 3713 3750 3714 3751 [[package]] 3715 3752 name = "regex" 3716 - version = "1.7.3" 3753 + version = "1.8.3" 3717 3754 source = "registry+https://github.com/rust-lang/crates.io-index" 3718 - checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 3755 + checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" 3719 3756 dependencies = [ 3720 3757 "aho-corasick", 3721 3758 "memchr", ··· 3724 3761 3725 3762 [[package]] 3726 3763 name = "regex-syntax" 3727 - version = "0.6.29" 3764 + version = "0.7.2" 3728 3765 source = "registry+https://github.com/rust-lang/crates.io-index" 3729 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3766 + checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 3730 3767 3731 3768 [[package]] 3732 3769 name = "reqwest" 3733 - version = "0.11.16" 3770 + version = "0.11.18" 3734 3771 source = "registry+https://github.com/rust-lang/crates.io-index" 3735 - checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" 3772 + checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 3736 3773 dependencies = [ 3737 3774 "base64", 3738 3775 "bytes", ··· 3769 3806 3770 3807 [[package]] 3771 3808 name = "resvg" 3772 - version = "0.31.0" 3809 + version = "0.33.0" 3773 3810 source = "registry+https://github.com/rust-lang/crates.io-index" 3774 - checksum = "84558b03726d979bf0444a5a88791cd451108fe45db699f3324388d700c048dc" 3811 + checksum = "1df5f3de3bb51d8a4766a1ef5d85851f2737716dea899516248d25e313a51b0d" 3775 3812 dependencies = [ 3776 3813 "gif", 3777 3814 "jpeg-decoder", ··· 3781 3818 "rgb", 3782 3819 "svgfilters", 3783 3820 "svgtypes", 3784 - "tiny-skia 0.8.3", 3821 + "tiny-skia 0.9.1", 3785 3822 "usvg", 3786 3823 ] 3787 3824 3788 3825 [[package]] 3789 3826 name = "rfd" 3790 - version = "0.11.3" 3827 + version = "0.11.4" 3791 3828 source = "registry+https://github.com/rust-lang/crates.io-index" 3792 - checksum = "7cb2988ec50c9bcdb0c012b89643a6094a35a785a37897211ee62e1639342f7b" 3829 + checksum = "4fe664af397d2b6a13a8ba1d172a2b5c87c6c5149039edbf8fa122b98c9ed96f" 3793 3830 dependencies = [ 3794 3831 "async-io", 3795 3832 "block", ··· 3836 3873 3837 3874 [[package]] 3838 3875 name = "rosvgtree" 3839 - version = "0.2.0" 3876 + version = "0.3.0" 3840 3877 source = "registry+https://github.com/rust-lang/crates.io-index" 3841 - checksum = "8cdb7996003c5cc8a8c2585b4ab6b422da64ad86a9c99cfa7ba320e15e8739f3" 3878 + checksum = "ad747e7384940e7bf33b15ba433b7bad9f44c0c6d5287a67c2cb22cd1743d497" 3842 3879 dependencies = [ 3843 3880 "log", 3844 3881 "roxmltree", ··· 3895 3932 3896 3933 [[package]] 3897 3934 name = "rustix" 3898 - version = "0.37.12" 3935 + version = "0.37.19" 3899 3936 source = "registry+https://github.com/rust-lang/crates.io-index" 3900 - checksum = "722529a737f5a942fdbac3a46cee213053196737c5eaa3386d52e85b786f2659" 3937 + checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 3901 3938 dependencies = [ 3902 3939 "bitflags", 3903 3940 "errno", ··· 3909 3946 3910 3947 [[package]] 3911 3948 name = "rustls" 3912 - version = "0.20.8" 3949 + version = "0.21.1" 3913 3950 source = "registry+https://github.com/rust-lang/crates.io-index" 3914 - checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 3951 + checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e" 3915 3952 dependencies = [ 3916 3953 "log", 3917 3954 "ring", 3955 + "rustls-webpki", 3918 3956 "sct", 3919 - "webpki", 3920 3957 ] 3921 3958 3922 3959 [[package]] ··· 3929 3966 ] 3930 3967 3931 3968 [[package]] 3969 + name = "rustls-webpki" 3970 + version = "0.100.1" 3971 + source = "registry+https://github.com/rust-lang/crates.io-index" 3972 + checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" 3973 + dependencies = [ 3974 + "ring", 3975 + "untrusted", 3976 + ] 3977 + 3978 + [[package]] 3932 3979 name = "rustversion" 3933 3980 version = "1.0.12" 3934 3981 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3943 3990 "bitflags", 3944 3991 "bytemuck", 3945 3992 "smallvec", 3946 - "ttf-parser", 3993 + "ttf-parser 0.18.1", 3947 3994 "unicode-bidi-mirroring", 3948 3995 "unicode-ccc", 3949 3996 "unicode-general-category", ··· 4052 4099 4053 4100 [[package]] 4054 4101 name = "serde" 4055 - version = "1.0.160" 4102 + version = "1.0.163" 4056 4103 source = "registry+https://github.com/rust-lang/crates.io-index" 4057 - checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 4104 + checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 4058 4105 dependencies = [ 4059 4106 "serde_derive", 4060 4107 ] 4061 4108 4062 4109 [[package]] 4063 4110 name = "serde_derive" 4064 - version = "1.0.160" 4111 + version = "1.0.163" 4065 4112 source = "registry+https://github.com/rust-lang/crates.io-index" 4066 - checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 4113 + checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 4067 4114 dependencies = [ 4068 4115 "proc-macro2", 4069 4116 "quote", 4070 - "syn 2.0.15", 4117 + "syn 2.0.18", 4071 4118 ] 4072 4119 4073 4120 [[package]] ··· 4083 4130 4084 4131 [[package]] 4085 4132 name = "serde_spanned" 4086 - version = "0.6.1" 4133 + version = "0.6.2" 4087 4134 source = "registry+https://github.com/rust-lang/crates.io-index" 4088 - checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 4135 + checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 4089 4136 dependencies = [ 4090 4137 "serde", 4091 4138 ] ··· 4213 4260 "dlib", 4214 4261 "lazy_static", 4215 4262 "log", 4216 - "memmap2", 4263 + "memmap2 0.5.10", 4217 4264 "nix 0.24.3", 4218 4265 "pkg-config", 4219 4266 "wayland-client", ··· 4277 4324 4278 4325 [[package]] 4279 4326 name = "strict-num" 4280 - version = "0.1.0" 4327 + version = "0.1.1" 4281 4328 source = "registry+https://github.com/rust-lang/crates.io-index" 4282 - checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1" 4329 + checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 4283 4330 dependencies = [ 4284 4331 "float-cmp", 4285 4332 ] ··· 4345 4392 4346 4393 [[package]] 4347 4394 name = "syn" 4348 - version = "2.0.15" 4395 + version = "2.0.18" 4349 4396 source = "registry+https://github.com/rust-lang/crates.io-index" 4350 - checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 4397 + checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 4351 4398 dependencies = [ 4352 4399 "proc-macro2", 4353 4400 "quote", ··· 4356 4403 4357 4404 [[package]] 4358 4405 name = "system-deps" 4359 - version = "6.0.4" 4406 + version = "6.1.0" 4360 4407 source = "registry+https://github.com/rust-lang/crates.io-index" 4361 - checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f" 4408 + checksum = "e5fa6fb9ee296c0dc2df41a656ca7948546d061958115ddb0bcaae43ad0d17d2" 4362 4409 dependencies = [ 4363 4410 "cfg-expr", 4364 4411 "heck", 4365 4412 "pkg-config", 4366 - "toml 0.7.3", 4413 + "toml 0.7.4", 4367 4414 "version-compare", 4368 4415 ] 4369 4416 4370 4417 [[package]] 4418 + name = "target-lexicon" 4419 + version = "0.12.7" 4420 + source = "registry+https://github.com/rust-lang/crates.io-index" 4421 + checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5" 4422 + 4423 + [[package]] 4371 4424 name = "tempfile" 4372 4425 version = "3.5.0" 4373 4426 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4412 4465 dependencies = [ 4413 4466 "proc-macro2", 4414 4467 "quote", 4415 - "syn 2.0.15", 4468 + "syn 2.0.18", 4416 4469 ] 4417 4470 4418 4471 [[package]] ··· 4465 4518 4466 4519 [[package]] 4467 4520 name = "tiny-skia" 4468 - version = "0.8.3" 4521 + version = "0.9.1" 4469 4522 source = "registry+https://github.com/rust-lang/crates.io-index" 4470 - checksum = "bfef3412c6975196fdfac41ef232f910be2bb37b9dd3313a49a1a6bc815a5bdb" 4523 + checksum = "ce2986c82f77818c7b9144c70818fdde98db15308e329ae2f7204d767808fd3c" 4471 4524 dependencies = [ 4472 4525 "arrayref", 4473 4526 "arrayvec 0.7.2", 4474 4527 "bytemuck", 4475 4528 "cfg-if 1.0.0", 4529 + "log", 4476 4530 "png", 4477 - "tiny-skia-path 0.8.3", 4531 + "tiny-skia-path 0.9.0", 4478 4532 ] 4479 4533 4480 4534 [[package]] ··· 4489 4543 4490 4544 [[package]] 4491 4545 name = "tiny-skia-path" 4492 - version = "0.8.3" 4546 + version = "0.9.0" 4493 4547 source = "registry+https://github.com/rust-lang/crates.io-index" 4494 - checksum = "a4b5edac058fc98f51c935daea4d805b695b38e2f151241cad125ade2a2ac20d" 4548 + checksum = "f7acb0ccda1ac91084353a56d0b69b0e29c311fd809d2088b1ed2f9ae1841c47" 4495 4549 dependencies = [ 4496 4550 "arrayref", 4497 4551 "bytemuck", ··· 4515 4569 4516 4570 [[package]] 4517 4571 name = "tokio" 4518 - version = "1.27.0" 4572 + version = "1.28.1" 4519 4573 source = "registry+https://github.com/rust-lang/crates.io-index" 4520 - checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 4574 + checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105" 4521 4575 dependencies = [ 4522 4576 "autocfg", 4523 4577 "bytes", ··· 4526 4580 "num_cpus", 4527 4581 "pin-project-lite", 4528 4582 "socket2", 4529 - "windows-sys 0.45.0", 4583 + "windows-sys 0.48.0", 4530 4584 ] 4531 4585 4532 4586 [[package]] 4533 4587 name = "tokio-rustls" 4534 - version = "0.23.4" 4588 + version = "0.24.0" 4535 4589 source = "registry+https://github.com/rust-lang/crates.io-index" 4536 - checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 4590 + checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5" 4537 4591 dependencies = [ 4538 4592 "rustls", 4539 4593 "tokio", 4540 - "webpki", 4541 4594 ] 4542 4595 4543 4596 [[package]] 4544 4597 name = "tokio-util" 4545 - version = "0.7.7" 4598 + version = "0.7.8" 4546 4599 source = "registry+https://github.com/rust-lang/crates.io-index" 4547 - checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 4600 + checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" 4548 4601 dependencies = [ 4549 4602 "bytes", 4550 4603 "futures-core", ··· 4565 4618 4566 4619 [[package]] 4567 4620 name = "toml" 4568 - version = "0.7.3" 4621 + version = "0.7.4" 4569 4622 source = "registry+https://github.com/rust-lang/crates.io-index" 4570 - checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 4623 + checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 4571 4624 dependencies = [ 4572 4625 "serde", 4573 4626 "serde_spanned", ··· 4577 4630 4578 4631 [[package]] 4579 4632 name = "toml_datetime" 4580 - version = "0.6.1" 4633 + version = "0.6.2" 4581 4634 source = "registry+https://github.com/rust-lang/crates.io-index" 4582 - checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 4635 + checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 4583 4636 dependencies = [ 4584 4637 "serde", 4585 4638 ] 4586 4639 4587 4640 [[package]] 4588 4641 name = "toml_edit" 4589 - version = "0.19.8" 4642 + version = "0.19.10" 4590 4643 source = "registry+https://github.com/rust-lang/crates.io-index" 4591 - checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 4644 + checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" 4592 4645 dependencies = [ 4593 4646 "indexmap", 4594 4647 "serde", ··· 4616 4669 4617 4670 [[package]] 4618 4671 name = "tracing-core" 4619 - version = "0.1.30" 4672 + version = "0.1.31" 4620 4673 source = "registry+https://github.com/rust-lang/crates.io-index" 4621 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 4674 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 4622 4675 dependencies = [ 4623 4676 "once_cell", 4624 4677 ] ··· 4634 4687 version = "0.18.1" 4635 4688 source = "registry+https://github.com/rust-lang/crates.io-index" 4636 4689 checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633" 4690 + 4691 + [[package]] 4692 + name = "ttf-parser" 4693 + version = "0.19.0" 4694 + source = "registry+https://github.com/rust-lang/crates.io-index" 4695 + checksum = "44dcf002ae3b32cd25400d6df128c5babec3927cd1eb7ce813cfff20eb6c3746" 4637 4696 4638 4697 [[package]] 4639 4698 name = "turbojpeg" ··· 4711 4770 4712 4771 [[package]] 4713 4772 name = "unicode-ident" 4714 - version = "1.0.8" 4773 + version = "1.0.9" 4715 4774 source = "registry+https://github.com/rust-lang/crates.io-index" 4716 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 4775 + checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 4717 4776 4718 4777 [[package]] 4719 4778 name = "unicode-normalization" ··· 4767 4826 4768 4827 [[package]] 4769 4828 name = "usvg" 4770 - version = "0.31.0" 4829 + version = "0.33.0" 4771 4830 source = "registry+https://github.com/rust-lang/crates.io-index" 4772 - checksum = "67a6cab2bc32b5a4310a06c7d3c6b51b5c7897b1f7c7d2bf73bf052f5754950f" 4831 + checksum = "ae32eb823aab35fc343b19c4d354f70e713b442ce34cdfa8497bf6c39af8a342" 4773 4832 dependencies = [ 4774 4833 "base64", 4775 4834 "log", ··· 4782 4841 4783 4842 [[package]] 4784 4843 name = "usvg-parser" 4785 - version = "0.31.0" 4844 + version = "0.33.0" 4786 4845 source = "registry+https://github.com/rust-lang/crates.io-index" 4787 - checksum = "b2352a2c05655a7e4d3dca76cf65764efce35527472668bae5c6fc876b4c996d" 4846 + checksum = "c7529174e721c8078d62b08399258469b1d68b4e5f2983b347d6a9d39779366c" 4788 4847 dependencies = [ 4789 4848 "data-url", 4790 4849 "flate2", ··· 4799 4858 4800 4859 [[package]] 4801 4860 name = "usvg-text-layout" 4802 - version = "0.31.0" 4861 + version = "0.33.0" 4803 4862 source = "registry+https://github.com/rust-lang/crates.io-index" 4804 - checksum = "392baafaaa861ff8c9863546f92a60c51380fc49aa185a6840fb2af564c73530" 4863 + checksum = "6e672fbc19261c6553113cc04ff2ff38ae52fadbd90f2d814040857795fb5c50" 4805 4864 dependencies = [ 4806 4865 "fontdb", 4807 4866 "kurbo", ··· 4815 4874 4816 4875 [[package]] 4817 4876 name = "usvg-tree" 4818 - version = "0.31.0" 4877 + version = "0.33.0" 4819 4878 source = "registry+https://github.com/rust-lang/crates.io-index" 4820 - checksum = "f9cb92fe40e0ffb45fd01349187e276a695f6c676a016d72ba09510009594829" 4879 + checksum = "3a56e9cd3be5eb6d6744477e95b82d52d393fc1dba4b5b090912c33af337c20b" 4821 4880 dependencies = [ 4822 4881 "kurbo", 4823 4882 "rctree", ··· 4897 4956 4898 4957 [[package]] 4899 4958 name = "wasm-bindgen" 4900 - version = "0.2.84" 4959 + version = "0.2.86" 4901 4960 source = "registry+https://github.com/rust-lang/crates.io-index" 4902 - checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 4961 + checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 4903 4962 dependencies = [ 4904 4963 "cfg-if 1.0.0", 4905 4964 "wasm-bindgen-macro", ··· 4907 4966 4908 4967 [[package]] 4909 4968 name = "wasm-bindgen-backend" 4910 - version = "0.2.84" 4969 + version = "0.2.86" 4911 4970 source = "registry+https://github.com/rust-lang/crates.io-index" 4912 - checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 4971 + checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 4913 4972 dependencies = [ 4914 4973 "bumpalo", 4915 4974 "log", 4916 4975 "once_cell", 4917 4976 "proc-macro2", 4918 4977 "quote", 4919 - "syn 1.0.109", 4978 + "syn 2.0.18", 4920 4979 "wasm-bindgen-shared", 4921 4980 ] 4922 4981 4923 4982 [[package]] 4924 4983 name = "wasm-bindgen-futures" 4925 - version = "0.4.34" 4984 + version = "0.4.36" 4926 4985 source = "registry+https://github.com/rust-lang/crates.io-index" 4927 - checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" 4986 + checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" 4928 4987 dependencies = [ 4929 4988 "cfg-if 1.0.0", 4930 4989 "js-sys", ··· 4934 4993 4935 4994 [[package]] 4936 4995 name = "wasm-bindgen-macro" 4937 - version = "0.2.84" 4996 + version = "0.2.86" 4938 4997 source = "registry+https://github.com/rust-lang/crates.io-index" 4939 - checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 4998 + checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 4940 4999 dependencies = [ 4941 5000 "quote", 4942 5001 "wasm-bindgen-macro-support", ··· 4944 5003 4945 5004 [[package]] 4946 5005 name = "wasm-bindgen-macro-support" 4947 - version = "0.2.84" 5006 + version = "0.2.86" 4948 5007 source = "registry+https://github.com/rust-lang/crates.io-index" 4949 - checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 5008 + checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 4950 5009 dependencies = [ 4951 5010 "proc-macro2", 4952 5011 "quote", 4953 - "syn 1.0.109", 5012 + "syn 2.0.18", 4954 5013 "wasm-bindgen-backend", 4955 5014 "wasm-bindgen-shared", 4956 5015 ] 4957 5016 4958 5017 [[package]] 4959 5018 name = "wasm-bindgen-shared" 4960 - version = "0.2.84" 5019 + version = "0.2.86" 4961 5020 source = "registry+https://github.com/rust-lang/crates.io-index" 4962 - checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 5021 + checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 4963 5022 4964 5023 [[package]] 4965 5024 name = "wayland-client" ··· 5048 5107 5049 5108 [[package]] 5050 5109 name = "web-sys" 5051 - version = "0.3.61" 5110 + version = "0.3.63" 5052 5111 source = "registry+https://github.com/rust-lang/crates.io-index" 5053 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 5112 + checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 5054 5113 dependencies = [ 5055 5114 "js-sys", 5056 5115 "wasm-bindgen", ··· 5058 5117 5059 5118 [[package]] 5060 5119 name = "webbrowser" 5061 - version = "0.8.9" 5120 + version = "0.8.10" 5062 5121 source = "registry+https://github.com/rust-lang/crates.io-index" 5063 - checksum = "b692165700260bbd40fbc5ff23766c03e339fbaca907aeea5cb77bf0a553ca83" 5122 + checksum = "fd222aa310eb7532e3fd427a5d7db7e44bc0b0cf1c1e21139c345325511a85b6" 5064 5123 dependencies = [ 5065 5124 "core-foundation", 5066 - "dirs 4.0.0", 5125 + "home", 5067 5126 "jni", 5068 5127 "log", 5069 5128 "ndk-context", ··· 5100 5159 5101 5160 [[package]] 5102 5161 name = "wide" 5103 - version = "0.7.8" 5162 + version = "0.7.9" 5104 5163 source = "registry+https://github.com/rust-lang/crates.io-index" 5105 - checksum = "b689b6c49d6549434bf944e6b0f39238cf63693cb7a147e9d887507fffa3b223" 5164 + checksum = "5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65" 5106 5165 dependencies = [ 5107 5166 "bytemuck", 5108 5167 "safe_arch 0.6.0", ··· 5172 5231 5173 5232 [[package]] 5174 5233 name = "windows-sys" 5175 - version = "0.42.0" 5176 - source = "registry+https://github.com/rust-lang/crates.io-index" 5177 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 5178 - dependencies = [ 5179 - "windows_aarch64_gnullvm 0.42.2", 5180 - "windows_aarch64_msvc 0.42.2", 5181 - "windows_i686_gnu 0.42.2", 5182 - "windows_i686_msvc 0.42.2", 5183 - "windows_x86_64_gnu 0.42.2", 5184 - "windows_x86_64_gnullvm 0.42.2", 5185 - "windows_x86_64_msvc 0.42.2", 5186 - ] 5187 - 5188 - [[package]] 5189 - name = "windows-sys" 5190 5234 version = "0.45.0" 5191 5235 source = "registry+https://github.com/rust-lang/crates.io-index" 5192 5236 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" ··· 5392 5436 5393 5437 [[package]] 5394 5438 name = "winnow" 5395 - version = "0.4.1" 5439 + version = "0.4.6" 5396 5440 source = "registry+https://github.com/rust-lang/crates.io-index" 5397 - checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 5441 + checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 5398 5442 dependencies = [ 5399 5443 "memchr", 5400 5444 ] ··· 5486 5530 5487 5531 [[package]] 5488 5532 name = "xml-rs" 5489 - version = "0.8.4" 5533 + version = "0.8.13" 5490 5534 source = "registry+https://github.com/rust-lang/crates.io-index" 5491 - checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 5535 + checksum = "2d8f380ae16a37b30e6a2cf67040608071384b1450c189e61bea3ff57cde922d" 5492 5536 5493 5537 [[package]] 5494 5538 name = "xmlparser" ··· 5514 5558 5515 5559 [[package]] 5516 5560 name = "zune-inflate" 5517 - version = "0.2.53" 5561 + version = "0.2.54" 5518 5562 source = "registry+https://github.com/rust-lang/crates.io-index" 5519 - checksum = "440a08fd59c6442e4b846ea9b10386c38307eae728b216e1ab2c305d1c9daaf8" 5563 + checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 5520 5564 dependencies = [ 5521 5565 "simd-adler32", 5522 5566 ]
+2 -2
pkgs/applications/graphics/oculante/default.nix
··· 21 21 22 22 rustPlatform.buildRustPackage rec { 23 23 pname = "oculante"; 24 - version = "0.6.63"; 24 + version = "0.6.64"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "woelper"; 28 28 repo = pname; 29 29 rev = version; 30 - sha256 = "sha256-ynxGpx8LLcd4/n9hz/bbhpZUxqX1sPS7LFYPZ22hTxo="; 30 + sha256 = "sha256-7Xe01Z4ea+EHaMHwb81cjJkCW/HDobmFZ29YxKcaYJg="; 31 31 }; 32 32 33 33 cargoLock = {
+3 -3
pkgs/applications/misc/cotp/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "cotp"; 11 - version = "1.2.4"; 11 + version = "1.2.5"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "replydev"; 15 15 repo = "cotp"; 16 16 rev = "v${version}"; 17 - hash = "sha256-OrtVUQikEmrLBrP8ZLbi/+dDi/6FXYC5MOYt3WWU77Y="; 17 + hash = "sha256-c2QjFDJmRLlXU1ZMOjb0BhIRgqubCTRyncc2KUKOhsg="; 18 18 }; 19 19 20 - cargoHash = "sha256-TFX5Q9wI5w38wlDSP+peNTbp+cdL6oCOUZ2FFPCOUnM="; 20 + cargoHash = "sha256-NnxgNk/C1DmEmPb2AcocsPsp2ngdyjbMP71M+fNL1qA="; 21 21 22 22 buildInputs = lib.optionals stdenv.isLinux [ libxcb ] 23 23 ++ lib.optionals stdenv.isDarwin [ AppKit ];
+3 -3
pkgs/applications/networking/cluster/civo/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "civo"; 5 - version = "1.0.54"; 5 + version = "1.0.55"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "civo"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-oMVTHFTLYa984X/QOMYCXHYMqYQmmL4UgjexbbbAmVo="; 11 + sha256 = "sha256-L3Yzt+2fWhuYCQHdQovsMpaDHhvgd6iFPAOcihUnnK0="; 12 12 }; 13 13 14 - vendorHash = "sha256-c6Bx/+zyhvV9B1nZ7dJdIsNRSoWeHc2eE81V7Mbkwds="; 14 + vendorHash = "sha256-3chTr4p9hDctSFJ4BekBw3vzdeLnEHE+2JL2HWrYdqQ="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17
+3 -3
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 73 73 "vendorHash": "sha256-DqAHkNxfI1txtW9PadHzgWuRCiuV/CVqq/qba+e0O7M=" 74 74 }, 75 75 "argocd": { 76 - "hash": "sha256-PZ+fcLRU8nA+i93FXntIt0Mbauykifd9iCItwlPdsrk=", 76 + "hash": "sha256-orABx+1OgvlKaLhUNYALJl9pbKHag/oFDALx5S0XdLs=", 77 77 "homepage": "https://registry.terraform.io/providers/oboukili/argocd", 78 78 "owner": "oboukili", 79 79 "repo": "terraform-provider-argocd", 80 - "rev": "v5.3.0", 80 + "rev": "v5.4.0", 81 81 "spdx": "MPL-2.0", 82 - "vendorHash": "sha256-+uWVo5UM2tuYXYn2eWf7yuAQ8THYvJSc5ZxD909bQSk=" 82 + "vendorHash": "sha256-j1KRzH3KZ8UFvfpNJOBCcq/Gfg9OKX6KWs5xQGyk6jU=" 83 83 }, 84 84 "auth0": { 85 85 "hash": "sha256-6wJvBwZ7PY1Jqx/r5YrZ0P4uHLiMvrFvsm3OEByrYyQ=",
+71
pkgs/applications/networking/irc/thelounge/default.nix
··· 1 + { lib, stdenv, fetchFromGitHub, fetchYarnDeps, yarn, fixup_yarn_lock, nodejs, npmHooks, nixosTests }: 2 + 3 + stdenv.mkDerivation (finalAttrs: { 4 + pname = "thelounge"; 5 + version = "4.4.0"; 6 + 7 + src = fetchFromGitHub { 8 + owner = "thelounge"; 9 + repo = "thelounge"; 10 + rev = "v${finalAttrs.version}"; 11 + hash = "sha256-2MHq71lKkFe1uHEENgUiYsO99bPyLmEZZIdcdgsZfSM="; 12 + }; 13 + 14 + # Allow setting package path for the NixOS module. 15 + patches = [ ./packages-path.patch ]; 16 + 17 + # Use the NixOS module's state directory by default. 18 + postPatch = '' 19 + echo /var/lib/thelounge > .thelounge_home 20 + ''; 21 + 22 + offlineCache = fetchYarnDeps { 23 + yarnLock = "${finalAttrs.src}/yarn.lock"; 24 + hash = "sha256-OKLsNGl94EDyLgP2X2tiwihgRQFXGvf5XgXwgX+JEpk="; 25 + }; 26 + 27 + nativeBuildInputs = [ nodejs yarn fixup_yarn_lock npmHooks.npmInstallHook ]; 28 + 29 + configurePhase = '' 30 + runHook preConfigure 31 + 32 + export HOME="$PWD" 33 + 34 + fixup_yarn_lock yarn.lock 35 + yarn config --offline set yarn-offline-mirror ${finalAttrs.offlineCache} 36 + yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive 37 + patchShebangs node_modules 38 + 39 + runHook postConfigure 40 + ''; 41 + 42 + buildPhase = '' 43 + runHook preBuild 44 + 45 + NODE_ENV=production yarn build 46 + 47 + runHook postBuild 48 + ''; 49 + 50 + # `npm prune` doesn't work and/or hangs for whatever reason. 51 + preInstall = '' 52 + rm -rf node_modules 53 + yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive --production 54 + ''; 55 + 56 + dontNpmPrune = true; 57 + 58 + # Takes way, way, way too long. 59 + dontStrip = true; 60 + 61 + passthru.tests = nixosTests.thelounge; 62 + 63 + meta = with lib; { 64 + description = "Modern, responsive, cross-platform, self-hosted web IRC client"; 65 + homepage = "https://thelounge.chat"; 66 + changelog = "https://github.com/thelounge/thelounge/releases/tag/v${finalAttrs.version}"; 67 + maintainers = with maintainers; [ winter raitobezarius ]; 68 + license = licenses.mit; 69 + inherit (nodejs.meta) platforms; 70 + }; 71 + })
+13
pkgs/applications/networking/irc/thelounge/packages-path.patch
··· 1 + diff --git a/server/config.ts b/server/config.ts 2 + index 543a8135..9744f00d 100644 3 + --- a/server/config.ts 4 + +++ b/server/config.ts 5 + @@ -145,7 +145,7 @@ class Config { 6 + } 7 + 8 + getPackagesPath() { 9 + - return path.join(this.#homePath, "packages"); 10 + + return process.env.THELOUNGE_PACKAGES || path.join(this.#homePath, "packages"); 11 + } 12 + 13 + getPackageModulePath(packageName: string) {
+2 -2
pkgs/applications/networking/mailreaders/evolution/evolution-ews/default.nix
··· 22 22 23 23 stdenv.mkDerivation rec { 24 24 pname = "evolution-ews"; 25 - version = "3.48.1"; 25 + version = "3.48.2"; 26 26 27 27 src = fetchurl { 28 28 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 29 - sha256 = "vqakEdZAHXOqTh3oHUN5LwPAQ54DBZxVSn+YTEptmtg="; 29 + sha256 = "UE2YAPW6vMXBcO9QxUZOTrwSAOQZAs2mn+j6v/L7cMA="; 30 30 }; 31 31 32 32 patches = [
+2 -2
pkgs/applications/networking/mailreaders/evolution/evolution/default.nix
··· 44 44 45 45 stdenv.mkDerivation rec { 46 46 pname = "evolution"; 47 - version = "3.48.1"; 47 + version = "3.48.2"; 48 48 49 49 src = fetchurl { 50 50 url = "mirror://gnome/sources/evolution/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 51 - sha256 = "tJpa3u3JGx0yVPAw9affjiYYLjNAzvd3Ecob9FU+5lA="; 51 + sha256 = "rigYzxC6jyLsGgwN/4gkVSRkMMMikN1VJvTh/i5i6rc="; 52 52 }; 53 53 54 54 nativeBuildInputs = [
+3 -3
pkgs/applications/virtualization/nixpacks/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "nixpacks"; 5 - version = "1.7.0"; 5 + version = "1.9.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "railwayapp"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-iz/lTm/8Oqmo16lMDxpI2vFFq6BnnG2yeDAgKc8jTFU="; 11 + sha256 = "sha256-abdNKaasnygKm8X6/ybwXbHqvjLuV5FzKsJuWbADY5s="; 12 12 }; 13 13 14 - cargoHash = "sha256-/V4Zj9yJtl3Fo7vXc0f3J6cp/mSxFG9YJg1r/RoHx/M="; 14 + cargoHash = "sha256-qj6Y/dDpX4pnWxxlgsxjDx0l9Yw5tizQrCZo0p/U9IE="; 15 15 16 16 # skip test due FHS dependency 17 17 doCheck = false;
+2 -2
pkgs/applications/virtualization/podman/default.nix
··· 62 62 in 63 63 buildGoModule rec { 64 64 pname = "podman"; 65 - version = "4.5.0"; 65 + version = "4.5.1"; 66 66 67 67 src = fetchFromGitHub { 68 68 owner = "containers"; 69 69 repo = "podman"; 70 70 rev = "v${version}"; 71 - hash = "sha256-udvvTdkpL8xvY0iIMBgBFQk5sybpn9vCFFXP0ZqOajM="; 71 + hash = "sha256-PG2/iMsr/shLqhuYSvhT1I1kPDh0g0ebnGUHHzA7u5A="; 72 72 }; 73 73 74 74 patches = [
+4 -1
pkgs/build-support/node/build-npm-package/hooks/npm-install-hook.sh
··· 27 27 local -r nodeModulesPath="$packageOut/node_modules" 28 28 29 29 if [ ! -d "$nodeModulesPath" ]; then 30 - npm prune --omit dev --no-save $npmInstallFlags "${npmInstallFlagsArray[@]}" $npmFlags "${npmFlagsArray[@]}" 30 + if [ -z "${dontNpmPrune-}" ]; then 31 + npm prune --omit dev --no-save $npmInstallFlags "${npmInstallFlagsArray[@]}" $npmFlags "${npmFlagsArray[@]}" 32 + fi 33 + 31 34 find node_modules -maxdepth 1 -type d -empty -delete 32 35 33 36 cp -r node_modules "$nodeModulesPath"
+3 -3
pkgs/data/misc/v2ray-geoip/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "v2ray-geoip"; 5 - version = "202305180042"; 5 + version = "202305250042"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "v2fly"; 9 9 repo = "geoip"; 10 - rev = "1addec5dde6df338d37f43ddc7e760b03fd9f6a2"; 11 - sha256 = "sha256-c1BCbqGMvzqz3NKs1J4qD5vhagz0BEnnBG5BmvEy9W0="; 10 + rev = "e63c89ce477577a720eda422c6c04ba241a36021"; 11 + sha256 = "sha256-Jv/QZyoMe/kSz/hdlwhfgQzCJGOH6Oypn6HU1SRPTis="; 12 12 }; 13 13 14 14 installPhase = ''
+2 -2
pkgs/desktops/gnome/core/evolution-data-server/default.nix
··· 50 50 51 51 stdenv.mkDerivation rec { 52 52 pname = "evolution-data-server"; 53 - version = "3.48.1"; 53 + version = "3.48.2"; 54 54 55 55 outputs = [ "out" "dev" ]; 56 56 57 57 src = fetchurl { 58 58 url = "mirror://gnome/sources/evolution-data-server/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 59 - sha256 = "XOYsHmfyeJNCp/SgNbEC905i7YX2DoGlt/PgQWVATf8="; 59 + sha256 = "HzJD3xK08dMpjJl31iIaZWX9J578mE4czyVSRdBM/9U="; 60 60 }; 61 61 62 62 patches = [
+1 -1
pkgs/desktops/gnome/core/evolution-data-server/hardcode-gsettings.patch
··· 298 298 G_CALLBACK (mi_user_headers_settings_changed_cb), NULL); 299 299 G_UNLOCK (mi_user_headers); 300 300 diff --git a/src/camel/providers/imapx/camel-imapx-server.c b/src/camel/providers/imapx/camel-imapx-server.c 301 - index ce4a58c..2906228 100644 301 + index 78abb89..9f2a891 100644 302 302 --- a/src/camel/providers/imapx/camel-imapx-server.c 303 303 +++ b/src/camel/providers/imapx/camel-imapx-server.c 304 304 @@ -5591,7 +5591,18 @@ camel_imapx_server_skip_old_flags_update (CamelStore *store)
+6 -5
pkgs/development/libraries/qmarkdowntextedit/default.nix
··· 2 2 , stdenv 3 3 , fetchFromGitHub 4 4 , qmake 5 - , wrapQtAppsHook 6 5 }: 7 6 8 7 stdenv.mkDerivation rec { 9 8 pname = "qmarkdowntextedit"; 10 - version = "unstable-2022-08-24"; 9 + version = "unstable-2023-04-02"; 11 10 12 11 src = fetchFromGitHub { 13 12 owner = "pbek"; 14 13 repo = pname; 15 - rev = "f7ddc0d520407405b9b132ca239f4a927e3025e6"; 16 - sha256 = "sha256-TEb2w48MZ8U1INVvUiS1XohdvnVLBCTba31AwATd/oE="; 14 + rev = "a23cc53e7e40e9dcfd0f815b2b3b6a5dc7304405"; 15 + hash = "sha256-EYBX2SJa8o4R/zEjSFbmFxhLI726WY21XmCkWIqPeFc="; 17 16 }; 18 17 19 - nativeBuildInputs = [ qmake wrapQtAppsHook ]; 18 + nativeBuildInputs = [ qmake ]; 19 + 20 + dontWrapQtApps = true; 20 21 21 22 qmakeFlags = [ 22 23 "qmarkdowntextedit-lib.pro"
+61
pkgs/development/libraries/xdg-desktop-portal-xapp/default.nix
··· 1 + { stdenv 2 + , lib 3 + , fetchFromGitHub 4 + , meson 5 + , ninja 6 + , pkg-config 7 + , python3 8 + , wrapGAppsHook 9 + , cinnamon 10 + , glib 11 + , gsettings-desktop-schemas 12 + , gtk3 13 + , mate 14 + , xdg-desktop-portal 15 + }: 16 + 17 + stdenv.mkDerivation rec { 18 + pname = "xdg-desktop-portal-xapp"; 19 + version = "1.0.0"; 20 + 21 + src = fetchFromGitHub { 22 + owner = "linuxmint"; 23 + repo = "xdg-desktop-portal-xapp"; 24 + rev = version; 25 + hash = "sha256-oXV4u/w4MWhKHf5vNbUNcyEJpKVFWcyEs1HEqo6eCyU="; 26 + }; 27 + 28 + nativeBuildInputs = [ 29 + meson 30 + ninja 31 + pkg-config 32 + python3 33 + wrapGAppsHook 34 + ]; 35 + 36 + buildInputs = [ 37 + cinnamon.cinnamon-desktop # org.cinnamon.desktop.background 38 + glib 39 + gsettings-desktop-schemas # org.gnome.system.location 40 + gtk3 41 + mate.mate-desktop # org.mate.background 42 + xdg-desktop-portal 43 + ]; 44 + 45 + mesonFlags = [ 46 + "-Dsystemduserunitdir=${placeholder "out"}/lib/systemd/user" 47 + ]; 48 + 49 + postPatch = '' 50 + chmod +x data/meson_install_schemas.py 51 + patchShebangs data/meson_install_schemas.py 52 + ''; 53 + 54 + meta = with lib; { 55 + description = "Backend implementation for xdg-desktop-portal for Cinnamon, MATE, Xfce"; 56 + homepage = "https://github.com/linuxmint/xdg-desktop-portal-xapp"; 57 + maintainers = teams.cinnamon.members; 58 + platforms = platforms.linux; 59 + license = licenses.lgpl21Plus; 60 + }; 61 + }
+2 -2
pkgs/development/misc/brev-cli/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "brev-cli"; 8 - version = "0.6.227"; 8 + version = "0.6.229"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "brevdev"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-Uz/hb9fElDcOYyICTtGQX0tR753WCikkpyl/9nf4BVQ="; 14 + sha256 = "sha256-DZ1WLuGoMndnLuvvoOQTkSG0v5Vd5z0zDAs5YLymT18="; 15 15 }; 16 16 17 17 vendorHash = "sha256-IR/tgqh8rS4uN5jSOcopCutbHCKHSU9icUfRhOgu4t8=";
+1
pkgs/development/node-packages/aliases.nix
··· 43 43 "@google/clasp" = pkgs.google-clasp; # Added 2023-05-07 44 44 "@nestjs/cli" = pkgs.nest-cli; # Added 2023-05-06 45 45 manta = pkgs.node-manta; # Added 2023-05-06 46 + thelounge = pkgs.thelounge; # Added 2023-05-22 46 47 triton = pkgs.triton; # Added 2023-05-06 47 48 }
-1
pkgs/development/node-packages/node-packages.json
··· 319 319 , "textlint-rule-terminology" 320 320 , "textlint-rule-unexpanded-acronym" 321 321 , "textlint-rule-write-good" 322 - , "thelounge" 323 322 , "thelounge-plugin-closepms" 324 323 , "thelounge-plugin-giphy" 325 324 , "thelounge-plugin-shortcuts"
-10
pkgs/development/node-packages/overrides.nix
··· 502 502 ''; 503 503 }; 504 504 505 - thelounge = prev.thelounge.override (oldAttrs: { 506 - buildInputs = [ final.node-pre-gyp ]; 507 - postInstall = '' 508 - echo /var/lib/thelounge > $out/lib/node_modules/thelounge/.thelounge_home 509 - patch -d $out/lib/node_modules/thelounge -p1 < ${./thelounge-packages-path.patch} 510 - ''; 511 - passthru.tests = { inherit (nixosTests) thelounge; }; 512 - meta = oldAttrs.meta // { maintainers = with lib.maintainers; [ winter ]; }; 513 - }); 514 - 515 505 thelounge-plugin-closepms = prev.thelounge-plugin-closepms.override { 516 506 nativeBuildInputs = [ final.node-pre-gyp ]; 517 507 };
-15
pkgs/development/node-packages/thelounge-packages-path.patch
··· 1 - diff --git a/src/helper.js b/src/helper.js 2 - index 27352b53..7078e4c5 100644 3 - --- a/src/helper.js 4 - +++ b/src/helper.js 5 - @@ -110,6 +110,10 @@ function setHome(newPath) { 6 - userLogsPath = path.join(homePath, "logs"); 7 - clientCertificatesPath = path.join(homePath, "certificates"); 8 - 9 - + if (process.env.THELOUNGE_PACKAGES !== undefined) { 10 - + packagesPath = process.env.THELOUNGE_PACKAGES; 11 - + } 12 - + 13 - // Reload config from new home location 14 - if (fs.existsSync(configPath)) { 15 - const userConfig = require(configPath);
+2 -2
pkgs/development/python-modules/bqplot/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "bqplot"; 16 - version = "0.12.36"; 16 + version = "0.12.39"; 17 17 18 18 format = "pyproject"; 19 19 disabled = pythonOlder "3.6"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-alU+Vf28xPYuBWeb10slSdHvvkPhIK07C8sDplx5Ia8="; 23 + hash = "sha256-FNjeb5pNGUW76mwTIOpNHJMlb3JoN3T24AINzFefPdI="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/ibm-watson/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "ibm-watson"; 17 - version = "6.1.0"; 17 + version = "7.0.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "watson-developer-cloud"; 24 24 repo = "python-sdk"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-jvDkAwuDFgo7QlZ8N7TNVsY7+aXdIDc50uIIoO+5MLs="; 26 + hash = "sha256-AerEd4TkK/A0KhSy+QWxRDD4pjobsx4oDxMr+wUCGt0="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/tools/allure/default.nix
··· 2 2 3 3 let 4 4 pname = "allure"; 5 - version = "2.22.0"; 5 + version = "2.22.1"; 6 6 in 7 7 stdenv.mkDerivation rec { 8 8 inherit pname version; ··· 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/allure-framework/allure2/releases/download/${version}/allure-${version}.tgz"; 15 - sha256 = "sha256-zt8O4hl7/G2kb4PbYOUs9R6+M3xl37URAE/Ccp2dPUk="; 15 + sha256 = "sha256-4eXYIZp44ymim1wVqAGZq3RPftAVbSHrZm6P9m3W8ro="; 16 16 }; 17 17 dontConfigure = true; 18 18 dontBuild = true;
+3 -3
pkgs/development/tools/ctlptl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ctlptl"; 5 - version = "0.8.18"; 5 + version = "0.8.19"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tilt-dev"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-J1mq25EcoSvZNvfkBWQjRG0eXWFroNqQ8ylEohoninI="; 11 + hash = "sha256-/v0/fLS9hWw8PpTTwo2/LwtwI2ST4ApIRNJl5qpHY2w="; 12 12 }; 13 13 14 - vendorHash = "sha256-QGceY4xUdjPyO0XGpE0mvP5Q5nQKc/tkBp0Iseuw8Ro="; 14 + vendorHash = "sha256-6NHaOF+fXs49JXEog/t2Fmr8llLmMBj7/OISssyzRK4="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17
+19 -5
pkgs/development/tools/go-task/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, installShellFiles }: 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + , installShellFiles 5 + , testers 6 + , go-task 7 + }: 2 8 3 9 buildGoModule rec { 4 10 pname = "go-task"; 5 - version = "3.24.0"; 11 + version = "3.25.0"; 6 12 7 13 src = fetchFromGitHub { 8 14 owner = pname; 9 15 repo = "task"; 10 16 rev = "refs/tags/v${version}"; 11 - hash = "sha256-8YkhdMJJ4EgFqkBOSudpznEKRe9bsd/yR2NuvJcrfgY="; 17 + hash = "sha256-XeybiKK0VywVqRqJgnp2+ZwgqwgBDVM9wcB5Md5pzM0="; 12 18 }; 13 19 14 - vendorHash = "sha256-iHze5mcXDmOyTxqQX5/HtElDY0Af3bTbB6xLrZjVHPY="; 20 + vendorHash = "sha256-irXCHPKQFcq2C84n9aFjKnV9f8AzBrIuuV1BkTrDK4s="; 15 21 16 22 doCheck = false; 17 23 ··· 20 26 subPackages = [ "cmd/task" ]; 21 27 22 28 ldflags = [ 23 - "-s" "-w" "-X main.version=${version}" 29 + "-s" 30 + "-w" 31 + "-X=github.com/go-task/task/v3/internal/version.version=${version}" 24 32 ]; 25 33 26 34 postInstall = '' ··· 28 36 29 37 installShellCompletion completion/{bash,fish,zsh}/* 30 38 ''; 39 + 40 + passthru.tests = { 41 + version = testers.testVersion { 42 + package = go-task; 43 + }; 44 + }; 31 45 32 46 meta = with lib; { 33 47 homepage = "https://taskfile.dev/";
+3 -3
pkgs/development/tools/oh-my-posh/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "oh-my-posh"; 9 - version = "16.7.0"; 9 + version = "16.8.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "jandedobbeleer"; 13 13 repo = pname; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-4jbZDCQTeqotR7X1gPPcwPrd8vqVS0Xrl/gZKIW49dY="; 15 + hash = "sha256-9uMnRGS9sO6Ps/acbAGuef6DbS49DrgFTJ9ad/VJ70g="; 16 16 }; 17 17 18 - vendorHash = "sha256-KdvZ0OY6iJYwdK0oKqBp7bYlCe7F5BUfSWTEIMbkZcA="; 18 + vendorHash = "sha256-Jd/AsajX2gOEG+UA3+FI0rpiRXvbcBElx0lVJpsBJuM="; 19 19 20 20 sourceRoot = "source/src"; 21 21
+2 -2
pkgs/tools/filesystems/exfatprogs/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "exfatprogs"; 5 - version = "1.2.0"; 5 + version = "1.2.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = pname; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-8M+016RnwZt0BrRaCTytpl7o+8MJAkS5CG/GvNAJRgk="; 11 + sha256 = "sha256-xNspLbm7v4nj82Y4gYqWEBU7cVlFBh3rnqhQ8CXEqrw="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config autoreconfHook file ];
+2 -2
pkgs/tools/inputmethods/remote-touchpad/default.nix
··· 9 9 10 10 buildGoModule rec { 11 11 pname = "remote-touchpad"; 12 - version = "1.4.1"; 12 + version = "1.4.2"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "unrud"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-3P72DWwDvmlWM73nzbj1UceWv/CNuCu7+LnBDlCDlgo="; 18 + sha256 = "sha256-uydt95mK0395dHvEno2SCnmKMJSkQ4TL7k7gnyoXlO0="; 19 19 }; 20 20 21 21 buildInputs = [ libXi libXrandr libXt libXtst ];
+28
pkgs/tools/misc/encpipe/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + }: 5 + 6 + stdenv.mkDerivation rec { 7 + pname = "encpipe"; 8 + version = "0.5"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "jedisct1"; 12 + repo = "encpipe"; 13 + rev = version; 14 + hash = "sha256-YlEKSWzZuQyDi0mbwJh9Dfn4gKiOeqihSHPt4yY6YdY="; 15 + fetchSubmodules = true; 16 + }; 17 + 18 + installFlags = [ 19 + "PREFIX=$(out)" 20 + ]; 21 + 22 + meta = with lib; { 23 + description = "An encryption tool"; 24 + homepage = "https://github.com/jedisct1/encpipe"; 25 + license = licenses.isc; 26 + maintainers = with maintainers; [ figsoda ]; 27 + }; 28 + }
+2 -2
pkgs/tools/misc/mmctl/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "mmctl"; 8 - version = "7.10.0"; 8 + version = "7.10.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "mattermost"; 12 12 repo = "mmctl"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-ptkpPwTSoWZhcPAFfBhB73F/eubzzeGPI99K/K3ZT64="; 14 + sha256 = "sha256-cD2RwawWhemhIf14NFEDmREmoaOSKyIxveSy75O7fcU="; 15 15 }; 16 16 17 17 vendorHash = null;
+5 -4
pkgs/tools/networking/bore/default.nix
··· 1 - { lib, stdenv, rustPlatform, fetchFromBitbucket, llvmPackages, Libsystem, SystemConfiguration, installShellFiles }: 1 + { lib, stdenv, rustPlatform, fetchFromBitbucket, Libsystem, SystemConfiguration, installShellFiles }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "bore"; ··· 14 14 cargoSha256 = "1xlbfzmy0wjyz3jpr17r4ma4i79d9b32yqwwi10vrcjzr7vsyhmx"; 15 15 cargoBuildFlags = [ "-p" pname ]; 16 16 17 + # error[E0793]: reference to packed field is unaligned 18 + doCheck = !stdenv.isDarwin; 19 + 17 20 # FIXME can’t test --all-targets and --doc in a single invocation 18 21 cargoTestFlags = [ "--all-targets" "--workspace" ]; 19 22 checkFeatures = [ "std" ]; 20 23 21 24 nativeBuildInputs = [ installShellFiles ] 22 - ++ lib.optional stdenv.isDarwin llvmPackages.libclang; 25 + ++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook; 23 26 24 27 buildInputs = lib.optionals stdenv.isDarwin [ 25 28 Libsystem 26 29 SystemConfiguration 27 30 ]; 28 - 29 - LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib"; 30 31 31 32 postInstall = '' 32 33 installManPage $src/bore/doc/bore.1
+27
pkgs/tools/networking/httprobe/default.nix
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "httprobe"; 8 + version = "0.2"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "tomnomnom"; 12 + repo = "httprobe"; 13 + rev = "v${version}"; 14 + hash = "sha256-k/Ev+zpYF+DcnQvMbbRzoJ4co83q3pi/D9T4DhtGR/I="; 15 + }; 16 + 17 + vendorHash = null; 18 + 19 + ldflags = [ "-s" "-w" ]; 20 + 21 + meta = with lib; { 22 + description = "Take a list of domains and probe for working HTTP and HTTPS servers"; 23 + homepage = "https://github.com/tomnomnom/httprobe"; 24 + license = licenses.mit; 25 + maintainers = with maintainers; [ figsoda ]; 26 + }; 27 + }
+3 -3
pkgs/tools/security/kubeclarity/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "kubeclarity"; 11 - version = "2.18.0"; 11 + version = "2.18.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "openclarity"; 15 15 repo = pname; 16 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-qXBD3JurBU7RBemj+gr/tBGpfqKhwk5VPBKaTuM4URg="; 17 + hash = "sha256-hSVxhXaRSIKw1/14BS+mzDkdds6LurWTNNwHpKIXZxM="; 18 18 }; 19 19 20 - vendorHash = "sha256-L7g48EH3cuhgSZ87JoMVvv5nGDzjUpOufsikINCdhao="; 20 + vendorHash = "sha256-vAR/RqPL4PWvCC3QevaLFtA9JEIy/DuCIrIN5Ilb3Ko="; 21 21 22 22 nativeBuildInputs = [ 23 23 pkg-config
+1 -7
pkgs/tools/security/sequoia/default.nix
··· 6 6 , git 7 7 , nettle 8 8 , nix-update-script 9 - # Use the same llvmPackages version as Rust 10 - , llvmPackages_12 11 9 , cargo 12 10 , rustc 13 11 , rustPlatform 14 12 , pkg-config 15 - , glib 16 13 , openssl 17 14 , sqlite 18 15 , capnproto ··· 50 47 cargo 51 48 rustc 52 49 git 53 - llvmPackages_12.libclang.lib 54 - llvmPackages_12.clang 50 + rustPlatform.bindgenHook 55 51 ensureNewerSourcesForZipFilesHook 56 52 capnproto 57 53 ] ++ ··· 80 76 buildFlags = [ 81 77 "build-release" 82 78 ]; 83 - 84 - LIBCLANG_PATH = "${llvmPackages_12.libclang.lib}/lib"; 85 79 86 80 # Sometimes, tests fail on CI (ofborg) & hydra without this 87 81 checkFlags = [
+27
pkgs/tools/text/anew/default.nix
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "anew"; 8 + version = "0.1.1"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "tomnomnom"; 12 + repo = "anew"; 13 + rev = "v${version}"; 14 + hash = "sha256-NQSs99/2GPOtXkO7k+ar16G4Ecu4CPGMd/CTwEhcyto="; 15 + }; 16 + 17 + vendorHash = null; 18 + 19 + ldflags = [ "-s" "-w" ]; 20 + 21 + meta = with lib; { 22 + description = "A tool for adding new lines to files, skipping duplicates"; 23 + homepage = "https://github.com/tomnomnom/anew"; 24 + license = licenses.mit; 25 + maintainers = with maintainers; [ figsoda ]; 26 + }; 27 + }
+32
pkgs/tools/text/unfurl/default.nix
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "unfurl"; 8 + version = "0.4.3"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "tomnomnom"; 12 + repo = "unfurl"; 13 + rev = "v${version}"; 14 + hash = "sha256-7aLe5d8ku5llfJ2xh8fT56vqj12/CJ1ez3Vte2PF8KQ="; 15 + }; 16 + 17 + vendorHash = "sha256-Kpd916+jjGvw56N122Ej4CXVcv1/xr1THkjsrhkIy+U="; 18 + 19 + ldflags = [ "-s" "-w" ]; 20 + 21 + # tests tries to download a list of tlds from the internet 22 + postPatch = '' 23 + echo com > /tmp/.tlds 24 + ''; 25 + 26 + meta = with lib; { 27 + description = "Pull out bits of URLs provided on stdin"; 28 + homepage = "https://github.com/tomnomnom/unfurl"; 29 + license = licenses.mit; 30 + maintainers = with maintainers; [ figsoda ]; 31 + }; 32 + }
+11 -1
pkgs/top-level/all-packages.nix
··· 2816 2816 2817 2817 android-tools = lowPrio (darwin.apple_sdk_11_0.callPackage ../tools/misc/android-tools { }); 2818 2818 2819 + anew = callPackage ../tools/text/anew { }; 2820 + 2819 2821 anewer = callPackage ../tools/text/anewer { }; 2820 2822 2821 2823 angle-grinder = callPackage ../tools/text/angle-grinder { }; ··· 4773 4775 elpa = callPackage ../development/libraries/elpa { }; 4774 4776 4775 4777 enca = callPackage ../tools/text/enca { }; 4778 + 4779 + encpipe = callPackage ../tools/misc/encpipe { }; 4776 4780 4777 4781 engage = callPackage ../tools/misc/engage { }; 4778 4782 ··· 8606 8610 8607 8611 httpfs2 = callPackage ../tools/filesystems/httpfs { }; 8608 8612 8613 + httprobe = callPackage ../tools/networking/httprobe { }; 8614 + 8609 8615 httpstat = callPackage ../tools/networking/httpstat { }; 8610 8616 8611 8617 httptunnel = callPackage ../tools/networking/httptunnel { }; ··· 12963 12969 12964 12970 theharvester = callPackage ../tools/security/theharvester { }; 12965 12971 12966 - inherit (nodePackages) thelounge; 12972 + thelounge = callPackage ../applications/networking/irc/thelounge { }; 12967 12973 12968 12974 theLoungePlugins = with lib; let 12969 12975 pkgs = filterAttrs (name: _: hasPrefix "thelounge-" name) nodePackages; ··· 13382 13388 unetbootin = libsForQt5.callPackage ../tools/cd-dvd/unetbootin { }; 13383 13389 13384 13390 unfs3 = callPackage ../servers/unfs3 { }; 13391 + 13392 + unfurl = callPackage ../tools/text/unfurl { }; 13385 13393 13386 13394 unixbench = callPackage ../development/tools/misc/unixbench { }; 13387 13395 ··· 35415 35423 xdg-desktop-portal-hyprland = callPackage ../applications/window-managers/hyprwm/xdg-desktop-portal-hyprland { }; 35416 35424 35417 35425 xdg-desktop-portal-wlr = callPackage ../development/libraries/xdg-desktop-portal-wlr { }; 35426 + 35427 + xdg-desktop-portal-xapp = callPackage ../development/libraries/xdg-desktop-portal-xapp { }; 35418 35428 35419 35429 xdg-user-dirs = callPackage ../tools/X11/xdg-user-dirs { }; 35420 35430