Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub 80baf3a2 00a3584a

+1208 -653
+1
nixos/modules/config/malloc.nix
··· 97 97 }; 98 98 99 99 config = mkIf (cfg.provider != "libc") { 100 + boot.kernel.sysctl."vm.max_map_count" = mkIf (cfg.provider == "graphene-hardened") (mkDefault 1048576); 100 101 environment.etc."ld-nix.so.preload".text = '' 101 102 ${providerLibPath} 102 103 '';
+153 -129
pkgs/applications/editors/vim/plugins/generated.nix
··· 305 305 306 306 SchemaStore-nvim = buildVimPluginFrom2Nix { 307 307 pname = "SchemaStore.nvim"; 308 - version = "2023-03-27"; 308 + version = "2023-03-28"; 309 309 src = fetchFromGitHub { 310 310 owner = "b0o"; 311 311 repo = "SchemaStore.nvim"; 312 - rev = "15022828c25a97a05b510b131a37d5b1330ee073"; 313 - sha256 = "07dwzcsmgws4scsmk91fvmwyb7b6ldafmbxmkk04cwi4zlky90a9"; 312 + rev = "dde293000b626cca90804e7b82731173f195b3ee"; 313 + sha256 = "13s8yh14ln7aslvj6r7r2naa4w01rc7szrrcrrzi545gkrn98r1x"; 314 314 }; 315 315 meta.homepage = "https://github.com/b0o/SchemaStore.nvim/"; 316 316 }; ··· 365 365 366 366 SpaceVim = buildVimPluginFrom2Nix { 367 367 pname = "SpaceVim"; 368 - version = "2023-03-26"; 368 + version = "2023-03-29"; 369 369 src = fetchFromGitHub { 370 370 owner = "SpaceVim"; 371 371 repo = "SpaceVim"; 372 - rev = "e6ac093930495509732042d23ba9b07591e61aa0"; 373 - sha256 = "0lfzz2qsxj27hg1cdxb9yvh6ajns63dljc7a99m3vbhha7j71dmb"; 372 + rev = "2f132784aab54fcaedae6d2c465d32b3185dde7f"; 373 + sha256 = "0zx5imcyndgyqw6jqrnmq23pnc2z0n5v2z5jlj72qb2c5lj321cq"; 374 374 }; 375 375 meta.homepage = "https://github.com/SpaceVim/SpaceVim/"; 376 376 }; ··· 737 737 meta.homepage = "https://github.com/hotwatermorning/auto-git-diff/"; 738 738 }; 739 739 740 + auto-hlsearch-nvim = buildVimPluginFrom2Nix { 741 + pname = "auto-hlsearch.nvim"; 742 + version = "2023-03-04"; 743 + src = fetchFromGitHub { 744 + owner = "asiryk"; 745 + repo = "auto-hlsearch.nvim"; 746 + rev = "8f28246d53e9478717ca3b51c8112083fbebd7e3"; 747 + sha256 = "1v6d15swvbxzq0rqx543bbpy64jm7w2vj6di8qad0a58s9v68aq2"; 748 + }; 749 + meta.homepage = "https://github.com/asiryk/auto-hlsearch.nvim/"; 750 + }; 751 + 740 752 auto-pairs = buildVimPluginFrom2Nix { 741 753 pname = "auto-pairs"; 742 754 version = "2019-02-27"; ··· 835 847 836 848 barbar-nvim = buildVimPluginFrom2Nix { 837 849 pname = "barbar.nvim"; 838 - version = "2023-03-20"; 850 + version = "2023-03-29"; 839 851 src = fetchFromGitHub { 840 852 owner = "romgrk"; 841 853 repo = "barbar.nvim"; 842 - rev = "1c9d324c493650667ff621c835d552e56fd229ca"; 843 - sha256 = "1kk1jjfz1dk0jqi2gq641qg0ymxcaw9ns0lyfgbrdk1qqrgrmiwq"; 854 + rev = "a2334fb2c4c4abf3fa2ecc75300ff843ede8313d"; 855 + sha256 = "1dymszzvfyxw1plpp14ikghlwxxnlkd6l0mh6ndzw2mj63kqh0i2"; 844 856 }; 845 857 meta.homepage = "https://github.com/romgrk/barbar.nvim/"; 846 858 }; ··· 1075 1087 1076 1088 ccc-nvim = buildVimPluginFrom2Nix { 1077 1089 pname = "ccc.nvim"; 1078 - version = "2023-03-25"; 1090 + version = "2023-03-29"; 1079 1091 src = fetchFromGitHub { 1080 1092 owner = "uga-rosa"; 1081 1093 repo = "ccc.nvim"; 1082 - rev = "e47e0bad487ed23b0121b675b77af40fa41ad7b6"; 1083 - sha256 = "0i6nwkqzjg24f4jik88wmybrz0kcakdwvrsdln1i0llaymr59vlx"; 1094 + rev = "64d73ca03b085b7ad2f8a1ea62cc9e853d8ce502"; 1095 + sha256 = "0ay4balgjphgk66971bixsrmdwkj4ymh88fxc8bnxyhmfmpcy04r"; 1084 1096 }; 1085 1097 meta.homepage = "https://github.com/uga-rosa/ccc.nvim/"; 1086 1098 }; ··· 1963 1975 1964 1976 compiler-explorer-nvim = buildVimPluginFrom2Nix { 1965 1977 pname = "compiler-explorer.nvim"; 1966 - version = "2023-03-24"; 1978 + version = "2023-03-29"; 1967 1979 src = fetchFromGitHub { 1968 1980 owner = "krady21"; 1969 1981 repo = "compiler-explorer.nvim"; 1970 - rev = "5942e1bef90c8dd6030e1faacaa445cf2d10e70c"; 1971 - sha256 = "1mq5a06567j6xd1gcnbgbkiingb1kvpgw1jcfv5f4b3vvsibkzsz"; 1982 + rev = "235c4e709e7ed8f572fc2f3287a614e2d415a921"; 1983 + sha256 = "0rdjj2jfrn5yq9qbadi7vs8pc3lpp6542y0y3xczkphi1w6a8kqw"; 1972 1984 }; 1973 1985 meta.homepage = "https://github.com/krady21/compiler-explorer.nvim/"; 1974 1986 }; ··· 2095 2107 2096 2108 copilot-lua = buildVimPluginFrom2Nix { 2097 2109 pname = "copilot.lua"; 2098 - version = "2023-03-18"; 2110 + version = "2023-03-28"; 2099 2111 src = fetchFromGitHub { 2100 2112 owner = "zbirenbaum"; 2101 2113 repo = "copilot.lua"; 2102 - rev = "db62371b6eac73954c194f3c8faee36cffee8135"; 2103 - sha256 = "02kn7j40421rs27dnyw14sa7wdbca81xqd52h4m03dr9jklpifl9"; 2114 + rev = "f0b41fb89ef2ed7ab4e8cd5208a30755aa638fc4"; 2115 + sha256 = "0x78a8s20pf93aip87j9dhrjpm4330faz3lqlwk6x6qi6dmvdvyy"; 2104 2116 }; 2105 2117 meta.homepage = "https://github.com/zbirenbaum/copilot.lua/"; 2106 2118 }; 2107 2119 2108 2120 copilot-vim = buildVimPluginFrom2Nix { 2109 2121 pname = "copilot.vim"; 2110 - version = "2023-02-15"; 2122 + version = "2023-03-27"; 2111 2123 src = fetchFromGitHub { 2112 2124 owner = "github"; 2113 2125 repo = "copilot.vim"; 2114 - rev = "9e869d29e62e36b7eb6fb238a4ca6a6237e7d78b"; 2115 - sha256 = "0jzk1hd8kvh8bswdzbnbjn62r19l4j5klyni7gxbhsgbshfa3v87"; 2126 + rev = "b6e5624351ba735e25eb8864d7d22819aad00606"; 2127 + sha256 = "1dymnx2jraybrqi2yqa9ycbirw77gvcgfxl5gayi2828yhs543qh"; 2116 2128 }; 2117 2129 meta.homepage = "https://github.com/github/copilot.vim/"; 2118 2130 }; ··· 2299 2311 2300 2312 dashboard-nvim = buildVimPluginFrom2Nix { 2301 2313 pname = "dashboard-nvim"; 2302 - version = "2023-03-27"; 2314 + version = "2023-03-29"; 2303 2315 src = fetchFromGitHub { 2304 2316 owner = "glepnir"; 2305 2317 repo = "dashboard-nvim"; 2306 - rev = "c6fc33da0a955ec91fee0fea4d06707542f00a5f"; 2307 - sha256 = "0z63p4l1rn5fzzwfc2j5v0cp8ms39zbmmnwwl2da6gqj9a85idki"; 2318 + rev = "4c2b038c5cfa70f90506f1551e5fd2d040174e08"; 2319 + sha256 = "1c3nvgp1g4pycg7cswjr41d0bqp3p3yaibna59nn2125v729fpjp"; 2308 2320 }; 2309 2321 meta.homepage = "https://github.com/glepnir/dashboard-nvim/"; 2310 2322 }; ··· 2673 2685 2674 2686 dial-nvim = buildVimPluginFrom2Nix { 2675 2687 pname = "dial.nvim"; 2676 - version = "2023-03-26"; 2688 + version = "2023-03-28"; 2677 2689 src = fetchFromGitHub { 2678 2690 owner = "monaqa"; 2679 2691 repo = "dial.nvim"; 2680 - rev = "94c46495345c36988c307f3ec055afda248d4a37"; 2681 - sha256 = "0yxisgjr157s8wv3kg316pvd264fjjzpn0g6rmjvhgl9152iwfwn"; 2692 + rev = "0fb00f58591e6d28a8e344984403b3e390df2458"; 2693 + sha256 = "0mmd4xc93hgqlm0pykp8vaxkqm86ih8qbzbazvd4a12yfrx6fzjv"; 2682 2694 }; 2683 2695 meta.homepage = "https://github.com/monaqa/dial.nvim/"; 2684 2696 }; ··· 2987 2999 2988 3000 firenvim = buildVimPluginFrom2Nix { 2989 3001 pname = "firenvim"; 2990 - version = "2023-03-17"; 3002 + version = "2023-03-28"; 2991 3003 src = fetchFromGitHub { 2992 3004 owner = "glacambre"; 2993 3005 repo = "firenvim"; 2994 - rev = "12003d9727bc5074ccb405b3d80e691c72d4859b"; 2995 - sha256 = "1srjyh6d23m4ajxzh4l2qv0478ghblxn04kdqlbmbfgr6xksa0nx"; 3006 + rev = "d35d9e61a1ff4bb8b505ae80d3856b72b4ee7d71"; 3007 + sha256 = "1ai3cx556023j09h6bcib9vcib4drsmwcwg6gy7jnx56kffz3a8z"; 2996 3008 }; 2997 3009 meta.homepage = "https://github.com/glacambre/firenvim/"; 2998 3010 }; ··· 3084 3096 3085 3097 flutter-tools-nvim = buildVimPluginFrom2Nix { 3086 3098 pname = "flutter-tools.nvim"; 3087 - version = "2023-03-27"; 3099 + version = "2023-03-29"; 3088 3100 src = fetchFromGitHub { 3089 3101 owner = "akinsho"; 3090 3102 repo = "flutter-tools.nvim"; 3091 - rev = "92e12ab64b2440f45f346eeeeb30c425e8a65f11"; 3092 - sha256 = "0gki5qiclacpf0ald463d1810l77hy75jlkcfyd3xxpczfq9acqm"; 3103 + rev = "4cf6321406fc937a7ecc894e9e1ec2591061f43b"; 3104 + sha256 = "093f4627iavr58c552symq0n86aj4yahbjkjkiyi1ll273910vll"; 3093 3105 }; 3094 3106 meta.homepage = "https://github.com/akinsho/flutter-tools.nvim/"; 3095 3107 }; ··· 3408 3420 3409 3421 glance-nvim = buildVimPluginFrom2Nix { 3410 3422 pname = "glance.nvim"; 3411 - version = "2023-02-20"; 3423 + version = "2023-03-29"; 3412 3424 src = fetchFromGitHub { 3413 3425 owner = "DNLHC"; 3414 3426 repo = "glance.nvim"; 3415 - rev = "bbded06ea23faad779297122e93b1c0dcdb2a770"; 3416 - sha256 = "0sirrb5s3g93a65ygc2s8g481vfgp205vyvsrghml5r93pddvzkc"; 3427 + rev = "eb450d62cec8e78dc6129c2d41a1b2ffd2caafed"; 3428 + sha256 = "0k3mmjls51pxdxglrc3s4gxnrjd98997xzj2xrrhb8pzmsbmyzzm"; 3417 3429 }; 3418 3430 meta.homepage = "https://github.com/DNLHC/glance.nvim/"; 3419 3431 }; ··· 3444 3456 3445 3457 go-nvim = buildVimPluginFrom2Nix { 3446 3458 pname = "go.nvim"; 3447 - version = "2023-03-23"; 3459 + version = "2023-03-29"; 3448 3460 src = fetchFromGitHub { 3449 3461 owner = "ray-x"; 3450 3462 repo = "go.nvim"; 3451 - rev = "c02634a8350d559eeed94f78c67016fa6d80a8bf"; 3452 - sha256 = "1bsc6zfrqxws2cqvf385wjjdhmxm2q15fg4hxf0hpkn9s6ipnkyy"; 3463 + rev = "636fe41c878ac828c193a9d056044dc10f9e7621"; 3464 + sha256 = "1za4pbadl1m21392y9iri4c81cai0wbywl6q9v09qdmvdpaz4l7x"; 3453 3465 }; 3454 3466 meta.homepage = "https://github.com/ray-x/go.nvim/"; 3455 3467 }; ··· 3695 3707 3696 3708 heirline-nvim = buildVimPluginFrom2Nix { 3697 3709 pname = "heirline.nvim"; 3698 - version = "2023-03-26"; 3710 + version = "2023-03-29"; 3699 3711 src = fetchFromGitHub { 3700 3712 owner = "rebelot"; 3701 3713 repo = "heirline.nvim"; 3702 - rev = "b55ad4af04d9c45dd8328fea65abb0b17274d6f0"; 3703 - sha256 = "1446cpaj6619lldlx83jlsjnqpg6czbybn3wi91vxnj922vskqs3"; 3714 + rev = "18394c46ff3c9fa52629dba358fa79244dc84ae3"; 3715 + sha256 = "1wb4lcwh69qg4dc6s21m8ab67yyfimcmgryp9r59j2izb4jblpw7"; 3704 3716 }; 3705 3717 meta.homepage = "https://github.com/rebelot/heirline.nvim/"; 3706 3718 }; ··· 4307 4319 4308 4320 legendary-nvim = buildVimPluginFrom2Nix { 4309 4321 pname = "legendary.nvim"; 4310 - version = "2023-03-27"; 4322 + version = "2023-03-28"; 4311 4323 src = fetchFromGitHub { 4312 4324 owner = "mrjones2014"; 4313 4325 repo = "legendary.nvim"; 4314 - rev = "6c86c7aac485870299b4481f317a5e306c2399de"; 4315 - sha256 = "0ma5nm64r4nla1g236rpz8a5rhj1i26b8f7ipa1fnbxndabja60r"; 4326 + rev = "6b6eabf5c7e1937e7490714d3515dfe5bfce3bc2"; 4327 + sha256 = "1b89513w25gz7awflwhj2qhz0ypknz0h64s2fd6vyl1bg7fj2w55"; 4316 4328 }; 4317 4329 meta.homepage = "https://github.com/mrjones2014/legendary.nvim/"; 4318 4330 }; ··· 4643 4655 4644 4656 lsp-zero-nvim = buildVimPluginFrom2Nix { 4645 4657 pname = "lsp-zero.nvim"; 4646 - version = "2023-03-26"; 4658 + version = "2023-03-29"; 4647 4659 src = fetchFromGitHub { 4648 4660 owner = "VonHeikemen"; 4649 4661 repo = "lsp-zero.nvim"; 4650 - rev = "04c036594f1093576f0a80837e1c1eeedb67f49b"; 4651 - sha256 = "0d0nm0ifs18229jvc743dx1qvhqgbr7kawzaa3mr5v0dfz58502r"; 4662 + rev = "416cc687ba7eedae1da36d8426ddd538c2ceb2f4"; 4663 + sha256 = "0aq0w6k02xyh6jffm9lwsns91p6ag211cv2vl0d2m99mw81ss8bh"; 4652 4664 }; 4653 4665 meta.homepage = "https://github.com/VonHeikemen/lsp-zero.nvim/"; 4654 4666 }; ··· 4871 4883 4872 4884 mason-nvim = buildVimPluginFrom2Nix { 4873 4885 pname = "mason.nvim"; 4874 - version = "2023-03-27"; 4886 + version = "2023-03-29"; 4875 4887 src = fetchFromGitHub { 4876 4888 owner = "williamboman"; 4877 4889 repo = "mason.nvim"; 4878 - rev = "8829f9539f501ac99d6a556309a672478ca78e98"; 4879 - sha256 = "0iv490vcpylbw22axzk1jgs8lq5fmx9ysnwx21yqjqbjxxmi91wc"; 4890 + rev = "fdf33558c4386516150748670fde10ea39a7d86f"; 4891 + sha256 = "006dq2h8llmsz2ik9i0n3zbwfpqp7g01nzql315a6pmg3cy20ka5"; 4880 4892 }; 4881 4893 meta.homepage = "https://github.com/williamboman/mason.nvim/"; 4882 4894 }; ··· 4943 4955 4944 4956 mini-nvim = buildVimPluginFrom2Nix { 4945 4957 pname = "mini.nvim"; 4946 - version = "2023-03-25"; 4958 + version = "2023-03-28"; 4947 4959 src = fetchFromGitHub { 4948 4960 owner = "echasnovski"; 4949 4961 repo = "mini.nvim"; 4950 - rev = "229b12cb2375ceb8412fb7529de92d9e4ca28b62"; 4951 - sha256 = "17wg7lp0s4yv61wask9gnqzz0kbhb2s5p3k7kn6q8zb10cya2bqm"; 4962 + rev = "078279d4b154fb8990b6d1fc00bf162ec5015e29"; 4963 + sha256 = "1d8mhing8czkgq28dp7l9jl5ihhybiwiq7cs943h6qyjwyg6yy28"; 4952 4964 }; 4953 4965 meta.homepage = "https://github.com/echasnovski/mini.nvim/"; 4954 4966 }; ··· 5303 5315 5304 5316 neoconf-nvim = buildVimPluginFrom2Nix { 5305 5317 pname = "neoconf.nvim"; 5306 - version = "2023-03-26"; 5318 + version = "2023-03-29"; 5307 5319 src = fetchFromGitHub { 5308 5320 owner = "folke"; 5309 5321 repo = "neoconf.nvim"; 5310 - rev = "55923798eb46c2d38bf111dc2bc285c13e286765"; 5311 - sha256 = "081v6kpa5hs2ixkvfclz16bj0zf27q4hq53azp656rb04wi7wfbj"; 5322 + rev = "11388446753d800b8413d42bb770b401cddb7d62"; 5323 + sha256 = "0izn5af7ixbjb1sr4fsgnxma7gdxbiz7fqqwdlrsj587fmnsv6y5"; 5312 5324 }; 5313 5325 meta.homepage = "https://github.com/folke/neoconf.nvim/"; 5314 5326 }; ··· 5423 5435 5424 5436 neorg = buildVimPluginFrom2Nix { 5425 5437 pname = "neorg"; 5426 - version = "2023-03-27"; 5438 + version = "2023-03-29"; 5427 5439 src = fetchFromGitHub { 5428 5440 owner = "nvim-neorg"; 5429 5441 repo = "neorg"; 5430 - rev = "c5f73ba1f09207716b81cae4151deec3df71491e"; 5431 - sha256 = "0jgam57smsvb013np703bsas1vmkpq8kpj1sxjapsj2qajiz712k"; 5442 + rev = "01d8a9b2db38a28fd40851b894e9d146d279c892"; 5443 + sha256 = "1aq6vzkprmz5g2xdk2h6cnv8ncfshbkca7whl8s4n9pkqw1qm980"; 5432 5444 }; 5433 5445 meta.homepage = "https://github.com/nvim-neorg/neorg/"; 5434 5446 }; ··· 5495 5507 5496 5508 neotest-haskell = buildVimPluginFrom2Nix { 5497 5509 pname = "neotest-haskell"; 5498 - version = "2023-03-22"; 5510 + version = "2023-03-28"; 5499 5511 src = fetchFromGitHub { 5500 5512 owner = "MrcJkb"; 5501 5513 repo = "neotest-haskell"; 5502 - rev = "9edce09399f144526857073f0fa1b17ffb2a5909"; 5503 - sha256 = "03g01j7znm1wra8yyqd6m5912npji2fp1mkzkq7acfyvsnysx4ii"; 5514 + rev = "c76cace9efbf431f17295ba56c91f890d55ac110"; 5515 + sha256 = "06ps407zim81wvlp9yidicp8gk64ym0nzwzcyqazbj1qb9zig8mi"; 5504 5516 }; 5505 5517 meta.homepage = "https://github.com/MrcJkb/neotest-haskell/"; 5506 5518 }; ··· 5675 5687 5676 5688 nlsp-settings-nvim = buildVimPluginFrom2Nix { 5677 5689 pname = "nlsp-settings.nvim"; 5678 - version = "2023-03-25"; 5690 + version = "2023-03-28"; 5679 5691 src = fetchFromGitHub { 5680 5692 owner = "tamago324"; 5681 5693 repo = "nlsp-settings.nvim"; 5682 - rev = "1986267f7c56c99f860394bb7242ae33b41b5904"; 5683 - sha256 = "0kxkqx6pwrb001hs2gyxck8b7yqivvj0ida3ghn7v770i5n1xb5z"; 5694 + rev = "4bd36c153bc08bb959a6bcb2d091843c807db6b6"; 5695 + sha256 = "0c0dcgrrn29bjnm89di3v3ksvvxnhaa8kydcqxpckn03v1pyxp8a"; 5684 5696 }; 5685 5697 meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/"; 5686 5698 }; ··· 5783 5795 5784 5796 null-ls-nvim = buildVimPluginFrom2Nix { 5785 5797 pname = "null-ls.nvim"; 5786 - version = "2023-03-23"; 5798 + version = "2023-03-29"; 5787 5799 src = fetchFromGitHub { 5788 5800 owner = "jose-elias-alvarez"; 5789 5801 repo = "null-ls.nvim"; 5790 - rev = "0180603b6f3cee40f83c6fc226b9ac5f85e691c4"; 5791 - sha256 = "1min0civzm1d6pfi5ixh1g66wvbfd38y65m9n4jb5l3grfa8ysci"; 5802 + rev = "01e035ac1c0ba1cc7a688110e3a9f939cab1f454"; 5803 + sha256 = "0yhzb4adwcrnyx4f1x8aciy88bvi75gr8yf0x0rw5blbj6vgcpzk"; 5792 5804 }; 5793 5805 meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim/"; 5794 5806 }; ··· 5867 5879 5868 5880 nvim-biscuits = buildVimPluginFrom2Nix { 5869 5881 pname = "nvim-biscuits"; 5870 - version = "2023-01-09"; 5882 + version = "2023-03-28"; 5871 5883 src = fetchFromGitHub { 5872 5884 owner = "code-biscuits"; 5873 5885 repo = "nvim-biscuits"; 5874 - rev = "25a880605fa4533b7075c54a0fdb5f0a25bc4f84"; 5875 - sha256 = "12lij0yv3n596yp2jbrdh17awrgvsm8gfyrafgvdzj4jibn16c68"; 5886 + rev = "0224be36b60588e88b21b8244a0bcd069699720e"; 5887 + sha256 = "1pw7ad9x4jn1ciam72bdc2087mrmxwr4przivfpkhjj6vjgfpn1v"; 5876 5888 }; 5877 5889 meta.homepage = "https://github.com/code-biscuits/nvim-biscuits/"; 5878 5890 }; ··· 5939 5951 5940 5952 nvim-cokeline = buildVimPluginFrom2Nix { 5941 5953 pname = "nvim-cokeline"; 5942 - version = "2023-03-27"; 5954 + version = "2023-03-28"; 5943 5955 src = fetchFromGitHub { 5944 5956 owner = "willothy"; 5945 5957 repo = "nvim-cokeline"; 5946 - rev = "852fd38a29bb213c559ad61da4188ac523ecc72a"; 5947 - sha256 = "1gv81h103aq90vb3ijis53wyl4d7w7r2x59n9gnn1kdk6xxc1dgz"; 5958 + rev = "28b9ed6ef2afe8632557953be920543403965546"; 5959 + sha256 = "1vcbj8wvil4sfnkmgi8h4mq6zb9034431673xn1jp72n9nvjc8kn"; 5948 5960 }; 5949 5961 meta.homepage = "https://github.com/willothy/nvim-cokeline/"; 5950 5962 }; ··· 6059 6071 6060 6072 nvim-dap-ui = buildVimPluginFrom2Nix { 6061 6073 pname = "nvim-dap-ui"; 6062 - version = "2023-02-23"; 6074 + version = "2023-03-28"; 6063 6075 src = fetchFromGitHub { 6064 6076 owner = "rcarriga"; 6065 6077 repo = "nvim-dap-ui"; 6066 - rev = "bdb94e3853d11b5ce98ec182e5a3719d5c0ef6fd"; 6067 - sha256 = "1l45dcmirnyryy5qkf007bzmb35nvyhqn56myfz47h835w0qhn44"; 6078 + rev = "56a2df0e96bfa64ebd6967e7cad877a1530633d5"; 6079 + sha256 = "0grh6227yhy0sp8rvgr6p1wlb6jimwqaqhdlc5lxbcqi9h46lrvb"; 6068 6080 }; 6069 6081 meta.homepage = "https://github.com/rcarriga/nvim-dap-ui/"; 6070 6082 }; ··· 6155 6167 6156 6168 nvim-highlite = buildVimPluginFrom2Nix { 6157 6169 pname = "nvim-highlite"; 6158 - version = "2023-03-26"; 6170 + version = "2023-03-29"; 6159 6171 src = fetchFromGitHub { 6160 6172 owner = "Iron-E"; 6161 6173 repo = "nvim-highlite"; 6162 - rev = "7cbf594b65d79a802d9cbe30eed1dbfce6e6a17f"; 6163 - sha256 = "1dxnhkmzr7xqz1gpr3v7p8855ml9qk6j50v19y9ica7pcj5i1mzh"; 6174 + rev = "8aa4a21c04eaacf4c3a37588f45e673613e061da"; 6175 + sha256 = "011f8miv3glz4rx67ha525c17y8r49lb8v6hg31znzjczrb6rkhg"; 6164 6176 }; 6165 6177 meta.homepage = "https://github.com/Iron-E/nvim-highlite/"; 6166 6178 }; ··· 6503 6515 6504 6516 nvim-surround = buildVimPluginFrom2Nix { 6505 6517 pname = "nvim-surround"; 6506 - version = "2023-03-27"; 6518 + version = "2023-03-28"; 6507 6519 src = fetchFromGitHub { 6508 6520 owner = "kylechui"; 6509 6521 repo = "nvim-surround"; 6510 - rev = "b7acf822a62ddc743e8129061c0d2adb32a6b810"; 6511 - sha256 = "13pyag877n1cnrck49350q0x66766mcb9wd9ymvs72xqhj526g7b"; 6522 + rev = "50f667861fac75592fc9e482472c12672e1cd723"; 6523 + sha256 = "0gaamghwl1z9b4rszfcahr75s3namw15ycwdhg0vz6nxxlb253k0"; 6512 6524 }; 6513 6525 meta.homepage = "https://github.com/kylechui/nvim-surround/"; 6514 6526 }; ··· 6539 6551 6540 6552 nvim-tree-lua = buildVimPluginFrom2Nix { 6541 6553 pname = "nvim-tree.lua"; 6542 - version = "2023-03-26"; 6554 + version = "2023-03-27"; 6543 6555 src = fetchFromGitHub { 6544 6556 owner = "nvim-tree"; 6545 6557 repo = "nvim-tree.lua"; 6546 - rev = "a38f9a55a4b55b0aa18af7abfde2c17a30959bdf"; 6547 - sha256 = "09qrsx5al87xab9mc0b3v0rvf1q1wqa4v5s4gy78f3slxpxbybv0"; 6558 + rev = "45400cd7e02027937cd5e49845545e606ecf5a1f"; 6559 + sha256 = "069618ckwyxdhg6w6iw3p3axlpizv2zia7q0p4y7sraw1w3n9vpm"; 6548 6560 }; 6549 6561 meta.homepage = "https://github.com/nvim-tree/nvim-tree.lua/"; 6550 6562 }; 6551 6563 6552 6564 nvim-treesitter = buildVimPluginFrom2Nix { 6553 6565 pname = "nvim-treesitter"; 6554 - version = "2023-03-27"; 6566 + version = "2023-03-29"; 6555 6567 src = fetchFromGitHub { 6556 6568 owner = "nvim-treesitter"; 6557 6569 repo = "nvim-treesitter"; 6558 - rev = "63e4a3a40a494e76ef7613f127b31919eebd47d1"; 6559 - sha256 = "1alx79n5ari1nnvgnxwq4h3yiwiaj1s914h18yqsr13q5jl1mzrz"; 6570 + rev = "9850baa958d6a1edd6586d77e354d89249f97a88"; 6571 + sha256 = "0rryx8xavm89jmjr2j31kqm58bdcx38ls9j37j5ikmv43zgzr1cp"; 6560 6572 }; 6561 6573 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; 6562 6574 }; ··· 6571 6583 sha256 = "1ig8ii9mzb002l7qy56acvchhwdqcjd4x1rqqv79glj2b6zc24c8"; 6572 6584 }; 6573 6585 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-context/"; 6586 + }; 6587 + 6588 + nvim-treesitter-endwise = buildVimPluginFrom2Nix { 6589 + pname = "nvim-treesitter-endwise"; 6590 + version = "2022-09-26"; 6591 + src = fetchFromGitHub { 6592 + owner = "RRethy"; 6593 + repo = "nvim-treesitter-endwise"; 6594 + rev = "0cf4601c330cf724769a2394df555a57d5fd3f34"; 6595 + sha256 = "12psl12ggmw23b7z9ph6360sc4qprvn3f5m4ikl1mhp50bg3wyry"; 6596 + }; 6597 + meta.homepage = "https://github.com/RRethy/nvim-treesitter-endwise/"; 6574 6598 }; 6575 6599 6576 6600 nvim-treesitter-pyfold = buildVimPluginFrom2Nix { ··· 6670 6694 6671 6695 nvim-web-devicons = buildVimPluginFrom2Nix { 6672 6696 pname = "nvim-web-devicons"; 6673 - version = "2023-03-21"; 6697 + version = "2023-03-28"; 6674 6698 src = fetchFromGitHub { 6675 6699 owner = "nvim-tree"; 6676 6700 repo = "nvim-web-devicons"; 6677 - rev = "95b1e300699be8eb6b5be1758a9d4d69fe93cc7f"; 6678 - sha256 = "1hzmp6vfz4kfj7rid2br1gi438wsy435dy76n5fqqqsw67l86iza"; 6701 + rev = "267af2d57e0f251d65b95bdfd1f382211b272417"; 6702 + sha256 = "1lmd723v78jyrx3ibfllc45ykripzdvlc664fi9pd3r5gkl2xx9a"; 6679 6703 }; 6680 6704 meta.homepage = "https://github.com/nvim-tree/nvim-web-devicons/"; 6681 6705 }; ··· 6923 6947 6924 6948 package-info-nvim = buildVimPluginFrom2Nix { 6925 6949 pname = "package-info.nvim"; 6926 - version = "2022-11-17"; 6950 + version = "2023-03-28"; 6927 6951 src = fetchFromGitHub { 6928 6952 owner = "vuki656"; 6929 6953 repo = "package-info.nvim"; 6930 - rev = "54337910c67946ffb8a2845a4e547dba925e0f37"; 6931 - sha256 = "0j75j32a8y1a7nmcn26zakv5mcylzggcic7v0ih88zsqaikl9hj3"; 6954 + rev = "4d98c8cc90d970d87c472c04bf7ca712336cc753"; 6955 + sha256 = "1wk9s1240f3vlyxi0xy97vkp3xz3r27582knav3zd6wrhqhih25r"; 6932 6956 }; 6933 6957 meta.homepage = "https://github.com/vuki656/package-info.nvim/"; 6934 6958 }; ··· 7657 7681 7658 7682 sg-nvim = buildVimPluginFrom2Nix { 7659 7683 pname = "sg.nvim"; 7660 - version = "2023-03-20"; 7684 + version = "2023-03-29"; 7661 7685 src = fetchFromGitHub { 7662 7686 owner = "sourcegraph"; 7663 7687 repo = "sg.nvim"; 7664 - rev = "8432c5fb3934aff8f3b466c009cd9e7bb1bf771a"; 7665 - sha256 = "09r3brjb0dn46yfsjgiwbaqzdgq43isna4bphwkpg1mfxd3mgm52"; 7688 + rev = "2748c52e9bef39702941d3171670810e9d2dcace"; 7689 + sha256 = "15nxm9yni6g5l7a16z9yc590q159dw8y48jqnaszgbv9hp7w01sp"; 7666 7690 }; 7667 7691 meta.homepage = "https://github.com/sourcegraph/sg.nvim/"; 7668 7692 }; ··· 8357 8381 8358 8382 telescope-file-browser-nvim = buildVimPluginFrom2Nix { 8359 8383 pname = "telescope-file-browser.nvim"; 8360 - version = "2023-03-27"; 8384 + version = "2023-03-29"; 8361 8385 src = fetchFromGitHub { 8362 8386 owner = "nvim-telescope"; 8363 8387 repo = "telescope-file-browser.nvim"; 8364 - rev = "15caac96190f5ad8b016c0228a510026b88a576d"; 8365 - sha256 = "0wybn1777y9728bff6y9nmz8akfk35iwmaw88ilfzkzll3clifid"; 8388 + rev = "6d90c93eb2907ee99a0cea10c03642465d2e1ec5"; 8389 + sha256 = "09b5fribhmqcxasvnc4gssw4li8px1wpljkzx2kscdyrgjp3raqq"; 8366 8390 }; 8367 8391 meta.homepage = "https://github.com/nvim-telescope/telescope-file-browser.nvim/"; 8368 8392 }; ··· 9007 9031 9008 9032 unison = buildVimPluginFrom2Nix { 9009 9033 pname = "unison"; 9010 - version = "2023-03-27"; 9034 + version = "2023-03-29"; 9011 9035 src = fetchFromGitHub { 9012 9036 owner = "unisonweb"; 9013 9037 repo = "unison"; 9014 - rev = "b35f5cd02f0d9e4923dd1ca19d0543d8c0dc1517"; 9015 - sha256 = "0k6l5fxbigglm6zh9kp4xanl2hpg8ql1g343vci3zf4hik0180sl"; 9038 + rev = "338bcda8812266d428d9801ee5ef71a58d1c73fc"; 9039 + sha256 = "1yr6765bi8kbdnxbsl4mazmcaqzf224fxm9irmphdpkvjv8z9shq"; 9016 9040 }; 9017 9041 meta.homepage = "https://github.com/unisonweb/unison/"; 9018 9042 }; ··· 9103 9127 9104 9128 vifm-vim = buildVimPluginFrom2Nix { 9105 9129 pname = "vifm.vim"; 9106 - version = "2023-03-19"; 9130 + version = "2023-03-28"; 9107 9131 src = fetchFromGitHub { 9108 9132 owner = "vifm"; 9109 9133 repo = "vifm.vim"; 9110 - rev = "f6a419ac6db364fd2856803ccfbf0dbfcaba4581"; 9111 - sha256 = "00w6ns8k0w0gn9sp1n8hgwgaym577p4ak4v4qxh845kp8mb4fd4h"; 9134 + rev = "6609328f120b69f6275e37a055c3634311faf4f8"; 9135 + sha256 = "0z6hslfbgshbgl6vg6v1wm4f6jgmy88si6abqjaar7dl2r12h3w3"; 9112 9136 }; 9113 9137 meta.homepage = "https://github.com/vifm/vifm.vim/"; 9114 9138 }; ··· 9187 9211 9188 9212 vim-abolish = buildVimPluginFrom2Nix { 9189 9213 pname = "vim-abolish"; 9190 - version = "2023-03-27"; 9214 + version = "2023-03-29"; 9191 9215 src = fetchFromGitHub { 9192 9216 owner = "tpope"; 9193 9217 repo = "vim-abolish"; 9194 - rev = "8fe5966961fc047f7f93b4158a418e54d1c205ff"; 9195 - sha256 = "1gxk8zl55ijdqb4p90dnwid2wpmsjnzx770x0hpcx3024n519ya3"; 9218 + rev = "7a05efb84e6068a0b0801d736b58fc645e5cdfd2"; 9219 + sha256 = "1641c2hs3m9f0hpsibnzxcjk7fg8f4dcpahdvqbyv12h3xbbbkq3"; 9196 9220 }; 9197 9221 meta.homepage = "https://github.com/tpope/vim-abolish/"; 9198 9222 }; ··· 10771 10795 10772 10796 vim-go = buildVimPluginFrom2Nix { 10773 10797 pname = "vim-go"; 10774 - version = "2023-03-27"; 10798 + version = "2023-03-28"; 10775 10799 src = fetchFromGitHub { 10776 10800 owner = "fatih"; 10777 10801 repo = "vim-go"; 10778 - rev = "735e807eb01ce30d42dde0c03ae3614d9e2d8206"; 10779 - sha256 = "0xfkn375n7r7kdvb5pvp6cjdbqflmv38c2l2mdfcpcjs4dw9hva2"; 10802 + rev = "e8e175ec6e47b31111dbfb0169537fda26346fe2"; 10803 + sha256 = "0civa2wcqagzzhb889yzjjmz89axq3c7ih4v2w0dswj3jh6gpn0y"; 10780 10804 }; 10781 10805 meta.homepage = "https://github.com/fatih/vim-go/"; 10782 10806 }; ··· 12526 12550 12527 12551 vim-rhubarb = buildVimPluginFrom2Nix { 12528 12552 pname = "vim-rhubarb"; 12529 - version = "2022-07-27"; 12553 + version = "2023-03-29"; 12530 12554 src = fetchFromGitHub { 12531 12555 owner = "tpope"; 12532 12556 repo = "vim-rhubarb"; 12533 - rev = "cad60fe382f3f501bbb28e113dfe8c0de6e77c75"; 12534 - sha256 = "1c456ypxgjnmbprjl79kvg5vm26nws0csw8fbs6gmdr21m3x1p4w"; 12557 + rev = "ee69335de176d9325267b0fd2597a22901d927b1"; 12558 + sha256 = "1s60dcvwqyc1mm0ck2hnihq3lk0ymklhhnlpcybnj1fdphq90dzk"; 12535 12559 }; 12536 12560 meta.homepage = "https://github.com/tpope/vim-rhubarb/"; 12537 12561 }; ··· 12658 12682 12659 12683 vim-sensible = buildVimPluginFrom2Nix { 12660 12684 pname = "vim-sensible"; 12661 - version = "2023-03-18"; 12685 + version = "2023-03-29"; 12662 12686 src = fetchFromGitHub { 12663 12687 owner = "tpope"; 12664 12688 repo = "vim-sensible"; 12665 - rev = "624c7549a5dfccef2030acc545198d102e4be1c0"; 12666 - sha256 = "1a8in8phb6spvvpd5hmyjf0q18b4jwf5wlb72p3y6yvwa87k24rq"; 12689 + rev = "3e878abfd6ddc6fb5dba48b41f2b72c3a2f8249f"; 12690 + sha256 = "10jyd0nlzmp8grmvdf15jlr29aim2w29c6yqpzs6753zsj6x9mn1"; 12667 12691 }; 12668 12692 meta.homepage = "https://github.com/tpope/vim-sensible/"; 12669 12693 }; ··· 13127 13151 13128 13152 vim-test = buildVimPluginFrom2Nix { 13129 13153 pname = "vim-test"; 13130 - version = "2023-03-22"; 13154 + version = "2023-03-28"; 13131 13155 src = fetchFromGitHub { 13132 13156 owner = "vim-test"; 13133 13157 repo = "vim-test"; 13134 - rev = "3995a9419dbea1d93ab916bc8f53ee9f19435223"; 13135 - sha256 = "00m4gvk2wk1jx72wf6mdhnrzwmppraykk4ha4pxb3l3p853idgng"; 13158 + rev = "739024ba3264cf153d54ab8da5cdaaa978f7628c"; 13159 + sha256 = "1549qrgpyi87rmm14n182zns8kgvfk2yg5cl8sz7vvnzyh3s2gvz"; 13136 13160 }; 13137 13161 meta.homepage = "https://github.com/vim-test/vim-test/"; 13138 13162 }; ··· 13860 13884 13861 13885 vimtex = buildVimPluginFrom2Nix { 13862 13886 pname = "vimtex"; 13863 - version = "2023-03-26"; 13887 + version = "2023-03-28"; 13864 13888 src = fetchFromGitHub { 13865 13889 owner = "lervag"; 13866 13890 repo = "vimtex"; 13867 - rev = "e57b589a8ef3c67e3edfc0492bfee8b196eafefd"; 13868 - sha256 = "02461iv1g2ifa8ywbmfs18h7ns31lv8l7dgzsc4pij5klch2mvk6"; 13891 + rev = "1043b590d98fa3f069a0879c65293aa2c7c31b0d"; 13892 + sha256 = "1wa01bmjlyry68rlk2f77g2b39jqydm3w9yic09g4f7qzxayy5kl"; 13869 13893 }; 13870 13894 meta.homepage = "https://github.com/lervag/vimtex/"; 13871 13895 }; ··· 14317 14341 14318 14342 lspsaga-nvim-original = buildVimPluginFrom2Nix { 14319 14343 pname = "lspsaga-nvim-original"; 14320 - version = "2023-03-27"; 14344 + version = "2023-03-29"; 14321 14345 src = fetchFromGitHub { 14322 14346 owner = "glepnir"; 14323 14347 repo = "lspsaga.nvim"; 14324 - rev = "3ae79a1bd03d3ab90f965f0276051d09791d34cf"; 14325 - sha256 = "14958479sr01jsqh76rrzlbmj5dk05z94qc3z3v6a4rrf9l013pv"; 14348 + rev = "abb0e427ffd70cb5b240f17d996b7c84cd55d001"; 14349 + sha256 = "09k9h4s0j5nizp2v9a44mayp515h1vqpy6iglyjvfmw5f46fkjxm"; 14326 14350 }; 14327 14351 meta.homepage = "https://github.com/glepnir/lspsaga.nvim/"; 14328 14352 };
+17 -17
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
··· 436 436 }; 437 437 erlang = buildGrammar { 438 438 language = "erlang"; 439 - version = "0.0.0+rev=9fe5cdf"; 439 + version = "0.0.0+rev=abf5794"; 440 440 src = fetchFromGitHub { 441 441 owner = "WhatsApp"; 442 442 repo = "tree-sitter-erlang"; 443 - rev = "9fe5cdfab0f0d753112e9949a3501f64b75a3d92"; 444 - hash = "sha256-nJikCiksuOAEXEvX2eQ2jZoVmzPQLJ36l4mk0irPW3c="; 443 + rev = "abf5794511a912059b8234ea7e70d60b55df8805"; 444 + hash = "sha256-38Q2HB5Hj7qdNwMyyXt1eNTqYHefkfC9teJM6PRE22A="; 445 445 }; 446 446 meta.homepage = "https://github.com/WhatsApp/tree-sitter-erlang"; 447 447 }; ··· 755 755 }; 756 756 help = buildGrammar { 757 757 language = "help"; 758 - version = "0.0.0+rev=8f75ef3"; 758 + version = "0.0.0+rev=c4e23d2"; 759 759 src = fetchFromGitHub { 760 760 owner = "neovim"; 761 761 repo = "tree-sitter-vimdoc"; 762 - rev = "8f75ef3ec86bc315d5fdb939899b397289389181"; 763 - hash = "sha256-zzD899bOSVn0/RCki6i8wHEQgaIrCurRw4AxnN3J+VA="; 762 + rev = "c4e23d265f022dcd51053c40d47cd06e7756a347"; 763 + hash = "sha256-D6ML/6fixz2suB7TmoOb4B4nZaj+B7wluug/m/MZ7Oc="; 764 764 }; 765 765 meta.homepage = "https://github.com/neovim/tree-sitter-vimdoc"; 766 766 }; ··· 1322 1322 }; 1323 1323 pony = buildGrammar { 1324 1324 language = "pony"; 1325 - version = "0.0.0+rev=9c6a4d9"; 1325 + version = "0.0.0+rev=af8a2d4"; 1326 1326 src = fetchFromGitHub { 1327 1327 owner = "amaanq"; 1328 1328 repo = "tree-sitter-pony"; 1329 - rev = "9c6a4d98dea80772dbd7967fe556652a220469e5"; 1329 + rev = "af8a2d40ed813d818380e7798f16732f34d95bf6"; 1330 1330 hash = "sha256-fgPnDU58qfZfRmBA2hBQt23TjJqiU6XobBYzRD7ZFz0="; 1331 1331 }; 1332 1332 meta.homepage = "https://github.com/amaanq/tree-sitter-pony"; ··· 1788 1788 }; 1789 1789 tlaplus = buildGrammar { 1790 1790 language = "tlaplus"; 1791 - version = "0.0.0+rev=6d2ec89"; 1791 + version = "0.0.0+rev=7ba226c"; 1792 1792 src = fetchFromGitHub { 1793 1793 owner = "tlaplus-community"; 1794 1794 repo = "tree-sitter-tlaplus"; 1795 - rev = "6d2ec894aef843fc89312c904e20c5f555aec4e3"; 1796 - hash = "sha256-5V4sMnjVsdSJdeYspxn0nYqq73lVHvz7eGRfD/orqo4="; 1795 + rev = "7ba226cf85280c7917d082940022006e6a3b7b6f"; 1796 + hash = "sha256-OszsJIzggkPRor8aulnpHP0vPT+8fVfDtiIdUiAAqFU="; 1797 1797 }; 1798 1798 meta.homepage = "https://github.com/tlaplus-community/tree-sitter-tlaplus"; 1799 1799 }; ··· 1889 1889 }; 1890 1890 v = buildGrammar { 1891 1891 language = "v"; 1892 - version = "0.0.0+rev=1828a1e"; 1892 + version = "0.0.0+rev=4cd190d"; 1893 1893 src = fetchFromGitHub { 1894 1894 owner = "vlang"; 1895 1895 repo = "vls"; 1896 - rev = "1828a1e6611703371039fdefba955018ac570105"; 1897 - hash = "sha256-8gOvJQnoBdPw8er8sDL5wfhKaoibCvfC7XlZbMbg9QU="; 1896 + rev = "4cd190d1aaced458e8f1548e11b3beae5e4ea806"; 1897 + hash = "sha256-rbIRx/LA5kvq7vI5WdR8be0WCyyTxsWB87ENNO7Qkao="; 1898 1898 }; 1899 1899 location = "tree_sitter_v"; 1900 1900 meta.homepage = "https://github.com/vlang/vls"; ··· 1923 1923 }; 1924 1924 vhs = buildGrammar { 1925 1925 language = "vhs"; 1926 - version = "0.0.0+rev=54fe7c0"; 1926 + version = "0.0.0+rev=621457c"; 1927 1927 src = fetchFromGitHub { 1928 1928 owner = "charmbracelet"; 1929 1929 repo = "tree-sitter-vhs"; 1930 - rev = "54fe7c05dfa2b9e100572496531e15c9bec86343"; 1931 - hash = "sha256-xP0pHuK0Gc8huTWaZY/DMfWzm6Jw/oVCx1huYL8Vwx4="; 1930 + rev = "621457c5c6efe471b601edb5a42191824f304b41"; 1931 + hash = "sha256-oNtvynabIoiitnLg6R1F8VL+IxNifI+3Um/QuUqui88="; 1932 1932 }; 1933 1933 meta.homepage = "https://github.com/charmbracelet/tree-sitter-vhs"; 1934 1934 };
+1 -1
pkgs/applications/editors/vim/plugins/overrides.nix
··· 814 814 pname = "sg-nvim-rust"; 815 815 inherit (old) version src; 816 816 817 - cargoHash = "sha256-GN7KM3fkeOcqmyUwsPMw499kS/eYqh8pbyPgMv4/NN4="; 817 + cargoHash = "sha256-gnQNQlW/c1vzyR+HbYn7rpxZ1C6WXFcqpylIOTUMZ6g="; 818 818 819 819 nativeBuildInputs = [ pkg-config ]; 820 820
+2
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 60 60 https://github.com/vmchale/ats-vim/,, 61 61 https://github.com/ray-x/aurora/,, 62 62 https://github.com/hotwatermorning/auto-git-diff/,, 63 + https://github.com/asiryk/auto-hlsearch.nvim/,HEAD, 63 64 https://github.com/jiangmiao/auto-pairs/,, 64 65 https://github.com/pocco81/auto-save.nvim/,HEAD, 65 66 https://github.com/rmagatti/auto-session/,, ··· 553 554 https://github.com/kyazdani42/nvim-tree.lua/,, 554 555 https://github.com/nvim-treesitter/nvim-treesitter/,, 555 556 https://github.com/romgrk/nvim-treesitter-context/,, 557 + https://github.com/RRethy/nvim-treesitter-endwise/,HEAD, 556 558 https://github.com/eddiebergman/nvim-treesitter-pyfold/,, 557 559 https://github.com/nvim-treesitter/nvim-treesitter-refactor/,, 558 560 https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,,
+420 -197
pkgs/applications/misc/dmenu-rs/Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "aho-corasick" 7 - version = "0.7.19" 7 + version = "0.7.20" 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" 9 + checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10 10 dependencies = [ 11 11 "memchr", 12 12 ] ··· 21 21 ] 22 22 23 23 [[package]] 24 - name = "arrayref" 25 - version = "0.3.6" 24 + name = "anstream" 25 + version = "0.2.6" 26 + source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" 28 + dependencies = [ 29 + "anstyle", 30 + "anstyle-parse", 31 + "anstyle-wincon", 32 + "concolor-override", 33 + "concolor-query", 34 + "is-terminal", 35 + "utf8parse", 36 + ] 37 + 38 + [[package]] 39 + name = "anstyle" 40 + version = "0.3.5" 26 41 source = "registry+https://github.com/rust-lang/crates.io-index" 27 - checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 42 + checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" 28 43 29 44 [[package]] 30 - name = "arrayvec" 31 - version = "0.5.2" 45 + name = "anstyle-parse" 46 + version = "0.1.1" 32 47 source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 48 + checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" 49 + dependencies = [ 50 + "utf8parse", 51 + ] 52 + 53 + [[package]] 54 + name = "anstyle-wincon" 55 + version = "0.2.0" 56 + source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" 58 + dependencies = [ 59 + "anstyle", 60 + "windows-sys", 61 + ] 34 62 35 63 [[package]] 36 64 name = "atty" ··· 38 66 source = "registry+https://github.com/rust-lang/crates.io-index" 39 67 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 40 68 dependencies = [ 41 - "hermit-abi", 69 + "hermit-abi 0.1.19", 42 70 "libc", 43 71 "winapi", 44 72 ] 45 73 46 74 [[package]] 47 - name = "base64" 48 - version = "0.13.1" 49 - source = "registry+https://github.com/rust-lang/crates.io-index" 50 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 51 - 52 - [[package]] 53 75 name = "bindgen" 54 - version = "0.53.3" 76 + version = "0.64.0" 55 77 source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5" 78 + checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" 57 79 dependencies = [ 58 80 "bitflags", 59 81 "cexpr", 60 - "cfg-if 0.1.10", 61 82 "clang-sys", 62 - "clap", 63 - "env_logger", 64 83 "lazy_static", 65 84 "lazycell", 66 85 "log", ··· 70 89 "regex", 71 90 "rustc-hash", 72 91 "shlex", 92 + "syn 1.0.109", 73 93 "which", 74 94 ] 75 95 ··· 80 100 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 81 101 82 102 [[package]] 83 - name = "blake2b_simd" 84 - version = "0.5.11" 85 - source = "registry+https://github.com/rust-lang/crates.io-index" 86 - checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" 87 - dependencies = [ 88 - "arrayref", 89 - "arrayvec", 90 - "constant_time_eq", 91 - ] 92 - 93 - [[package]] 94 103 name = "block" 95 104 version = "0.1.6" 96 105 source = "registry+https://github.com/rust-lang/crates.io-index" 97 106 checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 98 107 99 108 [[package]] 100 - name = "bstr" 101 - version = "0.2.17" 102 - source = "registry+https://github.com/rust-lang/crates.io-index" 103 - checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 104 - dependencies = [ 105 - "lazy_static", 106 - "memchr", 107 - "regex-automata", 108 - "serde", 109 - ] 110 - 111 - [[package]] 112 - name = "byteorder" 113 - version = "1.4.3" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 116 - 117 - [[package]] 118 109 name = "cc" 119 - version = "1.0.76" 110 + version = "1.0.79" 120 111 source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f" 112 + checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 122 113 123 114 [[package]] 124 115 name = "cexpr" 125 - version = "0.4.0" 116 + version = "0.6.0" 126 117 source = "registry+https://github.com/rust-lang/crates.io-index" 127 - checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" 118 + checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 128 119 dependencies = [ 129 120 "nom", 130 121 ] 131 122 132 123 [[package]] 133 124 name = "cfg-if" 134 - version = "0.1.10" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 137 - 138 - [[package]] 139 - name = "cfg-if" 140 125 version = "1.0.0" 141 126 source = "registry+https://github.com/rust-lang/crates.io-index" 142 127 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 143 128 144 129 [[package]] 145 130 name = "clang-sys" 146 - version = "0.29.3" 131 + version = "1.6.0" 147 132 source = "registry+https://github.com/rust-lang/crates.io-index" 148 - checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a" 133 + checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a" 149 134 dependencies = [ 150 135 "glob", 151 136 "libc", ··· 161 146 "ansi_term", 162 147 "atty", 163 148 "bitflags", 164 - "strsim", 149 + "strsim 0.8.0", 165 150 "textwrap", 166 151 "unicode-width", 167 152 "vec_map", 168 - "yaml-rust", 153 + "yaml-rust 0.3.5", 154 + ] 155 + 156 + [[package]] 157 + name = "clap" 158 + version = "4.2.0" 159 + source = "registry+https://github.com/rust-lang/crates.io-index" 160 + checksum = "6efb5f0a41b5ef5b50c5da28c07609c20091df0c1fc33d418fa2a7e693c2b624" 161 + dependencies = [ 162 + "clap_builder", 163 + "clap_derive", 164 + "once_cell", 165 + ] 166 + 167 + [[package]] 168 + name = "clap_builder" 169 + version = "4.2.0" 170 + source = "registry+https://github.com/rust-lang/crates.io-index" 171 + checksum = "671fcaa5debda4b9a84aa7fde49c907c8986c0e6ab927e04217c9cb74e7c8bc9" 172 + dependencies = [ 173 + "anstream", 174 + "anstyle", 175 + "bitflags", 176 + "clap_lex", 177 + "strsim 0.10.0", 169 178 ] 170 179 171 180 [[package]] 181 + name = "clap_derive" 182 + version = "4.2.0" 183 + source = "registry+https://github.com/rust-lang/crates.io-index" 184 + checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" 185 + dependencies = [ 186 + "heck", 187 + "proc-macro2", 188 + "quote", 189 + "syn 2.0.11", 190 + ] 191 + 192 + [[package]] 193 + name = "clap_lex" 194 + version = "0.4.1" 195 + source = "registry+https://github.com/rust-lang/crates.io-index" 196 + checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 197 + 198 + [[package]] 172 199 name = "clipboard" 173 200 version = "0.5.0" 174 201 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 192 219 193 220 [[package]] 194 221 name = "cmake" 195 - version = "0.1.49" 222 + version = "0.1.50" 196 223 source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c" 224 + checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 198 225 dependencies = [ 199 226 "cc", 200 227 ] 201 228 202 229 [[package]] 230 + name = "concolor-override" 231 + version = "1.0.0" 232 + source = "registry+https://github.com/rust-lang/crates.io-index" 233 + checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" 234 + 235 + [[package]] 236 + name = "concolor-query" 237 + version = "0.3.3" 238 + source = "registry+https://github.com/rust-lang/crates.io-index" 239 + checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" 240 + dependencies = [ 241 + "windows-sys", 242 + ] 243 + 244 + [[package]] 203 245 name = "config" 204 246 version = "0.0.0" 205 247 dependencies = [ 206 248 "glob", 207 - "itertools", 249 + "itertools 0.10.5", 208 250 "man_dmenu", 209 251 "prettytable-rs", 210 252 "termcolor", 211 - "yaml-rust", 212 - ] 213 - 214 - [[package]] 215 - name = "constant_time_eq" 216 - version = "0.1.5" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 219 - 220 - [[package]] 221 - name = "crossbeam-utils" 222 - version = "0.8.12" 223 - source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac" 225 - dependencies = [ 226 - "cfg-if 1.0.0", 253 + "yaml-rust 0.4.5", 227 254 ] 228 255 229 256 [[package]] 230 257 name = "csv" 231 - version = "1.1.6" 258 + version = "1.2.1" 232 259 source = "registry+https://github.com/rust-lang/crates.io-index" 233 - checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" 260 + checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" 234 261 dependencies = [ 235 - "bstr", 236 262 "csv-core", 237 263 "itoa", 238 264 "ryu", ··· 249 275 ] 250 276 251 277 [[package]] 252 - name = "dirs" 253 - version = "1.0.5" 278 + name = "dirs-next" 279 + version = "2.0.0" 280 + source = "registry+https://github.com/rust-lang/crates.io-index" 281 + checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 282 + dependencies = [ 283 + "cfg-if", 284 + "dirs-sys-next", 285 + ] 286 + 287 + [[package]] 288 + name = "dirs-sys-next" 289 + version = "0.1.2" 254 290 source = "registry+https://github.com/rust-lang/crates.io-index" 255 - checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" 291 + checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 256 292 dependencies = [ 257 293 "libc", 258 294 "redox_users", ··· 263 299 name = "dmenu-build" 264 300 version = "0.0.0" 265 301 dependencies = [ 266 - "clap", 302 + "clap 2.34.0", 267 303 "clipboard", 268 - "itertools", 304 + "itertools 0.9.0", 269 305 "lazy_static", 270 306 "libc", 271 307 "overrider", ··· 278 314 "termcolor", 279 315 "unicode-segmentation", 280 316 "x11", 281 - "yaml-rust", 317 + "yaml-rust 0.3.5", 282 318 ] 283 319 284 320 [[package]] 285 321 name = "either" 286 - version = "1.8.0" 322 + version = "1.8.1" 287 323 source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 324 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 289 325 290 326 [[package]] 291 327 name = "encode_unicode" 292 - version = "0.3.6" 328 + version = "1.0.0" 293 329 source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 330 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 295 331 296 332 [[package]] 297 - name = "env_logger" 298 - version = "0.7.1" 333 + name = "errno" 334 + version = "0.2.8" 299 335 source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" 336 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 301 337 dependencies = [ 302 - "atty", 303 - "humantime", 304 - "log", 305 - "regex", 306 - "termcolor", 338 + "errno-dragonfly", 339 + "libc", 340 + "winapi", 341 + ] 342 + 343 + [[package]] 344 + name = "errno-dragonfly" 345 + version = "0.1.2" 346 + source = "registry+https://github.com/rust-lang/crates.io-index" 347 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 348 + dependencies = [ 349 + "cc", 350 + "libc", 307 351 ] 308 352 309 353 [[package]] ··· 329 373 330 374 [[package]] 331 375 name = "getrandom" 332 - version = "0.1.16" 376 + version = "0.2.8" 333 377 source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 378 + checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 335 379 dependencies = [ 336 - "cfg-if 1.0.0", 380 + "cfg-if", 337 381 "libc", 338 382 "wasi", 339 383 ] 340 384 341 385 [[package]] 342 386 name = "glob" 343 - version = "0.3.0" 387 + version = "0.3.1" 344 388 source = "registry+https://github.com/rust-lang/crates.io-index" 345 - checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 389 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 346 390 347 391 [[package]] 348 392 name = "headers" ··· 353 397 ] 354 398 355 399 [[package]] 400 + name = "heck" 401 + version = "0.4.1" 402 + source = "registry+https://github.com/rust-lang/crates.io-index" 403 + checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 404 + 405 + [[package]] 356 406 name = "hermit-abi" 357 407 version = "0.1.19" 358 408 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 362 412 ] 363 413 364 414 [[package]] 365 - name = "humantime" 366 - version = "1.3.0" 415 + name = "hermit-abi" 416 + version = "0.3.1" 417 + source = "registry+https://github.com/rust-lang/crates.io-index" 418 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 419 + 420 + [[package]] 421 + name = "io-lifetimes" 422 + version = "1.0.9" 367 423 source = "registry+https://github.com/rust-lang/crates.io-index" 368 - checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 424 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 369 425 dependencies = [ 370 - "quick-error", 426 + "hermit-abi 0.3.1", 427 + "libc", 428 + "windows-sys", 429 + ] 430 + 431 + [[package]] 432 + name = "is-terminal" 433 + version = "0.4.5" 434 + source = "registry+https://github.com/rust-lang/crates.io-index" 435 + checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" 436 + dependencies = [ 437 + "hermit-abi 0.3.1", 438 + "io-lifetimes", 439 + "rustix", 440 + "windows-sys", 371 441 ] 372 442 373 443 [[package]] ··· 380 450 ] 381 451 382 452 [[package]] 453 + name = "itertools" 454 + version = "0.10.5" 455 + source = "registry+https://github.com/rust-lang/crates.io-index" 456 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 457 + dependencies = [ 458 + "either", 459 + ] 460 + 461 + [[package]] 383 462 name = "itoa" 384 - version = "0.4.8" 463 + version = "1.0.6" 385 464 source = "registry+https://github.com/rust-lang/crates.io-index" 386 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 465 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 387 466 388 467 [[package]] 389 468 name = "lazy_static" ··· 399 478 400 479 [[package]] 401 480 name = "libc" 402 - version = "0.2.137" 481 + version = "0.2.140" 403 482 source = "registry+https://github.com/rust-lang/crates.io-index" 404 - checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 483 + checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 405 484 406 485 [[package]] 407 486 name = "libloading" 408 - version = "0.5.2" 487 + version = "0.7.4" 409 488 source = "registry+https://github.com/rust-lang/crates.io-index" 410 - checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" 489 + checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 411 490 dependencies = [ 412 - "cc", 491 + "cfg-if", 413 492 "winapi", 414 493 ] 494 + 495 + [[package]] 496 + name = "linked-hash-map" 497 + version = "0.5.6" 498 + source = "registry+https://github.com/rust-lang/crates.io-index" 499 + checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 500 + 501 + [[package]] 502 + name = "linux-raw-sys" 503 + version = "0.1.4" 504 + source = "registry+https://github.com/rust-lang/crates.io-index" 505 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 415 506 416 507 [[package]] 417 508 name = "log" ··· 419 510 source = "registry+https://github.com/rust-lang/crates.io-index" 420 511 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 421 512 dependencies = [ 422 - "cfg-if 1.0.0", 513 + "cfg-if", 423 514 ] 424 515 425 516 [[package]] ··· 435 526 name = "man_dmenu" 436 527 version = "0.1.0" 437 528 dependencies = [ 438 - "itertools", 529 + "itertools 0.10.5", 439 530 ] 440 531 441 532 [[package]] ··· 443 534 version = "2.5.0" 444 535 source = "registry+https://github.com/rust-lang/crates.io-index" 445 536 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 537 + 538 + [[package]] 539 + name = "minimal-lexical" 540 + version = "0.2.1" 541 + source = "registry+https://github.com/rust-lang/crates.io-index" 542 + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 446 543 447 544 [[package]] 448 545 name = "nom" 449 - version = "5.1.2" 546 + version = "7.1.3" 450 547 source = "registry+https://github.com/rust-lang/crates.io-index" 451 - checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" 548 + checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 452 549 dependencies = [ 453 550 "memchr", 454 - "version_check", 551 + "minimal-lexical", 455 552 ] 456 553 457 554 [[package]] ··· 484 581 ] 485 582 486 583 [[package]] 584 + name = "once_cell" 585 + version = "1.17.1" 586 + source = "registry+https://github.com/rust-lang/crates.io-index" 587 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 588 + 589 + [[package]] 487 590 name = "overrider" 488 591 version = "0.7.0" 489 592 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 491 594 dependencies = [ 492 595 "proc-macro2", 493 596 "quote", 494 - "syn", 597 + "syn 1.0.109", 495 598 ] 496 599 497 600 [[package]] ··· 501 604 checksum = "1d9709eba39b602b089deaf80b123e5c8ecfd071aab827a66c1a58412074fbcc" 502 605 dependencies = [ 503 606 "glob", 504 - "syn", 607 + "syn 1.0.109", 505 608 ] 506 609 507 610 [[package]] ··· 527 630 528 631 [[package]] 529 632 name = "prettytable-rs" 530 - version = "0.8.0" 633 + version = "0.10.0" 531 634 source = "registry+https://github.com/rust-lang/crates.io-index" 532 - checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e" 635 + checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 533 636 dependencies = [ 534 - "atty", 535 637 "csv", 536 638 "encode_unicode", 639 + "is-terminal", 537 640 "lazy_static", 538 641 "term", 539 642 "unicode-width", ··· 541 644 542 645 [[package]] 543 646 name = "proc-macro2" 544 - version = "1.0.47" 647 + version = "1.0.54" 545 648 source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 649 + checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 547 650 dependencies = [ 548 651 "unicode-ident", 549 652 ] ··· 555 658 checksum = "fd16b1c456def2ad84b3574651f069541dea178ee688e882943cb21232a5cb01" 556 659 dependencies = [ 557 660 "glob", 558 - "itertools", 661 + "itertools 0.9.0", 559 662 ] 560 663 561 664 [[package]] 562 - name = "quick-error" 563 - version = "1.2.3" 564 - source = "registry+https://github.com/rust-lang/crates.io-index" 565 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 566 - 567 - [[package]] 568 665 name = "quote" 569 - version = "1.0.21" 666 + version = "1.0.26" 570 667 source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 668 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 572 669 dependencies = [ 573 670 "proc-macro2", 574 671 ] 575 672 576 673 [[package]] 577 674 name = "redox_syscall" 578 - version = "0.1.57" 675 + version = "0.2.16" 579 676 source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 677 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 678 + dependencies = [ 679 + "bitflags", 680 + ] 581 681 582 682 [[package]] 583 683 name = "redox_users" 584 - version = "0.3.5" 684 + version = "0.4.3" 585 685 source = "registry+https://github.com/rust-lang/crates.io-index" 586 - checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" 686 + checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 587 687 dependencies = [ 588 688 "getrandom", 589 689 "redox_syscall", 590 - "rust-argon2", 690 + "thiserror", 591 691 ] 592 692 593 693 [[package]] 594 694 name = "regex" 595 - version = "1.7.0" 695 + version = "1.7.3" 596 696 source = "registry+https://github.com/rust-lang/crates.io-index" 597 - checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" 697 + checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 598 698 dependencies = [ 599 699 "aho-corasick", 600 700 "memchr", ··· 602 702 ] 603 703 604 704 [[package]] 605 - name = "regex-automata" 606 - version = "0.1.10" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 609 - 610 - [[package]] 611 705 name = "regex-syntax" 612 - version = "0.6.28" 706 + version = "0.6.29" 613 707 source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 615 - 616 - [[package]] 617 - name = "rust-argon2" 618 - version = "0.8.3" 619 - source = "registry+https://github.com/rust-lang/crates.io-index" 620 - checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" 621 - dependencies = [ 622 - "base64", 623 - "blake2b_simd", 624 - "constant_time_eq", 625 - "crossbeam-utils", 626 - ] 708 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 627 709 628 710 [[package]] 629 711 name = "rustc-hash" ··· 651 733 ] 652 734 653 735 [[package]] 736 + name = "rustix" 737 + version = "0.36.11" 738 + source = "registry+https://github.com/rust-lang/crates.io-index" 739 + checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" 740 + dependencies = [ 741 + "bitflags", 742 + "errno", 743 + "io-lifetimes", 744 + "libc", 745 + "linux-raw-sys", 746 + "windows-sys", 747 + ] 748 + 749 + [[package]] 750 + name = "rustversion" 751 + version = "1.0.12" 752 + source = "registry+https://github.com/rust-lang/crates.io-index" 753 + checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 754 + 755 + [[package]] 654 756 name = "ryu" 655 - version = "1.0.11" 757 + version = "1.0.13" 656 758 source = "registry+https://github.com/rust-lang/crates.io-index" 657 - checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 759 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 658 760 659 761 [[package]] 660 762 name = "semver" ··· 673 775 674 776 [[package]] 675 777 name = "serde" 676 - version = "1.0.147" 778 + version = "1.0.159" 677 779 source = "registry+https://github.com/rust-lang/crates.io-index" 678 - checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" 780 + checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 679 781 680 782 [[package]] 681 783 name = "servo-fontconfig" ··· 700 802 701 803 [[package]] 702 804 name = "shlex" 703 - version = "0.1.1" 805 + version = "1.1.0" 704 806 source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" 807 + checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" 808 + 809 + [[package]] 810 + name = "stest" 811 + version = "0.0.0" 812 + dependencies = [ 813 + "clap 4.2.0", 814 + ] 706 815 707 816 [[package]] 708 817 name = "strsim" ··· 711 820 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 712 821 713 822 [[package]] 823 + name = "strsim" 824 + version = "0.10.0" 825 + source = "registry+https://github.com/rust-lang/crates.io-index" 826 + checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 827 + 828 + [[package]] 714 829 name = "syn" 715 - version = "1.0.103" 830 + version = "1.0.109" 716 831 source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d" 832 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 833 + dependencies = [ 834 + "proc-macro2", 835 + "quote", 836 + "unicode-ident", 837 + ] 838 + 839 + [[package]] 840 + name = "syn" 841 + version = "2.0.11" 842 + source = "registry+https://github.com/rust-lang/crates.io-index" 843 + checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" 718 844 dependencies = [ 719 845 "proc-macro2", 720 846 "quote", ··· 723 849 724 850 [[package]] 725 851 name = "term" 726 - version = "0.5.2" 852 + version = "0.7.0" 727 853 source = "registry+https://github.com/rust-lang/crates.io-index" 728 - checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42" 854 + checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 729 855 dependencies = [ 730 - "byteorder", 731 - "dirs", 856 + "dirs-next", 857 + "rustversion", 732 858 "winapi", 733 859 ] 734 860 735 861 [[package]] 736 862 name = "termcolor" 737 - version = "1.1.3" 863 + version = "1.2.0" 738 864 source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 865 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 740 866 dependencies = [ 741 867 "winapi-util", 742 868 ] ··· 751 877 ] 752 878 753 879 [[package]] 880 + name = "thiserror" 881 + version = "1.0.40" 882 + source = "registry+https://github.com/rust-lang/crates.io-index" 883 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 884 + dependencies = [ 885 + "thiserror-impl", 886 + ] 887 + 888 + [[package]] 889 + name = "thiserror-impl" 890 + version = "1.0.40" 891 + source = "registry+https://github.com/rust-lang/crates.io-index" 892 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 893 + dependencies = [ 894 + "proc-macro2", 895 + "quote", 896 + "syn 2.0.11", 897 + ] 898 + 899 + [[package]] 754 900 name = "unicode-ident" 755 - version = "1.0.5" 901 + version = "1.0.8" 756 902 source = "registry+https://github.com/rust-lang/crates.io-index" 757 - checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 903 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 758 904 759 905 [[package]] 760 906 name = "unicode-segmentation" 761 - version = "1.10.0" 907 + version = "1.10.1" 762 908 source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" 909 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 764 910 765 911 [[package]] 766 912 name = "unicode-width" ··· 769 915 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 770 916 771 917 [[package]] 772 - name = "vec_map" 773 - version = "0.8.2" 918 + name = "utf8parse" 919 + version = "0.2.1" 774 920 source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 921 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 776 922 777 923 [[package]] 778 - name = "version_check" 779 - version = "0.9.4" 924 + name = "vec_map" 925 + version = "0.8.2" 780 926 source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 927 + checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 782 928 783 929 [[package]] 784 930 name = "wasi" 785 - version = "0.9.0+wasi-snapshot-preview1" 931 + version = "0.11.0+wasi-snapshot-preview1" 786 932 source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 933 + checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 788 934 789 935 [[package]] 790 936 name = "which" 791 - version = "3.1.1" 937 + version = "4.4.0" 792 938 source = "registry+https://github.com/rust-lang/crates.io-index" 793 - checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" 939 + checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 794 940 dependencies = [ 941 + "either", 795 942 "libc", 943 + "once_cell", 796 944 ] 797 945 798 946 [[package]] ··· 827 975 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 828 976 829 977 [[package]] 978 + name = "windows-sys" 979 + version = "0.45.0" 980 + source = "registry+https://github.com/rust-lang/crates.io-index" 981 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 982 + dependencies = [ 983 + "windows-targets", 984 + ] 985 + 986 + [[package]] 987 + name = "windows-targets" 988 + version = "0.42.2" 989 + source = "registry+https://github.com/rust-lang/crates.io-index" 990 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 991 + dependencies = [ 992 + "windows_aarch64_gnullvm", 993 + "windows_aarch64_msvc", 994 + "windows_i686_gnu", 995 + "windows_i686_msvc", 996 + "windows_x86_64_gnu", 997 + "windows_x86_64_gnullvm", 998 + "windows_x86_64_msvc", 999 + ] 1000 + 1001 + [[package]] 1002 + name = "windows_aarch64_gnullvm" 1003 + version = "0.42.2" 1004 + source = "registry+https://github.com/rust-lang/crates.io-index" 1005 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1006 + 1007 + [[package]] 1008 + name = "windows_aarch64_msvc" 1009 + version = "0.42.2" 1010 + source = "registry+https://github.com/rust-lang/crates.io-index" 1011 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1012 + 1013 + [[package]] 1014 + name = "windows_i686_gnu" 1015 + version = "0.42.2" 1016 + source = "registry+https://github.com/rust-lang/crates.io-index" 1017 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1018 + 1019 + [[package]] 1020 + name = "windows_i686_msvc" 1021 + version = "0.42.2" 1022 + source = "registry+https://github.com/rust-lang/crates.io-index" 1023 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1024 + 1025 + [[package]] 1026 + name = "windows_x86_64_gnu" 1027 + version = "0.42.2" 1028 + source = "registry+https://github.com/rust-lang/crates.io-index" 1029 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1030 + 1031 + [[package]] 1032 + name = "windows_x86_64_gnullvm" 1033 + version = "0.42.2" 1034 + source = "registry+https://github.com/rust-lang/crates.io-index" 1035 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1036 + 1037 + [[package]] 1038 + name = "windows_x86_64_msvc" 1039 + version = "0.42.2" 1040 + source = "registry+https://github.com/rust-lang/crates.io-index" 1041 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1042 + 1043 + [[package]] 830 1044 name = "x11" 831 - version = "2.20.0" 1045 + version = "2.21.0" 832 1046 source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "f7ae97874a928d821b061fce3d1fc52f08071dd53c89a6102bc06efcac3b2908" 1047 + checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 834 1048 dependencies = [ 835 1049 "libc", 836 1050 "pkg-config", ··· 860 1074 version = "0.3.5" 861 1075 source = "registry+https://github.com/rust-lang/crates.io-index" 862 1076 checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" 1077 + 1078 + [[package]] 1079 + name = "yaml-rust" 1080 + version = "0.4.5" 1081 + source = "registry+https://github.com/rust-lang/crates.io-index" 1082 + checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 1083 + dependencies = [ 1084 + "linked-hash-map", 1085 + ]
+15 -16
pkgs/applications/misc/dmenu-rs/default.nix
··· 2 2 , rustPlatform 3 3 , lib 4 4 , fetchFromGitHub 5 + , fetchpatch 5 6 , cargo 6 7 , expat 7 8 , fontconfig ··· 18 19 # See: https://github.com/Shizcow/dmenu-rs#plugins 19 20 stdenv.mkDerivation rec { 20 21 pname = "dmenu-rs"; 21 - version = "5.5.1"; 22 + version = "5.5.2"; 22 23 23 24 src = fetchFromGitHub { 24 25 owner = "Shizcow"; 25 26 repo = pname; 26 27 rev = version; 27 - sha256 = "sha256-WpDqBjIZ5ESnoRtWZmvm+gNTLKqxL4IibRVCj0yRIFM="; 28 + sha256 = "sha256-6yO2S6j/BD6x/bsuTFKAKvARl1n94KRiPwpmswmUOPU="; 28 29 }; 29 30 30 31 nativeBuildInputs = [ ··· 51 52 lockFile = ./Cargo.lock; 52 53 }; 53 54 54 - # The rust-xcb dependency dynamically generates rust code at build time. 55 - # This derivation uses nixpkgs rust functions that vendor each cargo 56 - # dependency's source code into the READ-ONLY nix store. To avoid the code 57 - # generation step failing, we copy the rust-xcb source out of the nix store 58 - # and make it writeable. Also, we remove the build's hardcoded c compiler. 59 - # See: https://github.com/rust-x-bindings/rust-xcb/tree/v0.8.2 55 + # Fix a bug in the makefile when installing. 56 + # See https://github.com/Shizcow/dmenu-rs/pull/50 57 + patches = let 58 + fix-broken-make-install-patch = fetchpatch { 59 + url = "https://github.com/Shizcow/dmenu-rs/commit/1f4b3f8a07d73272f8c6f19bfb6ff3de5e042815.patch"; 60 + sha256 = "sha256-hmXApWg8qngc1vHkHUnB7Lt7wQUOyCSsBmn4HC1j53M="; 61 + }; 62 + in [ 63 + fix-broken-make-install-patch 64 + ]; 65 + 66 + # Copy the Cargo.lock stored here in nixpkgs into the build directory. 60 67 postPatch = '' 61 - substituteInPlace config.mk --replace "clang" "" 62 - 63 - chmod +w "$NIX_BUILD_TOP/cargo-vendor-dir" 64 - mkdir -p "$NIX_BUILD_TOP/cargo-vendor-dir/xcb-0.8.2-readwrite" 65 - cp -r --no-preserve=mod "$NIX_BUILD_TOP/cargo-vendor-dir/xcb-0.8.2/." "$NIX_BUILD_TOP/cargo-vendor-dir/xcb-0.8.2-readwrite" 66 - unlink "$NIX_BUILD_TOP/cargo-vendor-dir/xcb-0.8.2" 67 - mv "$NIX_BUILD_TOP/cargo-vendor-dir/xcb-0.8.2-readwrite" "$NIX_BUILD_TOP/cargo-vendor-dir/xcb-0.8.2" 68 - 69 68 cp ${./Cargo.lock} src/Cargo.lock 70 69 ''; 71 70
+2 -2
pkgs/applications/misc/gnome-frog/default.nix
··· 22 22 23 23 python3Packages.buildPythonApplication rec { 24 24 pname = "gnome-frog"; 25 - version = "1.2.0"; 25 + version = "1.3.0"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "TenderOwl"; 29 29 repo = "Frog"; 30 30 rev = "refs/tags/${version}"; 31 - sha256 = "sha256-AJ6pFtTM4ViZ9dB41wzHoPSHDdmu+SOzD5fkoAiRLzQ="; 31 + sha256 = "sha256-ErDHrdD9UZxOIGwgN5eakY6vhNvE6D9SoRYXZhzmYX4="; 32 32 }; 33 33 34 34 format = "other";
+2 -2
pkgs/applications/networking/instant-messengers/cinny/default.nix
··· 4 4 configOverrides = writeText "cinny-config-overrides.json" (builtins.toJSON conf); 5 5 in stdenv.mkDerivation rec { 6 6 pname = "cinny"; 7 - version = "2.2.4"; 7 + version = "2.2.6"; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/ajbura/cinny/releases/download/v${version}/cinny-v${version}.tar.gz"; 11 - hash = "sha256-BqxEZgI9uxoUpl/CJ2jSWjNIpfP2N392C4h/muBlhZY="; 11 + hash = "sha256-AvYM8++PqKmm7CJN5hmg9GSC72IoHX+rRxuT3GflvjU="; 12 12 }; 13 13 14 14 installPhase = ''
+16 -13
pkgs/applications/video/qmplay2/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , pkg-config 5 - , cmake 6 4 , alsa-lib 5 + , cmake 7 6 , ffmpeg 8 7 , game-music-emu 8 + , libXv 9 9 , libass 10 10 , libcddb 11 11 , libcdio 12 12 , libpulseaudio 13 13 , libsidplayfp 14 14 , libva 15 - , libXv 16 - , taglib 15 + , pkg-config 17 16 , qtbase 18 17 , qttools 18 + , taglib 19 19 , vulkan-headers 20 20 , vulkan-tools 21 21 , wrapQtAppsHook 22 22 }: 23 - stdenv.mkDerivation rec { 23 + 24 + stdenv.mkDerivation (self: { 24 25 pname = "qmplay2"; 25 - version = "22.08.21"; 26 + version = "23.02.05"; 26 27 27 28 src = fetchFromGitHub { 28 29 owner = "zaps166"; 29 30 repo = "QMPlay2"; 30 - rev = version; 31 - sha256 = "sha256-UQf1aJGoUlXBo2lejw8A3lF6rFOKK6LUGDxRY9207Dw="; 31 + rev = self.version; 32 + sha256 = "sha256-ZDpUgD9qTvjopGFVrwTBSEmrXn+4aKq2zeqoTnXwmI8="; 32 33 fetchSubmodules = true; 33 34 }; 34 35 ··· 37 38 pkg-config 38 39 wrapQtAppsHook 39 40 ]; 41 + 40 42 buildInputs = [ 41 43 alsa-lib 42 44 ffmpeg ··· 60 62 ln -s $out/bin/QMPlay2 $out/bin/qmplay2 61 63 ''; 62 64 63 - meta = with lib; { 65 + meta = { 64 66 homepage = "https://github.com/zaps166/QMPlay2/"; 65 67 description = "Qt-based Multimedia player"; 66 68 longDescription = '' ··· 69 71 files, Rayman 2 music and chiptunes. It contains YouTube and MyFreeMP3 70 72 browser. 71 73 ''; 72 - license = licenses.lgpl3Plus; 73 - maintainers = with maintainers; [ AndersonTorres ]; 74 - platforms = with platforms; linux; 74 + changelog = "https://github.com/zaps166/QMPlay2/releases/tag/${self.version}"; 75 + license = lib.licenses.lgpl3Plus; 76 + maintainers = with lib.maintainers; [ AndersonTorres ]; 77 + platforms = lib.platforms.linux; 75 78 }; 76 - } 79 + })
+2 -2
pkgs/development/interpreters/erlang/24.nix
··· 1 1 { mkDerivation }: 2 2 3 3 mkDerivation { 4 - version = "24.3.4.9"; 5 - sha256 = "sha256-toM2AoPAle+eNKg0to3r/EYT2taJ9OwKvde4Jr++ZE0="; 4 + version = "24.3.4.10"; 5 + sha256 = "sha256-mz9ZSqp/MgdW3tMLLV84Uiwqb4FIOAnYjYgri68LlWs="; 6 6 }
+1 -1
pkgs/development/libraries/libepoxy/default.nix
··· 50 50 ]; 51 51 52 52 mesonFlags = [ 53 - "-Degl=${if x11Support then "yes" else "no"}" 53 + "-Degl=${if (x11Support && !stdenv.isDarwin) then "yes" else "no"}" 54 54 "-Dglx=${if x11Support then "yes" else "no"}" 55 55 "-Dtests=${lib.boolToString doCheck}" 56 56 "-Dx11=${lib.boolToString x11Support}"
+4 -2
pkgs/development/libraries/quarto/default.nix
··· 7 7 , nodePackages 8 8 , rWrapper 9 9 , rPackages 10 + , extraRPackages ? [] 10 11 , makeWrapper 11 12 , python3 13 + , extraPythonPackages ? ps: with ps; [] 12 14 }: 13 15 14 16 stdenv.mkDerivation rec { ··· 42 44 --prefix QUARTO_PANDOC : ${pandoc}/bin/pandoc \ 43 45 --prefix QUARTO_ESBUILD : ${esbuild}/bin/esbuild \ 44 46 --prefix QUARTO_DART_SASS : ${nodePackages.sass}/bin/sass \ 45 - --prefix QUARTO_R : ${rWrapper.override { packages = [ rPackages.rmarkdown]; }}/bin/R \ 46 - --prefix QUARTO_PYTHON : ${python3.withPackages (ps: with ps; [ jupyter ipython ])}/bin/python3 47 + --prefix QUARTO_R : ${rWrapper.override { packages = [ rPackages.rmarkdown ] ++ extraRPackages; }}/bin/R \ 48 + --prefix QUARTO_PYTHON : ${python3.withPackages (ps: with ps; [ jupyter ipython ] ++ (extraPythonPackages ps))}/bin/python3 47 49 ''; 48 50 49 51 installPhase = ''
+8 -4
pkgs/development/python-modules/blis/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "blis"; 13 - # Do not update to BLIS 0.9.x until the following issue is resolved: 14 - # https://github.com/explosion/thinc/issues/771#issuecomment-1255825935 15 - version = "0.9.1"; 13 + version = "0.7.9"; 16 14 format = "setuptools"; 17 15 18 16 disabled = pythonOlder "3.7"; 19 17 20 18 src = fetchPypi { 21 19 inherit pname version; 22 - hash = "sha256-fOrEZoAfnZfss04Q3e2MJM9eCSfqfoNNocydLtP8Nm8="; 20 + hash = "sha256-Ke9MJQB3hakP/C8Ks9O9O3XNLXhWqaSCt9DayNURoJ0="; 23 21 }; 24 22 25 23 postPatch = '' ··· 44 42 pythonImportsCheck = [ 45 43 "blis" 46 44 ]; 45 + 46 + passthru = { 47 + # Do not update to BLIS 0.9.x until the following issue is resolved: 48 + # https://github.com/explosion/thinc/issues/771#issuecomment-1255825935 49 + skipBulkUpdate = true; 50 + }; 47 51 48 52 meta = with lib; { 49 53 description = "BLAS-like linear algebra library";
+3 -2
pkgs/development/python-modules/easyenergy/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "easyenergy"; 16 - version = "0.2.2"; 16 + version = "0.2.3"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "klaasnicolaas"; 23 23 repo = "python-easyenergy"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-jo9Gn5ZPm9jSTB4m1yy779hqzby9abFFDSnKLxYqccg="; 25 + hash = "sha256-xDrfOiAAH6qD7qv0ERlQDJ2+CXJiHgvNhxbSlbhpdtw="; 26 26 }; 27 27 28 28 postPatch = '' ··· 63 63 "test_gas_model" 64 64 "test_gas_none_data" 65 65 "test_no_gas_data" 66 + "test_electricity_midnight" 66 67 ]; 67 68 68 69 meta = with lib; {
+2 -2
pkgs/development/python-modules/energyzero/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "energyzero"; 16 - version = "0.4.0"; 16 + version = "0.4.1"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "klaasnicolaas"; 23 23 repo = "python-energyzero"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-QSxr4hfNlpIbLpeQ8tcdRP3dARB/OxTP9cVgf+P63Lw="; 25 + hash = "sha256-qBtsNqmGLCUGTYJ8iPL/Ie3yGX7Ocs4e+yp0tRAhK8g="; 26 26 }; 27 27 28 28 postPatch = ''
+2 -2
pkgs/development/python-modules/pikepdf/default.nix
··· 26 26 27 27 buildPythonPackage rec { 28 28 pname = "pikepdf"; 29 - version = "7.1.1"; 29 + version = "7.1.2"; 30 30 format = "pyproject"; 31 31 32 32 disabled = pythonOlder "3.8"; ··· 41 41 postFetch = '' 42 42 rm "$out/.git_archival.txt" 43 43 ''; 44 - hash = "sha256-u6xfsWHod8U7nM5S40ZU1z4qxNMlWdq+7yhnAtBh8oE="; 44 + hash = "sha256-Lm05lqqZM1zucdIDgSnYsCcfo7wCDLcY02vv7CyHTGo="; 45 45 }; 46 46 47 47 patches = [
+2 -2
pkgs/development/python-modules/zha-quirks/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "zha-quirks"; 12 - version = "0.0.94"; 12 + version = "0.0.95"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "zigpy"; 19 19 repo = "zha-device-handlers"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-WYMl/KN3JUmBV+O29WVxZXFpfJ5of7Jo2hFgrbn2NYc="; 21 + hash = "sha256-LCO4jLwPqPDOoKdzay7cKuAv36UZ+OGu39AoBj6iqpY="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+2 -2
pkgs/development/tools/open-policy-agent/default.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "open-policy-agent"; 14 - version = "0.48.0"; 14 + version = "0.50.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "open-policy-agent"; 18 18 repo = "opa"; 19 19 rev = "v${version}"; 20 - hash = "sha256-//xwk5T477Ae61MqZCrj8VcG23mqrP04/VVuUwtxyio="; 20 + hash = "sha256-xoU6S8tQaJgJnF+zLWEhgoznwMY1orE/0QI9KAqr0Gk="; 21 21 }; 22 22 vendorHash = null; 23 23
+2 -2
pkgs/os-specific/darwin/karabiner-elements/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "karabiner-elements"; 5 - version = "14.8.0"; 5 + version = "14.11.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/pqrs-org/Karabiner-Elements/releases/download/v${version}/Karabiner-Elements-${version}.dmg"; 9 - sha256 = "sha256-sQJgK3EoJf8wcr0iL9iZXl6NJArptUDTrDeNKwgEfuM="; 9 + sha256 = "sha256-InuSfXbaSYsncq8jVO15LbQmDTguRHlOiE/Pj5EfX5c="; 10 10 }; 11 11 12 12 outputs = [ "out" "driver" ];
+3 -3
pkgs/servers/nextcloud/notify_push.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "notify_push"; 5 - version = "0.6.0"; 5 + version = "0.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nextcloud"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-DGWdVsKA8Y1r+/n+vPkRmFt1EAwPYDmFiUcyWZrXeRM="; 11 + hash = "sha256-0quQmi+SFNVlDFUWJYM2WgOCi22KJ/eBLvxBl9+M3g4="; 12 12 }; 13 13 14 - cargoHash = "sha256-H0rkY3hQaOBP8Cai22ppQpZJS1vyFx5uo4k9Paa2yS0="; 14 + cargoHash = "sha256-jZC71OCexTGVq/CguMiDHIbF7QaulIzUaZW2d0x98nw="; 15 15 16 16 passthru = { 17 17 test_client = rustPlatform.buildRustPackage {
+17 -17
pkgs/servers/nextcloud/packages/24.json
··· 10 10 ] 11 11 }, 12 12 "calendar": { 13 - "sha256": "1gf1gn8n85dya47y286hwknms2pj0lhgj09c29gkzgzb4wipa3ww", 14 - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v3.5.5/calendar-v3.5.5.tar.gz", 15 - "version": "3.5.5", 13 + "sha256": "1cb3rjqgjysmirfvda4fqyr24ljh1203bzygmzzm9n26ji72636f", 14 + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v3.5.6/calendar-v3.5.6.tar.gz", 15 + "version": "3.5.6", 16 16 "description": "The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite team’s matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events\n* ⌚️ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* 🔍 Search! Find your events at ease\n* ☑️ Tasks! See tasks with a due date directly in the calendar\n* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.", 17 17 "homepage": "https://github.com/nextcloud/calendar/", 18 18 "licenses": [ ··· 90 90 ] 91 91 }, 92 92 "keeweb": { 93 - "sha256": "a3281fcfdb4058971a3b5c838870a8d5b533445c999b8e921fb8758b216dadbc", 94 - "url": "https://github.com/jhass/nextcloud-keeweb/releases/download/v0.6.10/keeweb-0.6.10.tar.gz", 95 - "version": "0.6.10", 93 + "sha256": "19wzp588p3a87bi7ajn2r8jmsjjzzc1g8bkpwkidv66gi87gv9sr", 94 + "url": "https://github.com/jhass/nextcloud-keeweb/releases/download/v0.6.12/keeweb-0.6.12.tar.gz", 95 + "version": "0.6.12", 96 96 "description": "Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in your Nextcloud.", 97 97 "homepage": "https://github.com/jhass/nextcloud-keeweb", 98 98 "licenses": [ ··· 100 100 ] 101 101 }, 102 102 "mail": { 103 - "sha256": "1agpdxf8lnsdxpk1nmypxam5p8i8xiyzsyb34cv2lksd2ziirmp5", 104 - "url": "https://github.com/nextcloud-releases/mail/releases/download/v1.15.2/mail-v1.15.2.tar.gz", 105 - "version": "1.15.2", 103 + "sha256": "1a697wf2lq596dk04acd6qpmx9immh6v8npj0kf43m31kc3hm0rs", 104 + "url": "https://github.com/nextcloud-releases/mail/releases/download/v1.15.3/mail-v1.15.3.tar.gz", 105 + "version": "1.15.3", 106 106 "description": "**💌 A mail app for Nextcloud**\n\n- **🚀 Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **📥 Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **🔒 Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.\n- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!", 107 107 "homepage": "https://github.com/nextcloud/mail#readme", 108 108 "licenses": [ ··· 110 110 ] 111 111 }, 112 112 "news": { 113 - "sha256": "026ggjf6dqbjv8hnj6jj1nnqz0256ck2yg13zhln7zc84lhfzlfd", 114 - "url": "https://github.com/nextcloud/news/releases/download/21.1.0/news.tar.gz", 115 - "version": "21.1.0", 113 + "sha256": "029rzfnqf2h37pw30hmclmvizz8v7r2sgqbs4gkp0kj0s6fx388z", 114 + "url": "https://github.com/nextcloud/news/releases/download/21.2.0-beta1/news.tar.gz", 115 + "version": "21.2.0-beta1", 116 116 "description": "📰 A RSS/Atom Feed reader App for Nextcloud\n\n- 📲 Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)\n- 🔄 Automatic updates of your news feeds\n- 🆓 Free and open source under AGPLv3, no ads or premium functions\n\n**System Cron is currently required for this app to work**\n\nRequirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)\n\nThe Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)\n\nCreate a [bug report](https://github.com/nextcloud/news/issues/new/choose)\n\nCreate a [feature request](https://github.com/nextcloud/news/discussions/new)\n\nReport a [feed issue](https://github.com/nextcloud/news/discussions/new)", 117 117 "homepage": "https://github.com/nextcloud/news", 118 118 "licenses": [ ··· 130 130 ] 131 131 }, 132 132 "notify_push": { 133 - "sha256": "1vfa68spnyfivcx0vp49mimf5xg7hsxnifd06imd1c0mw3nlfm4p", 134 - "url": "https://github.com/nextcloud-releases/notify_push/releases/download/v0.6.0/notify_push-v0.6.0.tar.gz", 133 + "sha256": "0x3449bwrnkcpfimg9wfsi2fhrhlcwr7gn94hkyqhifc5qsyanvz", 134 + "url": "https://github.com/nextcloud-releases/notify_push/releases/download/v0.6.1/notify_push-v0.6.1.tar.gz", 135 135 "version": "0.6.0", 136 136 "description": "Push update support for desktop app.\n\nOnce the app is installed, the push binary needs to be setup. You can either use the setup wizard with `occ notify_push:setup` or see the [README](http://github.com/nextcloud/notify_push) for detailed setup instructions", 137 137 "homepage": "", ··· 170 170 ] 171 171 }, 172 172 "spreed": { 173 - "sha256": "1wih7gr2dxl69fdvarkgnxcwq47vbhwdmdvs8h70pqwrgss950hs", 174 - "url": "https://github.com/nextcloud-releases/spreed/releases/download/v14.0.9/spreed-v14.0.9.tar.gz", 175 - "version": "14.0.9", 173 + "sha256": "1r2n312kxx6ymlwrvqsj230x4zsg6im4xrss04zagiflvfljr5da", 174 + "url": "https://github.com/nextcloud-releases/spreed/releases/download/v14.0.10/spreed-v14.0.10.tar.gz", 175 + "version": "14.0.10", 176 176 "description": "Chat, video & audio-conferencing using WebRTC\n\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol)).\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\n\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds", 177 177 "homepage": "https://github.com/nextcloud/spreed", 178 178 "licenses": [
+25 -25
pkgs/servers/nextcloud/packages/25.json
··· 10 10 ] 11 11 }, 12 12 "calendar": { 13 - "sha256": "18jlj2g2b57ibcvqiw3pkkky4rr20xi5plyxl1xjn2bp9l3hng4y", 14 - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.3.0/calendar-v4.3.0.tar.gz", 15 - "version": "4.3.0", 13 + "sha256": "1f116521c8mn2ihng20z94f1z3bj0fq4k5968a4nd9m7n0hi47wx", 14 + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.3.1/calendar-v4.3.1.tar.gz", 15 + "version": "4.3.1", 16 16 "description": "The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite team’s matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events\n* ⌚️ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* 🔍 Search! Find your events at ease\n* ☑️ Tasks! See tasks with a due date directly in the calendar\n* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.", 17 17 "homepage": "https://github.com/nextcloud/calendar/", 18 18 "licenses": [ ··· 80 80 ] 81 81 }, 82 82 "keeweb": { 83 - "sha256": "1g6bjbzk7rf9x7cblwsc7cmd3fx5zrkib5ra5xzsmqc9aqpy22zh", 84 - "url": "https://github.com/jhass/nextcloud-keeweb/releases/download/v0.6.10/keeweb-0.6.10.tar.gz", 85 - "version": "0.6.10", 83 + "sha256": "19wzp588p3a87bi7ajn2r8jmsjjzzc1g8bkpwkidv66gi87gv9sr", 84 + "url": "https://github.com/jhass/nextcloud-keeweb/releases/download/v0.6.12/keeweb-0.6.12.tar.gz", 85 + "version": "0.6.12", 86 86 "description": "Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in your Nextcloud.", 87 87 "homepage": "https://github.com/jhass/nextcloud-keeweb", 88 88 "licenses": [ ··· 90 90 ] 91 91 }, 92 92 "mail": { 93 - "sha256": "0sk19y9iwnbw6ci4hq9xxrn5qgnlgqlb5hpzc50i706s1z5n9cmc", 94 - "url": "https://github.com/nextcloud-releases/mail/releases/download/v2.2.4/mail-v2.2.4.tar.gz", 95 - "version": "2.2.4", 93 + "sha256": "0w0v7w9v8pg8qm42x8azfqzwl5pdpn6j1klnbcjh0hw3x1rzns48", 94 + "url": "https://github.com/nextcloud-releases/mail/releases/download/v2.2.5/mail-v2.2.5.tar.gz", 95 + "version": "2.2.5", 96 96 "description": "**💌 A mail app for Nextcloud**\n\n- **🚀 Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **📥 Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **🔒 Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.\n- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!", 97 97 "homepage": "https://github.com/nextcloud/mail#readme", 98 98 "licenses": [ ··· 100 100 ] 101 101 }, 102 102 "news": { 103 - "sha256": "1i7avq4iliz8afrwc9hw7hb13g3223004b2dim7j77l3zsvkfq3h", 104 - "url": "https://github.com/nextcloud/news/releases/download/21.1.0-beta1/news.tar.gz", 105 - "version": "21.1.0-beta1", 103 + "sha256": "029rzfnqf2h37pw30hmclmvizz8v7r2sgqbs4gkp0kj0s6fx388z", 104 + "url": "https://github.com/nextcloud/news/releases/download/21.2.0-beta1/news.tar.gz", 105 + "version": "21.2.0-beta1", 106 106 "description": "📰 A RSS/Atom Feed reader App for Nextcloud\n\n- 📲 Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)\n- 🔄 Automatic updates of your news feeds\n- 🆓 Free and open source under AGPLv3, no ads or premium functions\n\n**System Cron is currently required for this app to work**\n\nRequirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)\n\nThe Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)\n\nCreate a [bug report](https://github.com/nextcloud/news/issues/new/choose)\n\nCreate a [feature request](https://github.com/nextcloud/news/discussions/new)\n\nReport a [feed issue](https://github.com/nextcloud/news/discussions/new)", 107 107 "homepage": "https://github.com/nextcloud/news", 108 108 "licenses": [ ··· 110 110 ] 111 111 }, 112 112 "notes": { 113 - "sha256": "1jcgv3awr45jq3n3qv851qlpbdl2plixba0iq2s54dmhciypdckl", 114 - "url": "https://github.com/nextcloud/notes/releases/download/v4.6.0/notes.tar.gz", 115 - "version": "4.6.0", 116 - "description": "The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/stefan-niedermann/nextcloud-notes), [iOS](https://github.com/owncloud/notes-iOS-App) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.", 113 + "sha256": "0klqf8dixrrb8yp8cc60ggnvhmqb3yh9f6y1281jn8ia5jml622v", 114 + "url": "https://github.com/nextcloud-releases/notes/releases/download/v4.7.2/notes.tar.gz", 115 + "version": "4.7.2", 116 + "description": "The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.", 117 117 "homepage": "https://github.com/nextcloud/notes", 118 118 "licenses": [ 119 119 "agpl" 120 120 ] 121 121 }, 122 122 "notify_push": { 123 - "sha256": "1vfa68spnyfivcx0vp49mimf5xg7hsxnifd06imd1c0mw3nlfm4p", 124 - "url": "https://github.com/nextcloud-releases/notify_push/releases/download/v0.6.0/notify_push-v0.6.0.tar.gz", 123 + "sha256": "0x3449bwrnkcpfimg9wfsi2fhrhlcwr7gn94hkyqhifc5qsyanvz", 124 + "url": "https://github.com/nextcloud-releases/notify_push/releases/download/v0.6.1/notify_push-v0.6.1.tar.gz", 125 125 "version": "0.6.0", 126 126 "description": "Push update support for desktop app.\n\nOnce the app is installed, the push binary needs to be setup. You can either use the setup wizard with `occ notify_push:setup` or see the [README](http://github.com/nextcloud/notify_push) for detailed setup instructions", 127 127 "homepage": "", ··· 140 140 ] 141 141 }, 142 142 "polls": { 143 - "sha256": "12298sspxp0ap61z2fjlgnd30fn0gl92xa5m6rnx2jb5i39lh9wr", 144 - "url": "https://github.com/nextcloud/polls/releases/download/v5.0.0-beta4/polls.tar.gz", 145 - "version": "5.0.0-beta4", 143 + "sha256": "0dn008d9k0zpcs5c7hk3vfbwy14gvk3x5lk9bsfl5vifpg6w8fcd", 144 + "url": "https://github.com/nextcloud/polls/releases/download/v5.0.0-beta5/polls.tar.gz", 145 + "version": "5.0.0-beta5", 146 146 "description": "A polls app, similar to Doodle/Dudle with the possibility to restrict access (members, certain groups/users, hidden and public).", 147 147 "homepage": "https://github.com/nextcloud/polls", 148 148 "licenses": [ ··· 160 160 ] 161 161 }, 162 162 "spreed": { 163 - "sha256": "0pav5xcnj55vs04fm1fc2kpaz46k0rdlvv7xn6idwgh860anzp4g", 164 - "url": "https://github.com/nextcloud-releases/spreed/releases/download/v15.0.4/spreed-v15.0.4.tar.gz", 165 - "version": "15.0.4", 166 - "description": "Chat, video & audio-conferencing using WebRTC\r\n\r\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\r\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\r\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol)).\r\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\r\n\r\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\r\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds", 163 + "sha256": "1y78prkjgr1fk1miadbdjriq68nqspmfxd9q6cpbjr3aaq4jb541", 164 + "url": "https://github.com/nextcloud-releases/spreed/releases/download/v15.0.5/spreed-v15.0.5.tar.gz", 165 + "version": "15.0.5", 166 + "description": "Chat, video & audio-conferencing using WebRTC\n\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol)).\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\n\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds", 167 167 "homepage": "https://github.com/nextcloud/spreed", 168 168 "licenses": [ 169 169 "agpl"
+30 -20
pkgs/servers/nextcloud/packages/26.json
··· 10 10 ] 11 11 }, 12 12 "calendar": { 13 - "sha256": "18jlj2g2b57ibcvqiw3pkkky4rr20xi5plyxl1xjn2bp9l3hng4y", 14 - "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.3.0/calendar-v4.3.0.tar.gz", 15 - "version": "4.3.0", 13 + "sha256": "1f116521c8mn2ihng20z94f1z3bj0fq4k5968a4nd9m7n0hi47wx", 14 + "url": "https://github.com/nextcloud-releases/calendar/releases/download/v4.3.1/calendar-v4.3.1.tar.gz", 15 + "version": "4.3.1", 16 16 "description": "The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite team’s matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events\n* ⌚️ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* 🔍 Search! Find your events at ease\n* ☑️ Tasks! See tasks with a due date directly in the calendar\n* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.", 17 17 "homepage": "https://github.com/nextcloud/calendar/", 18 18 "licenses": [ ··· 79 79 "agpl" 80 80 ] 81 81 }, 82 + "keeweb": { 83 + "sha256": "19wzp588p3a87bi7ajn2r8jmsjjzzc1g8bkpwkidv66gi87gv9sr", 84 + "url": "https://github.com/jhass/nextcloud-keeweb/releases/download/v0.6.12/keeweb-0.6.12.tar.gz", 85 + "version": "0.6.12", 86 + "description": "Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in your Nextcloud.", 87 + "homepage": "https://github.com/jhass/nextcloud-keeweb", 88 + "licenses": [ 89 + "agpl" 90 + ] 91 + }, 82 92 "mail": { 83 - "sha256": "0lx8s7bb0w7d5kvn0np2p4rjjpajbhxf55qqp8ixfjkdcn6gkkxj", 84 - "url": "https://github.com/nextcloud-releases/mail/releases/download/v3.0.0/mail-v3.0.0.tar.gz", 85 - "version": "3.0.0", 93 + "sha256": "1j83k45j09yv4d9lhqzjp8xb90z0k098f3ymz2g7b6hfplp26sim", 94 + "url": "https://github.com/nextcloud-releases/mail/releases/download/v3.0.2/mail-v3.0.2.tar.gz", 95 + "version": "3.0.2", 86 96 "description": "**💌 A mail app for Nextcloud**\n\n- **🚀 Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.\n- **📥 Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.\n- **🔒 Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.\n- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.\n- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!", 87 97 "homepage": "https://github.com/nextcloud/mail#readme", 88 98 "licenses": [ ··· 90 100 ] 91 101 }, 92 102 "news": { 93 - "sha256": "026ggjf6dqbjv8hnj6jj1nnqz0256ck2yg13zhln7zc84lhfzlfd", 94 - "url": "https://github.com/nextcloud/news/releases/download/21.1.0/news.tar.gz", 95 - "version": "21.1.0", 103 + "sha256": "029rzfnqf2h37pw30hmclmvizz8v7r2sgqbs4gkp0kj0s6fx388z", 104 + "url": "https://github.com/nextcloud/news/releases/download/21.2.0-beta1/news.tar.gz", 105 + "version": "21.2.0-beta1", 96 106 "description": "📰 A RSS/Atom Feed reader App for Nextcloud\n\n- 📲 Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)\n- 🔄 Automatic updates of your news feeds\n- 🆓 Free and open source under AGPLv3, no ads or premium functions\n\n**System Cron is currently required for this app to work**\n\nRequirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)\n\nThe Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)\n\nCreate a [bug report](https://github.com/nextcloud/news/issues/new/choose)\n\nCreate a [feature request](https://github.com/nextcloud/news/discussions/new)\n\nReport a [feed issue](https://github.com/nextcloud/news/discussions/new)", 97 107 "homepage": "https://github.com/nextcloud/news", 98 108 "licenses": [ ··· 100 110 ] 101 111 }, 102 112 "notes": { 103 - "sha256": "19875sl3wpwnq2wrblfyyxhrp7hpqwazrnmz037yd1vf43crw03d", 104 - "url": "https://github.com/nextcloud-releases/notes/releases/download/v4.7.0/notes.tar.gz", 105 - "version": "4.7.0", 113 + "sha256": "0klqf8dixrrb8yp8cc60ggnvhmqb3yh9f6y1281jn8ia5jml622v", 114 + "url": "https://github.com/nextcloud-releases/notes/releases/download/v4.7.2/notes.tar.gz", 115 + "version": "4.7.2", 106 116 "description": "The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.", 107 117 "homepage": "https://github.com/nextcloud/notes", 108 118 "licenses": [ ··· 110 120 ] 111 121 }, 112 122 "notify_push": { 113 - "sha256": "1vfa68spnyfivcx0vp49mimf5xg7hsxnifd06imd1c0mw3nlfm4p", 114 - "url": "https://github.com/nextcloud-releases/notify_push/releases/download/v0.6.0/notify_push-v0.6.0.tar.gz", 123 + "sha256": "0x3449bwrnkcpfimg9wfsi2fhrhlcwr7gn94hkyqhifc5qsyanvz", 124 + "url": "https://github.com/nextcloud-releases/notify_push/releases/download/v0.6.1/notify_push-v0.6.1.tar.gz", 115 125 "version": "0.6.0", 116 126 "description": "Push update support for desktop app.\n\nOnce the app is installed, the push binary needs to be setup. You can either use the setup wizard with `occ notify_push:setup` or see the [README](http://github.com/nextcloud/notify_push) for detailed setup instructions", 117 127 "homepage": "", ··· 130 140 ] 131 141 }, 132 142 "polls": { 133 - "sha256": "12298sspxp0ap61z2fjlgnd30fn0gl92xa5m6rnx2jb5i39lh9wr", 134 - "url": "https://github.com/nextcloud/polls/releases/download/v5.0.0-beta4/polls.tar.gz", 135 - "version": "5.0.0-beta4", 143 + "sha256": "0dn008d9k0zpcs5c7hk3vfbwy14gvk3x5lk9bsfl5vifpg6w8fcd", 144 + "url": "https://github.com/nextcloud/polls/releases/download/v5.0.0-beta5/polls.tar.gz", 145 + "version": "5.0.0-beta5", 136 146 "description": "A polls app, similar to Doodle/Dudle with the possibility to restrict access (members, certain groups/users, hidden and public).", 137 147 "homepage": "https://github.com/nextcloud/polls", 138 148 "licenses": [ ··· 150 160 ] 151 161 }, 152 162 "spreed": { 153 - "sha256": "0i5n47j8hvngfkiad88j5m37frp3bp4w5r7qaram5dvxmm2rkngc", 154 - "url": "https://github.com/nextcloud-releases/spreed/releases/download/v16.0.0/spreed-v16.0.0.tar.gz", 155 - "version": "16.0.0", 163 + "sha256": "15wfbqfif2bnbgva57jkjadx3b7ypx51idcxr3xyn4mraijdll3d", 164 + "url": "https://github.com/nextcloud-releases/spreed/releases/download/v16.0.2/spreed-v16.0.2.tar.gz", 165 + "version": "16.0.2", 156 166 "description": "Chat, video & audio-conferencing using WebRTC\n\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol)).\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\n\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds", 157 167 "homepage": "https://github.com/nextcloud/spreed", 158 168 "licenses": [
+1 -1
pkgs/servers/nextcloud/packages/nc-versions.nix
··· 2 2 # Licensed under: MIT 3 3 4 4 # this file is used to figure out which versions of nextcloud we have in nixpkgs 5 - { pkgs ? import <nixpkgs> {}, lib ? pkgs.lib }: 5 + { pkgs ? import ../../../.. {}, lib ? pkgs.lib }: 6 6 let 7 7 n = lib.mapAttrsToList (_: v: v.version) ( 8 8 lib.filterAttrs (k: v: builtins.match "nextcloud[0-9]+" k != null && (builtins.tryEval v.version).success)
+394 -173
pkgs/tools/audio/mpd-discord-rpc/Cargo.lock
··· 23 23 ] 24 24 25 25 [[package]] 26 + name = "async-once-cell" 27 + version = "0.4.4" 28 + source = "registry+https://github.com/rust-lang/crates.io-index" 29 + checksum = "5b49bd4c5b769125ea6323601c39815848972880efd33ffb2d01f9f909adc699" 30 + 31 + [[package]] 26 32 name = "autocfg" 27 33 version = "0.1.8" 28 34 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 141 147 142 148 [[package]] 143 149 name = "dirs" 144 - version = "4.0.0" 150 + version = "5.0.0" 145 151 source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 152 + checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" 147 153 dependencies = [ 148 154 "dirs-sys", 149 155 ] 150 156 151 157 [[package]] 152 158 name = "dirs-sys" 153 - version = "0.3.7" 159 + version = "0.4.0" 154 160 source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 161 + checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" 156 162 dependencies = [ 157 163 "libc", 158 164 "redox_users", 159 - "winapi 0.3.9", 165 + "windows-sys 0.45.0", 160 166 ] 161 167 162 168 [[package]] ··· 186 192 ] 187 193 188 194 [[package]] 195 + name = "errno" 196 + version = "0.2.8" 197 + source = "registry+https://github.com/rust-lang/crates.io-index" 198 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 199 + dependencies = [ 200 + "errno-dragonfly", 201 + "libc", 202 + "winapi 0.3.9", 203 + ] 204 + 205 + [[package]] 206 + name = "errno-dragonfly" 207 + version = "0.1.2" 208 + source = "registry+https://github.com/rust-lang/crates.io-index" 209 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 210 + dependencies = [ 211 + "cc", 212 + "libc", 213 + ] 214 + 215 + [[package]] 189 216 name = "fastrand" 190 - version = "1.8.0" 217 + version = "1.9.0" 191 218 source = "registry+https://github.com/rust-lang/crates.io-index" 192 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 219 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 193 220 dependencies = [ 194 221 "instant", 195 222 ] ··· 231 258 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 232 259 233 260 [[package]] 261 + name = "futures" 262 + version = "0.3.27" 263 + source = "registry+https://github.com/rust-lang/crates.io-index" 264 + checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" 265 + dependencies = [ 266 + "futures-channel", 267 + "futures-core", 268 + "futures-executor", 269 + "futures-io", 270 + "futures-sink", 271 + "futures-task", 272 + "futures-util", 273 + ] 274 + 275 + [[package]] 234 276 name = "futures-channel" 235 - version = "0.3.26" 277 + version = "0.3.27" 236 278 source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" 279 + checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" 238 280 dependencies = [ 239 281 "futures-core", 282 + "futures-sink", 240 283 ] 241 284 242 285 [[package]] 243 286 name = "futures-core" 244 - version = "0.3.26" 287 + version = "0.3.27" 245 288 source = "registry+https://github.com/rust-lang/crates.io-index" 246 - checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" 289 + checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" 290 + 291 + [[package]] 292 + name = "futures-executor" 293 + version = "0.3.27" 294 + source = "registry+https://github.com/rust-lang/crates.io-index" 295 + checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" 296 + dependencies = [ 297 + "futures-core", 298 + "futures-task", 299 + "futures-util", 300 + ] 247 301 248 302 [[package]] 249 303 name = "futures-io" 250 - version = "0.3.26" 304 + version = "0.3.27" 251 305 source = "registry+https://github.com/rust-lang/crates.io-index" 252 - checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" 306 + checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" 307 + 308 + [[package]] 309 + name = "futures-macro" 310 + version = "0.3.27" 311 + source = "registry+https://github.com/rust-lang/crates.io-index" 312 + checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" 313 + dependencies = [ 314 + "proc-macro2", 315 + "quote", 316 + "syn 1.0.109", 317 + ] 253 318 254 319 [[package]] 255 320 name = "futures-sink" 256 - version = "0.3.26" 321 + version = "0.3.27" 257 322 source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" 323 + checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" 259 324 260 325 [[package]] 261 326 name = "futures-task" 262 - version = "0.3.26" 327 + version = "0.3.27" 263 328 source = "registry+https://github.com/rust-lang/crates.io-index" 264 - checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" 329 + checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" 265 330 266 331 [[package]] 267 332 name = "futures-util" 268 - version = "0.3.26" 333 + version = "0.3.27" 269 334 source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" 335 + checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" 271 336 dependencies = [ 337 + "futures-channel", 272 338 "futures-core", 273 339 "futures-io", 340 + "futures-macro", 341 + "futures-sink", 274 342 "futures-task", 275 343 "memchr", 276 344 "pin-project-lite", ··· 291 359 292 360 [[package]] 293 361 name = "h2" 294 - version = "0.3.15" 362 + version = "0.3.16" 295 363 source = "registry+https://github.com/rust-lang/crates.io-index" 296 - checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" 364 + checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" 297 365 dependencies = [ 298 366 "bytes 1.4.0", 299 367 "fnv", ··· 322 390 dependencies = [ 323 391 "libc", 324 392 ] 393 + 394 + [[package]] 395 + name = "hermit-abi" 396 + version = "0.3.1" 397 + source = "registry+https://github.com/rust-lang/crates.io-index" 398 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 325 399 326 400 [[package]] 327 401 name = "http" 328 - version = "0.2.8" 402 + version = "0.2.9" 329 403 source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 404 + checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 331 405 dependencies = [ 332 406 "bytes 1.4.0", 333 407 "fnv", ··· 359 433 360 434 [[package]] 361 435 name = "hyper" 362 - version = "0.14.24" 436 + version = "0.14.25" 363 437 source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" 438 + checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" 365 439 dependencies = [ 366 440 "bytes 1.4.0", 367 441 "futures-channel", ··· 424 498 ] 425 499 426 500 [[package]] 501 + name = "io-lifetimes" 502 + version = "1.0.9" 503 + source = "registry+https://github.com/rust-lang/crates.io-index" 504 + checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 505 + dependencies = [ 506 + "hermit-abi 0.3.1", 507 + "libc", 508 + "windows-sys 0.45.0", 509 + ] 510 + 511 + [[package]] 427 512 name = "iovec" 428 513 version = "0.1.4" 429 514 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 440 525 441 526 [[package]] 442 527 name = "itoa" 443 - version = "1.0.5" 528 + version = "1.0.6" 444 529 source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 530 + checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 446 531 447 532 [[package]] 448 533 name = "js-sys" ··· 471 556 472 557 [[package]] 473 558 name = "libc" 474 - version = "0.2.139" 559 + version = "0.2.140" 475 560 source = "registry+https://github.com/rust-lang/crates.io-index" 476 - checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 561 + checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 562 + 563 + [[package]] 564 + name = "linux-raw-sys" 565 + version = "0.1.4" 566 + source = "registry+https://github.com/rust-lang/crates.io-index" 567 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 477 568 478 569 [[package]] 479 570 name = "lock_api" ··· 507 598 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 508 599 509 600 [[package]] 510 - name = "merge" 511 - version = "0.1.0" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9" 514 - dependencies = [ 515 - "merge_derive", 516 - "num-traits", 517 - ] 518 - 519 - [[package]] 520 - name = "merge_derive" 521 - version = "0.1.0" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07" 524 - dependencies = [ 525 - "proc-macro-error", 526 - "proc-macro2", 527 - "quote", 528 - "syn", 529 - ] 530 - 531 - [[package]] 532 601 name = "mime" 533 - version = "0.3.16" 602 + version = "0.3.17" 534 603 source = "registry+https://github.com/rust-lang/crates.io-index" 535 - checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 604 + checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 536 605 537 606 [[package]] 538 607 name = "minimal-lexical" ··· 542 611 543 612 [[package]] 544 613 name = "mio" 545 - version = "0.8.5" 614 + version = "0.8.6" 546 615 source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 616 + checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 548 617 dependencies = [ 549 618 "libc", 550 619 "log", 551 620 "wasi", 552 - "windows-sys", 621 + "windows-sys 0.45.0", 553 622 ] 554 623 555 624 [[package]] 556 625 name = "mpd-discord-rpc" 557 - version = "1.5.4" 626 + version = "1.6.0" 558 627 dependencies = [ 559 628 "dirs", 560 629 "discord-rpc-client", 561 - "merge", 630 + "mpd-utils", 562 631 "mpd_client", 563 632 "regex", 564 633 "reqwest", 565 634 "serde", 566 635 "tokio", 567 636 "toml", 637 + "tracing", 638 + "tracing-subscriber", 639 + "universal-config", 640 + ] 641 + 642 + [[package]] 643 + name = "mpd-utils" 644 + version = "0.1.0" 645 + source = "registry+https://github.com/rust-lang/crates.io-index" 646 + checksum = "0d8fe9ce469f08cb23f2811201f61d7327b76b0fe15cf8ee0a2ea358fababcd7" 647 + dependencies = [ 648 + "async-once-cell", 649 + "futures", 650 + "mpd_client", 651 + "thiserror", 652 + "tokio", 653 + "tracing", 568 654 ] 569 655 570 656 [[package]] 571 657 name = "mpd_client" 572 - version = "1.0.0" 658 + version = "1.1.0" 573 659 source = "registry+https://github.com/rust-lang/crates.io-index" 574 - checksum = "ab5ddb4e7f7f0323823dcadfb17cb8b4d25d7ebcfee20779a814091d5b6dec95" 660 + checksum = "09acf3ba374ec87b03c0ca60f648dc3f7d045d4b8a4254553217f9098fef9039" 575 661 dependencies = [ 576 662 "bytes 1.4.0", 577 663 "mpd_protocol", ··· 631 717 ] 632 718 633 719 [[package]] 634 - name = "num-traits" 635 - version = "0.2.15" 720 + name = "nu-ansi-term" 721 + version = "0.46.0" 636 722 source = "registry+https://github.com/rust-lang/crates.io-index" 637 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 723 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 638 724 dependencies = [ 639 - "autocfg 1.1.0", 725 + "overload", 726 + "winapi 0.3.9", 640 727 ] 641 728 642 729 [[package]] ··· 645 732 source = "registry+https://github.com/rust-lang/crates.io-index" 646 733 checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 647 734 dependencies = [ 648 - "hermit-abi", 735 + "hermit-abi 0.2.6", 649 736 "libc", 650 737 ] 651 738 652 739 [[package]] 653 740 name = "once_cell" 654 - version = "1.17.0" 741 + version = "1.17.1" 655 742 source = "registry+https://github.com/rust-lang/crates.io-index" 656 - checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 743 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 657 744 658 745 [[package]] 659 746 name = "openssl" 660 - version = "0.10.45" 747 + version = "0.10.47" 661 748 source = "registry+https://github.com/rust-lang/crates.io-index" 662 - checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" 749 + checksum = "d8b277f87dacc05a6b709965d1cbafac4649d6ce9f3ce9ceb88508b5666dfec9" 663 750 dependencies = [ 664 751 "bitflags", 665 752 "cfg-if 1.0.0", ··· 678 765 dependencies = [ 679 766 "proc-macro2", 680 767 "quote", 681 - "syn", 768 + "syn 1.0.109", 682 769 ] 683 770 684 771 [[package]] ··· 689 776 690 777 [[package]] 691 778 name = "openssl-sys" 692 - version = "0.9.80" 779 + version = "0.9.82" 693 780 source = "registry+https://github.com/rust-lang/crates.io-index" 694 - checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" 781 + checksum = "a95792af3c4e0153c3914df2261bedd30a98476f94dc892b67dfe1d89d433a04" 695 782 dependencies = [ 696 783 "autocfg 1.1.0", 697 784 "cc", ··· 701 788 ] 702 789 703 790 [[package]] 791 + name = "overload" 792 + version = "0.1.1" 793 + source = "registry+https://github.com/rust-lang/crates.io-index" 794 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 795 + 796 + [[package]] 704 797 name = "owning_ref" 705 798 version = "0.4.1" 706 799 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 728 821 "libc", 729 822 "rand 0.6.5", 730 823 "rustc_version", 731 - "smallvec", 824 + "smallvec 0.6.14", 732 825 "winapi 0.3.9", 733 826 ] 734 827 ··· 757 850 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 758 851 759 852 [[package]] 760 - name = "proc-macro-error" 761 - version = "1.0.4" 762 - source = "registry+https://github.com/rust-lang/crates.io-index" 763 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 764 - dependencies = [ 765 - "proc-macro-error-attr", 766 - "proc-macro2", 767 - "quote", 768 - "syn", 769 - "version_check", 770 - ] 771 - 772 - [[package]] 773 - name = "proc-macro-error-attr" 774 - version = "1.0.4" 775 - source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 777 - dependencies = [ 778 - "proc-macro2", 779 - "quote", 780 - "version_check", 781 - ] 782 - 783 - [[package]] 784 853 name = "proc-macro2" 785 - version = "1.0.51" 854 + version = "1.0.52" 786 855 source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 856 + checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224" 788 857 dependencies = [ 789 858 "unicode-ident", 790 859 ] 791 860 792 861 [[package]] 793 862 name = "quote" 794 - version = "1.0.23" 863 + version = "1.0.26" 795 864 source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 865 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 797 866 dependencies = [ 798 867 "proc-macro2", 799 868 ] ··· 948 1017 949 1018 [[package]] 950 1019 name = "regex" 951 - version = "1.7.1" 1020 + version = "1.7.2" 952 1021 source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1022 + checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" 954 1023 dependencies = [ 955 1024 "aho-corasick", 956 1025 "memchr", ··· 959 1028 960 1029 [[package]] 961 1030 name = "regex-syntax" 962 - version = "0.6.28" 1031 + version = "0.6.29" 963 1032 source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 965 - 966 - [[package]] 967 - name = "remove_dir_all" 968 - version = "0.5.3" 969 - source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 971 - dependencies = [ 972 - "winapi 0.3.9", 973 - ] 1033 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 974 1034 975 1035 [[package]] 976 1036 name = "reqwest" 977 - version = "0.11.14" 1037 + version = "0.11.15" 978 1038 source = "registry+https://github.com/rust-lang/crates.io-index" 979 - checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" 1039 + checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" 980 1040 dependencies = [ 981 1041 "base64", 982 1042 "bytes 1.4.0", ··· 1019 1079 ] 1020 1080 1021 1081 [[package]] 1082 + name = "rustix" 1083 + version = "0.36.11" 1084 + source = "registry+https://github.com/rust-lang/crates.io-index" 1085 + checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" 1086 + dependencies = [ 1087 + "bitflags", 1088 + "errno", 1089 + "io-lifetimes", 1090 + "libc", 1091 + "linux-raw-sys", 1092 + "windows-sys 0.45.0", 1093 + ] 1094 + 1095 + [[package]] 1022 1096 name = "ryu" 1023 - version = "1.0.12" 1097 + version = "1.0.13" 1024 1098 source = "registry+https://github.com/rust-lang/crates.io-index" 1025 - checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 1099 + checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1026 1100 1027 1101 [[package]] 1028 1102 name = "schannel" ··· 1030 1104 source = "registry+https://github.com/rust-lang/crates.io-index" 1031 1105 checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1032 1106 dependencies = [ 1033 - "windows-sys", 1107 + "windows-sys 0.42.0", 1034 1108 ] 1035 1109 1036 1110 [[package]] ··· 1079 1153 1080 1154 [[package]] 1081 1155 name = "serde" 1082 - version = "1.0.152" 1156 + version = "1.0.158" 1083 1157 source = "registry+https://github.com/rust-lang/crates.io-index" 1084 - checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 1158 + checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 1085 1159 dependencies = [ 1086 1160 "serde_derive", 1087 1161 ] 1088 1162 1089 1163 [[package]] 1090 1164 name = "serde_derive" 1091 - version = "1.0.152" 1165 + version = "1.0.158" 1092 1166 source = "registry+https://github.com/rust-lang/crates.io-index" 1093 - checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 1167 + checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 1094 1168 dependencies = [ 1095 1169 "proc-macro2", 1096 1170 "quote", 1097 - "syn", 1171 + "syn 2.0.4", 1098 1172 ] 1099 1173 1100 1174 [[package]] 1101 1175 name = "serde_json" 1102 - version = "1.0.92" 1176 + version = "1.0.94" 1103 1177 source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "7434af0dc1cbd59268aa98b4c22c131c0584d2232f6fb166efb993e2832e896a" 1178 + checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 1105 1179 dependencies = [ 1106 1180 "itoa", 1107 1181 "ryu", ··· 1109 1183 ] 1110 1184 1111 1185 [[package]] 1186 + name = "serde_spanned" 1187 + version = "0.6.1" 1188 + source = "registry+https://github.com/rust-lang/crates.io-index" 1189 + checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 1190 + dependencies = [ 1191 + "serde", 1192 + ] 1193 + 1194 + [[package]] 1112 1195 name = "serde_urlencoded" 1113 1196 version = "0.7.1" 1114 1197 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1121 1204 ] 1122 1205 1123 1206 [[package]] 1207 + name = "sharded-slab" 1208 + version = "0.1.4" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 1211 + dependencies = [ 1212 + "lazy_static", 1213 + ] 1214 + 1215 + [[package]] 1124 1216 name = "slab" 1125 - version = "0.4.7" 1217 + version = "0.4.8" 1126 1218 source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 1219 + checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1128 1220 dependencies = [ 1129 1221 "autocfg 1.1.0", 1130 1222 ] ··· 1139 1231 ] 1140 1232 1141 1233 [[package]] 1234 + name = "smallvec" 1235 + version = "1.10.0" 1236 + source = "registry+https://github.com/rust-lang/crates.io-index" 1237 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1238 + 1239 + [[package]] 1142 1240 name = "socket2" 1143 - version = "0.4.7" 1241 + version = "0.4.9" 1144 1242 source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 1243 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 1146 1244 dependencies = [ 1147 1245 "libc", 1148 1246 "winapi 0.3.9", ··· 1156 1254 1157 1255 [[package]] 1158 1256 name = "syn" 1159 - version = "1.0.107" 1257 + version = "1.0.109" 1160 1258 source = "registry+https://github.com/rust-lang/crates.io-index" 1161 - checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 1259 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1260 + dependencies = [ 1261 + "proc-macro2", 1262 + "quote", 1263 + "unicode-ident", 1264 + ] 1265 + 1266 + [[package]] 1267 + name = "syn" 1268 + version = "2.0.4" 1269 + source = "registry+https://github.com/rust-lang/crates.io-index" 1270 + checksum = "2c622ae390c9302e214c31013517c2061ecb2699935882c60a9b37f82f8625ae" 1162 1271 dependencies = [ 1163 1272 "proc-macro2", 1164 1273 "quote", ··· 1167 1276 1168 1277 [[package]] 1169 1278 name = "tempfile" 1170 - version = "3.3.0" 1279 + version = "3.4.0" 1171 1280 source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 1281 + checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" 1173 1282 dependencies = [ 1174 1283 "cfg-if 1.0.0", 1175 1284 "fastrand", 1176 - "libc", 1177 1285 "redox_syscall", 1178 - "remove_dir_all", 1179 - "winapi 0.3.9", 1286 + "rustix", 1287 + "windows-sys 0.42.0", 1180 1288 ] 1181 1289 1182 1290 [[package]] 1183 1291 name = "thiserror" 1184 - version = "1.0.38" 1292 + version = "1.0.40" 1185 1293 source = "registry+https://github.com/rust-lang/crates.io-index" 1186 - checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 1294 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1187 1295 dependencies = [ 1188 1296 "thiserror-impl", 1189 1297 ] 1190 1298 1191 1299 [[package]] 1192 1300 name = "thiserror-impl" 1193 - version = "1.0.38" 1301 + version = "1.0.40" 1194 1302 source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 1303 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1196 1304 dependencies = [ 1197 1305 "proc-macro2", 1198 1306 "quote", 1199 - "syn", 1307 + "syn 2.0.4", 1308 + ] 1309 + 1310 + [[package]] 1311 + name = "thread_local" 1312 + version = "1.1.7" 1313 + source = "registry+https://github.com/rust-lang/crates.io-index" 1314 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 1315 + dependencies = [ 1316 + "cfg-if 1.0.0", 1317 + "once_cell", 1200 1318 ] 1201 1319 1202 1320 [[package]] ··· 1216 1334 1217 1335 [[package]] 1218 1336 name = "tokio" 1219 - version = "1.25.0" 1337 + version = "1.26.0" 1220 1338 source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 1339 + checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" 1222 1340 dependencies = [ 1223 1341 "autocfg 1.1.0", 1224 1342 "bytes 1.4.0", ··· 1229 1347 "pin-project-lite", 1230 1348 "socket2", 1231 1349 "tokio-macros", 1232 - "windows-sys", 1350 + "windows-sys 0.45.0", 1233 1351 ] 1234 1352 1235 1353 [[package]] ··· 1240 1358 dependencies = [ 1241 1359 "proc-macro2", 1242 1360 "quote", 1243 - "syn", 1361 + "syn 1.0.109", 1244 1362 ] 1245 1363 1246 1364 [[package]] 1247 1365 name = "tokio-native-tls" 1248 - version = "0.3.0" 1366 + version = "0.3.1" 1249 1367 source = "registry+https://github.com/rust-lang/crates.io-index" 1250 - checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 1368 + checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1251 1369 dependencies = [ 1252 1370 "native-tls", 1253 1371 "tokio", ··· 1255 1373 1256 1374 [[package]] 1257 1375 name = "tokio-util" 1258 - version = "0.7.4" 1376 + version = "0.7.7" 1259 1377 source = "registry+https://github.com/rust-lang/crates.io-index" 1260 - checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" 1378 + checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" 1261 1379 dependencies = [ 1262 1380 "bytes 1.4.0", 1263 1381 "futures-core", ··· 1269 1387 1270 1388 [[package]] 1271 1389 name = "toml" 1272 - version = "0.5.11" 1390 + version = "0.7.3" 1391 + source = "registry+https://github.com/rust-lang/crates.io-index" 1392 + checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 1393 + dependencies = [ 1394 + "serde", 1395 + "serde_spanned", 1396 + "toml_datetime", 1397 + "toml_edit", 1398 + ] 1399 + 1400 + [[package]] 1401 + name = "toml_datetime" 1402 + version = "0.6.1" 1273 1403 source = "registry+https://github.com/rust-lang/crates.io-index" 1274 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1404 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 1275 1405 dependencies = [ 1276 1406 "serde", 1277 1407 ] 1278 1408 1279 1409 [[package]] 1410 + name = "toml_edit" 1411 + version = "0.19.7" 1412 + source = "registry+https://github.com/rust-lang/crates.io-index" 1413 + checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" 1414 + dependencies = [ 1415 + "indexmap", 1416 + "serde", 1417 + "serde_spanned", 1418 + "toml_datetime", 1419 + "winnow", 1420 + ] 1421 + 1422 + [[package]] 1280 1423 name = "tower-service" 1281 1424 version = "0.3.2" 1282 1425 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1302 1445 dependencies = [ 1303 1446 "proc-macro2", 1304 1447 "quote", 1305 - "syn", 1448 + "syn 1.0.109", 1306 1449 ] 1307 1450 1308 1451 [[package]] ··· 1312 1455 checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 1313 1456 dependencies = [ 1314 1457 "once_cell", 1458 + "valuable", 1459 + ] 1460 + 1461 + [[package]] 1462 + name = "tracing-log" 1463 + version = "0.1.3" 1464 + source = "registry+https://github.com/rust-lang/crates.io-index" 1465 + checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 1466 + dependencies = [ 1467 + "lazy_static", 1468 + "log", 1469 + "tracing-core", 1470 + ] 1471 + 1472 + [[package]] 1473 + name = "tracing-subscriber" 1474 + version = "0.3.16" 1475 + source = "registry+https://github.com/rust-lang/crates.io-index" 1476 + checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" 1477 + dependencies = [ 1478 + "nu-ansi-term", 1479 + "sharded-slab", 1480 + "smallvec 1.10.0", 1481 + "thread_local", 1482 + "tracing-core", 1483 + "tracing-log", 1315 1484 ] 1316 1485 1317 1486 [[package]] ··· 1322 1491 1323 1492 [[package]] 1324 1493 name = "unicode-bidi" 1325 - version = "0.3.10" 1494 + version = "0.3.13" 1326 1495 source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 1496 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1328 1497 1329 1498 [[package]] 1330 1499 name = "unicode-ident" 1331 - version = "1.0.6" 1500 + version = "1.0.8" 1332 1501 source = "registry+https://github.com/rust-lang/crates.io-index" 1333 - checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 1502 + checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1334 1503 1335 1504 [[package]] 1336 1505 name = "unicode-normalization" ··· 1339 1508 checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1340 1509 dependencies = [ 1341 1510 "tinyvec", 1511 + ] 1512 + 1513 + [[package]] 1514 + name = "universal-config" 1515 + version = "0.3.0" 1516 + source = "registry+https://github.com/rust-lang/crates.io-index" 1517 + checksum = "5dae262d0546bed6c0955faad12c07ec989768c2550643609410178fddb39909" 1518 + dependencies = [ 1519 + "dirs", 1520 + "serde", 1521 + "thiserror", 1522 + "toml", 1523 + "tracing", 1342 1524 ] 1343 1525 1344 1526 [[package]] ··· 1363 1545 ] 1364 1546 1365 1547 [[package]] 1548 + name = "valuable" 1549 + version = "0.1.0" 1550 + source = "registry+https://github.com/rust-lang/crates.io-index" 1551 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 1552 + 1553 + [[package]] 1366 1554 name = "vcpkg" 1367 1555 version = "0.2.15" 1368 1556 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1411 1599 "once_cell", 1412 1600 "proc-macro2", 1413 1601 "quote", 1414 - "syn", 1602 + "syn 1.0.109", 1415 1603 "wasm-bindgen-shared", 1416 1604 ] 1417 1605 ··· 1445 1633 dependencies = [ 1446 1634 "proc-macro2", 1447 1635 "quote", 1448 - "syn", 1636 + "syn 1.0.109", 1449 1637 "wasm-bindgen-backend", 1450 1638 "wasm-bindgen-shared", 1451 1639 ] ··· 1516 1704 ] 1517 1705 1518 1706 [[package]] 1707 + name = "windows-sys" 1708 + version = "0.45.0" 1709 + source = "registry+https://github.com/rust-lang/crates.io-index" 1710 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1711 + dependencies = [ 1712 + "windows-targets", 1713 + ] 1714 + 1715 + [[package]] 1716 + name = "windows-targets" 1717 + version = "0.42.2" 1718 + source = "registry+https://github.com/rust-lang/crates.io-index" 1719 + checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1720 + dependencies = [ 1721 + "windows_aarch64_gnullvm", 1722 + "windows_aarch64_msvc", 1723 + "windows_i686_gnu", 1724 + "windows_i686_msvc", 1725 + "windows_x86_64_gnu", 1726 + "windows_x86_64_gnullvm", 1727 + "windows_x86_64_msvc", 1728 + ] 1729 + 1730 + [[package]] 1519 1731 name = "windows_aarch64_gnullvm" 1520 - version = "0.42.1" 1732 + version = "0.42.2" 1521 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1522 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 1734 + checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1523 1735 1524 1736 [[package]] 1525 1737 name = "windows_aarch64_msvc" 1526 - version = "0.42.1" 1738 + version = "0.42.2" 1527 1739 source = "registry+https://github.com/rust-lang/crates.io-index" 1528 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 1740 + checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1529 1741 1530 1742 [[package]] 1531 1743 name = "windows_i686_gnu" 1532 - version = "0.42.1" 1744 + version = "0.42.2" 1533 1745 source = "registry+https://github.com/rust-lang/crates.io-index" 1534 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 1746 + checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1535 1747 1536 1748 [[package]] 1537 1749 name = "windows_i686_msvc" 1538 - version = "0.42.1" 1750 + version = "0.42.2" 1539 1751 source = "registry+https://github.com/rust-lang/crates.io-index" 1540 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 1752 + checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1541 1753 1542 1754 [[package]] 1543 1755 name = "windows_x86_64_gnu" 1544 - version = "0.42.1" 1756 + version = "0.42.2" 1545 1757 source = "registry+https://github.com/rust-lang/crates.io-index" 1546 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 1758 + checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1547 1759 1548 1760 [[package]] 1549 1761 name = "windows_x86_64_gnullvm" 1550 - version = "0.42.1" 1762 + version = "0.42.2" 1551 1763 source = "registry+https://github.com/rust-lang/crates.io-index" 1552 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 1764 + checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1553 1765 1554 1766 [[package]] 1555 1767 name = "windows_x86_64_msvc" 1556 - version = "0.42.1" 1768 + version = "0.42.2" 1769 + source = "registry+https://github.com/rust-lang/crates.io-index" 1770 + checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1771 + 1772 + [[package]] 1773 + name = "winnow" 1774 + version = "0.3.6" 1557 1775 source = "registry+https://github.com/rust-lang/crates.io-index" 1558 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 1776 + checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966" 1777 + dependencies = [ 1778 + "memchr", 1779 + ] 1559 1780 1560 1781 [[package]] 1561 1782 name = "winreg"
+2 -2
pkgs/tools/audio/mpd-discord-rpc/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "mpd-discord-rpc"; 12 - version = "1.5.4b"; 12 + version = "1.6.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "JakeStanger"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-SMAllqxfae8bNLBkxsY4OmjoIzxFZ0dwIRYconlNZ18="; 18 + sha256 = "sha256-FYI0TlYyoT9h4fVjR1kp2Rn5qVppQhy6o09mPptTEMo="; 19 19 }; 20 20 21 21 cargoLock = {
+28
pkgs/tools/misc/clolcat/default.nix
··· 1 + { stdenv 2 + , fetchFromGitHub 3 + , lib 4 + }: 5 + 6 + stdenv.mkDerivation rec { 7 + pname = "clolcat"; 8 + version = "1.1"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "IchMageBaume"; 12 + repo = "clolcat"; 13 + rev = version; 14 + sha256 = "sha256-fLa239dwEXe4Jyy5ntgfU9V0h5wrBsvq6/s2HCis7Sc="; 15 + }; 16 + 17 + preInstall = "mkdir -p $out/bin"; 18 + 19 + makeFlags = [ "DESTDIR=$(out)/bin" ]; 20 + 21 + meta = with lib; { 22 + description = "Much faster lolcat"; 23 + homepage = "https://github.com/IchMageBaume/clolcat"; 24 + platforms = platforms.all; 25 + maintainers = [ maintainers.felipeqq2 ]; 26 + license = licenses.wtfpl; 27 + }; 28 + }
+9 -7
pkgs/tools/networking/ripe-atlas-tools/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "ripe-atlas-tools"; 9 - version = "3.0.3"; 9 + version = "3.1.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "RIPE-NCC"; 13 13 repo = "ripe-atlas-tools"; 14 14 rev = "refs/tags/v${version}"; 15 - sha256 = "sha256-tNojduSNjJc8yOkDbuFLKoASqIV4P3mGuNbiIcf6Nac="; 15 + hash = "sha256-aETSDXCVteTruRKV/8Aw3R/bprB6txOsXrFvoZOxIus="; 16 16 }; 17 17 18 18 postPatch = '' ··· 29 29 ]; 30 30 31 31 propagatedBuildInputs = with python3.pkgs; [ 32 - ripe-atlas-cousteau 33 - ripe-atlas-sagan 34 - ujson 35 32 ipy 33 + pyopenssl 36 34 python-dateutil 35 + pyyaml 37 36 requests 37 + ripe-atlas-cousteau 38 + ripe-atlas-sagan 39 + typing-extensions 38 40 tzlocal 39 - pyyaml 40 - pyopenssl 41 + ujson 41 42 ]; 42 43 43 44 preBuild = '' ··· 89 90 meta = with lib; { 90 91 description = "RIPE ATLAS project tools"; 91 92 homepage = "https://github.com/RIPE-NCC/ripe-atlas-tools"; 93 + changelog = "https://github.com/RIPE-NCC/ripe-atlas-tools/blob/v${version}/CHANGES.rst"; 92 94 license = licenses.gpl3Only; 93 95 maintainers = with maintainers; [ raitobezarius ]; 94 96 };
+34
pkgs/tools/networking/sleep-on-lan/default.nix
··· 1 + { buildGoModule 2 + , fetchFromGitHub 3 + , lib 4 + }: 5 + 6 + buildGoModule rec { 7 + pname = "sleep-on-lan"; 8 + version = "1.1.1"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "SR-G"; 12 + repo = pname; 13 + rev = "${version}-RELEASE"; 14 + sha256 = "sha256-WooFGIdXIIoJPMqmPpnT+bc+P+IARMSxa3CvXY9++mw="; 15 + }; 16 + 17 + sourceRoot = "source/src"; 18 + vendorSha256 = "sha256-JqDDG53khtDdMLVOscwqi0oGviF+3DMkv5tkHvp1gJc="; 19 + 20 + ldflags = [ 21 + "-s" 22 + "-w" 23 + "-X main.BuildVersion=${version}" 24 + "-X main.BuildVersionLabel=nixpkgs" 25 + ]; 26 + 27 + meta = with lib; { 28 + homepage = "https://github.com/SR-G/sleep-on-lan"; 29 + description = "Multi-platform process allowing to sleep on LAN a linux or windows computer, through wake-on-lan (reversed) magic packets or through HTTP REST requests."; 30 + license = licenses.asl20; 31 + platforms = platforms.linux; 32 + maintainers = with maintainers; [ devusb ]; 33 + }; 34 + }
+3 -3
pkgs/tools/security/naabu/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "naabu"; 9 - version = "2.1.4"; 9 + version = "2.1.5"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "projectdiscovery"; 13 13 repo = "naabu"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-QmUGSpuicJnrReAI/XSR8g1t6Tl0vZBUjemrQSO8CiY="; 15 + hash = "sha256-st1SYWSwoFs0tzb1O5jDzCEYVmD6aVWkJTQZFxp+XfY="; 16 16 }; 17 17 18 - vendorHash = "sha256-YB2gZYoAyoIK44DTfHvYOyhNggkp4HaC2dvtCy2hc38="; 18 + vendorHash = "sha256-b2v9PCxiYA965u3Xzfs/gEo1cFFvwsZbsLN5DuABs/U="; 19 19 20 20 buildInputs = [ 21 21 libpcap
+5 -4
pkgs/top-level/all-packages.nix
··· 6378 6378 6379 6379 cloc = callPackage ../tools/misc/cloc { }; 6380 6380 6381 + clolcat = callPackage ../tools/misc/clolcat { }; 6382 + 6381 6383 cloog = callPackage ../development/libraries/cloog { 6382 6384 isl = isl_0_14; 6383 6385 }; ··· 30731 30733 30732 30734 slack-term = callPackage ../applications/networking/instant-messengers/slack-term { }; 30733 30735 30736 + sleep-on-lan = callPackage ../tools/networking/sleep-on-lan { }; 30737 + 30734 30738 slweb = callPackage ../applications/misc/slweb { }; 30735 30739 30736 30740 sonixd = callPackage ../applications/audio/sonixd { }; ··· 32164 32168 32165 32169 oroborus = callPackage ../applications/window-managers/oroborus { }; 32166 32170 32167 - osm2pgsql = callPackage ../tools/misc/osm2pgsql { 32168 - # fmt_9 is not supported: https://github.com/openstreetmap/osm2pgsql/issues/1859 32169 - fmt = fmt_8; 32170 - }; 32171 + osm2pgsql = callPackage ../tools/misc/osm2pgsql { }; 32171 32172 32172 32173 ostinato = libsForQt5.callPackage ../applications/networking/ostinato { }; 32173 32174