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