lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
b8e25ae0 9623c68f

+793 -678
+14 -6
nixos/modules/system/boot/binfmt.nix
··· 102 102 mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\x00''; 103 103 }; 104 104 mips-linux = { 105 - magicOrExtension = ''\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08''; 106 - mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff''; 105 + magicOrExtension = ''\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00''; 106 + mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20''; 107 107 }; 108 108 mipsel-linux = { 109 - magicOrExtension = ''\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00''; 110 - mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff''; 109 + magicOrExtension = ''\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00''; 110 + mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\x00\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x00\x00''; 111 111 }; 112 112 mips64-linux = { 113 113 magicOrExtension = ''\x7fELF\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08''; 114 - mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff''; 114 + mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff''; 115 115 }; 116 116 mips64el-linux = { 117 117 magicOrExtension = ''\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00''; 118 - mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff''; 118 + mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\x00\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff''; 119 + }; 120 + mips64-linuxabin32 = { 121 + magicOrExtension = ''\x7fELF\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20''; 122 + mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20''; 123 + }; 124 + mips64el-linuxabin32 = { 125 + magicOrExtension = ''\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x00\x00''; 126 + mask = ''\xff\xff\xff\xff\xff\xff\xff\x00\x00\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20\x00\x00\x00''; 119 127 }; 120 128 riscv32-linux = { 121 129 magicOrExtension = ''\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xf3\x00'';
+42
pkgs/applications/audio/glicol-cli/default.nix
··· 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pkg-config 5 + , stdenv 6 + , darwin 7 + , alsa-lib 8 + }: 9 + 10 + rustPlatform.buildRustPackage rec { 11 + pname = "glicol-cli"; 12 + version = "0.2.0"; 13 + 14 + src = fetchFromGitHub { 15 + owner = "glicol"; 16 + repo = "glicol-cli"; 17 + rev = "v${version}"; 18 + hash = "sha256-v90FfF4vP5UPy8VnQFvYMKiCrledgNMpWbJR59Cv6a0="; 19 + }; 20 + 21 + cargoHash = "sha256-fJ18SwVMotepUvdNPQumFWoOaotDzGTerb+Iy+qq5w0="; 22 + 23 + nativeBuildInputs = [ 24 + pkg-config 25 + rustPlatform.bindgenHook 26 + ]; 27 + 28 + buildInputs = lib.optionals stdenv.isDarwin [ 29 + darwin.apple_sdk.frameworks.AudioUnit 30 + ] ++ lib.optionals stdenv.isLinux [ 31 + alsa-lib 32 + ]; 33 + 34 + meta = with lib; { 35 + description = "Cross-platform music live coding in terminal"; 36 + homepage = "https://github.com/glicol/glicol-cli"; 37 + changelog = "https://github.com/glicol/glicol-cli/releases/tag/${src.rev}"; 38 + license = licenses.mit; 39 + maintainers = with maintainers; [ figsoda ]; 40 + mainProgram = "glicol-cli"; 41 + }; 42 + }
+3 -3
pkgs/applications/audio/squeezelite/default.nix
··· 43 43 pname = binName; 44 44 # versions are specified in `squeezelite.h` 45 45 # see https://github.com/ralph-irving/squeezelite/issues/29 46 - version = "1.9.9.1430"; 46 + version = "1.9.9.1449"; 47 47 48 48 src = fetchFromGitHub { 49 49 owner = "ralph-irving"; 50 50 repo = "squeezelite"; 51 - rev = "663db8f64d73dceca6a2a18cdb705ad846daa272"; 52 - hash = "sha256-PROb6d5ixO7lk/7wsjh2vkPkPgAvd6x+orQOY078IAs="; 51 + rev = "8581aba8b1b67af272b89b62a7a9b56082307ab6"; 52 + hash = "sha256-/qyoc0/7Q8yiu5AhuLQFUiE88wf+/ejHjSucjpoN5bI="; 53 53 }; 54 54 55 55 buildInputs = [ flac libmad libvorbis mpg123 ]
+1 -1
pkgs/applications/audio/squeezelite/update.sh
··· 1 1 #!/usr/bin/env nix-shell 2 - #!nix-shell -i bash -p common-updater-scripts coreutils curl gnused jq nix nix-prefetch-github ripgrep 2 + #!nix-shell -I nixpkgs=./. -i bash -p common-updater-scripts coreutils curl gnused jq nix nix-prefetch-git nix-prefetch-github ripgrep 3 3 4 4 set -euo pipefail 5 5
+100 -76
pkgs/applications/editors/vim/plugins/generated.nix
··· 496 496 meta.homepage = "https://github.com/eikenb/acp/"; 497 497 }; 498 498 499 + adwaita-nvim = buildVimPluginFrom2Nix { 500 + pname = "adwaita.nvim"; 501 + version = "2023-06-22"; 502 + src = fetchFromGitHub { 503 + owner = "Mofiqul"; 504 + repo = "adwaita.nvim"; 505 + rev = "bb421a3439a515862ecb57970f10722cdcc4d089"; 506 + sha256 = "1fw7kbgzqif40vks3h3n5jgachnimcbv7gpv85z7mw07hc0g7h33"; 507 + }; 508 + meta.homepage = "https://github.com/Mofiqul/adwaita.nvim/"; 509 + }; 510 + 499 511 aerial-nvim = buildVimPluginFrom2Nix { 500 512 pname = "aerial.nvim"; 501 - version = "2023-08-13"; 513 + version = "2023-08-26"; 502 514 src = fetchFromGitHub { 503 515 owner = "stevearc"; 504 516 repo = "aerial.nvim"; 505 - rev = "ffb5fd0aa7fcd5c3f68df38f89af3aa007f76604"; 506 - sha256 = "08r2y6rnv6ackwm1m5q4300q68fy1pb39synsiq0crzv5mg59fjc"; 517 + rev = "dc17cfd401689337124c75270677fd3b7639cf23"; 518 + sha256 = "006c3ly5vidlbiv0wixijzlacqbzkslbddnz85h8jvy9xvm0lq9s"; 507 519 fetchSubmodules = true; 508 520 }; 509 521 meta.homepage = "https://github.com/stevearc/aerial.nvim/"; ··· 2623 2635 2624 2636 denops-vim = buildVimPluginFrom2Nix { 2625 2637 pname = "denops.vim"; 2626 - version = "2023-08-24"; 2638 + version = "2023-08-26"; 2627 2639 src = fetchFromGitHub { 2628 2640 owner = "vim-denops"; 2629 2641 repo = "denops.vim"; 2630 - rev = "bfdc079db08ed99a68f5a4b0d046fcea1b5e5515"; 2631 - sha256 = "0rbbk7in33s28g4rdsb97mlg5ix7jc8r45d7mvrz02s1cay7g4l1"; 2642 + rev = "a80e4d83fc7922f79886126d505790ad1da30ab2"; 2643 + sha256 = "1rai29r30v4xc512nfnx4nvbwqjmqc64lxdc45dj396b9kfkyvii"; 2632 2644 }; 2633 2645 meta.homepage = "https://github.com/vim-denops/denops.vim/"; 2634 2646 }; ··· 3009 3021 3010 3022 dropbar-nvim = buildVimPluginFrom2Nix { 3011 3023 pname = "dropbar.nvim"; 3012 - version = "2023-08-22"; 3024 + version = "2023-08-26"; 3013 3025 src = fetchFromGitHub { 3014 3026 owner = "Bekaboo"; 3015 3027 repo = "dropbar.nvim"; 3016 - rev = "8825367c86cdcd8577732419ef68258c9ad6d398"; 3017 - sha256 = "0mdsipr6cr5dgypys794q6pqarc0mbl526ch7gs6ilagxrll4i9w"; 3028 + rev = "32bee2131f1110b08c98c7c64fd1f2e5b387bd45"; 3029 + sha256 = "076d70a0nlryva3mnqz6dzc8kpppnj6d7nb6qrraly40qkgxndsv"; 3018 3030 }; 3019 3031 meta.homepage = "https://github.com/Bekaboo/dropbar.nvim/"; 3020 3032 }; ··· 3287 3299 3288 3300 fern-vim = buildVimPluginFrom2Nix { 3289 3301 pname = "fern.vim"; 3290 - version = "2023-05-27"; 3302 + version = "2023-08-26"; 3291 3303 src = fetchFromGitHub { 3292 3304 owner = "lambdalisue"; 3293 3305 repo = "fern.vim"; 3294 - rev = "cdec1327ec99f0155d0a53aee1beae4c58071558"; 3295 - sha256 = "1vkjr1cfj2313v3gcj8bf8iki13gxdqa9qb7szg6wjzfavx191k2"; 3306 + rev = "e295f0df5735a042f63b05218118646809ba9d27"; 3307 + sha256 = "1qldf9k9h5jjn5gyadpln6mc8qsw9f18qqmfrdbl88rr99kx9c32"; 3296 3308 }; 3297 3309 meta.homepage = "https://github.com/lambdalisue/fern.vim/"; 3298 3310 }; ··· 3792 3804 3793 3805 glance-nvim = buildVimPluginFrom2Nix { 3794 3806 pname = "glance.nvim"; 3795 - version = "2023-08-16"; 3807 + version = "2023-08-26"; 3796 3808 src = fetchFromGitHub { 3797 3809 owner = "DNLHC"; 3798 3810 repo = "glance.nvim"; 3799 - rev = "ec19dbdabd47fc2f094f7457a84ae78e7c9b5610"; 3800 - sha256 = "1iw5b6zdwrbi01k13zsmin8x0hs2i3jyfnpfl568lahkcjx4bdxz"; 3811 + rev = "8ed5cf3b3b1231ea696d88c9efd977027429d869"; 3812 + sha256 = "0r2n9q687dvsc5w06v4a90cjcpi0gvjigjf9j27b864m118xj9x3"; 3801 3813 }; 3802 3814 meta.homepage = "https://github.com/DNLHC/glance.nvim/"; 3803 3815 }; ··· 3828 3840 3829 3841 go-nvim = buildVimPluginFrom2Nix { 3830 3842 pname = "go.nvim"; 3831 - version = "2023-08-15"; 3843 + version = "2023-08-26"; 3832 3844 src = fetchFromGitHub { 3833 3845 owner = "ray-x"; 3834 3846 repo = "go.nvim"; 3835 - rev = "a370cb932749d071a6bca20211533044c262e66d"; 3847 + rev = "c9acdf488d324ac5d86febe522a5d3a0310a4c76"; 3836 3848 sha256 = "0k3rpy9kz9y9a56155fpj15pd200vldswhx43mfkmis23vv6r454"; 3837 3849 }; 3838 3850 meta.homepage = "https://github.com/ray-x/go.nvim/"; ··· 4739 4751 4740 4752 lazy-nvim = buildVimPluginFrom2Nix { 4741 4753 pname = "lazy.nvim"; 4742 - version = "2023-07-30"; 4754 + version = "2023-08-26"; 4743 4755 src = fetchFromGitHub { 4744 4756 owner = "folke"; 4745 4757 repo = "lazy.nvim"; 4746 - rev = "dac844ed617dda4f9ec85eb88e9629ad2add5e05"; 4747 - sha256 = "1sd7xg2ql1frr293x976phv6k1r9r01jn48ip60b6pmq80x7gvj6"; 4758 + rev = "2a9354c7d2368d78cbd5575a51a2af5bd8a6ad01"; 4759 + sha256 = "01c09qqzjlmsksac39g2bqygx0xh5ibzb3s4v35b9mlhfyylaxyk"; 4748 4760 }; 4749 4761 meta.homepage = "https://github.com/folke/lazy.nvim/"; 4750 4762 }; ··· 5218 5230 5219 5231 lspsaga-nvim = buildVimPluginFrom2Nix { 5220 5232 pname = "lspsaga.nvim"; 5221 - version = "2023-08-25"; 5233 + version = "2023-08-26"; 5222 5234 src = fetchFromGitHub { 5223 5235 owner = "nvimdev"; 5224 5236 repo = "lspsaga.nvim"; 5225 - rev = "ff88be60da8712b5bd9c3d1c6be0eee3b4bbd804"; 5226 - sha256 = "1csm7wb2n0cvdgls5068y35vnd4pdc7v340d026yzydxxq01cdl3"; 5237 + rev = "76f9464aaf130c9fbb958403f53cb560f69a0e2f"; 5238 + sha256 = "0dqapw0dk4hhfc1q08q86p71b2bhhc28brphf882fr6ygab0irqy"; 5227 5239 }; 5228 5240 meta.homepage = "https://github.com/nvimdev/lspsaga.nvim/"; 5229 5241 }; ··· 5399 5411 5400 5412 mason-nvim = buildVimPluginFrom2Nix { 5401 5413 pname = "mason.nvim"; 5402 - version = "2023-08-19"; 5414 + version = "2023-08-26"; 5403 5415 src = fetchFromGitHub { 5404 5416 owner = "williamboman"; 5405 5417 repo = "mason.nvim"; 5406 - rev = "a51c2d063c5377ee9e58c5f9cda7c7436787be72"; 5407 - sha256 = "041fpyaxjgpd9aqy0afd16pg0ph9vxf5nr7247hgdzrlfs83kxyd"; 5418 + rev = "34b3d0d01dfeba0b869bedf32ae846ef63ad4bd1"; 5419 + sha256 = "0l280ayy5vc0g73n5rdb2mbn93mlv9gbz152bxpn01f1f7lk5srf"; 5408 5420 }; 5409 5421 meta.homepage = "https://github.com/williamboman/mason.nvim/"; 5410 5422 }; ··· 5495 5507 5496 5508 mini-nvim = buildVimPluginFrom2Nix { 5497 5509 pname = "mini.nvim"; 5498 - version = "2023-08-24"; 5510 + version = "2023-08-26"; 5499 5511 src = fetchFromGitHub { 5500 5512 owner = "echasnovski"; 5501 5513 repo = "mini.nvim"; 5502 - rev = "06bf1784d88b112de14ce29aa604e2ae3fe1e359"; 5503 - sha256 = "0z37zk6zlph8cl7wknzkgan0rppyq0kk7qngc4g2ibw12qc1z5wa"; 5514 + rev = "6b5a2dbbb80edeb0f4c1b507e0cd41844f5cb65e"; 5515 + sha256 = "194vwh7ij81kg4l8j5wpcdjk9n7dnlzksi833qi0p72abbfi7qid"; 5504 5516 }; 5505 5517 meta.homepage = "https://github.com/echasnovski/mini.nvim/"; 5506 5518 }; ··· 5867 5879 5868 5880 neo-tree-nvim = buildVimPluginFrom2Nix { 5869 5881 pname = "neo-tree.nvim"; 5870 - version = "2023-08-25"; 5882 + version = "2023-08-26"; 5871 5883 src = fetchFromGitHub { 5872 5884 owner = "nvim-neo-tree"; 5873 5885 repo = "neo-tree.nvim"; 5874 - rev = "8a0f795bac6618e4fe59eda61b15f8c95d9625ad"; 5875 - sha256 = "167qs1djqi5yf9sr0j9wl46hmylrlqxjr6h41anzw0s9fyz4651n"; 5886 + rev = "9b5b4c874b13e372500f07c37187ba06c0c1ac0a"; 5887 + sha256 = "1lmfr186zm9axxxly7mvawhs6wxjrkxsyz2ccz7lbnap0bac5zw0"; 5876 5888 }; 5877 5889 meta.homepage = "https://github.com/nvim-neo-tree/neo-tree.nvim/"; 5878 5890 }; ··· 5891 5903 5892 5904 neoconf-nvim = buildVimPluginFrom2Nix { 5893 5905 pname = "neoconf.nvim"; 5894 - version = "2023-06-29"; 5906 + version = "2023-08-26"; 5895 5907 src = fetchFromGitHub { 5896 5908 owner = "folke"; 5897 5909 repo = "neoconf.nvim"; 5898 - rev = "08f146d53e075055500dca35e93281faff95716b"; 5899 - sha256 = "1qrb9pk2m0zfdm6qsdlhp2jjqbk8sg3h2s5lmvd0q14ixb26bxbv"; 5910 + rev = "e7f98b9a12e2a741b84e6761e925fc2196ef460f"; 5911 + sha256 = "1ngvigsp7s6cjcg1wyxzlaw51l5nzgk29lbbyzl4xqlarnbyq961"; 5900 5912 }; 5901 5913 meta.homepage = "https://github.com/folke/neoconf.nvim/"; 5902 5914 }; ··· 5915 5927 5916 5928 neodev-nvim = buildVimPluginFrom2Nix { 5917 5929 pname = "neodev.nvim"; 5918 - version = "2023-08-25"; 5930 + version = "2023-08-26"; 5919 5931 src = fetchFromGitHub { 5920 5932 owner = "folke"; 5921 5933 repo = "neodev.nvim"; 5922 - rev = "e6598ad9b6287d7aac2c41f338fc1a6db9df6e5b"; 5923 - sha256 = "1vg8bqg0ra9m0gfc5r453a8lb243yvhc7n2sgqggdrxzw58q4clf"; 5934 + rev = "0d210aa340ec9840ac963938bf1b5d06cfdf67dc"; 5935 + sha256 = "1xrr8hqfnka20apg6d8nw208spp9l4k231cp7s1dky7wwp45inzn"; 5924 5936 }; 5925 5937 meta.homepage = "https://github.com/folke/neodev.nvim/"; 5926 5938 }; ··· 6732 6744 6733 6745 nvim-cmp = buildNeovimPlugin { 6734 6746 pname = "nvim-cmp"; 6735 - version = "2023-08-12"; 6747 + version = "2023-08-26"; 6736 6748 src = fetchFromGitHub { 6737 6749 owner = "hrsh7th"; 6738 6750 repo = "nvim-cmp"; 6739 - rev = "51f1e11a89ec701221877532ee1a23557d291dd5"; 6740 - sha256 = "11v940v6md7sj1digh7kwckb80zbxxp3shlszi44c43iw9viznxi"; 6751 + rev = "5dce1b778b85c717f6614e3f4da45e9f19f54435"; 6752 + sha256 = "1yl5b680p6vhk1741riiwjnw7a4wn0nimjvcab0ij6mx3kf28rsq"; 6741 6753 }; 6742 6754 meta.homepage = "https://github.com/hrsh7th/nvim-cmp/"; 6743 6755 }; ··· 7089 7101 meta.homepage = "https://github.com/josa42/nvim-lightline-lsp/"; 7090 7102 }; 7091 7103 7104 + nvim-lilypond-suite = buildVimPluginFrom2Nix { 7105 + pname = "nvim-lilypond-suite"; 7106 + version = "2023-08-18"; 7107 + src = fetchFromGitHub { 7108 + owner = "martineausimon"; 7109 + repo = "nvim-lilypond-suite"; 7110 + rev = "efc1644380a4f0cb3c374841b45930d6ea7c3d40"; 7111 + sha256 = "0dxbs90mx4ax5ac4l7lb7l320aamh5lbl0n597lqwj52xdjf88sa"; 7112 + }; 7113 + meta.homepage = "https://github.com/martineausimon/nvim-lilypond-suite/"; 7114 + }; 7115 + 7092 7116 nvim-lint = buildVimPluginFrom2Nix { 7093 7117 pname = "nvim-lint"; 7094 7118 version = "2023-08-24"; ··· 7127 7151 7128 7152 nvim-lspconfig = buildVimPluginFrom2Nix { 7129 7153 pname = "nvim-lspconfig"; 7130 - version = "2023-08-23"; 7154 + version = "2023-08-26"; 7131 7155 src = fetchFromGitHub { 7132 7156 owner = "neovim"; 7133 7157 repo = "nvim-lspconfig"; 7134 - rev = "f7922e59aeb9bc3e31a660ea4e7405ffa3fc2c3a"; 7135 - sha256 = "008jx1hnb6xn85wx1c0brlmvzp6flyk4b7id30ccsv78h6s9bqfx"; 7158 + rev = "a27356f1ef9c11e1f459cc96a3fcac5c265e72d6"; 7159 + sha256 = "17xq7h9d9zx0pbnhhxxqsp2n6rlz16dvdg6cjaylrm7r60ll9215"; 7136 7160 }; 7137 7161 meta.homepage = "https://github.com/neovim/nvim-lspconfig/"; 7138 7162 }; ··· 7211 7235 7212 7236 nvim-navbuddy = buildVimPluginFrom2Nix { 7213 7237 pname = "nvim-navbuddy"; 7214 - version = "2023-08-20"; 7238 + version = "2023-08-26"; 7215 7239 src = fetchFromGitHub { 7216 7240 owner = "SmiteshP"; 7217 7241 repo = "nvim-navbuddy"; 7218 - rev = "b31887435ab7df0f8d646e61c854b61c125596ad"; 7219 - sha256 = "08y1gnabvwjm2d6ixk275c64v1d03sgl71q0m3722sdcry5l0236"; 7242 + rev = "46670b27a21ae26d25d3ee2b71f31729162f9de7"; 7243 + sha256 = "1adh5dybdgh24mc6in3rabydm1ap0k0dsjrjy626007j57m6agwc"; 7220 7244 }; 7221 7245 meta.homepage = "https://github.com/SmiteshP/nvim-navbuddy/"; 7222 7246 }; ··· 7463 7487 7464 7488 nvim-tree-lua = buildVimPluginFrom2Nix { 7465 7489 pname = "nvim-tree.lua"; 7466 - version = "2023-08-20"; 7490 + version = "2023-08-26"; 7467 7491 src = fetchFromGitHub { 7468 7492 owner = "nvim-tree"; 7469 7493 repo = "nvim-tree.lua"; 7470 - rev = "920868dba13466586897a8f40220eca6b2caac41"; 7471 - sha256 = "1jgpahmnfzb2g428irgyg1nsidha8jymd7lm80bckqkc8xr5li94"; 7494 + rev = "00741206c2df9c4b538055def19b99790f0c95c8"; 7495 + sha256 = "0cngsv6ic4lb4igk0aidd0lypgm4jb3khda60ddqbnwwr6ma1497"; 7472 7496 }; 7473 7497 meta.homepage = "https://github.com/nvim-tree/nvim-tree.lua/"; 7474 7498 }; 7475 7499 7476 7500 nvim-treesitter = buildVimPluginFrom2Nix { 7477 7501 pname = "nvim-treesitter"; 7478 - version = "2023-08-25"; 7502 + version = "2023-08-26"; 7479 7503 src = fetchFromGitHub { 7480 7504 owner = "nvim-treesitter"; 7481 7505 repo = "nvim-treesitter"; 7482 - rev = "4d41d9bfb09dd0836ce6910404e3cd570500c9ca"; 7483 - sha256 = "05b9dfphqm726x3619vfm702q0csjnvr9011xix07074hmg0ygxl"; 7506 + rev = "cb74c1c5aefd8b903f1b547d08d4df42be07aa2a"; 7507 + sha256 = "07d935dn0qjqdmr765wa3f6726k4zlmls6rrz6dfjcaj3yp0jj2d"; 7484 7508 }; 7485 7509 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; 7486 7510 }; 7487 7511 7488 7512 nvim-treesitter-context = buildVimPluginFrom2Nix { 7489 7513 pname = "nvim-treesitter-context"; 7490 - version = "2023-08-23"; 7514 + version = "2023-08-26"; 7491 7515 src = fetchFromGitHub { 7492 7516 owner = "nvim-treesitter"; 7493 7517 repo = "nvim-treesitter-context"; 7494 - rev = "ce583c89c8db8d34cd5dff0dc91e13b446fdbe50"; 7495 - sha256 = "1zcwfkhhk0g4vmdyy77pzc6x30xjaqaclx7gxclajrchhnihgvhb"; 7518 + rev = "1786b5019edf476304fe0e2682fed3c73001a8b8"; 7519 + sha256 = "0nf7myq1bf58p4kia1dll0jxf56pnd08cqynz5f3z86fm7x2vd2i"; 7496 7520 }; 7497 7521 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-context/"; 7498 7522 }; ··· 7606 7630 7607 7631 nvim-ufo = buildVimPluginFrom2Nix { 7608 7632 pname = "nvim-ufo"; 7609 - version = "2023-08-22"; 7633 + version = "2023-08-26"; 7610 7634 src = fetchFromGitHub { 7611 7635 owner = "kevinhwang91"; 7612 7636 repo = "nvim-ufo"; 7613 - rev = "0c0e1e0af68a608b15d18125be92953c553a5f27"; 7614 - sha256 = "1apxhw0ic2l4rzgj9cikn2dsdn99mh41dzm4ijiixs56s8sfycpi"; 7637 + rev = "8b01594c29bd01e7b49b647a663c819ed909714f"; 7638 + sha256 = "1vw1nprs4kgz9y3r294ws3axbsgnfbjnvin7ja6xsg4fsaxqy8fw"; 7615 7639 }; 7616 7640 meta.homepage = "https://github.com/kevinhwang91/nvim-ufo/"; 7617 7641 }; ··· 7738 7762 7739 7763 oil-nvim = buildVimPluginFrom2Nix { 7740 7764 pname = "oil.nvim"; 7741 - version = "2023-08-24"; 7765 + version = "2023-08-26"; 7742 7766 src = fetchFromGitHub { 7743 7767 owner = "stevearc"; 7744 7768 repo = "oil.nvim"; 7745 - rev = "2fde9d84fcead6c61a59388fe29bd3135c39fa94"; 7746 - sha256 = "0cbbwgb6pqz7xdfmc3n70ibgqwqarwn93z4jfacazpidcg9dassy"; 7769 + rev = "c12a12c34da2a04465308f410095bcbe47996f0b"; 7770 + sha256 = "15ppj91x40cd7hbhv0jxbb8n8496d8l72c1jrbn132rslqvxkz7w"; 7747 7771 fetchSubmodules = true; 7748 7772 }; 7749 7773 meta.homepage = "https://github.com/stevearc/oil.nvim/"; ··· 8088 8112 8089 8113 playground = buildVimPluginFrom2Nix { 8090 8114 pname = "playground"; 8091 - version = "2023-04-15"; 8115 + version = "2023-08-26"; 8092 8116 src = fetchFromGitHub { 8093 8117 owner = "nvim-treesitter"; 8094 8118 repo = "playground"; 8095 - rev = "2b81a018a49f8e476341dfcb228b7b808baba68b"; 8096 - sha256 = "1b7h4sih8dc55w12f0v5knk9cxfpy0iffhbvmg0g84if55ar616v"; 8119 + rev = "429f3e76cbb1c59fe000b690f7a5bea617b890c0"; 8120 + sha256 = "1flqiycr7dm4cyp2gpy3dmkk8xcdk4268kgmp5qz43qf7fi8m7iy"; 8097 8121 }; 8098 8122 meta.homepage = "https://github.com/nvim-treesitter/playground/"; 8099 8123 }; ··· 9549 9573 src = fetchFromGitHub { 9550 9574 owner = "nvim-telescope"; 9551 9575 repo = "telescope-frecency.nvim"; 9552 - rev = "e7825aaf576c22045b7a181ba89b9019104319cf"; 9553 - sha256 = "01l3d0ip8fid0jppn5iiwwf1c586s18z66v7byfiyx5gb8f6ybpr"; 9576 + rev = "5d1a01be63659425c81f29dc56ac77111a1bfb76"; 9577 + sha256 = "0mpkrgk2cgsbxsl8n26j4aiynmgspa6a2svbk1vljval9yfihmzc"; 9554 9578 }; 9555 9579 meta.homepage = "https://github.com/nvim-telescope/telescope-frecency.nvim/"; 9556 9580 }; ··· 9775 9799 9776 9800 telescope-nvim = buildNeovimPlugin { 9777 9801 pname = "telescope.nvim"; 9778 - version = "2023-08-10"; 9802 + version = "2023-08-26"; 9779 9803 src = fetchFromGitHub { 9780 9804 owner = "nvim-telescope"; 9781 9805 repo = "telescope.nvim"; 9782 - rev = "2d92125620417fbea82ec30303823e3cd69e90e8"; 9783 - sha256 = "01373bppxb3zw68kz91acbm1g4453sdyfli137hx1855zcaqnkh5"; 9806 + rev = "207285ccec21b69996a4d3bcfa59df35d48610e8"; 9807 + sha256 = "0x690ic05ndh6h1yrdklx6xljf9grw5brl3i3ki76lcpbg900h9g"; 9784 9808 }; 9785 9809 meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/"; 9786 9810 }; ··· 10232 10256 10233 10257 unison = buildVimPluginFrom2Nix { 10234 10258 pname = "unison"; 10235 - version = "2023-08-24"; 10259 + version = "2023-08-25"; 10236 10260 src = fetchFromGitHub { 10237 10261 owner = "unisonweb"; 10238 10262 repo = "unison"; 10239 - rev = "9882d5445cdaca7fc5975f7a703492ba42ed9ab1"; 10240 - sha256 = "0xcmhykvxwmk4fxdb6q0gyim8jwlinyrjfn0zsk17hxvachff9cy"; 10263 + rev = "fc9913f6dfd8fa59a980770fa22e0cb83cf9903a"; 10264 + sha256 = "0cj4bb1sbcrb12iz8m3x5gak1isqkr70mz4mlrsxqgx32s1jcjki"; 10241 10265 }; 10242 10266 meta.homepage = "https://github.com/unisonweb/unison/"; 10243 10267 }; ··· 10832 10856 10833 10857 vim-autoformat = buildVimPluginFrom2Nix { 10834 10858 pname = "vim-autoformat"; 10835 - version = "2023-04-17"; 10859 + version = "2023-08-26"; 10836 10860 src = fetchFromGitHub { 10837 10861 owner = "vim-autoformat"; 10838 10862 repo = "vim-autoformat"; 10839 - rev = "7b35295b519f5f69be2e10b936db7fbac290b813"; 10840 - sha256 = "1cwxnbq4pngfi8151ycp9d78gybq70snrikv1nsxqmlk4k3wdipk"; 10863 + rev = "99dc8d5030945c01a7e04b1e44d107a9bd15af67"; 10864 + sha256 = "00a1j7snyz0gc3pxks26axhdwcbd5iqs9s2crhs6vwvcj5fymmr1"; 10841 10865 }; 10842 10866 meta.homepage = "https://github.com/vim-autoformat/vim-autoformat/"; 10843 10867 };
+23 -12
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
··· 60 60 }; 61 61 bash = buildGrammar { 62 62 language = "bash"; 63 - version = "0.0.0+rev=8e286e7"; 63 + version = "0.0.0+rev=a7be575"; 64 64 src = fetchFromGitHub { 65 65 owner = "tree-sitter"; 66 66 repo = "tree-sitter-bash"; 67 - rev = "8e286e7673e3fa7ad94ab3159c2b83395d302af4"; 68 - hash = "sha256-hM5joJjLxThJBStiTLE71MpIDXblgkRS8G4fmMvKdeY="; 67 + rev = "a7be575f17ff9d5340dfd0f60e466cd92a7501d5"; 68 + hash = "sha256-fBQs+HDite1OoHJexqMKRoRpG2fD1YMK739RbmwCgYo="; 69 69 }; 70 70 meta.homepage = "https://github.com/tree-sitter/tree-sitter-bash"; 71 71 }; ··· 225 225 }; 226 226 commonlisp = buildGrammar { 227 227 language = "commonlisp"; 228 - version = "0.0.0+rev=338db38"; 228 + version = "0.0.0+rev=5153dbb"; 229 229 src = fetchFromGitHub { 230 230 owner = "theHamsta"; 231 231 repo = "tree-sitter-commonlisp"; 232 - rev = "338db38330f0d25cba8e2c6428240ebc5e020264"; 233 - hash = "sha256-mTBxnj/kqrHx8q7cAKTjfD0FOyVKjDub01Y50DXXjg0="; 232 + rev = "5153dbbc70e4cc2324320c1bdae020d31079c7c0"; 233 + hash = "sha256-0eC2cm/cP9BLfNKsubJd4S4BHF2nJdx/OCNJNC4ur6Q="; 234 234 }; 235 235 meta.homepage = "https://github.com/theHamsta/tree-sitter-commonlisp"; 236 236 }; ··· 401 401 }; 402 402 meta.homepage = "https://github.com/rydesun/tree-sitter-dot"; 403 403 }; 404 + doxygen = buildGrammar { 405 + language = "doxygen"; 406 + version = "0.0.0+rev=1928411"; 407 + src = fetchFromGitHub { 408 + owner = "amaanq"; 409 + repo = "tree-sitter-doxygen"; 410 + rev = "19284113dbd42263c13b39d81b2a3b2492022c9b"; 411 + hash = "sha256-DzD/3c/zErauG0y8MKymeUXMuoFWkF2OzKY93Ap9Fp4="; 412 + }; 413 + meta.homepage = "https://github.com/amaanq/tree-sitter-doxygen"; 414 + }; 404 415 dtd = buildGrammar { 405 416 language = "dtd"; 406 417 version = "0.0.0+rev=9deacbf"; ··· 691 702 }; 692 703 glsl = buildGrammar { 693 704 language = "glsl"; 694 - version = "0.0.0+rev=7491ce4"; 705 + version = "0.0.0+rev=4296be4"; 695 706 src = fetchFromGitHub { 696 707 owner = "theHamsta"; 697 708 repo = "tree-sitter-glsl"; 698 - rev = "7491ce41c982ce74a54744ac21a2e4c360325fbb"; 699 - hash = "sha256-z00CEiWUQhNiUobOjFTzZgAp+/Jkjbma7Rwx6/0orWc="; 709 + rev = "4296be48e59be05284be2f79d62b155b61b20518"; 710 + hash = "sha256-AimWXes1VTmFELDsTwYpZdyHsdBOL0rfg8ScauWvWQM="; 700 711 }; 701 712 meta.homepage = "https://github.com/theHamsta/tree-sitter-glsl"; 702 713 }; ··· 2301 2312 }; 2302 2313 wing = buildGrammar { 2303 2314 language = "wing"; 2304 - version = "0.0.0+rev=8efecc2"; 2315 + version = "0.0.0+rev=2b2aa81"; 2305 2316 src = fetchFromGitHub { 2306 2317 owner = "winglang"; 2307 2318 repo = "wing"; 2308 - rev = "8efecc27b58d3266e3946ea5c8fb8b3ef853914d"; 2309 - hash = "sha256-A/GXdXvOkSu9DI6h1EZNrfciYGtsSJ68uU0M2akaUKU="; 2319 + rev = "2b2aa817bef5f56c56c8a0d02961858dd47c5860"; 2320 + hash = "sha256-aMB6n0GfYap+Damt27Xuwom2qhX/seyuE6YHqnY211M="; 2310 2321 }; 2311 2322 location = "libs/tree-sitter-wing"; 2312 2323 generate = true;
+2 -2
pkgs/applications/emulators/commanderx16/emulator.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "x16-emulator"; 10 - version = "43"; 10 + version = "44"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "X16Community"; 14 14 repo = "x16-emulator"; 15 15 rev = "r${finalAttrs.version}"; 16 - hash = "sha256-cZB7MRYlchD3zcBSWBIzyBiGHJobJvozkVT/7ftFkNg="; 16 + hash = "sha256-NDtfbhqGldxtvWQf/t6UnMRjI2DR7JYKbm2KFAMZhHY="; 17 17 }; 18 18 19 19 postPatch = ''
+2 -2
pkgs/applications/emulators/commanderx16/rom.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "x16-rom"; 10 - version = "43"; 10 + version = "44"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "X16Community"; 14 14 repo = "x16-rom"; 15 15 rev = "r${finalAttrs.version}"; 16 - hash = "sha256-LkGHfralxlishG1oyBojDnLMJ3c3KYp5YwJSZ2SIrbM="; 16 + hash = "sha256-x/U+8e869mkWZKmCiW2fZKGB9un2cFXNclemwxbAjLQ="; 17 17 }; 18 18 19 19 nativeBuildInputs = [
+3 -3
pkgs/applications/file-managers/walk/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "walk"; 5 - version = "1.5.2"; 5 + version = "1.6.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "antonmedv"; 9 9 repo = "walk"; 10 10 rev = "v${version}"; 11 - hash = "sha256-lcXNGmDCXq73gAWFKHHsIb578b1EhznYaGC0myFQym8="; 11 + hash = "sha256-Wo8i0nPAuzADLXlsEho9TSSbNh3d13iNsXXx5onPnIs="; 12 12 }; 13 13 14 - vendorHash = "sha256-EYwfoTVcgV12xF/cv9O6QgXq9Gtc9qK9EmZNjXS4kC8="; 14 + vendorHash = "sha256-AmgCyq+N+EMdpIUCe6Lzd8bDXHsbOzclsHPp+H5ROMc="; 15 15 16 16 meta = with lib; { 17 17 description = "Terminal file manager";
+3 -2
pkgs/applications/graphics/komikku/default.nix
··· 19 19 20 20 python3.pkgs.buildPythonApplication rec { 21 21 pname = "komikku"; 22 - version = "1.22.0"; 22 + version = "1.23.0"; 23 23 24 24 format = "other"; 25 25 ··· 27 27 owner = "valos"; 28 28 repo = "Komikku"; 29 29 rev = "v${version}"; 30 - hash = "sha256-6Pqa3qNnH8WF/GK4CLyEmLoPm4A6Q3Gri2x0whf6WTY="; 30 + hash = "sha256-duWAOod2co62NJ5Jk+7eWTf2LcfV5ZbFw0BhrbdGdUY="; 31 31 }; 32 32 33 33 nativeBuildInputs = [ ··· 87 87 description = "Manga reader for GNOME"; 88 88 homepage = "https://valos.gitlab.io/Komikku/"; 89 89 license = licenses.gpl3Plus; 90 + changelog = "https://gitlab.com/valos/Komikku/-/releases/v${version}"; 90 91 maintainers = with maintainers; [ chuangzhu infinitivewitch ]; 91 92 }; 92 93 }
+2
pkgs/applications/misc/tuba/default.nix
··· 13 13 , json-glib 14 14 , glib 15 15 , glib-networking 16 + , gobject-introspection 16 17 , gtksourceview5 17 18 , libxml2 18 19 , libgee ··· 42 43 python3 43 44 wrapGAppsHook4 44 45 desktop-file-utils 46 + gobject-introspection 45 47 ]; 46 48 47 49 buildInputs = [
+2 -2
pkgs/applications/virtualization/ecs-agent/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "amazon-ecs-agent"; 5 - version = "1.73.1"; 5 + version = "1.75.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 owner = "aws"; 10 10 repo = pname; 11 - hash = "sha256-+IFlr1xLLnk0Ox3CcHUdEEiDqk5z0MegWu6h9RW7M8Q="; 11 + hash = "sha256-pjBAu7QyDZdZbGK2pmvF75C6M3liS0KixupUx+iCEjA="; 12 12 }; 13 13 14 14 vendorHash = null;
+3 -7
pkgs/development/compilers/sbcl/2.x.nix
··· 19 19 sha256 = "189gjqzdz10xh3ybiy4ch1r98bsmkcb4hpnrmggd4y2g5kqnyx4y"; 20 20 }; 21 21 22 - # The loosely held nixpkgs convention for SBCL is to keep the last two 23 - # versions. 24 - # https://github.com/NixOS/nixpkgs/pull/200994#issuecomment-1315042841 25 - "2.3.6" = { 26 - sha256 = "sha256-tEFMpNmnR06NiE19YyN+LynvRZ39WoSEJKnD+lUdGbk="; 27 - }; 28 - 29 22 "2.3.7" = { 30 23 sha256 = "sha256-aYFE+4BaMZGaYQ3pmauYOR1S62mK2qjKGbKPxu0Nmfc="; 24 + }; 25 + "2.3.8" = { 26 + sha256 = "sha256-QhVxsqyRbli+jrzqXvSr+NeQKGPbah0KXvqVAK3KDSk="; 31 27 }; 32 28 }; 33 29
+1 -1
pkgs/development/libraries/libdrm/default.nix
··· 1 1 { stdenv, lib, fetchurl, pkg-config, meson, ninja, docutils 2 2 , libpthreadstubs, libpciaccess 3 - , withValgrind ? valgrind-light.meta.available, valgrind-light 3 + , withValgrind ? lib.meta.availableOn stdenv.hostPlatform valgrind-light, valgrind-light 4 4 }: 5 5 6 6 stdenv.mkDerivation rec {
+2 -2
pkgs/development/libraries/science/math/magma/releases.nix
··· 36 36 ]; 37 37 } 38 38 { 39 - version = "2.7.1"; 40 - hash = "sha256-2chxHAR6OMrhbv3nS+4uszMyF/0nEeHpuGBsu7SuGlA="; 39 + version = "2.7.2"; 40 + hash = "sha256-cpvBpw5RinQi/no6VFN6R0EDWne+M0n2bqxcNiV21WA="; 41 41 supportedGpuTargets = [ 42 42 "700" 43 43 "701"
+12 -4
pkgs/development/libraries/science/math/nccl/default.nix
··· 8 8 , cuda_nvcc 9 9 , cudaFlags 10 10 , cudaVersion 11 + # passthru.updateScript 12 + , gitUpdater 11 13 }: 12 14 let 13 15 # Output looks like "-gencode=arch=compute_86,code=sm_86 -gencode=arch=compute_86,code=compute_86" 14 16 gencode = lib.concatStringsSep " " cudaFlags.gencode; 15 17 in 16 18 backendStdenv.mkDerivation (finalAttrs: { 17 - name = "nccl-${finalAttrs.version}-cuda-${cudaVersion}"; 18 - version = "2.18.3-1"; 19 + pname = "nccl"; 20 + version = "2.18.5-1"; 19 21 20 22 src = fetchFromGitHub { 21 23 owner = "NVIDIA"; 22 - repo = "nccl"; 24 + repo = finalAttrs.pname; 23 25 rev = "v${finalAttrs.version}"; 24 - hash = "sha256-v4U4IzwiuiYFyFhxVmNOCUmkbSg/AM0QtWPve0ehVhs="; 26 + hash = "sha256-vp2WitKateEt1AzSeeEvY/wM4NnUmV7XgL/gfPRUObY="; 25 27 }; 26 28 27 29 outputs = [ "out" "dev" ]; ··· 62 64 ''; 63 65 64 66 env.NIX_CFLAGS_COMPILE = toString [ "-Wno-unused-function" ]; 67 + 68 + # Run the update script with: `nix-shell maintainers/scripts/update.nix --argstr package cudaPackages.nccl` 69 + passthru.updateScript = gitUpdater { 70 + inherit (finalAttrs) pname version; 71 + rev-prefix = "v"; 72 + }; 65 73 66 74 enableParallelBuilding = true; 67 75
+2 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aioesphomeapi"; 17 - version = "16.0.1"; 17 + version = "16.0.2"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "esphome"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-DxEfkM//WvGqS/iWb6RIvE2raIYb/I0bcwrLqLBjCmw="; 26 + hash = "sha256-lnMB66cpF4RsqthZS2Xn4BpniSWHBJlwhYLgDCB1IIc="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/aioqsw/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aioqsw"; 13 - version = "0.3.3"; 13 + version = "0.3.4"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.11"; ··· 19 19 owner = "Noltari"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-2fu78mp9ztm229N+zhvY7FuWl3xZlqSYVk/Okp2RNJI="; 22 + hash = "sha256-YGVQsw7UhRWXtfn2MQa3GHNlgXR4LJlFnaeLCGjmWfQ="; 23 23 }; 24 24 25 25 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/apprise/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "apprise"; 22 - version = "1.4.5"; 22 + version = "1.5.0"; 23 23 format = "setuptools"; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-t8ZlE8VFZpCimO2IfJAW3tQvFeNl0WFC5yi3T3z/7oI="; 29 + hash = "sha256-PFgRQQd6EBeQ7eDKsW+ig60DKpsvl9xtNWX7LZGBP9c="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix
··· 17 17 18 18 let 19 19 pname = "chacha20poly1305-reuseable"; 20 - version = "0.4.1"; 20 + version = "0.4.2"; 21 21 in 22 22 23 23 buildPythonPackage { ··· 30 30 owner = "bdraco"; 31 31 repo = pname; 32 32 rev = "v${version}"; 33 - hash = "sha256-JDkTSJi7QltKAdgkM+aJ33DP2emOAviyCqI/jeapUB8="; 33 + hash = "sha256-RBXEumw5A/XzB/LazUcvq8JM/Ahvcy9lCTYKpGcY7go="; 34 34 }; 35 35 36 36 nativeBuildInputs = [
+5 -14
pkgs/development/python-modules/commoncode/default.nix
··· 5 5 , buildPythonPackage 6 6 , click 7 7 , fetchPypi 8 - , intbitset 9 8 , pytest-xdist 10 9 , pytestCheckHook 11 10 , pythonAtLeast ··· 14 13 , saneyaml 15 14 , setuptools-scm 16 15 , text-unidecode 17 - , typing 18 16 }: 19 17 20 18 buildPythonPackage rec { 21 19 pname = "commoncode"; 22 - version = "31.0.2"; 20 + version = "31.0.3"; 23 21 format = "pyproject"; 24 22 25 - disabled = pythonOlder "3.6"; 23 + disabled = pythonOlder "3.7"; 26 24 27 25 src = fetchPypi { 28 26 inherit pname version; 29 - hash = "sha256-UWd8fTHVEC5ywETfMIWjfXm4xiNaMrVpwkQ/woeXc0k="; 27 + hash = "sha256-ura55/m/iesqN6kSYmdHB1sbthSHXaFWiQ76wVmyl0E="; 30 28 }; 31 29 32 - postPatch = '' 33 - substituteInPlace setup.cfg \ 34 - --replace "intbitset >= 2.3.0, < 3.0" "intbitset >= 2.3.0" 35 - ''; 36 - 37 30 dontConfigure = true; 38 31 39 32 nativeBuildInputs = [ ··· 44 37 attrs 45 38 beautifulsoup4 46 39 click 47 - intbitset 48 40 requests 49 41 saneyaml 50 42 text-unidecode 51 - ] ++ lib.optionals (pythonOlder "3.7") [ 52 - typing 53 43 ]; 54 44 55 45 nativeCheckInputs = [ ··· 83 73 meta = with lib; { 84 74 description = "A set of common utilities, originally split from ScanCode"; 85 75 homepage = "https://github.com/nexB/commoncode"; 76 + changelog = "https://github.com/nexB/commoncode/blob/v${version}/CHANGELOG.rst"; 86 77 license = licenses.asl20; 87 - maintainers = [ ]; 78 + maintainers = with maintainers; [ ]; 88 79 }; 89 80 }
+2 -2
pkgs/development/python-modules/cyclonedx-python-lib/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "cyclonedx-python-lib"; 25 - version = "4.0.1"; 25 + version = "4.1.0"; 26 26 format = "pyproject"; 27 27 28 28 disabled = pythonOlder "3.9"; ··· 31 31 owner = "CycloneDX"; 32 32 repo = pname; 33 33 rev = "refs/tags/v${version}"; 34 - hash = "sha256-GCY7M0XnVsGyuADSq/EzOy9fged5frj+hRDLhs2Uq8I="; 34 + hash = "sha256-pRYjpmHhsw03b87YjS8YMmkQNwfcihp/bk56LFn55AU="; 35 35 }; 36 36 37 37 nativeBuildInputs = [
+2 -12
pkgs/development/python-modules/ge25519/default.nix
··· 2 2 , bitlist 3 3 , buildPythonPackage 4 4 , fe25519 5 - , fetchpatch 6 5 , fetchPypi 7 6 , fountains 8 7 , parts ··· 14 13 15 14 buildPythonPackage rec { 16 15 pname = "ge25519"; 17 - version = "1.4.3"; 16 + version = "1.5.1"; 18 17 format = "pyproject"; 19 18 20 19 disabled = pythonOlder "3.7"; 21 20 22 21 src = fetchPypi { 23 22 inherit pname version; 24 - hash = "sha256-oOvrfRSpvwfCcmpV7FOxcBOW8Ex89d2+otjORrzX4o0="; 23 + hash = "sha256-VKDPiSdufWwrNcZSRTByFU4YGoJrm48TDm1nt4VyclA="; 25 24 }; 26 - 27 - patches = [ 28 - # https://github.com/nthparty/ge25519/pull/1 29 - (fetchpatch { 30 - name = "relax-setuptools-dependency.patch"; 31 - url = "https://github.com/nthparty/ge25519/commit/64de94aa67387a30905057c39729d24feaba9064.patch"; 32 - hash = "sha256-UTT7VD4lscEA2JiGLx9CRVD1ygXgzcOWqgh5jGMS64Y="; 33 - }) 34 - ]; 35 25 36 26 nativeBuildInputs = [ 37 27 setuptools
+2 -2
pkgs/development/python-modules/griffe/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "griffe"; 15 - version = "0.35.1"; 15 + version = "0.35.2"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "mkdocstrings"; 22 22 repo = pname; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-5Iy4UrB7rn11dmQxh/7EtvrrxkXH8k1tYQkREJJXsOs="; 24 + hash = "sha256-Sskz14aAPqUXhQjetPfhjVm8gjG4yrck3sHpgD37DPU="; 25 25 }; 26 26 27 27 SETUPTOOLS_SCM_PRETEND_VERSION = version;
+2 -2
pkgs/development/python-modules/hahomematic/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "hahomematic"; 20 - version = "2023.8.11"; 20 + version = "2023.8.12"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.11"; ··· 26 26 owner = "danielperna84"; 27 27 repo = pname; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-EDpOCZlWIb1WChO4/k37WDkA4LT4Wy8tcMpThMgCQoU="; 29 + hash = "sha256-sP8X6YWNPut0chIj5izdPDbSlwTWXJECbK+pGfucnek="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/home-assistant-bluetooth/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "home-assistant-bluetooth"; 14 - version = "1.10.2"; 14 + version = "1.10.3"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "home-assistant-libs"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-zNhqiWYZ3tv6lwYgmi6Yue+mFcgk7Y1dDMbzWlsvVJM="; 23 + hash = "sha256-77RrqmoCftPc48fFtuuFo0KqGX3n+6aDx2RFkwGCNzQ="; 24 24 }; 25 25 26 26 postPatch = ''
+2 -2
pkgs/development/python-modules/homematicip/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "homematicip"; 20 - version = "1.0.14"; 20 + version = "1.0.15"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 26 26 owner = "hahn-th"; 27 27 repo = "homematicip-rest-api"; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-2tJoIknqcwEvX2mQsrSEEh45pEMpNfeefuXVKSJTwig="; 29 + hash = "sha256-wetkcHtm5O6mxhyU3/E4yrv6UGHAdKUlae2wJdCXtJI="; 30 30 }; 31 31 32 32 propagatedBuildInputs = [
+3 -3
pkgs/development/python-modules/numpyro/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "numpyro"; 17 - version = "0.12.1"; 17 + version = "0.13.0"; 18 18 format = "setuptools"; 19 19 20 - disabled = pythonOlder "3.8"; 20 + disabled = pythonOlder "3.9"; 21 21 22 22 src = fetchPypi { 23 23 inherit version pname; 24 - hash = "sha256-S3ifL/KPOJQcyBEYoE1XGxPLmSfh1uT9wJG/YtABBKQ="; 24 + hash = "sha256-n+5K6fZlatKkXGVxzKcVhmP5XNuJeeM+GcCJ1Kh/WMk="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/peaqevcore/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "peaqevcore"; 9 - version = "19.0.3"; 9 + version = "19.1.2"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-DRTXBOrz//IdoMC+zKFkKS2KX0EsAbTqu1tOqskQRQ4="; 16 + hash = "sha256-pDVyFXnWHUzC1U7sSq65q1NXskz/kM/KtonqnfjEtMI="; 17 17 }; 18 18 19 19 postPatch = ''
+2 -2
pkgs/development/python-modules/publicsuffixlist/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "publicsuffixlist"; 12 - version = "0.10.0.20230824"; 12 + version = "0.10.0.20230828"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-8Cln/fjc1ne1EPyvGJH55N4Xzs9FbvZOxaoaXiWY8Bw="; 19 + hash = "sha256-eVPcj1gMY9a8Znhon2lEs9EKWgc55euyvzxnrkDH05o="; 20 20 }; 21 21 22 22 passthru.optional-dependencies = {
+2 -2
pkgs/development/python-modules/pydaikin/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pydaikin"; 15 - version = "2.10.5"; 15 + version = "2.11.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; ··· 21 21 owner = "mustang51"; 22 22 repo = pname; 23 23 rev = "v${version}"; 24 - hash = "sha256-G4mNBHk8xskQyt1gbMqz5XhoTfWWxp+qTruOSqmTvOc="; 24 + hash = "sha256-YQmMuUSmI6npdhRRhoSNwEFXUF1ZHdKsjZnfxFbL60E="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pylitterbot/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pylitterbot"; 18 - version = "2023.4.6"; 18 + version = "2023.4.7"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.9"; ··· 24 24 owner = "natekspencer"; 25 25 repo = pname; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-vrdKpdA+GX1DQaNx/hYs+YSy3UQIov0aPCs7eXppi7c="; 27 + hash = "sha256-y5UZWId3RhOlnq9sHo7eeKOem55/e6F4ioYa+uprZtA="; 28 28 }; 29 29 30 30 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/python-bsblan/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "python-bsblan"; 19 - version = "0.5.14"; 19 + version = "0.5.15"; 20 20 format = "pyproject"; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "liudger"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-UCl5M9UbsUcroNF2iYzTLD9uIJF7PdxwrVt3PNI3iRc="; 28 + hash = "sha256-PNgv3QXl3iyDX0KOn1egQrt6D64i3eCUyCPtXe94y0U="; 29 29 }; 30 30 31 31 postPatch = ''
+2 -2
pkgs/development/python-modules/pytibber/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pytibber"; 17 - version = "0.28.0"; 17 + version = "0.28.1"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "Danielhiversen"; 24 24 repo = "pyTibber"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-S/arFxM+9VZECqUzPijTxclBQ6oeiOxdRXQLb+uhkfM="; 26 + hash = "sha256-ZEdBV+X9Ib1JvE8nzey+er7GrQMAV79zqn8ssC+kKdU="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/pywemo/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pywemo"; 17 - version = "1.2.1"; 17 + version = "1.3.0"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = pname; 24 24 repo = pname; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-6aigzwHP9iAQF4GKKQfnZl9sAbwZfOAG/xPf6ay7rGs="; 26 + hash = "sha256-+AdNT7ClT8JkYLkwk+IVNWgXGS04WNtENOtqmbjv7nQ="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/ulid-transform/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "ulid-transform"; 13 - version = "0.8.0"; 13 + version = "0.8.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.9"; ··· 19 19 owner = "bdraco"; 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-UOAeIVjn3Z5zC4jZP0y+XH1HjYesxjGmFYpEknu8cag="; 22 + hash = "sha256-isngr9CZ2YYuq+5s3p4HXrTU20vPqZGZ1r8mBoVkxiI="; 23 23 }; 24 24 25 25 nativeBuildInputs = [
+2 -2
pkgs/development/tools/analysis/banana-vera/default.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "banana-vera"; 11 - version = "1.3.0-python3.10"; 11 + version = "1.3.0-fedora38"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Epitech"; 15 15 repo = "banana-vera"; 16 16 rev = "refs/tags/v${finalAttrs.version}"; 17 - hash = "sha256-1nAKhUltQS1301JNrr0PQQrrf2W9Hj5gk1nbUhN4cXw="; 17 + sha256 = "sha256-sSN3trSySJe3KVyrb/hc5HUGRS4M3c4UX9SLlzBM43c"; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];
+2 -2
pkgs/development/tools/analysis/checkov/default.nix
··· 22 22 23 23 buildPythonApplication rec { 24 24 pname = "checkov"; 25 - version = "2.4.12"; 25 + version = "2.4.14"; 26 26 format = "setuptools"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "bridgecrewio"; 30 30 repo = pname; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-DBwYEE/JyjN97VZX1bwooozFONwMf9w31NTlzDA058k="; 32 + hash = "sha256-x8ud2kFOuILDXBIyzCcoBpsdisU7ivMfM6Ri9UEkc+Q="; 33 33 }; 34 34 35 35 patches = [
+2 -2
pkgs/development/tools/buildah/default.nix
··· 17 17 18 18 buildGoModule rec { 19 19 pname = "buildah"; 20 - version = "1.31.2"; 20 + version = "1.31.3"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "containers"; 24 24 repo = "buildah"; 25 25 rev = "v${version}"; 26 - hash = "sha256-AoE9/aIKmo5+XGz7glt5h2RHEgVGiI9K+jpgJJ0uC2g="; 26 + hash = "sha256-Uqs4MlKwFz4EGd6HTGXqcLTSfYPJTpgKKyXmA3B3RjU="; 27 27 }; 28 28 29 29 outputs = [ "out" "man" ];
+3 -3
pkgs/development/tools/convco/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "convco"; 14 - version = "0.4.1"; 14 + version = "0.4.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "convco"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-HOHUyO2Ct0BlQtLqqwsQZZPmnLij8AsayX+aIhIpZpw="; 20 + sha256 = "sha256-RNUMLc4lY18tsOr2vmpkYdQ2poVOQxsSVl5PEuhzQxw="; 21 21 }; 22 22 23 - cargoHash = "sha256-p8aDqBZ0HpQ4iWG0lAF6KIvE4F5P1myd/Dt/txaoz0k="; 23 + cargoHash = "sha256-ChB4w9qnSzuOGTPYfpAJS2icy9wi1RjONCsfT+3vlRo="; 24 24 25 25 nativeBuildInputs = [ cmake pkg-config ]; 26 26
+1 -1
pkgs/development/tools/qtcreator/default.nix
··· 97 97 advanced code editor, a visual debugger and a GUI designer. 98 98 ''; 99 99 homepage = "https://wiki.qt.io/Qt_Creator"; 100 - license = licenses.lgpl3Plus; 100 + license = licenses.gpl3Only; # annotated with The Qt Company GPL Exception 1.0 101 101 maintainers = [ maintainers.rewine ]; 102 102 platforms = platforms.linux; 103 103 };
+423 -413
pkgs/development/tools/rust/cargo-edit/Cargo.lock
··· 10 10 11 11 [[package]] 12 12 name = "aho-corasick" 13 - version = "0.7.20" 13 + version = "1.0.4" 14 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 15 + checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" 16 16 dependencies = [ 17 17 "memchr", 18 18 ] 19 19 20 20 [[package]] 21 - name = "aho-corasick" 22 - version = "1.0.1" 21 + name = "anstream" 22 + version = "0.3.2" 23 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 24 + checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 25 25 dependencies = [ 26 - "memchr", 26 + "anstyle", 27 + "anstyle-parse", 28 + "anstyle-query", 29 + "anstyle-wincon 1.0.2", 30 + "colorchoice", 31 + "is-terminal", 32 + "utf8parse", 27 33 ] 28 34 29 35 [[package]] 30 36 name = "anstream" 31 - version = "0.3.2" 37 + version = "0.5.0" 32 38 source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 39 + checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" 34 40 dependencies = [ 35 41 "anstyle", 36 42 "anstyle-parse", 37 43 "anstyle-query", 38 - "anstyle-wincon", 44 + "anstyle-wincon 2.1.0", 39 45 "colorchoice", 40 - "is-terminal", 41 46 "utf8parse", 42 47 ] 43 48 44 49 [[package]] 45 50 name = "anstyle" 46 - version = "1.0.0" 51 + version = "1.0.2" 47 52 source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 53 + checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" 49 54 50 55 [[package]] 51 56 name = "anstyle-parse" 52 - version = "0.2.0" 57 + version = "0.2.1" 53 58 source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 59 + checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 55 60 dependencies = [ 56 61 "utf8parse", 57 62 ] ··· 62 67 source = "registry+https://github.com/rust-lang/crates.io-index" 63 68 checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 64 69 dependencies = [ 65 - "windows-sys 0.48.0", 70 + "windows-sys", 66 71 ] 67 72 68 73 [[package]] 69 74 name = "anstyle-wincon" 70 - version = "1.0.1" 75 + version = "1.0.2" 71 76 source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 77 + checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c" 73 78 dependencies = [ 74 79 "anstyle", 75 - "windows-sys 0.48.0", 80 + "windows-sys", 81 + ] 82 + 83 + [[package]] 84 + name = "anstyle-wincon" 85 + version = "2.1.0" 86 + source = "registry+https://github.com/rust-lang/crates.io-index" 87 + checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" 88 + dependencies = [ 89 + "anstyle", 90 + "windows-sys", 76 91 ] 77 92 78 93 [[package]] 79 94 name = "anyhow" 80 - version = "1.0.71" 95 + version = "1.0.75" 81 96 source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 97 + checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 83 98 84 99 [[package]] 85 100 name = "assert_cmd" 86 - version = "2.0.11" 101 + version = "2.0.12" 87 102 source = "registry+https://github.com/rust-lang/crates.io-index" 88 - checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" 103 + checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" 89 104 dependencies = [ 90 - "anstream", 105 + "anstream 0.3.2", 91 106 "anstyle", 92 107 "bstr", 93 108 "doc-comment", ··· 103 118 source = "registry+https://github.com/rust-lang/crates.io-index" 104 119 checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48" 105 120 dependencies = [ 106 - "anstream", 121 + "anstream 0.3.2", 107 122 "anstyle", 108 123 "doc-comment", 109 124 "globwalk", ··· 138 153 139 154 [[package]] 140 155 name = "base64" 141 - version = "0.13.1" 156 + version = "0.21.3" 142 157 source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 158 + checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" 144 159 145 160 [[package]] 146 161 name = "base64ct" ··· 153 168 version = "1.3.2" 154 169 source = "registry+https://github.com/rust-lang/crates.io-index" 155 170 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 171 + 172 + [[package]] 173 + name = "bitflags" 174 + version = "2.4.0" 175 + source = "registry+https://github.com/rust-lang/crates.io-index" 176 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 156 177 157 178 [[package]] 158 179 name = "block-buffer" ··· 165 186 166 187 [[package]] 167 188 name = "bstr" 168 - version = "1.4.0" 189 + version = "1.6.0" 169 190 source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 191 + checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 171 192 dependencies = [ 172 193 "memchr", 173 - "once_cell", 174 194 "regex-automata", 175 195 "serde", 176 196 ] ··· 189 209 190 210 [[package]] 191 211 name = "camino" 192 - version = "1.1.4" 212 + version = "1.1.6" 193 213 source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 214 + checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 195 215 dependencies = [ 196 216 "serde", 197 217 ] 198 218 199 219 [[package]] 200 220 name = "cargo-edit" 201 - version = "0.12.0" 221 + version = "0.12.1" 202 222 dependencies = [ 203 223 "anyhow", 204 224 "assert_cmd", ··· 214 234 "git2", 215 235 "hex", 216 236 "home", 217 - "indexmap", 237 + "indexmap 1.9.3", 218 238 "native-tls", 219 239 "pathdiff", 220 240 "predicates", ··· 235 255 236 256 [[package]] 237 257 name = "cargo-platform" 238 - version = "0.1.2" 258 + version = "0.1.3" 239 259 source = "registry+https://github.com/rust-lang/crates.io-index" 240 - checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 260 + checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" 241 261 dependencies = [ 242 262 "serde", 243 263 ] ··· 245 265 [[package]] 246 266 name = "cargo-test-macro" 247 267 version = "0.1.0" 248 - source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28" 268 + source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 249 269 250 270 [[package]] 251 271 name = "cargo-test-support" 252 272 version = "0.1.0" 253 - source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28" 273 + source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 254 274 dependencies = [ 255 275 "anyhow", 256 276 "cargo-test-macro", ··· 271 291 "time", 272 292 "toml", 273 293 "url", 274 - "windows-sys 0.48.0", 294 + "windows-sys", 275 295 ] 276 296 277 297 [[package]] 278 298 name = "cargo-util" 279 - version = "0.2.4" 280 - source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28" 299 + version = "0.2.7" 300 + source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 281 301 dependencies = [ 282 302 "anyhow", 283 303 "core-foundation", ··· 285 305 "hex", 286 306 "jobserver", 287 307 "libc", 288 - "log", 289 308 "miow", 290 309 "same-file", 291 310 "sha2", 292 311 "shell-escape", 293 312 "tempfile", 313 + "tracing", 294 314 "walkdir", 295 - "windows-sys 0.48.0", 315 + "windows-sys", 296 316 ] 297 317 298 318 [[package]] ··· 311 331 312 332 [[package]] 313 333 name = "cc" 314 - version = "1.0.79" 334 + version = "1.0.83" 315 335 source = "registry+https://github.com/rust-lang/crates.io-index" 316 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 336 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 317 337 dependencies = [ 318 338 "jobserver", 339 + "libc", 319 340 ] 320 341 321 342 [[package]] ··· 326 347 327 348 [[package]] 328 349 name = "clap" 329 - version = "4.3.0" 350 + version = "4.4.0" 330 351 source = "registry+https://github.com/rust-lang/crates.io-index" 331 - checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" 352 + checksum = "1d5f1946157a96594eb2d2c10eb7ad9a2b27518cb3000209dec700c35df9197d" 332 353 dependencies = [ 333 354 "clap_builder", 334 355 "clap_derive", ··· 337 358 338 359 [[package]] 339 360 name = "clap_builder" 340 - version = "4.3.0" 361 + version = "4.4.0" 341 362 source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" 363 + checksum = "78116e32a042dd73c2901f0dc30790d20ff3447f3e3472fad359e8c3d282bcd6" 343 364 dependencies = [ 344 - "anstream", 365 + "anstream 0.5.0", 345 366 "anstyle", 346 - "bitflags", 347 367 "clap_lex", 348 368 "strsim", 349 369 "terminal_size", ··· 351 371 352 372 [[package]] 353 373 name = "clap_derive" 354 - version = "4.3.0" 374 + version = "4.4.0" 355 375 source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b" 376 + checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a" 357 377 dependencies = [ 358 378 "heck", 359 379 "proc-macro2", ··· 363 383 364 384 [[package]] 365 385 name = "clap_lex" 366 - version = "0.5.0" 386 + version = "0.5.1" 367 387 source = "registry+https://github.com/rust-lang/crates.io-index" 368 - checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 388 + checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 369 389 370 390 [[package]] 371 391 name = "colorchoice" ··· 380 400 checksum = "7104119c2f80d887239879d0c50e033cd40eac9a3f3561e0684ba7d5d654f4da" 381 401 dependencies = [ 382 402 "atty", 383 - "bitflags", 403 + "bitflags 1.3.2", 384 404 "concolor-query", 385 405 ] 386 406 ··· 392 412 393 413 [[package]] 394 414 name = "const-oid" 395 - version = "0.9.2" 415 + version = "0.9.5" 396 416 source = "registry+https://github.com/rust-lang/crates.io-index" 397 - checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" 417 + checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" 398 418 399 419 [[package]] 400 420 name = "content_inspector" ··· 423 443 424 444 [[package]] 425 445 name = "cpufeatures" 426 - version = "0.2.7" 446 + version = "0.2.9" 427 447 source = "registry+https://github.com/rust-lang/crates.io-index" 428 - checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 448 + checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 429 449 dependencies = [ 430 450 "libc", 431 451 ] 432 452 433 453 [[package]] 434 454 name = "crates-index" 435 - version = "0.19.10" 455 + version = "0.19.13" 436 456 source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "65aa5fcd68f892b56202f15a18a53308b2d489b728958dbce48d2d1f3bbaa685" 457 + checksum = "c3cab38e209d6ba8bd5b0d41c784ec63a5a9ea3adf866b820d377588960f1ded" 438 458 dependencies = [ 439 459 "git2", 440 460 "hex", 441 461 "home", 442 462 "memchr", 443 - "num_cpus", 444 463 "rayon", 445 464 "rustc-hash", 446 465 "semver", ··· 453 472 454 473 [[package]] 455 474 name = "crates-io" 456 - version = "0.36.1" 457 - source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28" 475 + version = "0.39.0" 476 + source = "git+https://github.com/rust-lang/cargo#2a6f7f6efe118ed9b82dfff4591fac70b4bca790" 458 477 dependencies = [ 459 - "anyhow", 460 478 "curl", 461 479 "percent-encoding", 462 480 "serde", 463 481 "serde_json", 482 + "thiserror", 464 483 "url", 465 484 ] 466 485 ··· 496 515 497 516 [[package]] 498 517 name = "crossbeam-epoch" 499 - version = "0.9.14" 518 + version = "0.9.15" 500 519 source = "registry+https://github.com/rust-lang/crates.io-index" 501 - checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 520 + checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 502 521 dependencies = [ 503 522 "autocfg", 504 523 "cfg-if", ··· 509 528 510 529 [[package]] 511 530 name = "crossbeam-utils" 512 - version = "0.8.15" 531 + version = "0.8.16" 513 532 source = "registry+https://github.com/rust-lang/crates.io-index" 514 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 533 + checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 515 534 dependencies = [ 516 535 "cfg-if", 517 536 ] 518 537 519 538 [[package]] 520 539 name = "crypto-bigint" 521 - version = "0.5.1" 540 + version = "0.5.2" 522 541 source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7" 542 + checksum = "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" 524 543 dependencies = [ 525 544 "generic-array", 526 545 "rand_core", ··· 561 580 562 581 [[package]] 563 582 name = "curl-sys" 564 - version = "0.4.61+curl-8.0.1" 583 + version = "0.4.65+curl-8.2.1" 565 584 source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79" 585 + checksum = "961ba061c9ef2fe34bbd12b807152d96f0badd2bebe7b90ce6c8c8b7572a0986" 567 586 dependencies = [ 568 587 "cc", 569 588 "libc", ··· 576 595 577 596 [[package]] 578 597 name = "der" 579 - version = "0.7.4" 598 + version = "0.7.8" 580 599 source = "registry+https://github.com/rust-lang/crates.io-index" 581 - checksum = "86b14af2045fa69ed2b7a48934bebb842d0f33e73e96e78766ecb14bb5347a11" 600 + checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" 582 601 dependencies = [ 583 602 "const-oid", 584 603 "pem-rfc7468", ··· 586 605 ] 587 606 588 607 [[package]] 608 + name = "deranged" 609 + version = "0.3.8" 610 + source = "registry+https://github.com/rust-lang/crates.io-index" 611 + checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" 612 + dependencies = [ 613 + "serde", 614 + ] 615 + 616 + [[package]] 589 617 name = "difflib" 590 618 version = "0.4.0" 591 619 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 617 645 618 646 [[package]] 619 647 name = "ecdsa" 620 - version = "0.16.6" 648 + version = "0.16.8" 621 649 source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "a48e5d537b8a30c0b023116d981b16334be1485af7ca68db3a2b7024cbc957fd" 650 + checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" 623 651 dependencies = [ 624 652 "der", 625 653 "digest", 626 654 "elliptic-curve", 627 655 "rfc6979", 628 656 "signature", 657 + "spki", 629 658 ] 630 659 631 660 [[package]] ··· 639 668 640 669 [[package]] 641 670 name = "either" 642 - version = "1.8.1" 671 + version = "1.9.0" 643 672 source = "registry+https://github.com/rust-lang/crates.io-index" 644 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 673 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 645 674 646 675 [[package]] 647 676 name = "elliptic-curve" 648 - version = "0.13.4" 677 + version = "0.13.5" 649 678 source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "75c71eaa367f2e5d556414a8eea812bc62985c879748d6403edabd9cb03f16e7" 679 + checksum = "968405c8fdc9b3bf4df0a6638858cc0b52462836ab6b1c87377785dd09cf1c0b" 651 680 dependencies = [ 652 681 "base16ct", 653 682 "crypto-bigint", ··· 675 704 ] 676 705 677 706 [[package]] 707 + name = "equivalent" 708 + version = "1.0.1" 709 + source = "registry+https://github.com/rust-lang/crates.io-index" 710 + checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 711 + 712 + [[package]] 678 713 name = "errno" 679 - version = "0.3.1" 714 + version = "0.3.2" 680 715 source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 716 + checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 682 717 dependencies = [ 683 718 "errno-dragonfly", 684 719 "libc", 685 - "windows-sys 0.48.0", 720 + "windows-sys", 686 721 ] 687 722 688 723 [[package]] ··· 697 732 698 733 [[package]] 699 734 name = "fastrand" 700 - version = "1.9.0" 735 + version = "2.0.0" 701 736 source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 703 - dependencies = [ 704 - "instant", 705 - ] 737 + checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 706 738 707 739 [[package]] 708 740 name = "ff" ··· 722 754 723 755 [[package]] 724 756 name = "filetime" 725 - version = "0.2.21" 757 + version = "0.2.22" 726 758 source = "registry+https://github.com/rust-lang/crates.io-index" 727 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 759 + checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 728 760 dependencies = [ 729 761 "cfg-if", 730 762 "libc", 731 - "redox_syscall 0.2.16", 732 - "windows-sys 0.48.0", 763 + "redox_syscall", 764 + "windows-sys", 733 765 ] 734 766 735 767 [[package]] 736 768 name = "flate2" 737 - version = "1.0.26" 769 + version = "1.0.27" 738 770 source = "registry+https://github.com/rust-lang/crates.io-index" 739 - checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 771 + checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 740 772 dependencies = [ 741 773 "crc32fast", 742 774 "libz-sys", ··· 775 807 776 808 [[package]] 777 809 name = "form_urlencoded" 778 - version = "1.1.0" 810 + version = "1.2.0" 779 811 source = "registry+https://github.com/rust-lang/crates.io-index" 780 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 812 + checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 781 813 dependencies = [ 782 814 "percent-encoding", 783 815 ] ··· 795 827 796 828 [[package]] 797 829 name = "getrandom" 798 - version = "0.2.9" 830 + version = "0.2.10" 799 831 source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 832 + checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 801 833 dependencies = [ 802 834 "cfg-if", 803 835 "js-sys", ··· 808 840 809 841 [[package]] 810 842 name = "git2" 811 - version = "0.17.1" 843 + version = "0.17.2" 812 844 source = "registry+https://github.com/rust-lang/crates.io-index" 813 - checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5" 845 + checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" 814 846 dependencies = [ 815 - "bitflags", 847 + "bitflags 1.3.2", 816 848 "libc", 817 849 "libgit2-sys", 818 850 "log", ··· 829 861 830 862 [[package]] 831 863 name = "globset" 832 - version = "0.4.10" 864 + version = "0.4.13" 833 865 source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 866 + checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" 835 867 dependencies = [ 836 - "aho-corasick 0.7.20", 868 + "aho-corasick", 837 869 "bstr", 838 870 "fnv", 839 871 "log", ··· 846 878 source = "registry+https://github.com/rust-lang/crates.io-index" 847 879 checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 848 880 dependencies = [ 849 - "bitflags", 881 + "bitflags 1.3.2", 850 882 "ignore", 851 883 "walkdir", 852 884 ] ··· 869 901 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 870 902 871 903 [[package]] 904 + name = "hashbrown" 905 + version = "0.14.0" 906 + source = "registry+https://github.com/rust-lang/crates.io-index" 907 + checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" 908 + 909 + [[package]] 872 910 name = "heck" 873 911 version = "0.4.1" 874 912 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 885 923 886 924 [[package]] 887 925 name = "hermit-abi" 888 - version = "0.2.6" 926 + version = "0.3.2" 889 927 source = "registry+https://github.com/rust-lang/crates.io-index" 890 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 891 - dependencies = [ 892 - "libc", 893 - ] 894 - 895 - [[package]] 896 - name = "hermit-abi" 897 - version = "0.3.1" 898 - source = "registry+https://github.com/rust-lang/crates.io-index" 899 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 928 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 900 929 901 930 [[package]] 902 931 name = "hex" ··· 931 960 source = "registry+https://github.com/rust-lang/crates.io-index" 932 961 checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 933 962 dependencies = [ 934 - "windows-sys 0.48.0", 963 + "windows-sys", 935 964 ] 936 965 937 966 [[package]] ··· 952 981 953 982 [[package]] 954 983 name = "idna" 955 - version = "0.3.0" 984 + version = "0.4.0" 956 985 source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 986 + checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 958 987 dependencies = [ 959 988 "unicode-bidi", 960 989 "unicode-normalization", ··· 984 1013 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 985 1014 dependencies = [ 986 1015 "autocfg", 987 - "hashbrown", 1016 + "hashbrown 0.12.3", 988 1017 ] 989 1018 990 1019 [[package]] 991 - name = "instant" 992 - version = "0.1.12" 1020 + name = "indexmap" 1021 + version = "2.0.0" 993 1022 source = "registry+https://github.com/rust-lang/crates.io-index" 994 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1023 + checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" 995 1024 dependencies = [ 996 - "cfg-if", 1025 + "equivalent", 1026 + "hashbrown 0.14.0", 997 1027 ] 998 1028 999 1029 [[package]] 1000 1030 name = "io-lifetimes" 1001 - version = "1.0.10" 1031 + version = "1.0.11" 1002 1032 source = "registry+https://github.com/rust-lang/crates.io-index" 1003 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 1033 + checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 1004 1034 dependencies = [ 1005 - "hermit-abi 0.3.1", 1035 + "hermit-abi 0.3.2", 1006 1036 "libc", 1007 - "windows-sys 0.48.0", 1037 + "windows-sys", 1008 1038 ] 1009 1039 1010 1040 [[package]] 1011 1041 name = "is-terminal" 1012 - version = "0.4.7" 1042 + version = "0.4.9" 1013 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1014 - checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 1044 + checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 1015 1045 dependencies = [ 1016 - "hermit-abi 0.3.1", 1017 - "io-lifetimes", 1018 - "rustix", 1019 - "windows-sys 0.48.0", 1046 + "hermit-abi 0.3.2", 1047 + "rustix 0.38.9", 1048 + "windows-sys", 1020 1049 ] 1021 1050 1022 1051 [[package]] ··· 1030 1059 1031 1060 [[package]] 1032 1061 name = "itoa" 1033 - version = "1.0.6" 1062 + version = "1.0.9" 1034 1063 source = "registry+https://github.com/rust-lang/crates.io-index" 1035 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1064 + checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 1036 1065 1037 1066 [[package]] 1038 1067 name = "jobserver" ··· 1045 1074 1046 1075 [[package]] 1047 1076 name = "js-sys" 1048 - version = "0.3.63" 1077 + version = "0.3.64" 1049 1078 source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 1079 + checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 1051 1080 dependencies = [ 1052 1081 "wasm-bindgen", 1053 1082 ] ··· 1060 1089 1061 1090 [[package]] 1062 1091 name = "libc" 1063 - version = "0.2.144" 1092 + version = "0.2.147" 1064 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 1065 - checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 1094 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 1066 1095 1067 1096 [[package]] 1068 1097 name = "libgit2-sys" 1069 - version = "0.15.1+1.6.4" 1098 + version = "0.15.2+1.6.4" 1070 1099 source = "registry+https://github.com/rust-lang/crates.io-index" 1071 - checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7" 1100 + checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" 1072 1101 dependencies = [ 1073 1102 "cc", 1074 1103 "libc", ··· 1094 1123 1095 1124 [[package]] 1096 1125 name = "libz-sys" 1097 - version = "1.1.9" 1126 + version = "1.1.12" 1098 1127 source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 1128 + checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" 1100 1129 dependencies = [ 1101 1130 "cc", 1102 1131 "libc", ··· 1111 1140 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 1112 1141 1113 1142 [[package]] 1143 + name = "linux-raw-sys" 1144 + version = "0.4.5" 1145 + source = "registry+https://github.com/rust-lang/crates.io-index" 1146 + checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 1147 + 1148 + [[package]] 1114 1149 name = "log" 1115 - version = "0.4.17" 1150 + version = "0.4.20" 1116 1151 source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1118 - dependencies = [ 1119 - "cfg-if", 1120 - ] 1152 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1121 1153 1122 1154 [[package]] 1123 1155 name = "memchr" ··· 1127 1159 1128 1160 [[package]] 1129 1161 name = "memoffset" 1130 - version = "0.8.0" 1162 + version = "0.9.0" 1131 1163 source = "registry+https://github.com/rust-lang/crates.io-index" 1132 - checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1164 + checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1133 1165 dependencies = [ 1134 1166 "autocfg", 1135 1167 ] ··· 1145 1177 1146 1178 [[package]] 1147 1179 name = "miow" 1148 - version = "0.5.0" 1180 + version = "0.6.0" 1149 1181 source = "registry+https://github.com/rust-lang/crates.io-index" 1150 - checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123" 1182 + checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044" 1151 1183 dependencies = [ 1152 - "windows-sys 0.42.0", 1184 + "windows-sys", 1153 1185 ] 1154 1186 1155 1187 [[package]] ··· 1178 1210 1179 1211 [[package]] 1180 1212 name = "num-traits" 1181 - version = "0.2.15" 1213 + version = "0.2.16" 1182 1214 source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1215 + checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 1184 1216 dependencies = [ 1185 1217 "autocfg", 1186 1218 ] 1187 1219 1188 1220 [[package]] 1189 1221 name = "num_cpus" 1190 - version = "1.15.0" 1222 + version = "1.16.0" 1191 1223 source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1224 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1193 1225 dependencies = [ 1194 - "hermit-abi 0.2.6", 1226 + "hermit-abi 0.3.2", 1195 1227 "libc", 1196 1228 ] 1197 1229 1198 1230 [[package]] 1199 1231 name = "once_cell" 1200 - version = "1.17.1" 1232 + version = "1.18.0" 1201 1233 source = "registry+https://github.com/rust-lang/crates.io-index" 1202 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1234 + checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 1203 1235 1204 1236 [[package]] 1205 1237 name = "openssl" 1206 - version = "0.10.52" 1238 + version = "0.10.56" 1207 1239 source = "registry+https://github.com/rust-lang/crates.io-index" 1208 - checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 1240 + checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e" 1209 1241 dependencies = [ 1210 - "bitflags", 1242 + "bitflags 1.3.2", 1211 1243 "cfg-if", 1212 1244 "foreign-types", 1213 1245 "libc", ··· 1235 1267 1236 1268 [[package]] 1237 1269 name = "openssl-src" 1238 - version = "111.25.3+1.1.1t" 1270 + version = "111.27.0+1.1.1v" 1239 1271 source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c" 1272 + checksum = "06e8f197c82d7511c5b014030c9b1efeda40d7d5f99d23b4ceed3524a5e63f02" 1241 1273 dependencies = [ 1242 1274 "cc", 1243 1275 ] 1244 1276 1245 1277 [[package]] 1246 1278 name = "openssl-sys" 1247 - version = "0.9.87" 1279 + version = "0.9.91" 1248 1280 source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 1281 + checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac" 1250 1282 dependencies = [ 1251 1283 "cc", 1252 1284 "libc", ··· 1257 1289 1258 1290 [[package]] 1259 1291 name = "orion" 1260 - version = "0.17.4" 1292 + version = "0.17.5" 1261 1293 source = "registry+https://github.com/rust-lang/crates.io-index" 1262 - checksum = "cbe74a766292f94f7e69db5a7bf010eadd944f24186c463fe578a7e637582066" 1294 + checksum = "b11468cc6afd61a126fe3f91cc4cc8a0dbe7917d0a4b5e8357ba91cc47444462" 1263 1295 dependencies = [ 1264 1296 "fiat-crypto", 1265 1297 "subtle", ··· 1273 1305 checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 1274 1306 dependencies = [ 1275 1307 "libc", 1276 - "windows-sys 0.48.0", 1308 + "windows-sys", 1277 1309 ] 1278 1310 1279 1311 [[package]] ··· 1290 1322 1291 1323 [[package]] 1292 1324 name = "pasetors" 1293 - version = "0.6.6" 1325 + version = "0.6.7" 1294 1326 source = "registry+https://github.com/rust-lang/crates.io-index" 1295 - checksum = "824bf633b85dc1dece2eb07161627ba5d90a951597cd5dbf8d85f4d82b7aea69" 1327 + checksum = "ba765699a309908d55950919a3445e9491453e89b2587b1b2abe4143a48894c0" 1296 1328 dependencies = [ 1297 1329 "ct-codecs", 1298 1330 "ed25519-compact", ··· 1326 1358 1327 1359 [[package]] 1328 1360 name = "percent-encoding" 1329 - version = "2.2.0" 1361 + version = "2.3.0" 1362 + source = "registry+https://github.com/rust-lang/crates.io-index" 1363 + checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 1364 + 1365 + [[package]] 1366 + name = "pin-project-lite" 1367 + version = "0.2.13" 1330 1368 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1369 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1332 1370 1333 1371 [[package]] 1334 1372 name = "pkcs8" ··· 1369 1407 1370 1408 [[package]] 1371 1409 name = "predicates-tree" 1372 - version = "1.0.8" 1410 + version = "1.0.9" 1373 1411 source = "registry+https://github.com/rust-lang/crates.io-index" 1374 - checksum = "2cfd78a1cd6926a74e7f263eb466b765c79409b176be05c3676fac27df378e96" 1412 + checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 1375 1413 dependencies = [ 1376 1414 "predicates-core", 1377 1415 "termtree", ··· 1379 1417 1380 1418 [[package]] 1381 1419 name = "primeorder" 1382 - version = "0.13.1" 1420 + version = "0.13.2" 1383 1421 source = "registry+https://github.com/rust-lang/crates.io-index" 1384 - checksum = "cf8d3875361e28f7753baefef104386e7aa47642c93023356d97fdef4003bfb5" 1422 + checksum = "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" 1385 1423 dependencies = [ 1386 1424 "elliptic-curve", 1387 1425 ] 1388 1426 1389 1427 [[package]] 1390 1428 name = "proc-macro2" 1391 - version = "1.0.58" 1429 + version = "1.0.66" 1392 1430 source = "registry+https://github.com/rust-lang/crates.io-index" 1393 - checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" 1431 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 1394 1432 dependencies = [ 1395 1433 "unicode-ident", 1396 1434 ] 1397 1435 1398 1436 [[package]] 1399 1437 name = "quote" 1400 - version = "1.0.27" 1438 + version = "1.0.33" 1401 1439 source = "registry+https://github.com/rust-lang/crates.io-index" 1402 - checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1440 + checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1403 1441 dependencies = [ 1404 1442 "proc-macro2", 1405 1443 ] ··· 1437 1475 1438 1476 [[package]] 1439 1477 name = "redox_syscall" 1440 - version = "0.2.16" 1441 - source = "registry+https://github.com/rust-lang/crates.io-index" 1442 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1443 - dependencies = [ 1444 - "bitflags", 1445 - ] 1446 - 1447 - [[package]] 1448 - name = "redox_syscall" 1449 1478 version = "0.3.5" 1450 1479 source = "registry+https://github.com/rust-lang/crates.io-index" 1451 1480 checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1452 1481 dependencies = [ 1453 - "bitflags", 1482 + "bitflags 1.3.2", 1454 1483 ] 1455 1484 1456 1485 [[package]] 1457 1486 name = "regex" 1458 - version = "1.8.2" 1487 + version = "1.9.4" 1459 1488 source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" 1489 + checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29" 1461 1490 dependencies = [ 1462 - "aho-corasick 1.0.1", 1491 + "aho-corasick", 1463 1492 "memchr", 1493 + "regex-automata", 1464 1494 "regex-syntax", 1465 1495 ] 1466 1496 1467 1497 [[package]] 1468 1498 name = "regex-automata" 1469 - version = "0.1.10" 1499 + version = "0.3.7" 1470 1500 source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1501 + checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629" 1502 + dependencies = [ 1503 + "aho-corasick", 1504 + "memchr", 1505 + "regex-syntax", 1506 + ] 1472 1507 1473 1508 [[package]] 1474 1509 name = "regex-syntax" 1475 - version = "0.7.2" 1510 + version = "0.7.5" 1476 1511 source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 1512 + checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 1478 1513 1479 1514 [[package]] 1480 1515 name = "rfc6979" ··· 1509 1544 1510 1545 [[package]] 1511 1546 name = "rustix" 1512 - version = "0.37.19" 1547 + version = "0.37.23" 1513 1548 source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 1549 + checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 1515 1550 dependencies = [ 1516 - "bitflags", 1551 + "bitflags 1.3.2", 1517 1552 "errno", 1518 1553 "io-lifetimes", 1519 1554 "libc", 1520 - "linux-raw-sys", 1521 - "windows-sys 0.48.0", 1555 + "linux-raw-sys 0.3.8", 1556 + "windows-sys", 1557 + ] 1558 + 1559 + [[package]] 1560 + name = "rustix" 1561 + version = "0.38.9" 1562 + source = "registry+https://github.com/rust-lang/crates.io-index" 1563 + checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" 1564 + dependencies = [ 1565 + "bitflags 2.4.0", 1566 + "errno", 1567 + "libc", 1568 + "linux-raw-sys 0.4.5", 1569 + "windows-sys", 1522 1570 ] 1523 1571 1524 1572 [[package]] 1525 1573 name = "rustls" 1526 - version = "0.20.8" 1574 + version = "0.21.6" 1527 1575 source = "registry+https://github.com/rust-lang/crates.io-index" 1528 - checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 1576 + checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" 1529 1577 dependencies = [ 1530 1578 "log", 1531 1579 "ring", 1580 + "rustls-webpki 0.101.4", 1532 1581 "sct", 1533 - "webpki", 1582 + ] 1583 + 1584 + [[package]] 1585 + name = "rustls-webpki" 1586 + version = "0.100.2" 1587 + source = "registry+https://github.com/rust-lang/crates.io-index" 1588 + checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" 1589 + dependencies = [ 1590 + "ring", 1591 + "untrusted", 1592 + ] 1593 + 1594 + [[package]] 1595 + name = "rustls-webpki" 1596 + version = "0.101.4" 1597 + source = "registry+https://github.com/rust-lang/crates.io-index" 1598 + checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" 1599 + dependencies = [ 1600 + "ring", 1601 + "untrusted", 1534 1602 ] 1535 1603 1536 1604 [[package]] 1537 1605 name = "ryu" 1538 - version = "1.0.13" 1606 + version = "1.0.15" 1539 1607 source = "registry+https://github.com/rust-lang/crates.io-index" 1540 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1608 + checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 1541 1609 1542 1610 [[package]] 1543 1611 name = "same-file" ··· 1550 1618 1551 1619 [[package]] 1552 1620 name = "schannel" 1553 - version = "0.1.21" 1621 + version = "0.1.22" 1554 1622 source = "registry+https://github.com/rust-lang/crates.io-index" 1555 - checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1623 + checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 1556 1624 dependencies = [ 1557 - "windows-sys 0.42.0", 1625 + "windows-sys", 1558 1626 ] 1559 1627 1560 1628 [[package]] 1561 1629 name = "scopeguard" 1562 - version = "1.1.0" 1630 + version = "1.2.0" 1563 1631 source = "registry+https://github.com/rust-lang/crates.io-index" 1564 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1632 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1565 1633 1566 1634 [[package]] 1567 1635 name = "sct" ··· 1575 1643 1576 1644 [[package]] 1577 1645 name = "sec1" 1578 - version = "0.7.2" 1646 + version = "0.7.3" 1579 1647 source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e" 1648 + checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 1581 1649 dependencies = [ 1582 1650 "base16ct", 1583 1651 "der", ··· 1589 1657 1590 1658 [[package]] 1591 1659 name = "security-framework" 1592 - version = "2.8.2" 1660 + version = "2.9.2" 1593 1661 source = "registry+https://github.com/rust-lang/crates.io-index" 1594 - checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 1662 + checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 1595 1663 dependencies = [ 1596 - "bitflags", 1664 + "bitflags 1.3.2", 1597 1665 "core-foundation", 1598 1666 "core-foundation-sys", 1599 1667 "libc", ··· 1602 1670 1603 1671 [[package]] 1604 1672 name = "security-framework-sys" 1605 - version = "2.8.0" 1673 + version = "2.9.1" 1606 1674 source = "registry+https://github.com/rust-lang/crates.io-index" 1607 - checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 1675 + checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 1608 1676 dependencies = [ 1609 1677 "core-foundation-sys", 1610 1678 "libc", ··· 1612 1680 1613 1681 [[package]] 1614 1682 name = "semver" 1615 - version = "1.0.17" 1683 + version = "1.0.18" 1616 1684 source = "registry+https://github.com/rust-lang/crates.io-index" 1617 - checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1685 + checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 1618 1686 dependencies = [ 1619 1687 "serde", 1620 1688 ] 1621 1689 1622 1690 [[package]] 1623 1691 name = "serde" 1624 - version = "1.0.163" 1692 + version = "1.0.188" 1625 1693 source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1694 + checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 1627 1695 dependencies = [ 1628 1696 "serde_derive", 1629 1697 ] 1630 1698 1631 1699 [[package]] 1632 1700 name = "serde_derive" 1633 - version = "1.0.163" 1701 + version = "1.0.188" 1634 1702 source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1703 + checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 1636 1704 dependencies = [ 1637 1705 "proc-macro2", 1638 1706 "quote", ··· 1641 1709 1642 1710 [[package]] 1643 1711 name = "serde_json" 1644 - version = "1.0.96" 1712 + version = "1.0.105" 1645 1713 source = "registry+https://github.com/rust-lang/crates.io-index" 1646 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1714 + checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 1647 1715 dependencies = [ 1648 1716 "itoa", 1649 1717 "ryu", ··· 1652 1720 1653 1721 [[package]] 1654 1722 name = "serde_spanned" 1655 - version = "0.6.2" 1723 + version = "0.6.3" 1656 1724 source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 1725 + checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 1658 1726 dependencies = [ 1659 1727 "serde", 1660 1728 ] 1661 1729 1662 1730 [[package]] 1663 1731 name = "sha2" 1664 - version = "0.10.6" 1732 + version = "0.10.7" 1665 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 1734 + checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" 1667 1735 dependencies = [ 1668 1736 "cfg-if", 1669 1737 "cpufeatures", ··· 1709 1777 1710 1778 [[package]] 1711 1779 name = "snapbox" 1712 - version = "0.4.11" 1780 + version = "0.4.12" 1713 1781 source = "registry+https://github.com/rust-lang/crates.io-index" 1714 - checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835" 1782 + checksum = "ad90eb3a2e3a8031d636d45bd4832751aefd58a291b553f7305a2bacae21aff3" 1715 1783 dependencies = [ 1716 - "anstream", 1784 + "anstream 0.5.0", 1717 1785 "anstyle", 1718 1786 "content_inspector", 1719 1787 "dunce", ··· 1726 1794 "tempfile", 1727 1795 "wait-timeout", 1728 1796 "walkdir", 1729 - "windows-sys 0.45.0", 1797 + "windows-sys", 1730 1798 ] 1731 1799 1732 1800 [[package]] 1733 1801 name = "snapbox-macros" 1734 - version = "0.3.4" 1802 + version = "0.3.5" 1735 1803 source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "eaaf09df9f0eeae82be96290918520214530e738a7fe5a351b0f24cf77c0ca31" 1804 + checksum = "95f4ffd811b87da98d0e48285134b7847954bd76e843bb794a893b47ca3ee325" 1737 1805 dependencies = [ 1738 - "anstream", 1806 + "anstream 0.5.0", 1739 1807 ] 1740 1808 1741 1809 [[package]] ··· 1767 1835 1768 1836 [[package]] 1769 1837 name = "spki" 1770 - version = "0.7.1" 1838 + version = "0.7.2" 1771 1839 source = "registry+https://github.com/rust-lang/crates.io-index" 1772 - checksum = "37a5be806ab6f127c3da44b7378837ebf01dadca8510a0e572460216b228bd0e" 1840 + checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" 1773 1841 dependencies = [ 1774 1842 "base64ct", 1775 1843 "der", ··· 1793 1861 1794 1862 [[package]] 1795 1863 name = "subtle" 1796 - version = "2.4.1" 1864 + version = "2.5.0" 1797 1865 source = "registry+https://github.com/rust-lang/crates.io-index" 1798 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 1866 + checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 1799 1867 1800 1868 [[package]] 1801 1869 name = "syn" 1802 - version = "2.0.16" 1870 + version = "2.0.29" 1803 1871 source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" 1872 + checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 1805 1873 dependencies = [ 1806 1874 "proc-macro2", 1807 1875 "quote", ··· 1810 1878 1811 1879 [[package]] 1812 1880 name = "tar" 1813 - version = "0.4.38" 1881 + version = "0.4.40" 1814 1882 source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1883 + checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 1816 1884 dependencies = [ 1817 1885 "filetime", 1818 1886 "libc", ··· 1820 1888 1821 1889 [[package]] 1822 1890 name = "tempfile" 1823 - version = "3.5.0" 1891 + version = "3.8.0" 1824 1892 source = "registry+https://github.com/rust-lang/crates.io-index" 1825 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1893 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 1826 1894 dependencies = [ 1827 1895 "cfg-if", 1828 1896 "fastrand", 1829 - "redox_syscall 0.3.5", 1830 - "rustix", 1831 - "windows-sys 0.45.0", 1897 + "redox_syscall", 1898 + "rustix 0.38.9", 1899 + "windows-sys", 1832 1900 ] 1833 1901 1834 1902 [[package]] ··· 1846 1914 source = "registry+https://github.com/rust-lang/crates.io-index" 1847 1915 checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" 1848 1916 dependencies = [ 1849 - "rustix", 1850 - "windows-sys 0.48.0", 1917 + "rustix 0.37.23", 1918 + "windows-sys", 1851 1919 ] 1852 1920 1853 1921 [[package]] ··· 1858 1926 1859 1927 [[package]] 1860 1928 name = "thiserror" 1861 - version = "1.0.40" 1929 + version = "1.0.47" 1862 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 1931 + checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 1864 1932 dependencies = [ 1865 1933 "thiserror-impl", 1866 1934 ] 1867 1935 1868 1936 [[package]] 1869 1937 name = "thiserror-impl" 1870 - version = "1.0.40" 1938 + version = "1.0.47" 1871 1939 source = "registry+https://github.com/rust-lang/crates.io-index" 1872 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 1940 + checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 1873 1941 dependencies = [ 1874 1942 "proc-macro2", 1875 1943 "quote", ··· 1888 1956 1889 1957 [[package]] 1890 1958 name = "time" 1891 - version = "0.3.21" 1959 + version = "0.3.28" 1892 1960 source = "registry+https://github.com/rust-lang/crates.io-index" 1893 - checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc" 1961 + checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" 1894 1962 dependencies = [ 1963 + "deranged", 1895 1964 "itoa", 1896 1965 "serde", 1897 1966 "time-core", ··· 1906 1975 1907 1976 [[package]] 1908 1977 name = "time-macros" 1909 - version = "0.2.9" 1978 + version = "0.2.14" 1910 1979 source = "registry+https://github.com/rust-lang/crates.io-index" 1911 - checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 1980 + checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" 1912 1981 dependencies = [ 1913 1982 "time-core", 1914 1983 ] ··· 1930 1999 1931 2000 [[package]] 1932 2001 name = "toml" 1933 - version = "0.7.4" 2002 + version = "0.7.6" 1934 2003 source = "registry+https://github.com/rust-lang/crates.io-index" 1935 - checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 2004 + checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 1936 2005 dependencies = [ 1937 2006 "serde", 1938 2007 "serde_spanned", ··· 1942 2011 1943 2012 [[package]] 1944 2013 name = "toml_datetime" 1945 - version = "0.6.2" 2014 + version = "0.6.3" 1946 2015 source = "registry+https://github.com/rust-lang/crates.io-index" 1947 - checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 2016 + checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 1948 2017 dependencies = [ 1949 2018 "serde", 1950 2019 ] 1951 2020 1952 2021 [[package]] 1953 2022 name = "toml_edit" 1954 - version = "0.19.9" 2023 + version = "0.19.14" 1955 2024 source = "registry+https://github.com/rust-lang/crates.io-index" 1956 - checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f" 2025 + checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 1957 2026 dependencies = [ 1958 - "indexmap", 2027 + "indexmap 2.0.0", 1959 2028 "serde", 1960 2029 "serde_spanned", 1961 2030 "toml_datetime", ··· 1963 2032 ] 1964 2033 1965 2034 [[package]] 2035 + name = "tracing" 2036 + version = "0.1.37" 2037 + source = "registry+https://github.com/rust-lang/crates.io-index" 2038 + checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2039 + dependencies = [ 2040 + "cfg-if", 2041 + "pin-project-lite", 2042 + "tracing-attributes", 2043 + "tracing-core", 2044 + ] 2045 + 2046 + [[package]] 2047 + name = "tracing-attributes" 2048 + version = "0.1.26" 2049 + source = "registry+https://github.com/rust-lang/crates.io-index" 2050 + checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 2051 + dependencies = [ 2052 + "proc-macro2", 2053 + "quote", 2054 + "syn", 2055 + ] 2056 + 2057 + [[package]] 2058 + name = "tracing-core" 2059 + version = "0.1.31" 2060 + source = "registry+https://github.com/rust-lang/crates.io-index" 2061 + checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2062 + dependencies = [ 2063 + "once_cell", 2064 + ] 2065 + 2066 + [[package]] 1966 2067 name = "trycmd" 1967 - version = "0.14.16" 2068 + version = "0.14.17" 1968 2069 source = "registry+https://github.com/rust-lang/crates.io-index" 1969 - checksum = "2925e71868a12b173c1eb166018c2d2f9dfaedfcaec747bdb6ea2246785d258e" 2070 + checksum = "bc6a42f89ccf3c6ee115608a68e256c172734d525a4ac36d4a17a6d4a8108149" 1970 2071 dependencies = [ 1971 2072 "glob", 1972 2073 "humantime", ··· 1992 2093 1993 2094 [[package]] 1994 2095 name = "unicode-ident" 1995 - version = "1.0.8" 2096 + version = "1.0.11" 1996 2097 source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2098 + checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 1998 2099 1999 2100 [[package]] 2000 2101 name = "unicode-normalization" ··· 2013 2114 2014 2115 [[package]] 2015 2116 name = "ureq" 2016 - version = "2.6.2" 2117 + version = "2.7.1" 2017 2118 source = "registry+https://github.com/rust-lang/crates.io-index" 2018 - checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d" 2119 + checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9" 2019 2120 dependencies = [ 2020 2121 "base64", 2021 2122 "log", 2022 2123 "native-tls", 2023 2124 "once_cell", 2024 2125 "rustls", 2126 + "rustls-webpki 0.100.2", 2025 2127 "serde", 2026 2128 "serde_json", 2027 2129 "socks", 2028 2130 "url", 2029 - "webpki", 2030 2131 "webpki-roots", 2031 2132 ] 2032 2133 2033 2134 [[package]] 2034 2135 name = "url" 2035 - version = "2.3.1" 2136 + version = "2.4.0" 2036 2137 source = "registry+https://github.com/rust-lang/crates.io-index" 2037 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2138 + checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 2038 2139 dependencies = [ 2039 2140 "form_urlencoded", 2040 2141 "idna", ··· 2086 2187 2087 2188 [[package]] 2088 2189 name = "wasm-bindgen" 2089 - version = "0.2.86" 2190 + version = "0.2.87" 2090 2191 source = "registry+https://github.com/rust-lang/crates.io-index" 2091 - checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 2192 + checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 2092 2193 dependencies = [ 2093 2194 "cfg-if", 2094 2195 "wasm-bindgen-macro", ··· 2096 2197 2097 2198 [[package]] 2098 2199 name = "wasm-bindgen-backend" 2099 - version = "0.2.86" 2200 + version = "0.2.87" 2100 2201 source = "registry+https://github.com/rust-lang/crates.io-index" 2101 - checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 2202 + checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 2102 2203 dependencies = [ 2103 2204 "bumpalo", 2104 2205 "log", ··· 2111 2212 2112 2213 [[package]] 2113 2214 name = "wasm-bindgen-macro" 2114 - version = "0.2.86" 2215 + version = "0.2.87" 2115 2216 source = "registry+https://github.com/rust-lang/crates.io-index" 2116 - checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 2217 + checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 2117 2218 dependencies = [ 2118 2219 "quote", 2119 2220 "wasm-bindgen-macro-support", ··· 2121 2222 2122 2223 [[package]] 2123 2224 name = "wasm-bindgen-macro-support" 2124 - version = "0.2.86" 2225 + version = "0.2.87" 2125 2226 source = "registry+https://github.com/rust-lang/crates.io-index" 2126 - checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 2227 + checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 2127 2228 dependencies = [ 2128 2229 "proc-macro2", 2129 2230 "quote", ··· 2134 2235 2135 2236 [[package]] 2136 2237 name = "wasm-bindgen-shared" 2137 - version = "0.2.86" 2238 + version = "0.2.87" 2138 2239 source = "registry+https://github.com/rust-lang/crates.io-index" 2139 - checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 2240 + checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 2140 2241 2141 2242 [[package]] 2142 2243 name = "web-sys" 2143 - version = "0.3.61" 2244 + version = "0.3.64" 2144 2245 source = "registry+https://github.com/rust-lang/crates.io-index" 2145 - checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2246 + checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 2146 2247 dependencies = [ 2147 2248 "js-sys", 2148 2249 "wasm-bindgen", 2149 2250 ] 2150 2251 2151 2252 [[package]] 2152 - name = "webpki" 2153 - version = "0.22.0" 2154 - source = "registry+https://github.com/rust-lang/crates.io-index" 2155 - checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 2156 - dependencies = [ 2157 - "ring", 2158 - "untrusted", 2159 - ] 2160 - 2161 - [[package]] 2162 2253 name = "webpki-roots" 2163 - version = "0.22.6" 2254 + version = "0.23.1" 2164 2255 source = "registry+https://github.com/rust-lang/crates.io-index" 2165 - checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 2256 + checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" 2166 2257 dependencies = [ 2167 - "webpki", 2258 + "rustls-webpki 0.100.2", 2168 2259 ] 2169 2260 2170 2261 [[package]] ··· 2200 2291 2201 2292 [[package]] 2202 2293 name = "windows-sys" 2203 - version = "0.42.0" 2204 - source = "registry+https://github.com/rust-lang/crates.io-index" 2205 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2206 - dependencies = [ 2207 - "windows_aarch64_gnullvm 0.42.2", 2208 - "windows_aarch64_msvc 0.42.2", 2209 - "windows_i686_gnu 0.42.2", 2210 - "windows_i686_msvc 0.42.2", 2211 - "windows_x86_64_gnu 0.42.2", 2212 - "windows_x86_64_gnullvm 0.42.2", 2213 - "windows_x86_64_msvc 0.42.2", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "windows-sys" 2218 - version = "0.45.0" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2221 - dependencies = [ 2222 - "windows-targets 0.42.2", 2223 - ] 2224 - 2225 - [[package]] 2226 - name = "windows-sys" 2227 2294 version = "0.48.0" 2228 2295 source = "registry+https://github.com/rust-lang/crates.io-index" 2229 2296 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2230 2297 dependencies = [ 2231 - "windows-targets 0.48.0", 2298 + "windows-targets", 2232 2299 ] 2233 2300 2234 2301 [[package]] 2235 2302 name = "windows-targets" 2236 - version = "0.42.2" 2303 + version = "0.48.5" 2237 2304 source = "registry+https://github.com/rust-lang/crates.io-index" 2238 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2305 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2239 2306 dependencies = [ 2240 - "windows_aarch64_gnullvm 0.42.2", 2241 - "windows_aarch64_msvc 0.42.2", 2242 - "windows_i686_gnu 0.42.2", 2243 - "windows_i686_msvc 0.42.2", 2244 - "windows_x86_64_gnu 0.42.2", 2245 - "windows_x86_64_gnullvm 0.42.2", 2246 - "windows_x86_64_msvc 0.42.2", 2247 - ] 2248 - 2249 - [[package]] 2250 - name = "windows-targets" 2251 - version = "0.48.0" 2252 - source = "registry+https://github.com/rust-lang/crates.io-index" 2253 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 2254 - dependencies = [ 2255 - "windows_aarch64_gnullvm 0.48.0", 2256 - "windows_aarch64_msvc 0.48.0", 2257 - "windows_i686_gnu 0.48.0", 2258 - "windows_i686_msvc 0.48.0", 2259 - "windows_x86_64_gnu 0.48.0", 2260 - "windows_x86_64_gnullvm 0.48.0", 2261 - "windows_x86_64_msvc 0.48.0", 2307 + "windows_aarch64_gnullvm", 2308 + "windows_aarch64_msvc", 2309 + "windows_i686_gnu", 2310 + "windows_i686_msvc", 2311 + "windows_x86_64_gnu", 2312 + "windows_x86_64_gnullvm", 2313 + "windows_x86_64_msvc", 2262 2314 ] 2263 2315 2264 2316 [[package]] 2265 2317 name = "windows_aarch64_gnullvm" 2266 - version = "0.42.2" 2267 - source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2269 - 2270 - [[package]] 2271 - name = "windows_aarch64_gnullvm" 2272 - version = "0.48.0" 2273 - source = "registry+https://github.com/rust-lang/crates.io-index" 2274 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2275 - 2276 - [[package]] 2277 - name = "windows_aarch64_msvc" 2278 - version = "0.42.2" 2318 + version = "0.48.5" 2279 2319 source = "registry+https://github.com/rust-lang/crates.io-index" 2280 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2320 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2281 2321 2282 2322 [[package]] 2283 2323 name = "windows_aarch64_msvc" 2284 - version = "0.48.0" 2285 - source = "registry+https://github.com/rust-lang/crates.io-index" 2286 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2287 - 2288 - [[package]] 2289 - name = "windows_i686_gnu" 2290 - version = "0.42.2" 2324 + version = "0.48.5" 2291 2325 source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2326 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2293 2327 2294 2328 [[package]] 2295 2329 name = "windows_i686_gnu" 2296 - version = "0.48.0" 2330 + version = "0.48.5" 2297 2331 source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2299 - 2300 - [[package]] 2301 - name = "windows_i686_msvc" 2302 - version = "0.42.2" 2303 - source = "registry+https://github.com/rust-lang/crates.io-index" 2304 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2332 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2305 2333 2306 2334 [[package]] 2307 2335 name = "windows_i686_msvc" 2308 - version = "0.48.0" 2336 + version = "0.48.5" 2309 2337 source = "registry+https://github.com/rust-lang/crates.io-index" 2310 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2338 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2311 2339 2312 2340 [[package]] 2313 2341 name = "windows_x86_64_gnu" 2314 - version = "0.42.2" 2315 - source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2317 - 2318 - [[package]] 2319 - name = "windows_x86_64_gnu" 2320 - version = "0.48.0" 2321 - source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2323 - 2324 - [[package]] 2325 - name = "windows_x86_64_gnullvm" 2326 - version = "0.42.2" 2342 + version = "0.48.5" 2327 2343 source = "registry+https://github.com/rust-lang/crates.io-index" 2328 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2344 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2329 2345 2330 2346 [[package]] 2331 2347 name = "windows_x86_64_gnullvm" 2332 - version = "0.48.0" 2333 - source = "registry+https://github.com/rust-lang/crates.io-index" 2334 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2335 - 2336 - [[package]] 2337 - name = "windows_x86_64_msvc" 2338 - version = "0.42.2" 2348 + version = "0.48.5" 2339 2349 source = "registry+https://github.com/rust-lang/crates.io-index" 2340 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2350 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2341 2351 2342 2352 [[package]] 2343 2353 name = "windows_x86_64_msvc" 2344 - version = "0.48.0" 2354 + version = "0.48.5" 2345 2355 source = "registry+https://github.com/rust-lang/crates.io-index" 2346 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2356 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2347 2357 2348 2358 [[package]] 2349 2359 name = "winnow" 2350 - version = "0.4.6" 2360 + version = "0.5.15" 2351 2361 source = "registry+https://github.com/rust-lang/crates.io-index" 2352 - checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 2362 + checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 2353 2363 dependencies = [ 2354 2364 "memchr", 2355 2365 ]
+3 -3
pkgs/development/tools/rust/cargo-edit/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "cargo-edit"; 13 - version = "0.12.0"; 13 + version = "0.12.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "killercup"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - hash = "sha256-OUo007XP2B9F8ACTauiA6uls9b3KS5iq15bJDPYCONU="; 19 + hash = "sha256-YKWJR3JgvLd43BpGHrmG3eFj9eRhwGm2e5sfrHdF90U="; 20 20 }; 21 21 22 22 cargoLock = { 23 23 lockFile = ./Cargo.lock; 24 24 outputHashes = { 25 - "cargo-test-macro-0.1.0" = "sha256-hzoQmgvAerIoz7qoT3iyY6kHnt3g1Pv4FaJoqQYU2zE="; 25 + "cargo-test-macro-0.1.0" = "sha256-yE8BJMTRBT3P29t5ygMCybs0CYDcFLVlxi1L0LkBV9Q="; 26 26 }; 27 27 }; 28 28
+3 -3
pkgs/development/tools/rust/cargo-hack/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-hack"; 5 - version = "0.5.29"; 5 + version = "0.6.3"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-Z3UExZghVw7Pbgh5nHuiC8cFVefBE0yZ2k5laam8myY="; 9 + sha256 = "sha256-KfY2ZZ6+wTKWT+kM+pDVVhCWhhyEZZmbTC6iFstl/e8="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-5X3MX2KV87mOcN/cL/lFU9K9/j04zn5C7teIXFqj7Wk="; 12 + cargoSha256 = "sha256-hpD/Wb+17TeU8nLGC/fxX+9Na6ve6Ov6VEy11vQA+kY="; 13 13 14 14 # some necessary files are absent in the crate version 15 15 doCheck = false;
+5
pkgs/misc/brightnessctl/default.nix
··· 11 11 sha256 = "0immxc7almmpg80n3bdn834p3nrrz7bspl2syhb04s3lawa5y2lq"; 12 12 }; 13 13 14 + postPatch = '' 15 + substituteInPlace Makefile \ 16 + --replace "pkg-config" "$PKG_CONFIG" 17 + ''; 18 + 14 19 makeFlags = [ "PREFIX=" "DESTDIR=$(out)" "ENABLE_SYSTEMD=1" ]; 15 20 16 21 nativeBuildInputs = [ pkg-config ];
+4 -4
pkgs/os-specific/darwin/yabai/default.nix
··· 3 3 , stdenvNoCC 4 4 , fetchFromGitHub 5 5 , fetchzip 6 - , writeShellScript 7 6 , installShellFiles 8 7 , testers 9 8 , yabai ··· 18 17 19 18 let 20 19 pname = "yabai"; 21 - version = "5.0.6"; 20 + version = "5.0.7"; 22 21 23 22 test-version = testers.testVersion { 24 23 package = yabai; ··· 42 41 cmacrae 43 42 shardy 44 43 ivar 44 + khaneliman 45 45 ]; 46 46 }; 47 47 in ··· 53 53 54 54 src = fetchzip { 55 55 url = "https://github.com/koekeishiya/yabai/releases/download/v${version}/yabai-v${version}.tar.gz"; 56 - sha256 = "sha256-wpm9VnR4yPk6Ybo/V2DMLgRcSzDl3dWGSKDCjYfz+xQ="; 56 + hash = "sha256-6RtA3xFOVwTYrfHE72Qa65kDSwv/3/NQ8z4bVCsm9Fc="; 57 57 }; 58 58 59 59 nativeBuildInputs = [ ··· 89 89 owner = "koekeishiya"; 90 90 repo = "yabai"; 91 91 rev = "v${version}"; 92 - sha256 = "sha256-1/h8f1FQNHn5eVprPVd0can8XHjNyF7j4H3LSN0K8rI="; 92 + hash = "sha256-wFrMMiy+K+bnEeVyY3RGVZBoxiKQ69Q+Bp1xa+IcWas="; 93 93 }; 94 94 95 95 nativeBuildInputs = [
+1 -1
pkgs/os-specific/linux/apparmor/default.nix
··· 144 144 perl 145 145 python 146 146 libapparmor 147 - libapparmor.python 147 + (libapparmor.python or null) 148 148 ]; 149 149 150 150 propagatedBuildInputs = [
+8 -1
pkgs/servers/bazarr/default.nix
··· 20 20 nativeBuildInputs = [ unzip makeWrapper ]; 21 21 22 22 buildInputs = [ 23 - (python3.withPackages (ps: [ ps.lxml ps.numpy ps.gevent ps.gevent-websocket ps.pillow ])) 23 + (python3.withPackages (ps: [ 24 + ps.lxml 25 + ps.numpy 26 + ps.gevent 27 + ps.gevent-websocket 28 + ps.pillow 29 + ps.setuptools 30 + ])) 24 31 ] ++ runtimeProgDeps; 25 32 26 33 installPhase = ''
+2 -2
pkgs/tools/admin/ansible/lint.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "ansible-lint"; 9 - version = "6.17.1"; 9 + version = "6.18.0"; 10 10 format = "pyproject"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-804zPzVVyZ/zTHePYdRw0eOh623HYJDQ3XuVsslHRcI="; 14 + hash = "sha256-VHRO5/j9DsOAUfC23yFTUjk5o5HuS7SPCIW1/N2C+bk="; 15 15 }; 16 16 17 17 postPatch = ''
+39 -30
pkgs/tools/admin/azure-cli/python-packages.nix
··· 5 5 6 6 overrideAzureMgmtPackage = package: version: extension: hash: 7 7 # check to make sure overriding is even necessary 8 - package.overridePythonAttrs(oldAttrs: rec { 8 + package.overridePythonAttrs (oldAttrs: rec { 9 9 inherit version; 10 10 11 11 src = fetchPypi { ··· 121 121 azure-mgmt-apimanagement = overrideAzureMgmtPackage super.azure-mgmt-apimanagement "4.0.0" "zip" 122 122 "sha256-AiTjLJ28g80xnrRFLfPUevJgeaxLpuGmvkd3+FskNiw="; 123 123 124 + azure-mgmt-appcontainers = (overrideAzureMgmtPackage super.azure-mgmt-appcontainers "2.0.0" "zip" 125 + "sha256-ccdIdvdgTYPWEZCWqkLc8lEuMuAEERvl5B1huJyBkvU=").overridePythonAttrs (attrs: { 126 + propagatedBuildInputs = attrs.propagatedBuildInputs or [ ] ++ [ self.msrest ]; 127 + }); 128 + 124 129 azure-mgmt-batch = overrideAzureMgmtPackage super.azure-mgmt-batch "17.0.0" "zip" 125 130 "sha256-hkM4WVLuwxj4qgXsY8Ya7zu7/v37gKdP0Xbf2EqrsWo="; 126 131 ··· 164 169 "sha256-eNQ3rbKFdPRIyDjtXwH5ztN4GWCYBh3rWdn3AxcEwX4="; 165 170 166 171 azure-mgmt-containerservice = overrideAzureMgmtPackage super.azure-mgmt-containerservice "25.0.0" "zip" 167 - "sha256-je7O92bklsbIlfsTUF2TXUqztAZxn8ep4ezCUHeLuhE="; 172 + "sha256-je7O92bklsbIlfsTUF2TXUqztAZxn8ep4ezCUHeLuhE="; 168 173 169 174 azure-mgmt-cosmosdb = overrideAzureMgmtPackage super.azure-mgmt-cosmosdb "9.2.0" "zip" 170 175 "sha256-PAaBkR77Ho2YI5I+lmazR/8vxEZWpbvM427yRu1ET0k="; ··· 205 210 azure-mgmt-loganalytics = overrideAzureMgmtPackage super.azure-mgmt-loganalytics "13.0.0b4" "zip" 206 211 "sha256-Jm1t7v5vyFjNNM/evVaEI9sXJKNwJk6XAXuJSRSnKHk="; 207 212 208 - azure-mgmt-network = overrideAzureMgmtPackage super.azure-mgmt-network "21.0.1" "zip" 209 - "sha256-7PduPg0JK4f/3q/b5pq58TjqVk+Iu+vxa+aJKDnScy8="; 213 + azure-mgmt-network = (overrideAzureMgmtPackage super.azure-mgmt-network "21.0.1" "zip" 214 + "sha256-7PduPg0JK4f/3q/b5pq58TjqVk+Iu+vxa+aJKDnScy8=").overridePythonAttrs (attrs: { 215 + propagatedBuildInputs = attrs.propagatedBuildInputs or [ ] ++ [ self.msrest ]; 216 + }); 210 217 211 218 azure-mgmt-maps = overrideAzureMgmtPackage super.azure-mgmt-maps "2.0.0" "zip" 212 219 "sha256-OE4X92potwCk+YhHiUXDqXIXEcBAByWv38tjz4ToXw4="; ··· 223 230 azure-mgmt-media = overrideAzureMgmtPackage super.azure-mgmt-media "9.0.0" "zip" 224 231 "sha256-TI7l8sSQ2QUgPqiE3Cu/F67Wna+KHbQS3fuIjOb95ZM="; 225 232 226 - azure-mgmt-msi = super.azure-mgmt-msi.overridePythonAttrs(old: rec { 233 + azure-mgmt-msi = super.azure-mgmt-msi.overridePythonAttrs (old: rec { 227 234 version = "7.0.0"; 228 235 src = old.src.override { 229 236 inherit version; ··· 282 289 azure-mgmt-containerregistry = overrideAzureMgmtPackage super.azure-mgmt-containerregistry "10.1.0" "zip" 283 290 "sha256-VrX9YfYNvlA8+eNqHCp35BAeQZzQKakZs7ZZKwT8oYc="; 284 291 285 - azure-mgmt-monitor = overrideAzureMgmtPackage super.azure-mgmt-monitor "5.0.0" "zip" 286 - "sha256-eL9KJowxTF7hZJQQQCNJZ7l+rKPFM8wP5vEigt3ZFGE="; 292 + azure-mgmt-monitor = (overrideAzureMgmtPackage super.azure-mgmt-monitor "5.0.0" "zip" 293 + "sha256-eL9KJowxTF7hZJQQQCNJZ7l+rKPFM8wP5vEigt3ZFGE=").overridePythonAttrs (attrs: { 294 + propagatedBuildInputs = attrs.propagatedBuildInputs or [ ] ++ [ self.msrest ]; 295 + }); 287 296 288 297 azure-mgmt-advisor = overrideAzureMgmtPackage super.azure-mgmt-advisor "9.0.0" "zip" 289 298 "sha256-/ECLNzFf6EeBtRkST4yxuKwQsvQkHkOdDT4l/WyhjXs="; ··· 312 321 azure-multiapi-storage = overrideAzureMgmtPackage super.azure-multiapi-storage "1.2.0" "tar.gz" 313 322 "sha256-CQuoWHeh0EMitTRsvifotrTwpWd/Q9LWWD7jZ2w9r8I="; 314 323 315 - azure-appconfiguration = super.azure-appconfiguration.overrideAttrs(oldAttrs: rec { 324 + azure-appconfiguration = super.azure-appconfiguration.overrideAttrs (oldAttrs: rec { 316 325 version = "1.1.1"; 317 326 318 327 src = fetchPypi { ··· 323 332 }; 324 333 }); 325 334 326 - azure-graphrbac = super.azure-graphrbac.overrideAttrs(oldAttrs: rec { 335 + azure-graphrbac = super.azure-graphrbac.overrideAttrs (oldAttrs: rec { 327 336 version = "0.60.0"; 328 337 329 338 src = fetchPypi { ··· 334 343 }; 335 344 }); 336 345 337 - azure-storage-blob = super.azure-storage-blob.overrideAttrs(oldAttrs: rec { 346 + azure-storage-blob = super.azure-storage-blob.overrideAttrs (oldAttrs: rec { 338 347 version = "1.5.0"; 339 348 src = fetchPypi { 340 349 inherit (oldAttrs) pname; ··· 343 352 }; 344 353 }); 345 354 346 - azure-storage-common = super.azure-storage-common.overrideAttrs(oldAttrs: rec { 355 + azure-storage-common = super.azure-storage-common.overrideAttrs (oldAttrs: rec { 347 356 version = "1.4.2"; 348 357 src = fetchPypi { 349 358 inherit (oldAttrs) pname; ··· 352 361 }; 353 362 }); 354 363 355 - azure-synapse-artifacts = super.azure-synapse-artifacts.overrideAttrs(oldAttrs: rec { 364 + azure-synapse-artifacts = super.azure-synapse-artifacts.overrideAttrs (oldAttrs: rec { 356 365 version = "0.15.0"; 357 366 src = fetchPypi { 358 367 inherit (oldAttrs) pname; ··· 365 374 ]; 366 375 }); 367 376 368 - azure-synapse-accesscontrol = super.azure-synapse-accesscontrol.overrideAttrs(oldAttrs: rec { 377 + azure-synapse-accesscontrol = super.azure-synapse-accesscontrol.overrideAttrs (oldAttrs: rec { 369 378 version = "0.5.0"; 370 379 src = fetchPypi { 371 380 inherit (oldAttrs) pname; ··· 375 384 }; 376 385 }); 377 386 378 - azure-synapse-managedprivateendpoints = super.azure-synapse-managedprivateendpoints.overrideAttrs(oldAttrs: rec { 387 + azure-synapse-managedprivateendpoints = super.azure-synapse-managedprivateendpoints.overrideAttrs (oldAttrs: rec { 379 388 version = "0.4.0"; 380 389 src = fetchPypi { 381 390 inherit (oldAttrs) pname; ··· 385 394 }; 386 395 }); 387 396 388 - azure-synapse-spark = super.azure-synapse-spark.overrideAttrs(oldAttrs: rec { 397 + azure-synapse-spark = super.azure-synapse-spark.overrideAttrs (oldAttrs: rec { 389 398 version = "0.2.0"; 390 399 src = fetchPypi { 391 400 inherit (oldAttrs) pname; ··· 395 404 }; 396 405 }); 397 406 398 - azure-keyvault = super.azure-keyvault.overrideAttrs(oldAttrs: rec { 407 + azure-keyvault = super.azure-keyvault.overrideAttrs (oldAttrs: rec { 399 408 version = "1.1.0"; 400 409 src = fetchPypi { 401 410 inherit (oldAttrs) pname; ··· 415 424 pythonImportsCheck = [ ]; 416 425 }); 417 426 418 - azure-keyvault-administration = super.azure-keyvault-administration.overridePythonAttrs(oldAttrs: rec { 427 + azure-keyvault-administration = super.azure-keyvault-administration.overridePythonAttrs (oldAttrs: rec { 419 428 version = "4.3.0"; 420 429 src = fetchPypi { 421 430 inherit (oldAttrs) pname; ··· 425 434 }; 426 435 }); 427 436 428 - azure-keyvault-keys = super.azure-keyvault-keys.overridePythonAttrs(oldAttrs: rec { 437 + azure-keyvault-keys = super.azure-keyvault-keys.overridePythonAttrs (oldAttrs: rec { 429 438 version = "4.8.0b2"; 430 439 src = fetchPypi { 431 440 inherit (oldAttrs) pname; ··· 437 446 438 447 439 448 # part of azure.mgmt.datalake namespace 440 - azure-mgmt-datalake-analytics = super.azure-mgmt-datalake-analytics.overrideAttrs(oldAttrs: rec { 449 + azure-mgmt-datalake-analytics = super.azure-mgmt-datalake-analytics.overrideAttrs (oldAttrs: rec { 441 450 version = "0.2.1"; 442 451 443 452 src = fetchPypi { ··· 454 463 ''; 455 464 }); 456 465 457 - azure-mgmt-datalake-store = super.azure-mgmt-datalake-store.overrideAttrs(oldAttrs: rec { 466 + azure-mgmt-datalake-store = super.azure-mgmt-datalake-store.overrideAttrs (oldAttrs: rec { 458 467 version = "0.5.0"; 459 468 460 469 src = fetchPypi { ··· 471 480 ''; 472 481 }); 473 482 474 - adal = super.adal.overridePythonAttrs(oldAttrs: rec { 483 + adal = super.adal.overridePythonAttrs (oldAttrs: rec { 475 484 version = "1.2.7"; 476 485 477 486 src = fetchPypi { ··· 484 493 doCheck = false; 485 494 }); 486 495 487 - msal = super.msal.overridePythonAttrs(oldAttrs: rec { 496 + msal = super.msal.overridePythonAttrs (oldAttrs: rec { 488 497 version = "1.24.0b1"; 489 498 490 499 src = fetchPypi { ··· 494 503 }; 495 504 }); 496 505 497 - semver = super.semver.overridePythonAttrs(oldAttrs: rec { 506 + semver = super.semver.overridePythonAttrs (oldAttrs: rec { 498 507 version = "2.13.0"; 499 508 500 509 src = fetchPypi { ··· 504 513 }; 505 514 }); 506 515 507 - jsondiff = super.jsondiff.overridePythonAttrs(oldAttrs: rec { 516 + jsondiff = super.jsondiff.overridePythonAttrs (oldAttrs: rec { 508 517 version = "2.0.0"; 509 518 510 519 src = oldAttrs.src.override { ··· 513 522 }; 514 523 }); 515 524 516 - knack = super.knack.overridePythonAttrs(oldAttrs: rec { 525 + knack = super.knack.overridePythonAttrs (oldAttrs: rec { 517 526 version = "0.11.0"; 518 527 519 528 src = fetchPypi { ··· 523 532 }; 524 533 }); 525 534 526 - argcomplete = super.argcomplete.overridePythonAttrs(oldAttrs: rec { 535 + argcomplete = super.argcomplete.overridePythonAttrs (oldAttrs: rec { 527 536 version = "3.1.1"; 528 537 529 538 src = fetchPypi { ··· 533 542 }; 534 543 }); 535 544 536 - sshtunnel = super.sshtunnel.overridePythonAttrs(oldAttrs: rec { 545 + sshtunnel = super.sshtunnel.overridePythonAttrs (oldAttrs: rec { 537 546 name = "sshtunnel-${version}"; 538 547 version = "0.1.5"; 539 548 ··· 544 553 }; 545 554 }); 546 555 547 - websocket-client = super.websocket-client.overridePythonAttrs(oldAttrs: rec { 556 + websocket-client = super.websocket-client.overridePythonAttrs (oldAttrs: rec { 548 557 version = "1.3.1"; 549 558 550 559 src = oldAttrs.src.override { ··· 553 562 }; 554 563 }); 555 564 556 - azure-mgmt-resource = super.azure-mgmt-resource.overridePythonAttrs(oldAttrs: rec { 565 + azure-mgmt-resource = super.azure-mgmt-resource.overridePythonAttrs (oldAttrs: rec { 557 566 version = "23.1.0b2"; 558 567 559 568 src = oldAttrs.src.override { ··· 564 573 }; 565 574 }; 566 575 in 567 - py 576 + py
+7 -2
pkgs/tools/admin/gimme-aws-creds/default.nix
··· 42 42 in 43 43 python.pkgs.buildPythonApplication rec { 44 44 pname = "gimme-aws-creds"; 45 - version = "2.7.1"; # N.B: if you change this, check if overrides are still up-to-date 45 + version = "2.7.2"; # N.B: if you change this, check if overrides are still up-to-date 46 46 format = "setuptools"; 47 47 48 48 src = fetchFromGitHub { 49 49 owner = "Nike-Inc"; 50 50 repo = "gimme-aws-creds"; 51 51 rev = "v${version}"; 52 - hash = "sha256-vn3DzDqu19g6Z/RcWsktJxmeg6oK9NIEyjpH9g1tXNs="; 52 + hash = "sha256-ydzGaUQ43vvQqU9xvhPJqHG/2PUtBbASIVpZCDnsR60="; 53 53 }; 54 54 55 55 nativeBuildInputs = with python.pkgs; [ ··· 70 70 okta 71 71 pyjwt 72 72 ]; 73 + 74 + preCheck = '' 75 + # Disable using platform's keyring unavailable in sandbox 76 + export PYTHON_KEYRING_BACKEND="keyring.backends.fail.Keyring" 77 + ''; 73 78 74 79 checkInputs = with python.pkgs; [ 75 80 pytestCheckHook
+1 -1
pkgs/tools/filesystems/ceph/default.nix
··· 85 85 assert cryptopp != null || (nss != null && nspr != null); 86 86 87 87 let 88 - shouldUsePkg = pkg: if pkg != null && pkg.meta.available then pkg else null; 88 + shouldUsePkg = pkg: if pkg != null && lib.meta.availableOn stdenv.hostPlatform pkg then pkg else null; 89 89 90 90 optYasm = shouldUsePkg yasm; 91 91 optExpat = shouldUsePkg expat;
+6 -5
pkgs/tools/misc/pgbadger/default.nix
··· 1 1 { buildPerlPackage, stdenv, lib, fetchFromGitHub, which, bzip2, PodMarkdown, JSONXS 2 - , TextCSV }: 2 + , TextCSV_XS }: 3 3 buildPerlPackage rec { 4 4 pname = "pgbadger"; 5 - version = "11.5"; 5 + version = "12.2"; 6 6 src = fetchFromGitHub { 7 7 owner = "darold"; 8 8 repo = "pgbadger"; 9 - rev = "98b38161ba99faae77c81d5fa47bd769c1dd750b"; 10 - sha256 = "0r01mx1922g1m56x4958cihk491zjlaijvap0i32grjmnv4s5v88"; 9 + rev = "v${version}"; 10 + hash = "sha256-IzfpDqzS5VcehkPsFxyn3kJsvXs8nLgJ3WT8ZCmIDxI="; 11 11 }; 12 12 13 13 postPatch = '' ··· 18 18 19 19 PERL_MM_OPT = "INSTALL_BASE=${placeholder "out"}"; 20 20 21 - buildInputs = [ PodMarkdown JSONXS TextCSV ]; 21 + buildInputs = [ PodMarkdown JSONXS TextCSV_XS ]; 22 22 23 23 nativeCheckInputs = [ which bzip2 ]; 24 24 25 25 meta = { 26 26 homepage = "https://github.com/darold/pgbadger"; 27 27 description = "A fast PostgreSQL Log Analyzer"; 28 + changelog = "https://github.com/darold/pgbadger/raw/v${version}/ChangeLog"; 28 29 license = lib.licenses.postgresql; 29 30 maintainers = lib.teams.determinatesystems.members; 30 31 broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/pgbadger.x86_64-darwin
+5 -3
pkgs/tools/misc/shopware-cli/default.nix
··· 4 4 , installShellFiles 5 5 , makeWrapper 6 6 , dart-sass 7 + , git 7 8 }: 8 9 9 10 buildGoModule rec { 10 11 pname = "shopware-cli"; 11 - version = "0.2.1"; 12 + version = "0.2.6"; 12 13 src = fetchFromGitHub { 13 14 repo = "shopware-cli"; 14 15 owner = "FriendsOfShopware"; 15 16 rev = version; 16 - hash = "sha256-3upZmqsKCg98j/HTwFp0L7MMspCw7Dj6dRoyEPW287k="; 17 + hash = "sha256-Ut/SKdnaJM4B6jXXcRS6UJ1qCEgnZy977qlZbH8S6qU="; 17 18 }; 18 19 19 20 nativeBuildInputs = [ installShellFiles makeWrapper ]; 21 + nativeCheckInputs = [ git ]; 20 22 21 - vendorHash = "sha256-KEWACwZka4WMQS4/O6WkIdeeUnxtcpEwQmMlNBLUjbI="; 23 + vendorHash = "sha256-luA+tSePY8V+BQBTykv236mq4z3wQjLrjeYH2KQ0Mrc="; 22 24 23 25 postInstall = '' 24 26 export HOME="$(mktemp -d)"
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "zellij"; 18 - version = "0.37.2"; 18 + version = "0.38.0"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "zellij-org"; 22 22 repo = "zellij"; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-YceH3qW0B+h7UvI84PIlfwJXWi4jyxSXIYDsZFrpc1c="; 24 + hash = "sha256-+i4lY2VB/g6/dwN4dDwsiI+3R299ssBY90fpnvkVrXU="; 25 25 }; 26 26 27 - cargoSha256 = "sha256-uD8z8oQ/z2zk5/MSohgcg5N5984hJhKyPz8dQQUnWL8="; 27 + cargoHash = "sha256-m6qjzq9eWVNdG2N5g9uCa0EEKgZYqd9xSnPloIQSPgE="; 28 28 29 29 nativeBuildInputs = [ 30 30 mandown
+3 -2
pkgs/tools/networking/openssh/common.nix
··· 28 28 , hostname 29 29 , nixosTests 30 30 , withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl 31 + , withPAM ? stdenv.hostPlatform.isLinux 31 32 , linkOpenssl ? true 32 33 }: 33 34 ··· 71 72 buildInputs = [ zlib openssl libedit ] 72 73 ++ lib.optional withFIDO libfido2 73 74 ++ lib.optional withKerberos libkrb5 74 - ++ lib.optional stdenv.isLinux pam; 75 + ++ lib.optional withPAM pam; 75 76 76 77 preConfigure = '' 77 78 # Setting LD causes `configure' and `make' to disagree about which linker ··· 88 89 "--with-mantype=man" 89 90 "--with-libedit=yes" 90 91 "--disable-strip" 91 - (if stdenv.isLinux then "--with-pam" else "--without-pam") 92 + (lib.withFeature withPAM "pam") 92 93 ] ++ lib.optional (etcDir != null) "--sysconfdir=${etcDir}" 93 94 ++ lib.optional withFIDO "--with-security-key-builtin=yes" 94 95 ++ lib.optional withKerberos (assert libkrb5 != null; "--with-kerberos5=${libkrb5}")
+3 -3
pkgs/tools/security/tlsx/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "tlsx"; 8 - version = "1.1.3"; 8 + version = "1.1.4"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-dCtMfrkN43zJqztCobT3RSkn4crGigqzI6NSP8wrCf0="; 14 + hash = "sha256-EMTNd5NOvaFbVxv31j3pBU//mWQQpThswCT8bMNx5Qw="; 15 15 }; 16 16 17 - vendorHash = "sha256-33eVwWV9PnrP2MSPXTAcYe9ruJc5lauASc4uubBd9S4="; 17 + vendorHash = "sha256-5fS10G1YxtyhMZcpaqYy9P6eX/xQABYVZj1HX6WxQxo="; 18 18 19 19 # Tests require network access 20 20 doCheck = false;
+8 -6
pkgs/top-level/all-packages.nix
··· 26166 26166 pkg = callPackage ../development/compilers/sbcl/bootstrap.nix {}; 26167 26167 faslExt = "fasl"; 26168 26168 }; 26169 - sbcl_2_3_6 = wrapLisp { 26170 - pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.6"; }; 26169 + sbcl_2_3_7 = wrapLisp { 26170 + pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.7"; }; 26171 26171 faslExt = "fasl"; 26172 26172 flags = [ "--dynamic-space-size" "3000" ]; 26173 26173 }; 26174 - sbcl_2_3_7 = wrapLisp { 26175 - pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.7"; }; 26174 + sbcl_2_3_8 = wrapLisp { 26175 + pkg = callPackage ../development/compilers/sbcl/2.x.nix { version = "2.3.8"; }; 26176 26176 faslExt = "fasl"; 26177 26177 flags = [ "--dynamic-space-size" "3000" ]; 26178 26178 }; 26179 - sbcl = sbcl_2_3_7; 26179 + sbcl = sbcl_2_3_8; 26180 26180 26181 26181 sbclPackages = recurseIntoAttrs sbcl.pkgs; 26182 26182 ··· 31759 31759 genxword = callPackage ../applications/misc/genxword { }; 31760 31760 31761 31761 geoipupdate = callPackage ../applications/misc/geoipupdate { }; 31762 + 31763 + glicol-cli = callPackage ../applications/audio/glicol-cli { }; 31762 31764 31763 31765 globe-cli = callPackage ../applications/misc/globe-cli { }; 31764 31766 ··· 39351 39353 39352 39354 inherit (callPackage ../development/libraries/science/math/magma { 39353 39355 inherit (llvmPackages_rocm) openmp; 39354 - }) magma magma_2_7_1 magma_2_6_2; 39356 + }) magma magma_2_7_2 magma_2_6_2; 39355 39357 39356 39358 magma-cuda = magma.override { 39357 39359 cudaSupport = true;