nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge remote-tracking branch 'origin/master' into haskell-updates

+951 -795
+4
.github/labeler.yml
··· 188 188 - nixos/tests/xfce.nix 189 189 - pkgs/desktops/xfce/**/* 190 190 191 + "6.topic: zig": 192 + - pkgs/development/compilers/zig/**/* 193 + - doc/hooks/zig.section.md 194 + 191 195 "8.has: changelog": 192 196 - nixos/doc/manual/release-notes/**/* 193 197
-7
nixos/modules/programs/environment.nix
··· 51 51 52 52 environment.extraInit = 53 53 '' 54 - unset ASPELL_CONF 55 - for i in ${concatStringsSep " " (reverseList cfg.profiles)} ; do 56 - if [ -d "$i/lib/aspell" ]; then 57 - export ASPELL_CONF="dict-dir $i/lib/aspell" 58 - fi 59 - done 60 - 61 54 export NIX_USER_PROFILE_DIR="/nix/var/nix/profiles/per-user/$USER" 62 55 export NIX_PROFILES="${concatStringsSep " " (reverseList cfg.profiles)}" 63 56 '';
+1 -1
nixos/modules/services/security/oauth2_proxy.nix
··· 579 579 description = "OAuth2 Proxy"; 580 580 path = [ cfg.package ]; 581 581 wantedBy = [ "multi-user.target" ]; 582 - after = [ "network.target" ]; 582 + after = [ "network-online.target" ]; 583 583 584 584 serviceConfig = { 585 585 User = "oauth2_proxy";
+15 -1
pkgs/applications/blockchains/dcrd/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub }: 1 + { lib, buildGoModule, fetchFromGitHub, fetchpatch }: 2 2 3 3 buildGoModule rec { 4 4 pname = "dcrd"; ··· 11 11 hash = "sha256-ZNBSIzx07zJrBxas7bHpZ8ZPDWJ4d7jumpKYj5Qmzlo="; 12 12 }; 13 13 14 + patches = [ 15 + (fetchpatch { 16 + name = "dcrd-appdata-env-variable.patch"; 17 + url = "https://github.com/decred/dcrd/pull/3152/commits/216132d7d852f3f2e2a6bf7f739f47ed62ac9387.patch"; 18 + hash = "sha256-R1GzP0qVP5XW1GnSJqFOpJVnwrVi/62tL1L2mc33+Dw="; 19 + }) 20 + ]; 21 + 14 22 vendorHash = "sha256-++IPB2IadXd1LC5r6f1a0UqsTG/McAf7KQAw8WKKoaE="; 15 23 16 24 subPackages = [ "." "cmd/promptsecret" ]; 25 + 26 + __darwinAllowLocalNetworking = true; 27 + 28 + preCheck = '' 29 + export DCRD_APPDATA="$TMPDIR" 30 + ''; 17 31 18 32 meta = { 19 33 homepage = "https://decred.org";
+4 -2
pkgs/applications/display-managers/greetd/regreet.nix
··· 2 2 , rustPlatform 3 3 , fetchFromGitHub 4 4 , pkg-config 5 + , wrapGAppsHook 5 6 , glib 6 7 , gtk4 7 8 , pango 9 + , librsvg 8 10 }: 9 11 10 12 rustPlatform.buildRustPackage rec { ··· 24 22 25 23 buildFeatures = [ "gtk4_8" ]; 26 24 27 - nativeBuildInputs = [ pkg-config ]; 28 - buildInputs = [ glib gtk4 pango ]; 25 + nativeBuildInputs = [ pkg-config wrapGAppsHook]; 26 + buildInputs = [ glib gtk4 pango librsvg ]; 29 27 30 28 meta = with lib; { 31 29 description = "Clean and customizable greeter for greetd";
+2 -2
pkgs/applications/editors/jetbrains/default.nix
··· 9 9 , python3 10 10 , icu 11 11 , lldb 12 - , dotnet-sdk_6 12 + , dotnet-sdk_7 13 13 , maven 14 14 , autoPatchelfHook 15 15 , libdbusmenu ··· 275 275 plugins/dotCommon/DotFiles/linux-x64/JetBrains.Profiler.PdbServer 276 276 277 277 rm -rf lib/ReSharperHost/linux-x64/dotnet 278 - ln -s ${dotnet-sdk_6} lib/ReSharperHost/linux-x64/dotnet 278 + ln -s ${dotnet-sdk_7} lib/ReSharperHost/linux-x64/dotnet 279 279 ''); 280 280 }); 281 281
+69 -77
pkgs/applications/editors/jetbrains/plugins/plugins.json
··· 17 17 ], 18 18 "builds": { 19 19 "223.8836.1185": "https://plugins.jetbrains.com/files/164/275091/IdeaVim-2.1.0.zip", 20 - "231.9225.18": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 21 - "231.9225.23": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 22 20 "232.8660.111": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 23 21 "232.8660.143": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 24 22 "232.8660.185": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 25 23 "232.8660.186": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 26 - "232.8660.197": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip" 24 + "232.8660.197": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 25 + "232.8660.205": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip", 26 + "232.8660.212": "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip" 27 27 }, 28 28 "name": "ideavim" 29 29 }, ··· 63 63 ], 64 64 "builds": { 65 65 "223.8836.1185": null, 66 - "231.9225.18": "https://plugins.jetbrains.com/files/6981/363869/ini-231.9225.21.zip", 67 - "231.9225.23": "https://plugins.jetbrains.com/files/6981/363869/ini-231.9225.21.zip", 68 - "232.8660.111": "https://plugins.jetbrains.com/files/6981/367671/ini-232.8660.158.zip", 69 - "232.8660.143": "https://plugins.jetbrains.com/files/6981/367671/ini-232.8660.158.zip", 70 - "232.8660.185": "https://plugins.jetbrains.com/files/6981/367671/ini-232.8660.158.zip", 71 - "232.8660.186": "https://plugins.jetbrains.com/files/6981/367671/ini-232.8660.158.zip", 72 - "232.8660.197": "https://plugins.jetbrains.com/files/6981/367671/ini-232.8660.158.zip" 66 + "232.8660.111": "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip", 67 + "232.8660.143": "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip", 68 + "232.8660.185": "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip", 69 + "232.8660.186": "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip", 70 + "232.8660.197": "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip", 71 + "232.8660.205": "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip", 72 + "232.8660.212": "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip" 73 73 }, 74 74 "name": "ini" 75 75 }, ··· 79 79 "phpstorm" 80 80 ], 81 81 "builds": { 82 - "231.9225.18": "https://plugins.jetbrains.com/files/7219/355564/Symfony_Plugin-2022.1.253.zip", 83 - "232.8660.185": "https://plugins.jetbrains.com/files/7219/355564/Symfony_Plugin-2022.1.253.zip" 82 + "232.8660.185": "https://plugins.jetbrains.com/files/7219/355564/Symfony_Plugin-2022.1.253.zip", 83 + "232.8660.205": "https://plugins.jetbrains.com/files/7219/355564/Symfony_Plugin-2022.1.253.zip" 84 84 }, 85 85 "name": "symfony-support" 86 86 }, ··· 90 90 "phpstorm" 91 91 ], 92 92 "builds": { 93 - "231.9225.18": "https://plugins.jetbrains.com/files/7320/346181/PHP_Annotations-9.4.0.zip", 94 - "232.8660.185": "https://plugins.jetbrains.com/files/7320/346181/PHP_Annotations-9.4.0.zip" 93 + "232.8660.185": "https://plugins.jetbrains.com/files/7320/346181/PHP_Annotations-9.4.0.zip", 94 + "232.8660.205": "https://plugins.jetbrains.com/files/7320/346181/PHP_Annotations-9.4.0.zip" 95 95 }, 96 96 "name": "php-annotations" 97 97 }, ··· 103 103 "rider" 104 104 ], 105 105 "builds": { 106 - "231.9225.23": "https://plugins.jetbrains.com/files/7322/357028/python-ce-231.9225.4.zip", 107 106 "232.8660.111": "https://plugins.jetbrains.com/files/7322/368904/python-ce-232.8660.185.zip", 108 - "232.8660.185": "https://plugins.jetbrains.com/files/7322/368904/python-ce-232.8660.185.zip" 107 + "232.8660.185": "https://plugins.jetbrains.com/files/7322/368904/python-ce-232.8660.185.zip", 108 + "232.8660.212": "https://plugins.jetbrains.com/files/7322/368904/python-ce-232.8660.185.zip" 109 109 }, 110 110 "name": "python-community-edition" 111 111 }, ··· 126 126 ], 127 127 "builds": { 128 128 "223.8836.1185": "https://plugins.jetbrains.com/files/8182/329558/intellij-rust-0.4.194.5382-223.zip", 129 - "231.9225.18": "https://plugins.jetbrains.com/files/8182/367350/intellij-rust-0.4.199.5414-231.zip", 130 - "231.9225.23": "https://plugins.jetbrains.com/files/8182/367350/intellij-rust-0.4.199.5414-231.zip", 131 - "232.8660.111": "https://plugins.jetbrains.com/files/8182/367438/intellij-rust-0.4.199.5415-232.zip", 132 - "232.8660.143": "https://plugins.jetbrains.com/files/8182/367438/intellij-rust-0.4.199.5415-232.zip", 133 - "232.8660.185": "https://plugins.jetbrains.com/files/8182/367438/intellij-rust-0.4.199.5415-232.zip", 134 - "232.8660.186": "https://plugins.jetbrains.com/files/8182/367438/intellij-rust-0.4.199.5415-232.zip", 135 - "232.8660.197": "https://plugins.jetbrains.com/files/8182/367438/intellij-rust-0.4.199.5415-232.zip" 129 + "232.8660.111": "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip", 130 + "232.8660.143": "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip", 131 + "232.8660.185": "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip", 132 + "232.8660.186": "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip", 133 + "232.8660.197": "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip", 134 + "232.8660.205": "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip", 135 + "232.8660.212": "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip" 136 136 }, 137 137 "name": "rust" 138 138 }, ··· 153 153 ], 154 154 "builds": { 155 155 "223.8836.1185": null, 156 - "231.9225.18": "https://plugins.jetbrains.com/files/8182/363621/intellij-rust-0.4.199.5413-231-beta.zip", 157 - "231.9225.23": "https://plugins.jetbrains.com/files/8182/363621/intellij-rust-0.4.199.5413-231-beta.zip", 158 - "232.8660.111": "https://plugins.jetbrains.com/files/8182/363622/intellij-rust-0.4.199.5413-232-beta.zip", 159 - "232.8660.143": "https://plugins.jetbrains.com/files/8182/363622/intellij-rust-0.4.199.5413-232-beta.zip", 160 - "232.8660.185": "https://plugins.jetbrains.com/files/8182/363622/intellij-rust-0.4.199.5413-232-beta.zip", 161 - "232.8660.186": "https://plugins.jetbrains.com/files/8182/363622/intellij-rust-0.4.199.5413-232-beta.zip", 162 - "232.8660.197": "https://plugins.jetbrains.com/files/8182/363622/intellij-rust-0.4.199.5413-232-beta.zip" 156 + "232.8660.111": "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip", 157 + "232.8660.143": "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip", 158 + "232.8660.185": "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip", 159 + "232.8660.186": "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip", 160 + "232.8660.197": "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip", 161 + "232.8660.205": "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip", 162 + "232.8660.212": "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip" 163 163 }, 164 164 "name": "rust-beta" 165 165 }, ··· 197 197 "webstorm" 198 198 ], 199 199 "builds": { 200 - "223.8836.1185": "https://plugins.jetbrains.com/files/8607/318851/NixIDEA-0.4.0.9.zip", 201 - "231.9225.18": "https://plugins.jetbrains.com/files/8607/318851/NixIDEA-0.4.0.9.zip", 202 - "231.9225.23": "https://plugins.jetbrains.com/files/8607/318851/NixIDEA-0.4.0.9.zip", 203 - "232.8660.111": null, 204 - "232.8660.143": null, 205 - "232.8660.185": null, 206 - "232.8660.186": null, 207 - "232.8660.197": null 200 + "223.8836.1185": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip", 201 + "232.8660.111": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip", 202 + "232.8660.143": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip", 203 + "232.8660.185": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip", 204 + "232.8660.186": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip", 205 + "232.8660.197": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip", 206 + "232.8660.205": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip", 207 + "232.8660.212": "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip" 208 208 }, 209 209 "name": "nixidea" 210 210 }, ··· 234 234 ], 235 235 "builds": { 236 236 "223.8836.1185": "https://plugins.jetbrains.com/files/10037/358812/CSVEditor-3.2.1-223.zip", 237 - "231.9225.18": "https://plugins.jetbrains.com/files/10037/358810/CSVEditor-3.2.1-231.zip", 238 - "231.9225.23": "https://plugins.jetbrains.com/files/10037/358810/CSVEditor-3.2.1-231.zip", 239 237 "232.8660.111": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip", 240 238 "232.8660.143": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip", 241 239 "232.8660.185": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip", 242 240 "232.8660.186": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip", 243 - "232.8660.197": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip" 241 + "232.8660.197": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip", 242 + "232.8660.205": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip", 243 + "232.8660.212": "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip" 244 244 }, 245 245 "name": "csv-editor" 246 246 }, ··· 261 261 ], 262 262 "builds": { 263 263 "223.8836.1185": "https://plugins.jetbrains.com/files/12062/256327/keymap-vscode-223.7571.113.zip", 264 - "231.9225.18": "https://plugins.jetbrains.com/files/12062/307834/keymap-vscode-231.8109.91.zip", 265 - "231.9225.23": "https://plugins.jetbrains.com/files/12062/307834/keymap-vscode-231.8109.91.zip", 266 264 "232.8660.111": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip", 267 265 "232.8660.143": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip", 268 266 "232.8660.185": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip", 269 267 "232.8660.186": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip", 270 - "232.8660.197": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip" 268 + "232.8660.197": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip", 269 + "232.8660.205": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip", 270 + "232.8660.212": "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip" 271 271 }, 272 272 "name": "vscode-keymap" 273 273 }, ··· 288 288 ], 289 289 "builds": { 290 290 "223.8836.1185": "https://plugins.jetbrains.com/files/12559/257029/keymap-eclipse-223.7571.125.zip", 291 - "231.9225.18": "https://plugins.jetbrains.com/files/12559/307825/keymap-eclipse-231.8109.91.zip", 292 - "231.9225.23": "https://plugins.jetbrains.com/files/12559/307825/keymap-eclipse-231.8109.91.zip", 293 291 "232.8660.111": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip", 294 292 "232.8660.143": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip", 295 293 "232.8660.185": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip", 296 294 "232.8660.186": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip", 297 - "232.8660.197": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip" 295 + "232.8660.197": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip", 296 + "232.8660.205": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip", 297 + "232.8660.212": "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip" 298 298 }, 299 299 "name": "eclipse-keymap" 300 300 }, ··· 315 315 ], 316 316 "builds": { 317 317 "223.8836.1185": "https://plugins.jetbrains.com/files/13017/257030/keymap-visualStudio-223.7571.125.zip", 318 - "231.9225.18": "https://plugins.jetbrains.com/files/13017/307831/keymap-visualStudio-231.8109.91.zip", 319 - "231.9225.23": "https://plugins.jetbrains.com/files/13017/307831/keymap-visualStudio-231.8109.91.zip", 320 318 "232.8660.111": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip", 321 319 "232.8660.143": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip", 322 320 "232.8660.185": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip", 323 321 "232.8660.186": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip", 324 - "232.8660.197": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip" 322 + "232.8660.197": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip", 323 + "232.8660.205": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip", 324 + "232.8660.212": "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip" 325 325 }, 326 326 "name": "visual-studio-keymap" 327 327 }, ··· 342 342 ], 343 343 "builds": { 344 344 "223.8836.1185": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 345 - "231.9225.18": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 346 - "231.9225.23": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 347 345 "232.8660.111": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 348 346 "232.8660.143": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 349 347 "232.8660.185": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 350 348 "232.8660.186": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 351 - "232.8660.197": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar" 349 + "232.8660.197": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 350 + "232.8660.205": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar", 351 + "232.8660.212": "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar" 352 352 }, 353 353 "name": "darcula-pitch-black" 354 354 }, ··· 368 368 "webstorm" 369 369 ], 370 370 "builds": { 371 - "223.8836.1185": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip", 372 - "231.9225.18": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip", 373 - "231.9225.23": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip", 374 - "232.8660.111": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip", 375 - "232.8660.143": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip", 376 - "232.8660.185": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip", 377 - "232.8660.186": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip", 378 - "232.8660.197": "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip" 371 + "223.8836.1185": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip", 372 + "232.8660.111": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip", 373 + "232.8660.143": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip", 374 + "232.8660.185": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip", 375 + "232.8660.186": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip", 376 + "232.8660.197": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip", 377 + "232.8660.205": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip", 378 + "232.8660.212": "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip" 379 379 }, 380 380 "name": "github-copilot" 381 381 }, ··· 396 396 ], 397 397 "builds": { 398 398 "223.8836.1185": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 399 - "231.9225.18": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 400 - "231.9225.23": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 401 399 "232.8660.111": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 402 400 "232.8660.143": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 403 401 "232.8660.185": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 404 402 "232.8660.186": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 405 - "232.8660.197": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip" 403 + "232.8660.197": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 404 + "232.8660.205": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip", 405 + "232.8660.212": "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip" 406 406 }, 407 407 "name": "netbeans-6-5-keymap" 408 408 } 409 409 }, 410 410 "files": { 411 - "https://plugins.jetbrains.com/files/10037/358810/CSVEditor-3.2.1-231.zip": "sha256-JC/NOICLHf1gc4wTarDPw7lYfGHOkCOlG194yt18xOA=", 412 411 "https://plugins.jetbrains.com/files/10037/358812/CSVEditor-3.2.1-223.zip": "sha256-l8xq7XXQheZYcP+kdnLXAO7FhfPJYwIh+ZffbttBI9s=", 413 412 "https://plugins.jetbrains.com/files/10037/358813/CSVEditor-3.2.1-232.zip": "sha256-m9ocJSFWparZLrX1MQA0IlSH5LHodmzzVmGZ6eHml24=", 414 413 "https://plugins.jetbrains.com/files/12062/256327/keymap-vscode-223.7571.113.zip": "sha256-MlWTPLA6517inAtiOdJDUeUMyHczXzeUIe4dfASLzsM=", 415 - "https://plugins.jetbrains.com/files/12062/307834/keymap-vscode-231.8109.91.zip": "sha256-OqK3HmcksgNlrADv7Ld91VCW+uzTOVWtcXcRC60IKfw=", 416 414 "https://plugins.jetbrains.com/files/12062/364117/keymap-vscode-232.8660.88.zip": "sha256-q5i1eAANK+6uBYrtioKLzvJf5ALUB0K4d31Ut0vT/lE=", 417 415 "https://plugins.jetbrains.com/files/12559/257029/keymap-eclipse-223.7571.125.zip": "sha256-0hMn8Qt+xJjB9HnYz7OMw8xmI0FxDFy+lYfXHURhTKY=", 418 - "https://plugins.jetbrains.com/files/12559/307825/keymap-eclipse-231.8109.91.zip": "sha256-8jUsRK4evNMzjuWQIjIMrvQ0sIXPoY1C/buu1nod5X8=", 419 416 "https://plugins.jetbrains.com/files/12559/364124/keymap-eclipse-232.8660.88.zip": "sha256-eRCsivZbDNrc+kesa9jVsOoMFFz+WpYfSMXxPCCjWjw=", 420 417 "https://plugins.jetbrains.com/files/13017/257030/keymap-visualStudio-223.7571.125.zip": "sha256-YiJALivO1a+I4bCtZEv68PZ21Vydk5UW6gAgErj28DQ=", 421 - "https://plugins.jetbrains.com/files/13017/307831/keymap-visualStudio-231.8109.91.zip": "sha256-b/SFrQX+pIV/R/Dd72EjqbbRgaSgppe3kv4aSxWr//Y=", 422 418 "https://plugins.jetbrains.com/files/13017/364038/keymap-visualStudio-232.8660.88.zip": "sha256-5S8u7w14fLkaTcjACfUSun9pMNtPk20/8+Dr5Sp9sDE=", 423 419 "https://plugins.jetbrains.com/files/14059/82616/darcula-pitch-black.jar": "sha256-eXInfAqY3yEZRXCAuv3KGldM1pNKEioNwPB0rIGgJFw=", 424 420 "https://plugins.jetbrains.com/files/164/275091/IdeaVim-2.1.0.zip": "sha256-2dM/r79XT+1MHDeRAUnZw6WO3dmw7MZfx9alHmBqMk0=", 425 421 "https://plugins.jetbrains.com/files/164/369533/IdeaVim-2.4.1-signed.zip": "sha256-dI+Oh6Z+OuqiS8yJI/PbelZdg2YCmoGw9NGotvKc0no=", 426 - "https://plugins.jetbrains.com/files/17718/369180/github-copilot-intellij-1.2.16.2847.zip": "sha256-qsKmVhgh8FyZN4cWbt/UKQEnk+3ANR2U2+wo5sVZZf8=", 422 + "https://plugins.jetbrains.com/files/17718/373346/github-copilot-intellij-1.2.18.2908.zip": "sha256-pSbM2BkXrWdEVedLIh89sQ1FDnlgO+saXyZsfkI2qYA=", 427 423 "https://plugins.jetbrains.com/files/18444/165585/NetBeans6.5Keymap.zip": "sha256-KrzZTKZMQqoEMw+vDUv2jjs0EX0leaPBkU8H/ecq/oI=", 428 424 "https://plugins.jetbrains.com/files/631/368891/python-232.8660.185.zip": "sha256-SqHA6I+mJeBH/Gjos+OiTayClesl5YBLqHvXIVL5o9k=", 429 - "https://plugins.jetbrains.com/files/6981/363869/ini-231.9225.21.zip": "sha256-/HljUhlum/bmgw0sfhK+33AgxCJsT32uU/UjQIzIbKs=", 430 - "https://plugins.jetbrains.com/files/6981/367671/ini-232.8660.158.zip": "sha256-ZJuLy0WM1OC6pjeEyBFDeOqbUz0gcUIgd71k4ggcCeA=", 425 + "https://plugins.jetbrains.com/files/6981/370741/ini-232.8660.205.zip": "sha256-qxTbWKdYSb4b6CRDKup7rL8EO2qZLM9bctMlTDHfrBk=", 431 426 "https://plugins.jetbrains.com/files/7219/355564/Symfony_Plugin-2022.1.253.zip": "sha256-vE+fobPbtWlaSHGTLlbDcC6NkaJiA4Qp50h8flXHaJc=", 432 427 "https://plugins.jetbrains.com/files/7320/346181/PHP_Annotations-9.4.0.zip": "sha256-hT5K4w4lhvNwDzDMDSvsIDGj9lyaRqglfOhlbNdqpWs=", 433 - "https://plugins.jetbrains.com/files/7322/357028/python-ce-231.9225.4.zip": "sha256-77v4vSHULX2vC0NFMeo2HoOaD3i4WG7zVCmaPUHQJIE=", 434 428 "https://plugins.jetbrains.com/files/7322/368904/python-ce-232.8660.185.zip": "sha256-MD2HNM9ltLK/0KKB6Ly1qu3J8B8QD/8t0FjWEcalIkE=", 435 429 "https://plugins.jetbrains.com/files/8182/329558/intellij-rust-0.4.194.5382-223.zip": "sha256-AgaKH4ZaxLhumk1P9BVJGpvluKnpYIulCDIRQpaWlKA=", 436 - "https://plugins.jetbrains.com/files/8182/363621/intellij-rust-0.4.199.5413-231-beta.zip": "sha256-PasY5Ep9vlbM5SAs/uB4j8b7F6dl8keeV/yLAuoTcZY=", 437 - "https://plugins.jetbrains.com/files/8182/363622/intellij-rust-0.4.199.5413-232-beta.zip": "sha256-8GSMckx4hHAfJBZbWcTuN85RROLaXTGix3a9QwZ5pSc=", 438 - "https://plugins.jetbrains.com/files/8182/367350/intellij-rust-0.4.199.5414-231.zip": "sha256-uHitLtuxa6w7XL0kdGf1hPAah8OpsrUWBLxbUNf7Y9o=", 439 - "https://plugins.jetbrains.com/files/8182/367438/intellij-rust-0.4.199.5415-232.zip": "sha256-qa7R+YfVWu/x5p8t28tDtRtMH6dZCGZzMXycpK+epQo=", 430 + "https://plugins.jetbrains.com/files/8182/372556/intellij-rust-0.4.200.5420-232-beta.zip": "sha256-ZlSfPvhPixEz5JxU9qyG0nL3jiSjr4gKaf/xYcQI1vQ=", 431 + "https://plugins.jetbrains.com/files/8182/373256/intellij-rust-0.4.200.5421-232.zip": "sha256-NeAF3umfaSODjpd6J1dT8Ei5hF8g8OA+sgk7VjBodoU=", 440 432 "https://plugins.jetbrains.com/files/8554/365482/featuresTrainer-232.8660.129.zip": "sha256-SCxqar6a7Q6sOFuZWNXtLRiSd7/34ydhWpL8groKT0U=", 441 - "https://plugins.jetbrains.com/files/8607/318851/NixIDEA-0.4.0.9.zip": "sha256-byShwSfnAG8kXhoNu7CfOwvy4Viav784NT0UmzKY6hQ=", 433 + "https://plugins.jetbrains.com/files/8607/370632/NixIDEA-0.4.0.10.zip": "sha256-pq9gFDjNmgZAXe11f6SNdN6g0xu18h/06J5L2lxUwgk=", 442 434 "https://plugins.jetbrains.com/files/9568/366117/go-plugin-232.8660.142.zip": "sha256-MPeTPoSUvfjwdWifKxlYHmmVNr+nOD22Hp4srRQbG/o=" 443 435 } 444 436 }
+24 -24
pkgs/applications/editors/jetbrains/versions.json
··· 67 67 "phpstorm": { 68 68 "update-channel": "PhpStorm RELEASE", 69 69 "url-template": "https://download.jetbrains.com/webide/PhpStorm-{version}.tar.gz", 70 - "version": "2023.1.4", 71 - "sha256": "7b44d704641c6015ce49e12e82c8866e9fdd8e8d421590235e536b3b1312b180", 72 - "url": "https://download.jetbrains.com/webide/PhpStorm-2023.1.4.tar.gz", 73 - "build_number": "231.9225.18", 70 + "version": "2023.2", 71 + "sha256": "81345b7bf6f9bd844804a6d72f617dd9ced606508e5d34eba8cd83a8b115f556", 72 + "url": "https://download.jetbrains.com/webide/PhpStorm-2023.2.tar.gz", 73 + "build_number": "232.8660.205", 74 74 "version-major-minor": "2022.3" 75 75 }, 76 76 "pycharm-community": { ··· 92 92 "rider": { 93 93 "update-channel": "Rider RELEASE", 94 94 "url-template": "https://download.jetbrains.com/rider/JetBrains.Rider-{version}.tar.gz", 95 - "version": "2023.1.4", 96 - "sha256": "0ff1916d0db4f081629e118da5418353e14d57bf2c0ec983db931d989becc683", 97 - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2023.1.4.tar.gz", 98 - "build_number": "231.9225.23" 95 + "version": "2023.2", 96 + "sha256": "1aa3436edb94cba8ec0e51605e146ecd528affa96e0e26df572c2437e9b00d2f", 97 + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2023.2.tar.gz", 98 + "build_number": "232.8660.212" 99 99 }, 100 100 "ruby-mine": { 101 101 "update-channel": "RubyMine RELEASE", ··· 182 182 "phpstorm": { 183 183 "update-channel": "PhpStorm RELEASE", 184 184 "url-template": "https://download.jetbrains.com/webide/PhpStorm-{version}.dmg", 185 - "version": "2023.1.4", 186 - "sha256": "4d3d9005772d2136e44f7774377fae053b690501800ea5e650d0f35882690fdd", 187 - "url": "https://download.jetbrains.com/webide/PhpStorm-2023.1.4.dmg", 188 - "build_number": "231.9225.18", 185 + "version": "2023.2", 186 + "sha256": "c8a3287383190113c65ec3c11fe808096faf581ce71953a258992900d97c377f", 187 + "url": "https://download.jetbrains.com/webide/PhpStorm-2023.2.dmg", 188 + "build_number": "232.8660.205", 189 189 "version-major-minor": "2022.3" 190 190 }, 191 191 "pycharm-community": { ··· 207 207 "rider": { 208 208 "update-channel": "Rider RELEASE", 209 209 "url-template": "https://download.jetbrains.com/rider/JetBrains.Rider-{version}.dmg", 210 - "version": "2023.1.4", 211 - "sha256": "5f1fc9acebd587902908e310a97ff4e0fb12e6d840584618ffff6102d756d703", 212 - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2023.1.4.dmg", 213 - "build_number": "231.9225.23" 210 + "version": "2023.2", 211 + "sha256": "8041b79a64ac24578d8fe9c1ec02d91eb3b047164cf48713e988bc9a9c3d53d7", 212 + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2023.2.dmg", 213 + "build_number": "232.8660.212" 214 214 }, 215 215 "ruby-mine": { 216 216 "update-channel": "RubyMine RELEASE", ··· 297 297 "phpstorm": { 298 298 "update-channel": "PhpStorm RELEASE", 299 299 "url-template": "https://download.jetbrains.com/webide/PhpStorm-{version}-aarch64.dmg", 300 - "version": "2023.1.4", 301 - "sha256": "3285135fc4c529640ecfc5b451fa9b51d9df2a323915509cc6cbb3f25717c9e2", 302 - "url": "https://download.jetbrains.com/webide/PhpStorm-2023.1.4-aarch64.dmg", 303 - "build_number": "231.9225.18", 300 + "version": "2023.2", 301 + "sha256": "365ed1ea1eb87f93abf581080c72866d693bfc60c4b8cd5682b5ec93f63ed4a9", 302 + "url": "https://download.jetbrains.com/webide/PhpStorm-2023.2-aarch64.dmg", 303 + "build_number": "232.8660.205", 304 304 "version-major-minor": "2022.3" 305 305 }, 306 306 "pycharm-community": { ··· 322 322 "rider": { 323 323 "update-channel": "Rider RELEASE", 324 324 "url-template": "https://download.jetbrains.com/rider/JetBrains.Rider-{version}-aarch64.dmg", 325 - "version": "2023.1.4", 326 - "sha256": "3995b3566fb64938931d6308891cc63d1a7743076d27cab4ebee1ed028d8f9a5", 327 - "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2023.1.4-aarch64.dmg", 328 - "build_number": "231.9225.23" 325 + "version": "2023.2", 326 + "sha256": "c5168f8ce698b5ddea7652f88b652239f87e87fa51438ac358aa8a44a3686272", 327 + "url": "https://download.jetbrains.com/rider/JetBrains.Rider-2023.2-aarch64.dmg", 328 + "build_number": "232.8660.212" 329 329 }, 330 330 "ruby-mine": { 331 331 "update-channel": "RubyMine RELEASE",
+2 -3
pkgs/applications/graphics/meme-image-generator/default.nix
··· 11 11 owner = "nomad-software"; 12 12 repo = "meme"; 13 13 rev = "v${version}"; 14 - sha256 = "089r0v5az2d2njn0s3d3wd0861pcs4slg6zl0rj4cm1k5cj8yd1k"; 14 + hash = "sha256-MzSPJCszVEZkBvSbRzXR7AaDQOOjDQ2stKKJr8oGOSE="; 15 15 }; 16 16 17 - vendorSha256 = null; 17 + vendorHash = null; 18 18 19 19 meta = with lib; { 20 20 description = "A command line utility for creating image macro style memes"; 21 21 homepage = "https://github.com/nomad-software/meme"; 22 22 license = licenses.mit; 23 23 maintainers = [ maintainers.fgaz ]; 24 - platforms = with platforms; linux ++ darwin; 25 24 }; 26 25 }
+4 -3
pkgs/applications/graphics/pixinsight/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "pixinsight"; 10 - version = "1.8.9-1"; 10 + version = "1.8.9-2"; 11 11 12 12 src = requireFile rec { 13 - name = "PI-linux-x64-${version}-20220518-c.tar.xz"; 13 + name = "PI-linux-x64-${version}-20230814-c.tar.xz"; 14 14 url = "https://pixinsight.com/"; 15 - sha256 = "sha256-AVeDJ7YYqCo7KfelUUQurjglNnTwCf0pOzJCV/bQrrw="; 15 + sha256 = "sha256-4Jspkl5riMlbeJX/h1zhVfVymORPK1X4l0LyOgXm05Y="; 16 16 message = '' 17 17 PixInsight is available from ${url} and requires a commercial (or trial) license. 18 18 After a license has been obtained, PixInsight can be downloaded from the software distribution ··· 71 71 libXext 72 72 libXfixes 73 73 libXrandr 74 + libxkbfile 74 75 ]); 75 76 76 77 postPatch = ''
+2 -2
pkgs/applications/misc/jetbrains-toolbox/default.nix
··· 10 10 }: 11 11 let 12 12 pname = "jetbrains-toolbox"; 13 - version = "2.0.1.16621"; 13 + version = "2.0.2.16660"; 14 14 15 15 src = fetchzip { 16 16 url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz"; 17 - sha256 = "sha256-FZuoLzouwi3HfTJct+Sh8DNzdzQoEsErBb04SgYrZN0="; 17 + sha256 = "sha256-iz9bUkeQZs0k3whRZuIl/KtSn7KlTq1urQ2I+D292MM="; 18 18 stripRoot = false; 19 19 }; 20 20
+7 -5
pkgs/applications/misc/nwg-panel/default.nix
··· 10 10 , pamixer # pamixer 11 11 , pulseaudio # pactl 12 12 , libdbusmenu-gtk3 # tray 13 + , playerctl 13 14 }: 14 15 15 16 python3Packages.buildPythonApplication rec { 16 17 pname = "nwg-panel"; 17 - version = "0.7.17"; 18 + version = "0.9.11"; 18 19 19 20 src = fetchFromGitHub { 20 21 owner = "nwg-piotr"; 21 22 repo = "nwg-panel"; 22 - rev = "refs/tags/v${version}"; 23 - sha256 = "sha256-HGbPBHf5PIjbuMSd/2fFSCLQ/7s1Xbys+KoGXctQOvM="; 23 + rev = "v${version}"; 24 + hash = "sha256-4/R/x3iQ6nsG5OLy/FMA24uxS3xKD/2901gBNe6lkk4="; 24 25 }; 25 26 26 27 # No tests ··· 31 30 strictDeps = false; 32 31 dontWrapGApps = true; 33 32 34 - buildInputs = [ atk gdk-pixbuf gtk-layer-shell pango ]; 33 + buildInputs = [ atk gdk-pixbuf gtk-layer-shell pango playerctl ]; 35 34 nativeBuildInputs = [ wrapGAppsHook gobject-introspection ]; 36 35 propagatedBuildInputs = (with python3Packages; 37 36 [ i3ipc netifaces psutil pybluez pygobject3 requests dasbus setuptools ]) ··· 57 56 description = "GTK3-based panel for Sway window manager"; 58 57 license = licenses.mit; 59 58 platforms = platforms.linux; 60 - maintainers = with maintainers; [ ]; 59 + maintainers = with maintainers; [ ludovicopiero ]; 60 + mainProgram = "nwg-panel"; 61 61 }; 62 62 }
-19
pkgs/applications/misc/pyditz/cerberus.nix
··· 1 - { lib, buildPythonPackage, fetchPypi, pytest-runner, pytest }: 2 - 3 - buildPythonPackage rec { 4 - pname = "Cerberus"; 5 - version = "1.1"; 6 - 7 - src = fetchPypi { 8 - inherit pname version; 9 - sha256 = "1pxzr8sfm2hc5s96m9k044i44nwkva70n0ypr6a35v73zn891cx5"; 10 - }; 11 - 12 - nativeCheckInputs = [ pytest-runner pytest ]; 13 - 14 - meta = with lib; { 15 - homepage = "http://python-cerberus.org/"; 16 - description = "Lightweight, extensible schema and data validation tool for Python dictionaries"; 17 - license = licenses.mit; 18 - }; 19 - }
+4 -6
pkgs/applications/misc/pyditz/default.nix
··· 2 2 3 3 with pythonPackages; 4 4 5 - let 6 - cerberus_1_1 = callPackage ./cerberus.nix { }; 7 - in buildPythonApplication rec { 5 + buildPythonApplication rec { 8 6 pname = "pyditz"; 9 7 version = "0.11"; 10 8 11 9 src = fetchPypi { 12 10 inherit pname version; 13 - sha256 = "da0365ae9064e30c4a27526fb0d7a802fda5c8651cda6990d17be7ede89a2551"; 11 + hash = "sha256-2gNlrpBk4wxKJ1JvsNeoAv2lyGUc2mmQ0Xvn7eiaJVE="; 14 12 }; 15 13 nativeBuildInputs = [ setuptools-scm ]; 16 - propagatedBuildInputs = [ pyyaml six jinja2 cerberus_1_1 ]; 14 + propagatedBuildInputs = [ pyyaml six jinja2 cerberus ]; 17 15 18 16 nativeCheckInputs = [ unittestCheckHook ]; 19 17 20 18 meta = with lib; { 21 - homepage = "https://pythonhosted.org/pyditz/"; 19 + homepage = "https://pypi.org/project/pyditz/"; 22 20 description = "Drop-in replacement for the Ditz distributed issue tracker"; 23 21 maintainers = [ maintainers.ilikeavocadoes ]; 24 22 license = licenses.lgpl2;
+2 -2
pkgs/applications/misc/remnote/default.nix
··· 2 2 3 3 appimageTools.wrapType2 rec { 4 4 pname = "remnote"; 5 - version = "1.12.3"; 5 + version = "1.12.9"; 6 6 7 7 src = fetchurl { 8 8 url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage"; 9 - sha256 = "sha256-qLEEIzTE5h9+9tWL0qSFCqN/MW124NtIacqiKnhlbp8="; 9 + sha256 = "sha256-ZBo7yxbTS+2pWecbPGxp0UMy16HRMwuuUUejb6DUHic="; 10 10 }; 11 11 12 12 meta = with lib; {
+2 -2
pkgs/applications/networking/cluster/hetzner-kube/default.nix
··· 8 8 owner = "xetys"; 9 9 repo = "hetzner-kube"; 10 10 rev = version; 11 - sha256 = "1iqgpmljqx6rhmvsir2675waj78amcfiw08knwvlmavjgpxx2ysw"; 11 + hash = "sha256-XHvR+31yq0o3txMBHh2rCh2peDlG5Kh3hdl0LGm9D8c="; 12 12 }; 13 13 14 14 patches = [ ··· 18 18 ./fix-home.patch 19 19 ]; 20 20 21 - vendorSha256 = "1jh2f66ys6rmrrwrf5zqfprgcvziyq6l4z8bfqwxgf1ysnxx525h"; 21 + vendorHash = "sha256-sIjSu9U+uNc5dgt9Qg328W/28nX4F5d5zjUb7Y1xAso="; 22 22 23 23 doCheck = false; 24 24
+10 -10
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 655 655 "vendorHash": "sha256-lXQHo66b9X0jZhoF+5Ix5qewQGyI82VPJ7gGzc2CHao=" 656 656 }, 657 657 "kubernetes": { 658 - "hash": "sha256-J3+F6GJJjGzWBwqnznI/If6I0sZ733h6ShR2EdbqPVs=", 658 + "hash": "sha256-aPplKT6L9Lmp4St6DLtHywiunqLaABEB9urbtSfK8Ec=", 659 659 "homepage": "https://registry.terraform.io/providers/hashicorp/kubernetes", 660 660 "owner": "hashicorp", 661 661 "repo": "terraform-provider-kubernetes", 662 - "rev": "v2.22.0", 662 + "rev": "v2.23.0", 663 663 "spdx": "MPL-2.0", 664 664 "vendorHash": "sha256-9AmfvoEf7E6lAblPIWizElng5GQJG/hQ5o6Mo3AN+EA=" 665 665 }, ··· 682 682 "vendorHash": "sha256-4jAJf2FC83NdH4t1l7EA26yQ0pqteWmTIyrZDJdi7fg=" 683 683 }, 684 684 "linode": { 685 - "hash": "sha256-4lcEiX/Prx1fpD1HOo8B4YSvxo9yo7zWu07DVZ6NTmw=", 685 + "hash": "sha256-tSbrd+T1HOOpO4atNDcYmq0SkEureSJkjWOnxqOTdnM=", 686 686 "homepage": "https://registry.terraform.io/providers/linode/linode", 687 687 "owner": "linode", 688 688 "repo": "terraform-provider-linode", 689 - "rev": "v2.5.2", 689 + "rev": "v2.6.0", 690 690 "spdx": "MPL-2.0", 691 - "vendorHash": "sha256-ggKPeTPIFrnfoREB4yr5Wr2dwc5y7Gq0fBtUsbnoCL0=" 691 + "vendorHash": "sha256-dIxOvx8UpZD5I7acucxzfnq+gyDX+uqVMJRkqH5jTRI=" 692 692 }, 693 693 "linuxbox": { 694 694 "hash": "sha256-MzasMVtXO7ZeZ+qEx2Z+7881fOIA0SFzSvXVHeEROtg=", ··· 827 827 "vendorHash": "sha256-LRIfxQGwG988HE5fftGl6JmBG7tTknvmgpm4Fu1NbWI=" 828 828 }, 829 829 "oci": { 830 - "hash": "sha256-dB8yoUPv6uYKveZxCblwif2FKW0qNdY5CJMpbZivB78=", 830 + "hash": "sha256-sxhykS4pXF00VJVtVd7kO2GasAqBUUMqPDPLE3BzUFI=", 831 831 "homepage": "https://registry.terraform.io/providers/oracle/oci", 832 832 "owner": "oracle", 833 833 "repo": "terraform-provider-oci", 834 - "rev": "v5.8.0", 834 + "rev": "v5.9.0", 835 835 "spdx": "MPL-2.0", 836 836 "vendorHash": null 837 837 }, ··· 1270 1270 "vendorHash": "sha256-77pijBYzCQoaZgMRNRwZEAJVM51EMGezXXcrfn9ae1Q=" 1271 1271 }, 1272 1272 "yandex": { 1273 - "hash": "sha256-bG8cBOkwsVew5qmaFXdq7yc2j8JNfY9qwnQ7IJGUZvM=", 1273 + "hash": "sha256-Y4bEbqUTxP1QDf1r8a3vtxV+RG3dqjHxHN9p/nB3qz8=", 1274 1274 "homepage": "https://registry.terraform.io/providers/yandex-cloud/yandex", 1275 1275 "owner": "yandex-cloud", 1276 1276 "repo": "terraform-provider-yandex", 1277 - "rev": "v0.96.1", 1277 + "rev": "v0.97.0", 1278 1278 "spdx": "MPL-2.0", 1279 - "vendorHash": "sha256-Ni422dybGvn5yzu85FbBdvG0zL7+rSpJWr8+HE1MSeg=" 1279 + "vendorHash": "sha256-1Sw4a9HFYt24Om5Bbbmx6JskhbMd4zTv6K6WOrQetpQ=" 1280 1280 } 1281 1281 }
+3 -1
pkgs/applications/window-managers/picom/picom-next.nix
··· 29 29 hash = "sha256-Mzf0533roLSODjMCPKyGSMbP7lIbT+PoLTZfoIBAI6g="; 30 30 }; 31 31 32 - meta.maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ]; 32 + meta = oldAttrs.meta // { 33 + maintainers = with lib.maintainers; oldAttrs.meta.maintainers ++ [ GKasparov ]; 34 + }; 33 35 })
+2 -2
pkgs/data/fonts/sarasa-gothic/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "sarasa-gothic"; 5 - version = "0.41.3"; 5 + version = "0.41.6"; 6 6 7 7 src = fetchurl { 8 8 # Use the 'ttc' files here for a smaller closure size. 9 9 # (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.) 10 10 url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"; 11 - hash = "sha256-/VC9zhWC3jJuIXQ2fel6moLzrdsguPaylgfkY9FoClQ="; 11 + hash = "sha256-6CDK9DNjBQ5EPp562na0DOWFmlxnlVl8Z8pwm3pGQ9A="; 12 12 }; 13 13 14 14 sourceRoot = ".";
+2 -2
pkgs/development/compilers/circt/default.nix
··· 13 13 in 14 14 stdenv.mkDerivation rec { 15 15 pname = "circt"; 16 - version = "1.50.0"; 16 + version = "1.51.0"; 17 17 src = fetchFromGitHub { 18 18 owner = "llvm"; 19 19 repo = "circt"; 20 20 rev = "firtool-${version}"; 21 - sha256 = "sha256-fZlJw+2kj8ZTt2Yb15yKD9koZPUfnalDchG29PgJTVs="; 21 + sha256 = "sha256-IEMIFbMBLEKgntDiRfVH6qgj9a5RLWQnKrMnl5A3AYQ="; 22 22 fetchSubmodules = true; 23 23 }; 24 24
+8 -8
pkgs/development/compilers/jetbrains-jdk/jcef.nix
··· 76 76 77 77 in stdenv.mkDerivation rec { 78 78 pname = "jcef-jetbrains"; 79 - rev = "3dfde2a70f1f914c6a84ba967123a0e38f51053f"; 79 + rev = "1ac1c682c497f2b864f86050796461f22935ea64"; 80 80 # This is the commit number 81 - # Currently from the 231 branch: https://github.com/JetBrains/jcef/tree/231 81 + # Currently from the branch: https://github.com/JetBrains/jcef/tree/232 82 82 # Run `git rev-list --count HEAD` 83 - version = "654"; 83 + version = "672"; 84 84 85 85 nativeBuildInputs = [ cmake python3 jdk17 git rsync ant ninja ]; 86 86 buildInputs = [ libX11 libXdamage nss nspr ]; ··· 89 89 owner = "jetbrains"; 90 90 repo = "jcef"; 91 91 inherit rev; 92 - hash = "sha256-g8jWzRI2uYzu8O7JHENn0u9yY08fvY6g0Uym02oYUMI="; 92 + hash = "sha256-3HuW8upR/bZoK8euVti2KpCZh9xxfqgyHmgoG1NjxOI="; 93 93 }; 94 94 cef-bin = let 95 - fileName = "cef_binary_104.4.26+g4180781+chromium-104.0.5112.102_linux64_minimal"; 95 + fileName = "cef_binary_111.2.1+g870da30+chromium-111.0.5563.64_linux64_minimal"; 96 96 urlName = builtins.replaceStrings ["+"] ["%2B"] fileName; 97 97 in fetchzip rec { 98 98 name = fileName; 99 99 url = "https://cef-builds.spotifycdn.com/${urlName}.tar.bz2"; 100 - hash = "sha256-0PAWWBR+9TO8hhejydWz8R6Df3d9A/Mb0VL8stlPz5Q="; 100 + hash = "sha256-r+zXTmDN5s/bYLvbCnHufYdXIqQmCDlbWgs5pdOpLTw="; 101 101 }; 102 102 clang-fmt = fetchurl { 103 - url = "https://storage.googleapis.com/chromium-clang-format/942fc8b1789144b8071d3fc03ff0fcbe1cf81ac8"; 104 - hash = "sha256-5iAU49tQmLS7zkS+6iGT+6SEdERRo1RkyRpiRvc9nVY="; 103 + url = "https://storage.googleapis.com/chromium-clang-format/dd736afb28430c9782750fc0fd5f0ed497399263"; 104 + hash = "sha256-4H6FVO9jdZtxH40CSfS+4VESAHgYgYxfCBFSMHdT0hE="; 105 105 }; 106 106 107 107 configurePhase = ''
+1 -1
pkgs/development/libraries/gcc/libgcc/default.nix
··· 90 90 insn-constants.h \ 91 91 '' + lib.optionalString stdenv.targetPlatform.isM68k '' 92 92 sysroot-suffix.h \ 93 - '' + lib.optionalString stdenv.targetPlatform.isArmv7 '' 93 + '' + lib.optionalString stdenv.targetPlatform.isAarch32 '' 94 94 arm-isa.h \ 95 95 arm-cpu.h \ 96 96 '' + ''
+12 -9
pkgs/development/libraries/libiio/default.nix
··· 4 4 , flex 5 5 , bison 6 6 , libxml2 7 - , python 7 + , pythonSupport ? stdenv.hostPlatform.hasSharedLibraries, python 8 8 , libusb1 9 9 , avahiSupport ? true, avahi 10 10 , libaio ··· 19 19 pname = "libiio"; 20 20 version = "0.24"; 21 21 22 - outputs = [ "out" "lib" "dev" "python" ]; 22 + outputs = [ "out" "lib" "dev" ] 23 + ++ lib.optional pythonSupport "python"; 23 24 24 25 src = fetchFromGitHub { 25 26 owner = "analogdevicesinc"; ··· 38 37 flex 39 38 bison 40 39 pkg-config 40 + ] ++ lib.optionals pythonSupport ([ 41 41 python 42 - ] ++ lib.optional python.isPy3k python.pkgs.setuptools; 42 + ] ++ lib.optional python.isPy3k python.pkgs.setuptools); 43 43 44 44 buildInputs = [ 45 45 libxml2 ··· 51 49 52 50 cmakeFlags = [ 53 51 "-DUDEV_RULES_INSTALL_DIR=${placeholder "out"}/lib/udev/rules.d" 54 - "-DPython_EXECUTABLE=${python.pythonForBuild.interpreter}" 55 - "-DPYTHON_BINDINGS=on" 56 52 # osx framework is disabled, 57 53 # the linux-like directory structure is used for proper output splitting 58 54 "-DOSX_PACKAGE=off" 59 55 "-DOSX_FRAMEWORK=off" 56 + ] ++ lib.optionals pythonSupport [ 57 + "-DPython_EXECUTABLE=${python.pythonForBuild.interpreter}" 58 + "-DPYTHON_BINDINGS=on" 60 59 ] ++ lib.optionals (!avahiSupport) [ 61 60 "-DHAVE_DNS_SD=OFF" 62 61 ]; 63 62 64 63 postPatch = '' 65 - # Hardcode path to the shared library into the bindings. 66 - sed "s#@libiio@#$lib/lib/libiio${stdenv.hostPlatform.extensions.sharedLibrary}#g" ${./hardcode-library-path.patch} | patch -p1 67 - 68 64 substituteInPlace libiio.rules.cmakein \ 69 65 --replace /bin/sh ${runtimeShell} 66 + '' + lib.optionalString pythonSupport '' 67 + # Hardcode path to the shared library into the bindings. 68 + sed "s#@libiio@#$lib/lib/libiio${stdenv.hostPlatform.extensions.sharedLibrary}#g" ${./hardcode-library-path.patch} | patch -p1 70 69 ''; 71 70 72 - postInstall = '' 71 + postInstall = lib.optionalString pythonSupport '' 73 72 # Move Python bindings into a separate output. 74 73 moveToOutput ${python.sitePackages} "$python" 75 74 '';
+38 -13
pkgs/development/libraries/nco/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, netcdf, netcdfcxx4, gsl, udunits, antlr2, which, curl, flex, coreutils, libtool }: 1 + { antlr2 2 + , coreutils 3 + , curl 4 + , fetchFromGitHub 5 + , flex 6 + , gsl 7 + , lib 8 + , libtool 9 + , netcdf 10 + , netcdfcxx4 11 + , stdenv 12 + , udunits 13 + , which 14 + }: 2 15 3 - stdenv.mkDerivation rec { 16 + stdenv.mkDerivation (finalAttrs: { 4 17 pname = "nco"; 5 - version = "5.1.6"; 18 + version = "5.1.7"; 6 19 7 20 src = fetchFromGitHub { 8 21 owner = "nco"; 9 22 repo = "nco"; 10 - rev = version; 11 - sha256 = "sha256-h5HL3fe3pdj48UeL5TKunSr7PvKf26AOOOcQh77W9sk="; 23 + rev = finalAttrs.version; 24 + hash = "sha256-CdIZ0ql8QBM7UcEyTmt4P9gZyO8jrkLipAOsJUkpG8g="; 12 25 }; 13 26 14 - nativeBuildInputs = [ flex which antlr2 ]; 27 + nativeBuildInputs = [ 28 + antlr2 29 + flex 30 + which 31 + ]; 15 32 16 - buildInputs = [ netcdf netcdfcxx4 gsl udunits curl coreutils ]; 33 + buildInputs = [ 34 + coreutils 35 + curl 36 + gsl 37 + netcdf 38 + netcdfcxx4 39 + udunits 40 + ]; 17 41 18 42 postPatch = '' 19 43 substituteInPlace src/nco/nco_fl_utl.c \ 20 44 --replace "/bin/cp" "${coreutils}/bin/cp" 45 + 21 46 substituteInPlace src/nco/nco_fl_utl.c \ 22 47 --replace "/bin/mv" "${coreutils}/bin/mv" 23 48 ''; ··· 51 26 52 27 enableParallelBuilding = true; 53 28 54 - meta = with lib; { 29 + meta = { 55 30 description = "NetCDF Operator toolkit"; 56 - longDescription = "The NCO (netCDF Operator) toolkit manipulates and analyzes data stored in netCDF-accessible formats, including DAP, HDF4, and HDF5"; 57 31 homepage = "https://nco.sourceforge.net/"; 58 - license = licenses.bsd3; 59 - maintainers = with maintainers; [ bzizou ]; 60 - platforms = platforms.unix; 32 + license = lib.licenses.bsd3; 33 + longDescription = "The NCO (netCDF Operator) toolkit manipulates and analyzes data stored in netCDF-accessible formats, including DAP, HDF4, and HDF5"; 34 + maintainers = with lib.maintainers; [ bzizou ]; 35 + platforms = lib.platforms.unix; 61 36 }; 62 - } 37 + })
+4 -2
pkgs/development/libraries/science/astronomy/libxisf/default.nix
··· 6 6 , lz4 7 7 , pugixml 8 8 , zlib 9 + , zstd 9 10 }: 10 11 11 12 stdenv.mkDerivation (finalAttrs: { 12 13 pname = "libxisf"; 13 - version = "0.2.8"; 14 + version = "0.2.9"; 14 15 15 16 src = fetchFromGitea { 16 17 domain = "gitea.nouspiro.space"; 17 18 owner = "nou"; 18 19 repo = "libXISF"; 19 20 rev = "v${finalAttrs.version}"; 20 - hash = "sha256-YB97vMz2+cFRYq8x2Su3Eh952U6kGIVLYV7kDEd5S8g="; 21 + hash = "sha256-Jh3NWtQSV0uePDMCDNzdI4qpRGbHTel3neRZAA3anQk="; 21 22 }; 22 23 23 24 patches = [ ··· 38 37 lz4 39 38 pugixml 40 39 zlib 40 + zstd 41 41 ]; 42 42 43 43 doCheck = true;
+2 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "aioesphomeapi"; 17 - version = "16.0.0"; 17 + version = "16.0.1"; 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-ATfAI8srh5G1ejkp/2wl2Soowatjprq9e8h8tSAAXGs="; 26 + hash = "sha256-DxEfkM//WvGqS/iWb6RIvE2raIYb/I0bcwrLqLBjCmw="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/boschshcpy/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "boschshcpy"; 13 - version = "0.2.60"; 13 + version = "0.2.65"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "tschamm"; 20 20 repo = pname; 21 21 rev = version; 22 - hash = "sha256-RCHOkTBnJcqGc3Y0cQhkgkizuqNl98MU8lxpVoHVLcc="; 22 + hash = "sha256-6KqfEPwTrW9VzR73LYFZeQOpG57vS9Xa/Dl4vLMD8U8="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+11 -8
pkgs/development/python-modules/dot2tex/default.nix
··· 1 1 { lib 2 - , python 3 2 , buildPythonPackage 3 + , fetchpatch 4 4 , fetchPypi 5 5 , substituteAll 6 6 , pyparsing 7 7 , graphviz 8 + , pytestCheckHook 8 9 , texlive 9 10 }: 10 11 11 12 buildPythonPackage rec { 12 13 pname = "dot2tex"; 13 14 version = "2.11.3"; 15 + format = "setuptools"; 14 16 15 17 src = fetchPypi { 16 18 inherit pname version; 17 - sha256 = "1kp77wiv7b5qib82i3y3sn9r49rym43aaqm5aw1bwnzfbbq2m6i9"; 19 + hash = "sha256-KZoq8FruW74CV6VipQapPieSk9XDjyjQirissyM/584="; 18 20 }; 19 21 20 22 patches = [ ··· 25 23 inherit graphviz; 26 24 }) 27 25 ./test.patch # https://github.com/kjellmf/dot2tex/issues/5 26 + 27 + # https://github.com/xyz2tex/dot2tex/pull/104 does not merge cleanly 28 + ./remove-duplicate-script.patch 28 29 ]; 29 30 30 - propagatedBuildInputs = [ pyparsing ]; 31 + propagatedBuildInputs = [ 32 + pyparsing 33 + ]; 31 34 32 35 nativeCheckInputs = [ 36 + pytestCheckHook 33 37 (texlive.combine { 34 38 inherit (texlive) scheme-small preview pstricks; 35 39 }) 36 40 ]; 37 - 38 - checkPhase = '' 39 - ${python.interpreter} tests/test_dot2tex.py 40 - ''; 41 41 42 42 meta = with lib; { 43 43 description = "Convert graphs generated by Graphviz to LaTeX friendly formats"; 44 44 homepage = "https://github.com/kjellmf/dot2tex"; 45 45 license = licenses.mit; 46 46 }; 47 - 48 47 }
+34
pkgs/development/python-modules/dot2tex/remove-duplicate-script.patch
··· 1 + From 98a0fbd0c4e13df98b8fb69c241665ab774fda2e Mon Sep 17 00:00:00 2001 2 + From: Theodore Ni <3806110+tjni@users.noreply.github.com> 3 + Date: Fri, 11 Aug 2023 21:58:14 -0700 4 + Subject: [PATCH] Remove script with same name as entry point 5 + 6 + --- 7 + dot2tex/dot2tex | 5 ----- 8 + setup.py | 1 - 9 + 2 files changed, 6 deletions(-) 10 + delete mode 100644 dot2tex/dot2tex 11 + 12 + diff --git a/dot2tex/dot2tex b/dot2tex/dot2tex 13 + deleted file mode 100644 14 + index 278c0b3..0000000 15 + --- a/dot2tex/dot2tex 16 + +++ /dev/null 17 + @@ -1,5 +0,0 @@ 18 + -#!/usr/bin/env python 19 + -from .dot2tex import main 20 + - 21 + -if __name__ == '__main__': 22 + - main() 23 + diff --git a/setup.py b/setup.py 24 + index d05db37..67a3ee8 100644 25 + --- a/setup.py 26 + +++ b/setup.py 27 + @@ -21,7 +21,6 @@ 28 + author_email='kjellmf@gmail.com', 29 + url="https://github.com/kjellmf/dot2tex", 30 + py_modules=['dot2tex.dot2tex', 'dot2tex.dotparsing'], 31 + - scripts=['dot2tex/dot2tex'], 32 + classifiers=[ 33 + 'Development Status :: 4 - Beta', 34 + 'Environment :: Console',
+2 -2
pkgs/development/python-modules/drf-spectacular/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "drf-spectacular"; 31 - version = "0.26.3"; 31 + version = "0.26.4"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "tfranzel"; 35 35 repo = "drf-spectacular"; 36 36 rev = "refs/tags/${version}"; 37 - hash = "sha256-O47676BOuCx3wMpeuRATQOAWZQev+R+OxZi4boQABmc="; 37 + hash = "sha256-f8x4QOt2EbDv+NlYAmpzXrCdT+q4wLGIrDsuUd45j2U="; 38 38 }; 39 39 40 40 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/emoji/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "emoji"; 10 - version = "2.7.0"; 10 + version = "2.8.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "carpedm20"; 17 17 repo = pname; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-HxEQqWG0a96PQ0bNQsIyTSEK0G21WojgoAyaWLMmjyE="; 19 + hash = "sha256-fnVY4KwiqvSVYijlDckLq6qDrBJj/rJGMwaQ1mMygek="; 20 20 }; 21 21 22 22 nativeCheckInputs = [
+4 -1
pkgs/development/python-modules/h5py/default.nix
··· 2 2 , fetchPypi 3 3 , buildPythonPackage 4 4 , pythonOlder 5 + , oldest-supported-numpy 5 6 , setuptools 7 + , wheel 6 8 , numpy 7 9 , hdf5 8 10 , cython ··· 35 33 # avoid strict pinning of numpy 36 34 postPatch = '' 37 35 substituteInPlace setup.py \ 38 - --replace "numpy ==" "numpy >=" \ 39 36 --replace "mpi4py ==" "mpi4py >=" 40 37 ''; 41 38 ··· 51 50 52 51 nativeBuildInputs = [ 53 52 cython 53 + oldest-supported-numpy 54 54 pkgconfig 55 55 setuptools 56 + wheel 56 57 ]; 57 58 58 59 buildInputs = [ hdf5 ]
+3 -5
pkgs/development/python-modules/jmp/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "jmp"; 11 - # As of 2022-01-01, the latest stable version (0.0.2) fails tests with recent JAX versions, 12 - # IIUC it's fixed in https://github.com/deepmind/jmp/commit/4969392f618d7733b265677143d8c81e44085867 13 - version = "unstable-2021-10-03"; 11 + version = "0.0.4"; 14 12 15 13 src = fetchFromGitHub { 16 14 owner = "deepmind"; 17 15 repo = pname; 18 - rev = "260e5ba01f46b10c579a61393e6c7e546aeae93e"; 19 - hash = "sha256-BTHy/jNf6LeV+x3GTI9MDBWLK6A5z2Z1TQyBkHMTeuE="; 16 + rev = "refs/tags/v${version}"; 17 + hash = "sha256-+PefZU1209vvf1SfF8DXiTvKYEnZ4y8iiIr8yKikx9Y="; 20 18 }; 21 19 22 20 # Wheel requires only `numpy`, but the import needs `jax`.
+15 -6
pkgs/development/python-modules/json-tricks/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "json-tricks"; 13 - version = "3.15.5"; 14 - disabled = pythonOlder "3.5"; 13 + version = "3.17.2"; 14 + format = "setuptools"; 15 + 16 + disabled = pythonOlder "3.7"; 15 17 16 18 src = fetchFromGitHub { 17 19 owner = "mverleg"; 18 20 repo = "pyjson_tricks"; 19 - rev = "v${version}"; 20 - sha256 = "wdpqCqMO0EzKyqE4ishL3CTsSw3sZPGvJ0HEktKFgZU="; 21 + rev = "refs/tags/v${version}"; 22 + hash = "sha256-7AT4h+f3FDTITfVZyLTimZlDGuAxKwe0kFYBEFGv51s="; 21 23 }; 22 24 23 - nativeCheckInputs = [ numpy pandas pytz pytestCheckHook ]; 25 + nativeCheckInputs = [ 26 + numpy 27 + pandas 28 + pytz 29 + pytestCheckHook 30 + ]; 24 31 25 - pythonImportsCheck = [ "json_tricks" ]; 32 + pythonImportsCheck = [ 33 + "json_tricks" 34 + ]; 26 35 27 36 meta = with lib; { 28 37 description = "Extra features for Python JSON handling";
+7 -6
pkgs/development/python-modules/jupyterhub/default.nix
··· 141 141 importlib-metadata 142 142 ]; 143 143 144 - preCheck = '' 145 - substituteInPlace jupyterhub/tests/test_spawner.py --replace \ 146 - "'jupyterhub-singleuser'" "'$out/bin/jupyterhub-singleuser'" 147 - ''; 148 - 149 144 nativeCheckInputs = [ 150 145 beautifulsoup4 151 146 cryptography ··· 156 161 virtualenv 157 162 ]; 158 163 164 + preCheck = '' 165 + substituteInPlace jupyterhub/tests/test_spawner.py --replace \ 166 + "'jupyterhub-singleuser'" "'$out/bin/jupyterhub-singleuser'" 167 + export PATH="$PATH:$out/bin"; 168 + ''; 169 + 159 170 disabledTests = [ 160 171 # Tries to install older versions through pip 161 172 "test_upgrade" 162 173 # Testcase fails to find requests import 163 174 "test_external_service" 164 - # attempts to do ssl connection 175 + # Attempts to do TLS connection 165 176 "test_connection_notebook_wrong_certs" 166 177 # AttributeError: 'coroutine' object... 167 178 "test_valid_events"
+9 -3
pkgs/development/python-modules/meraki/default.nix
··· 1 1 { lib 2 + , aiohttp 2 3 , buildPythonPackage 3 4 , fetchPypi 4 - , aiohttp 5 + , pythonOlder 5 6 , requests 6 7 }: 7 8 8 9 buildPythonPackage rec { 9 10 pname = "meraki"; 10 - version = "1.34.0"; 11 + version = "1.36.0"; 11 12 format = "setuptools"; 13 + 14 + disabled = pythonOlder "3.7"; 12 15 13 16 src = fetchPypi { 14 17 inherit pname version; 15 - hash = "sha256-rAFoIKHrhHRqcXmvbzlFKFIaHxVLp6CJUhNASwHhpPk="; 18 + hash = "sha256-VkXA5eEIEcyPlyI566rwtmIGauxD4ra0Q4ccH4ojc0U="; 16 19 }; 17 20 18 21 propagatedBuildInputs = [ 19 22 aiohttp 20 23 requests 21 24 ]; 25 + 26 + # All tests require an API key 27 + doCheck = false; 22 28 23 29 pythonImportsCheck = [ 24 30 "meraki"
+2 -2
pkgs/development/python-modules/msgspec/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "msgspec"; 11 - version = "0.18.0"; 11 + version = "0.18.1"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "jcrist"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-FZq8SEtn/p7x43Je2d0gIGDi8S4uz4cdV0KkQecCFT4="; 20 + hash = "sha256-cacwbl5JYqQGXhdt/F0nhX032GCw8RwFi0XBsn7dlq0="; 21 21 }; 22 22 23 23 # Requires libasan to be accessible
+12 -9
pkgs/development/python-modules/nbxmpp/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 - , pythonOlder 4 3 , fetchFromGitLab 5 4 , gobject-introspection 6 5 , idna 7 6 , libsoup_3 7 + , packaging 8 8 , precis-i18n 9 9 , pygobject3 10 10 , pyopenssl 11 - , setuptools 12 11 , pytestCheckHook 12 + , pythonOlder 13 + , setuptools 13 14 }: 14 15 15 16 buildPythonPackage rec { 16 17 pname = "nbxmpp"; 17 - version = "4.3.1"; 18 + version = "4.3.2"; 19 + format = "pyproject"; 18 20 19 21 disabled = pythonOlder "3.10"; 20 22 ··· 24 22 domain = "dev.gajim.org"; 25 23 owner = "gajim"; 26 24 repo = "python-nbxmpp"; 27 - rev = version; 28 - hash = "sha256-8Fh4sgQps6zUEN8o5ljrDIbRlbSZIMncbqh/qAnyOkw="; 25 + rev = "refs/tags/${version}"; 26 + hash = "sha256-vSLWaGYST1nut+0KAzURRKsr6XRtmYYTrkJiQEK3wa4="; 29 27 }; 30 - 31 - format = "pyproject"; 32 28 33 29 nativeBuildInputs = [ 34 30 # required for pythonImportsCheck otherwise libsoup cannot be found 35 31 gobject-introspection 32 + setuptools 36 33 ]; 37 34 38 35 buildInputs = [ ··· 42 41 gobject-introspection 43 42 idna 44 43 libsoup_3 44 + packaging 45 45 pygobject3 46 46 pyopenssl 47 - setuptools 48 47 ]; 49 48 50 49 nativeCheckInputs = [ 51 50 pytestCheckHook 52 51 ]; 53 52 54 - pythonImportsCheck = [ "nbxmpp" ]; 53 + pythonImportsCheck = [ 54 + "nbxmpp" 55 + ]; 55 56 56 57 meta = with lib; { 57 58 homepage = "https://dev.gajim.org/gajim/python-nbxmpp";
+2 -2
pkgs/development/python-modules/oauthenticator/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "oauthenticator"; 17 - version = "16.0.4"; 17 + version = "16.0.5"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.7"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-6dZt+GIbmOgC+R5KlFc5W2jpPaxCn+GkNkVhR/4Tke8="; 24 + hash = "sha256-ddCqr6qIIyU3EQ6p2i+U6F359j3hcZ7E2X8qbeUz2e8="; 25 25 }; 26 26 27 27 postPatch = ''
+4 -3
pkgs/development/python-modules/odp-amsterdam/default.nix
··· 7 7 , pythonOlder 8 8 , pytest-asyncio 9 9 , pytestCheckHook 10 + , pytz 10 11 }: 11 12 12 13 buildPythonPackage rec { 13 14 pname = "odp-amsterdam"; 14 - version = "5.1.1"; 15 + version = "5.2.0"; 15 16 format = "pyproject"; 16 17 17 18 disabled = pythonOlder "3.9"; ··· 21 20 owner = "klaasnicolaas"; 22 21 repo = "python-odp-amsterdam"; 23 22 rev = "refs/tags/v${version}"; 24 - hash = "sha256-DaL2CTrhWqBwl3kktF1wndxzrreA24C3zXmp4ghf/4s="; 23 + hash = "sha256-iJjwxvlxzRpKy2P0A3mS2i05bues5YasP72HuZiuFyE="; 25 24 }; 26 25 27 26 postPatch = '' 28 27 substituteInPlace pyproject.toml \ 29 28 --replace '"0.0.0"' '"${version}"' 30 - 31 29 sed -i '/addopts/d' pyproject.toml 32 30 ''; 33 31 ··· 36 36 37 37 propagatedBuildInputs = [ 38 38 aiohttp 39 + pytz 39 40 ]; 40 41 41 42 nativeCheckInputs = [
+1
pkgs/development/python-modules/openrazer/common.nix
··· 2 2 , fetchFromGitHub 3 3 }: rec { 4 4 version = "3.5.1"; 5 + format = "setuptools"; 5 6 6 7 src = fetchFromGitHub { 7 8 owner = "openrazer";
+4 -6
pkgs/development/python-modules/openrazer/daemon.nix
··· 17 17 common = import ./common.nix { inherit lib fetchFromGitHub; }; 18 18 in 19 19 buildPythonPackage (common // { 20 - pname = "openrazer_daemon"; 20 + pname = "openrazer-daemon"; 21 21 22 22 disabled = !isPy3k; 23 23 24 24 outputs = [ "out" "man" ]; 25 25 26 - prePatch = '' 27 - cd daemon 28 - ''; 26 + sourceRoot = "${common.src.name}/daemon"; 29 27 30 28 postPatch = '' 31 29 substituteInPlace openrazer_daemon/daemon.py --replace "plugdev" "openrazer" ··· 41 43 setproctitle 42 44 ]; 43 45 44 - postBuild = '' 45 - DESTDIR="$out" PREFIX="" make install manpages 46 + postInstall = '' 47 + DESTDIR="$out" PREFIX="" make manpages install-resources install-systemd 46 48 ''; 47 49 48 50 # no tests run
+2 -2
pkgs/development/python-modules/oracledb/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "oracledb"; 11 - version = "1.3.2"; 11 + version = "1.4.0"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-uzw5HBZ7V3jdsVp1OKKzbbXJuIpQyGxheByp/zArtkM="; 18 + hash = "sha256-lrpQj3g4ksfKZI8misvLikqcgDfH3UpQnwXyyJ1iMb4="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+12
pkgs/development/python-modules/sanic/default.nix
··· 2 2 , stdenv 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 + , fetchpatch 5 6 6 7 # build-system 7 8 , setuptools 9 + , wheel 8 10 9 11 # propagates 10 12 , aiofiles ··· 49 47 hash = "sha256-Ffw92mlYNV+ikb6299uw24EI1XPpl3Ju2st1Yt/YHKw="; 50 48 }; 51 49 50 + patches = [ 51 + # https://github.com/sanic-org/sanic/pull/2801 52 + (fetchpatch { 53 + name = "fix-test-one-cpu.patch"; 54 + url = "https://github.com/sanic-org/sanic/commit/a1df2a6de1c9c88a85d166e7e2636d26f7925852.patch"; 55 + hash = "sha256-vljGuoP/Q9HrP+/AOoI1iUpbDQ4/1Pn7AURP1dncI00="; 56 + }) 57 + ]; 58 + 52 59 nativeBuildInputs = [ 53 60 setuptools 61 + wheel 54 62 ]; 55 63 56 64 propagatedBuildInputs = [
+4
pkgs/development/python-modules/shapely/default.nix
··· 5 5 , fetchPypi 6 6 , cython 7 7 , geos 8 + , oldest-supported-numpy 8 9 , setuptools 10 + , wheel 9 11 , numpy 10 12 , pytestCheckHook 11 13 }: ··· 27 25 nativeBuildInputs = [ 28 26 cython 29 27 geos # for geos-config 28 + oldest-supported-numpy 30 29 setuptools 30 + wheel 31 31 ]; 32 32 33 33 buildInputs = [
+3
pkgs/development/python-modules/zigpy/default.nix
··· 14 14 , pythonOlder 15 15 , setuptools 16 16 , voluptuous 17 + , wheel 17 18 }: 18 19 19 20 buildPythonPackage rec { ··· 33 32 34 33 postPatch = '' 35 34 substituteInPlace pyproject.toml \ 35 + --replace '"setuptools-git-versioning<2"' "" \ 36 36 --replace 'dynamic = ["version"]' 'version = "${version}"' 37 37 ''; 38 38 39 39 nativeBuildInputs = [ 40 40 setuptools 41 + wheel 41 42 ]; 42 43 43 44 propagatedBuildInputs = [
+4 -4
pkgs/development/tools/api-linter/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "api-linter"; 8 - version = "1.55.2"; 8 + version = "1.56.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "googleapis"; 12 12 repo = "api-linter"; 13 13 rev = "v${version}"; 14 - hash = "sha256-OBx8zlxDLlPy6hfA8A9+F0bOglAzY81d9U7uCje0vyo="; 14 + hash = "sha256-IanIznKRmmW83/NWjW5VeBQUA/u4RSFzAQf1/QOAsK8="; 15 15 }; 16 16 17 - vendorHash = "sha256-x8mncoXVK7p6xxgaZL/Fv6dHgeOj2rWr55ovvk6zwQE="; 17 + vendorHash = "sha256-6MvXVHg4EH5S37JnY0jnAFjDplQINWPFyd54c1W/oAE="; 18 18 19 19 subPackages = [ "cmd/api-linter" ]; 20 20 ··· 23 23 "-w" 24 24 ]; 25 25 26 - # reference: https://github.com/googleapis/api-linter/blob/v1.55.2/.github/workflows/release.yaml#L76 26 + # reference: https://github.com/googleapis/api-linter/blob/v1.56.0/.github/workflows/release.yaml#L76 27 27 preBuild = '' 28 28 cat > cmd/api-linter/version.go <<EOF 29 29 package main
+3 -3
pkgs/development/tools/okteto/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "okteto"; 5 - version = "2.18.3"; 5 + version = "2.19.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "okteto"; 9 9 repo = "okteto"; 10 10 rev = version; 11 - hash = "sha256-ZSrTVfZfIzfeXr6SDKHZZYrqvGKYA6bwMXZ4fBP+2Uo="; 11 + hash = "sha256-cjdSJNhGP0YCent3r5GG1AhfWGbML46JAremXIwXMDY="; 12 12 }; 13 13 14 - vendorHash = "sha256-ruDXfDwVmMLFsIF+YV4CryEPSeU2cEul9FfRiApII9g="; 14 + vendorHash = "sha256-u1oMX2ZplmDGx7ePfA5vKHUuDmWYVCJrYh2HQ23dTfU="; 15 15 16 16 postPatch = '' 17 17 # Disable some tests that need file system & network access.
+17 -15
pkgs/development/tools/rust/cargo-make/default.nix
··· 1 1 { lib 2 - , stdenv 3 - , fetchurl 4 - , runCommand 5 - , fetchCrate 6 2 , rustPlatform 7 - , Security 8 - , openssl 3 + , fetchCrate 9 4 , pkg-config 10 - , SystemConfiguration 11 - , libiconv 5 + , bzip2 6 + , openssl 7 + , stdenv 8 + , darwin 12 9 }: 13 10 14 11 rustPlatform.buildRustPackage rec { 15 12 pname = "cargo-make"; 16 - version = "0.36.12"; 13 + version = "0.36.13"; 17 14 18 15 src = fetchCrate { 19 16 inherit pname version; 20 - sha256 = "sha256-dsHjSy3LV6L/P5cAKTqOjT4LM33qvjKTIHGcqrBzWqU="; 17 + hash = "sha256-9EnVO2CJY5y01mxSWphbuTVnckgUr6L8GrFy1nQcqT8="; 21 18 }; 19 + 20 + cargoHash = "sha256-K6D5e9inuB1y3VcEW73ikrkTcewnZyW7kdHSDkWxC3w="; 22 21 23 22 nativeBuildInputs = [ pkg-config ]; 24 23 25 - buildInputs = [ openssl ] 26 - ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ]; 27 - 28 - cargoHash = "sha256-w1TmUMEKg1/VP/AQQWdW4olp0gwCm9zmiuPQ9fQh9ak="; 24 + buildInputs = [ 25 + bzip2 26 + openssl 27 + ] ++ lib.optionals stdenv.isDarwin [ 28 + darwin.apple_sdk.frameworks.SystemConfiguration 29 + ]; 29 30 30 31 # Some tests fail because they need network access. 31 32 # However, Travis ensures a proper build. ··· 37 36 meta = with lib; { 38 37 description = "A Rust task runner and build tool"; 39 38 homepage = "https://github.com/sagiegurari/cargo-make"; 39 + changelog = "https://github.com/sagiegurari/cargo-make/blob/${version}/CHANGELOG.md"; 40 40 license = licenses.asl20; 41 - maintainers = with maintainers; [ xrelkd ]; 41 + maintainers = with maintainers; [ figsoda xrelkd ]; 42 42 }; 43 43 }
+456 -448
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
··· 12 12 ] 13 13 14 14 [[package]] 15 + name = "addr2line" 16 + version = "0.20.0" 17 + source = "registry+https://github.com/rust-lang/crates.io-index" 18 + checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" 19 + dependencies = [ 20 + "gimli", 21 + ] 22 + 23 + [[package]] 15 24 name = "adler" 16 25 version = "1.0.2" 17 26 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 52 43 53 44 [[package]] 54 45 name = "aho-corasick" 55 - version = "0.7.20" 56 - source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 58 - dependencies = [ 59 - "memchr", 60 - ] 61 - 62 - [[package]] 63 - name = "aho-corasick" 64 46 version = "1.0.2" 65 47 source = "registry+https://github.com/rust-lang/crates.io-index" 66 48 checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" ··· 70 70 71 71 [[package]] 72 72 name = "allocator-api2" 73 - version = "0.2.15" 73 + version = "0.2.16" 74 74 source = "registry+https://github.com/rust-lang/crates.io-index" 75 - checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9" 75 + checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 76 76 77 77 [[package]] 78 78 name = "ambient-authority" ··· 112 112 113 113 [[package]] 114 114 name = "anstyle" 115 - version = "1.0.0" 115 + version = "1.0.1" 116 116 source = "registry+https://github.com/rust-lang/crates.io-index" 117 - checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 117 + checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 118 118 119 119 [[package]] 120 120 name = "anstyle-parse" 121 - version = "0.2.0" 121 + version = "0.2.1" 122 122 source = "registry+https://github.com/rust-lang/crates.io-index" 123 - checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 123 + checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" 124 124 dependencies = [ 125 125 "utf8parse", 126 126 ] ··· 146 146 147 147 [[package]] 148 148 name = "anyhow" 149 - version = "1.0.71" 149 + version = "1.0.72" 150 150 source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 151 + checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" 152 152 153 153 [[package]] 154 154 name = "anymap2" ··· 230 230 231 231 [[package]] 232 232 name = "assert_cmd" 233 - version = "2.0.11" 233 + version = "2.0.12" 234 234 source = "registry+https://github.com/rust-lang/crates.io-index" 235 - checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" 235 + checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" 236 236 dependencies = [ 237 237 "anstyle", 238 238 "bstr", ··· 292 292 dependencies = [ 293 293 "proc-macro2", 294 294 "quote", 295 - "syn 2.0.18", 295 + "syn 2.0.28", 296 296 ] 297 297 298 298 [[package]] 299 299 name = "async-trait" 300 - version = "0.1.68" 300 + version = "0.1.72" 301 301 source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 302 + checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09" 303 303 dependencies = [ 304 304 "proc-macro2", 305 305 "quote", 306 - "syn 2.0.18", 306 + "syn 2.0.28", 307 307 ] 308 308 309 309 [[package]] ··· 313 313 checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 314 314 dependencies = [ 315 315 "num-traits", 316 - ] 317 - 318 - [[package]] 319 - name = "atty" 320 - version = "0.2.14" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 323 - dependencies = [ 324 - "hermit-abi 0.1.19", 325 - "libc", 326 - "winapi", 327 316 ] 328 317 329 318 [[package]] ··· 339 350 "aws-smithy-types", 340 351 "aws-types", 341 352 "bytes", 342 - "fastrand", 353 + "fastrand 1.9.0", 343 354 "hex", 344 355 "http", 345 356 "hyper", ··· 359 370 dependencies = [ 360 371 "aws-smithy-async", 361 372 "aws-smithy-types", 362 - "fastrand", 373 + "fastrand 1.9.0", 363 374 "tokio", 364 375 "tracing", 365 376 "zeroize", ··· 532 543 "aws-smithy-http-tower", 533 544 "aws-smithy-types", 534 545 "bytes", 535 - "fastrand", 546 + "fastrand 1.9.0", 536 547 "http", 537 548 "http-body", 538 549 "hyper", ··· 642 653 643 654 [[package]] 644 655 name = "axum" 645 - version = "0.6.18" 656 + version = "0.6.19" 646 657 source = "registry+https://github.com/rust-lang/crates.io-index" 647 - checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" 658 + checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c" 648 659 dependencies = [ 649 660 "async-trait", 650 661 "axum-core", ··· 670 681 "sha1", 671 682 "sync_wrapper", 672 683 "tokio", 673 - "tokio-tungstenite 0.18.0", 684 + "tokio-tungstenite", 674 685 "tower", 675 686 "tower-layer", 676 687 "tower-service", ··· 715 726 716 727 [[package]] 717 728 name = "axum-extra" 718 - version = "0.7.4" 729 + version = "0.7.5" 719 730 source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "febf23ab04509bd7672e6abe76bd8277af31b679e89fa5ffc6087dc289a448a3" 731 + checksum = "cebbcd90f811f93fc2a993024caecc1e8270d9d1eb9d3359edb3069c2096ea6f" 721 732 dependencies = [ 722 733 "axum", 723 734 "axum-core", ··· 731 742 "serde", 732 743 "tokio", 733 744 "tower", 734 - "tower-http 0.4.0", 745 + "tower-http 0.4.3", 735 746 "tower-layer", 736 747 "tower-service", 737 748 ] ··· 773 784 ] 774 785 775 786 [[package]] 787 + name = "backtrace" 788 + version = "0.3.68" 789 + source = "registry+https://github.com/rust-lang/crates.io-index" 790 + checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" 791 + dependencies = [ 792 + "addr2line 0.20.0", 793 + "cc", 794 + "cfg-if 1.0.0", 795 + "libc", 796 + "miniz_oxide", 797 + "object 0.31.1", 798 + "rustc-demangle", 799 + ] 800 + 801 + [[package]] 776 802 name = "base64" 777 803 version = "0.13.1" 778 804 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 823 819 824 820 [[package]] 825 821 name = "basic-toml" 826 - version = "0.1.2" 822 + version = "0.1.4" 827 823 source = "registry+https://github.com/rust-lang/crates.io-index" 828 - checksum = "5c0de75129aa8d0cceaf750b89013f0e08804d6ec61416da787b35ad0d7cddf1" 824 + checksum = "7bfc506e7a2370ec239e1d072507b2a80c833083699d3c6fa176fbb4de8448c6" 829 825 dependencies = [ 830 826 "serde", 831 827 ] ··· 976 972 977 973 [[package]] 978 974 name = "bstr" 979 - version = "1.5.0" 975 + version = "1.6.0" 980 976 source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" 977 + checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 982 978 dependencies = [ 983 979 "memchr", 984 - "once_cell", 985 - "regex-automata", 980 + "regex-automata 0.3.4", 986 981 "serde", 987 982 ] 988 983 ··· 1024 1021 1025 1022 [[package]] 1026 1023 name = "camino" 1027 - version = "1.1.4" 1024 + version = "1.1.6" 1028 1025 source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" 1026 + checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 1030 1027 dependencies = [ 1031 1028 "serde", 1032 1029 ] ··· 1039 1036 dependencies = [ 1040 1037 "cap-primitives", 1041 1038 "cap-std", 1042 - "io-lifetimes", 1039 + "io-lifetimes 1.0.11", 1043 1040 "windows-sys 0.48.0", 1044 1041 ] 1045 1042 ··· 1050 1047 checksum = "a4b6df5b295dca8d56f35560be8c391d59f0420f72e546997154e24e765e6451" 1051 1048 dependencies = [ 1052 1049 "ambient-authority", 1053 - "fs-set-times 0.19.1", 1050 + "fs-set-times 0.19.2", 1054 1051 "io-extras", 1055 - "io-lifetimes", 1052 + "io-lifetimes 1.0.11", 1056 1053 "ipnet", 1057 1054 "maybe-owned", 1058 - "rustix 0.37.20", 1055 + "rustix 0.37.23", 1059 1056 "windows-sys 0.48.0", 1060 - "winx", 1057 + "winx 0.35.1", 1061 1058 ] 1062 1059 1063 1060 [[package]] ··· 1078 1075 dependencies = [ 1079 1076 "cap-primitives", 1080 1077 "io-extras", 1081 - "io-lifetimes", 1082 - "rustix 0.37.20", 1078 + "io-lifetimes 1.0.11", 1079 + "rustix 0.37.23", 1083 1080 ] 1084 1081 1085 1082 [[package]] ··· 1090 1087 dependencies = [ 1091 1088 "cap-primitives", 1092 1089 "once_cell", 1093 - "rustix 0.37.20", 1094 - "winx", 1090 + "rustix 0.37.23", 1091 + "winx 0.35.1", 1095 1092 ] 1096 1093 1097 1094 [[package]] ··· 1123 1120 "remove_dir_all", 1124 1121 "rhai", 1125 1122 "sanitize-filename", 1126 - "semver 1.0.17", 1123 + "semver 1.0.18", 1127 1124 "serde", 1128 1125 "tempfile", 1129 1126 "thiserror", 1130 - "toml 0.7.4", 1127 + "toml 0.7.6", 1131 1128 "walkdir", 1132 1129 ] 1133 1130 1134 1131 [[package]] 1135 1132 name = "cargo-platform" 1136 - version = "0.1.2" 1133 + version = "0.1.3" 1137 1134 source = "registry+https://github.com/rust-lang/crates.io-index" 1138 - checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" 1135 + checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" 1139 1136 dependencies = [ 1140 1137 "serde", 1141 1138 ] 1142 1139 1143 1140 [[package]] 1144 1141 name = "cargo-shuttle" 1145 - version = "0.23.0" 1142 + version = "0.24.0" 1146 1143 dependencies = [ 1147 1144 "anyhow", 1148 1145 "assert_cmd", ··· 1173 1170 "reqwest-retry", 1174 1171 "rexpect", 1175 1172 "rmp-serde", 1176 - "semver 1.0.17", 1173 + "semver 1.0.18", 1177 1174 "serde", 1178 1175 "serde_json", 1179 1176 "shuttle-common", 1177 + "shuttle-common-tests", 1180 1178 "shuttle-proto", 1181 1179 "shuttle-service", 1182 1180 "sqlx", ··· 1186 1182 "tempfile", 1187 1183 "test-context", 1188 1184 "tokio", 1189 - "tokio-tungstenite 0.19.0", 1185 + "tokio-tungstenite", 1190 1186 "tokiotest-httpserver", 1191 1187 "toml 0.5.11", 1192 1188 "toml_edit 0.16.2", ··· 1206 1202 dependencies = [ 1207 1203 "camino", 1208 1204 "cargo-platform", 1209 - "semver 1.0.17", 1205 + "semver 1.0.18", 1210 1206 "serde", 1211 1207 "serde_json", 1212 1208 "thiserror", ··· 1214 1210 1215 1211 [[package]] 1216 1212 name = "cc" 1217 - version = "1.0.79" 1213 + version = "1.0.80" 1218 1214 source = "registry+https://github.com/rust-lang/crates.io-index" 1219 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 1215 + checksum = "51f1226cd9da55587234753d1245dd5b132343ea240f26b6a9003d68706141ba" 1220 1216 dependencies = [ 1221 1217 "jobserver", 1218 + "libc", 1222 1219 ] 1223 1220 1224 1221 [[package]] ··· 1279 1274 1280 1275 [[package]] 1281 1276 name = "clap_complete" 1282 - version = "4.3.1" 1277 + version = "4.3.2" 1283 1278 source = "registry+https://github.com/rust-lang/crates.io-index" 1284 - checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b" 1279 + checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce" 1285 1280 dependencies = [ 1286 1281 "clap", 1287 1282 ] ··· 1295 1290 "heck", 1296 1291 "proc-macro2", 1297 1292 "quote", 1298 - "syn 2.0.18", 1293 + "syn 2.0.28", 1299 1294 ] 1300 1295 1301 1296 [[package]] ··· 1312 1307 1313 1308 [[package]] 1314 1309 name = "colored" 1315 - version = "2.0.0" 1310 + version = "2.0.4" 1316 1311 source = "registry+https://github.com/rust-lang/crates.io-index" 1317 - checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" 1312 + checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" 1318 1313 dependencies = [ 1319 - "atty", 1314 + "is-terminal", 1320 1315 "lazy_static", 1321 - "winapi", 1316 + "windows-sys 0.48.0", 1322 1317 ] 1323 1318 1324 1319 [[package]] ··· 1456 1451 1457 1452 [[package]] 1458 1453 name = "cpufeatures" 1459 - version = "0.2.8" 1454 + version = "0.2.9" 1460 1455 source = "registry+https://github.com/rust-lang/crates.io-index" 1461 - checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" 1456 + checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 1462 1457 dependencies = [ 1463 1458 "libc", 1464 1459 ] ··· 1755 1750 1756 1751 [[package]] 1757 1752 name = "dashmap" 1758 - version = "5.4.0" 1753 + version = "5.5.0" 1759 1754 source = "registry+https://github.com/rust-lang/crates.io-index" 1760 - checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 1755 + checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" 1761 1756 dependencies = [ 1762 1757 "cfg-if 1.0.0", 1763 - "hashbrown 0.12.3", 1758 + "hashbrown 0.14.0", 1764 1759 "lock_api", 1765 1760 "once_cell", 1766 1761 "parking_lot_core 0.9.8", ··· 1795 1790 "num-bigint", 1796 1791 "num-traits", 1797 1792 "rusticata-macros", 1793 + ] 1794 + 1795 + [[package]] 1796 + name = "deranged" 1797 + version = "0.3.6" 1798 + source = "registry+https://github.com/rust-lang/crates.io-index" 1799 + checksum = "8810e7e2cf385b1e9b50d68264908ec367ba642c96d02edfe61c39e88e2a3c01" 1800 + dependencies = [ 1801 + "serde", 1798 1802 ] 1799 1803 1800 1804 [[package]] ··· 1946 1932 dependencies = [ 1947 1933 "proc-macro2", 1948 1934 "quote", 1949 - "syn 2.0.18", 1935 + "syn 2.0.28", 1950 1936 ] 1951 1937 1952 1938 [[package]] ··· 1969 1955 1970 1956 [[package]] 1971 1957 name = "either" 1972 - version = "1.8.1" 1958 + version = "1.9.0" 1973 1959 source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 1960 + checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1975 1961 dependencies = [ 1976 1962 "serde", 1977 1963 ] ··· 2024 2010 2025 2011 [[package]] 2026 2012 name = "errno" 2027 - version = "0.3.1" 2013 + version = "0.3.2" 2028 2014 source = "registry+https://github.com/rust-lang/crates.io-index" 2029 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 2015 + checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 2030 2016 dependencies = [ 2031 2017 "errno-dragonfly", 2032 2018 "libc", ··· 2076 2062 ] 2077 2063 2078 2064 [[package]] 2079 - name = "fd-lock" 2080 - version = "3.0.12" 2065 + name = "fastrand" 2066 + version = "2.0.0" 2081 2067 source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642" 2068 + checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" 2069 + 2070 + [[package]] 2071 + name = "fd-lock" 2072 + version = "4.0.0" 2073 + source = "registry+https://github.com/rust-lang/crates.io-index" 2074 + checksum = "0b0377f1edc77dbd1118507bc7a66e4ab64d2b90c66f90726dc801e73a8c68f9" 2083 2075 dependencies = [ 2084 2076 "cfg-if 1.0.0", 2085 - "rustix 0.37.20", 2077 + "rustix 0.38.6", 2086 2078 "windows-sys 0.48.0", 2087 2079 ] 2088 2080 ··· 2190 2170 source = "registry+https://github.com/rust-lang/crates.io-index" 2191 2171 checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4" 2192 2172 dependencies = [ 2193 - "io-lifetimes", 2194 - "rustix 0.36.14", 2173 + "io-lifetimes 1.0.11", 2174 + "rustix 0.36.15", 2195 2175 "windows-sys 0.45.0", 2196 2176 ] 2197 2177 2198 2178 [[package]] 2199 2179 name = "fs-set-times" 2200 - version = "0.19.1" 2180 + version = "0.19.2" 2201 2181 source = "registry+https://github.com/rust-lang/crates.io-index" 2202 - checksum = "7833d0f115a013d51c55950a3b09d30e4b057be9961b709acb9b5b17a1108861" 2182 + checksum = "6d167b646a876ba8fda6b50ac645cfd96242553cbaf0ca4fccaa39afcbf0801f" 2203 2183 dependencies = [ 2204 - "io-lifetimes", 2205 - "rustix 0.37.20", 2184 + "io-lifetimes 1.0.11", 2185 + "rustix 0.38.6", 2206 2186 "windows-sys 0.48.0", 2207 2187 ] 2208 2188 ··· 2293 2273 dependencies = [ 2294 2274 "proc-macro2", 2295 2275 "quote", 2296 - "syn 2.0.18", 2276 + "syn 2.0.28", 2297 2277 ] 2298 2278 2299 2279 [[package]] ··· 2472 2452 source = "registry+https://github.com/rust-lang/crates.io-index" 2473 2453 checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897" 2474 2454 dependencies = [ 2475 - "gix-hash 0.11.2", 2455 + "gix-hash 0.11.4", 2476 2456 "libc", 2477 2457 ] 2478 2458 ··· 2507 2487 2508 2488 [[package]] 2509 2489 name = "gix-hash" 2510 - version = "0.11.2" 2490 + version = "0.11.4" 2511 2491 source = "registry+https://github.com/rust-lang/crates.io-index" 2512 - checksum = "ee181c85d3955f54c4426e6bfaeeada4428692e1a39b8788c2ac7785fc301dd8" 2492 + checksum = "4b422ff2ad9a0628baaad6da468cf05385bf3f5ab495ad5a33cce99b9f41092f" 2513 2493 dependencies = [ 2514 2494 "hex", 2515 2495 "thiserror", ··· 2602 2582 2603 2583 [[package]] 2604 2584 name = "gix-utils" 2605 - version = "0.1.2" 2585 + version = "0.1.5" 2606 2586 source = "registry+https://github.com/rust-lang/crates.io-index" 2607 - checksum = "dbcfcb150c7ef553d76988467d223254045bdcad0dc6724890f32fbe96415da5" 2587 + checksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f" 2608 2588 dependencies = [ 2609 - "fastrand", 2589 + "fastrand 2.0.0", 2610 2590 ] 2611 2591 2612 2592 [[package]] 2613 2593 name = "gix-validate" 2614 - version = "0.7.5" 2594 + version = "0.7.7" 2615 2595 source = "registry+https://github.com/rust-lang/crates.io-index" 2616 - checksum = "57ea5845b506c7728b9d89f4227cc369a5fc5a1d5b26c3add0f0d323413a3a60" 2596 + checksum = "ba9b3737b2cef3dcd014633485f0034b0f1a931ee54aeb7d8f87f177f3c89040" 2617 2597 dependencies = [ 2618 2598 "bstr", 2619 2599 "thiserror", ··· 2627 2607 2628 2608 [[package]] 2629 2609 name = "globset" 2630 - version = "0.4.10" 2610 + version = "0.4.12" 2631 2611 source = "registry+https://github.com/rust-lang/crates.io-index" 2632 - checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 2612 + checksum = "aca8bbd8e0707c1887a8bbb7e6b40e228f251ff5d62c8220a4a7a53c73aff006" 2633 2613 dependencies = [ 2634 - "aho-corasick 0.7.20", 2614 + "aho-corasick", 2635 2615 "bstr", 2636 2616 "fnv", 2637 2617 "log", ··· 2640 2620 2641 2621 [[package]] 2642 2622 name = "h2" 2643 - version = "0.3.19" 2623 + version = "0.3.20" 2644 2624 source = "registry+https://github.com/rust-lang/crates.io-index" 2645 - checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" 2625 + checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" 2646 2626 dependencies = [ 2647 2627 "bytes", 2648 2628 "fnv", ··· 2727 2707 2728 2708 [[package]] 2729 2709 name = "hermit-abi" 2730 - version = "0.1.19" 2710 + version = "0.3.2" 2731 2711 source = "registry+https://github.com/rust-lang/crates.io-index" 2732 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 2733 - dependencies = [ 2734 - "libc", 2735 - ] 2736 - 2737 - [[package]] 2738 - name = "hermit-abi" 2739 - version = "0.2.6" 2740 - source = "registry+https://github.com/rust-lang/crates.io-index" 2741 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 2742 - dependencies = [ 2743 - "libc", 2744 - ] 2745 - 2746 - [[package]] 2747 - name = "hermit-abi" 2748 - version = "0.3.1" 2749 - source = "registry+https://github.com/rust-lang/crates.io-index" 2750 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 2712 + checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" 2751 2713 2752 2714 [[package]] 2753 2715 name = "hex" ··· 2809 2807 2810 2808 [[package]] 2811 2809 name = "http-range-header" 2812 - version = "0.3.0" 2810 + version = "0.3.1" 2813 2811 source = "registry+https://github.com/rust-lang/crates.io-index" 2814 - checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" 2812 + checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" 2815 2813 2816 2814 [[package]] 2817 2815 name = "http-serde" ··· 2843 2841 2844 2842 [[package]] 2845 2843 name = "hyper" 2846 - version = "0.14.26" 2844 + version = "0.14.27" 2847 2845 source = "registry+https://github.com/rust-lang/crates.io-index" 2848 - checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" 2846 + checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" 2849 2847 dependencies = [ 2850 2848 "bytes", 2851 2849 "futures-channel", ··· 2893 2891 2894 2892 [[package]] 2895 2893 name = "hyper-rustls" 2896 - version = "0.24.0" 2894 + version = "0.24.1" 2897 2895 source = "registry+https://github.com/rust-lang/crates.io-index" 2898 - checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" 2896 + checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" 2899 2897 dependencies = [ 2898 + "futures-util", 2900 2899 "http", 2901 2900 "hyper", 2902 - "rustls 0.21.2", 2901 + "rustls 0.21.6", 2903 2902 "rustls-native-certs", 2904 2903 "tokio", 2905 2904 "tokio-rustls 0.24.1", ··· 3023 3020 dependencies = [ 3024 3021 "equivalent", 3025 3022 "hashbrown 0.14.0", 3023 + "serde", 3026 3024 ] 3027 3025 3028 3026 [[package]] 3029 3027 name = "indicatif" 3030 - version = "0.17.5" 3028 + version = "0.17.6" 3031 3029 source = "registry+https://github.com/rust-lang/crates.io-index" 3032 - checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" 3030 + checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" 3033 3031 dependencies = [ 3034 3032 "console", 3035 3033 "instant", ··· 3041 3037 3042 3038 [[package]] 3043 3039 name = "indoc" 3044 - version = "2.0.1" 3040 + version = "2.0.3" 3045 3041 source = "registry+https://github.com/rust-lang/crates.io-index" 3046 - checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" 3042 + checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" 3047 3043 3048 3044 [[package]] 3049 3045 name = "instant" ··· 3065 3061 dependencies = [ 3066 3062 "base64 0.21.2", 3067 3063 "hyper", 3068 - "hyper-rustls 0.24.0", 3064 + "hyper-rustls 0.24.1", 3069 3065 "ring", 3070 3066 "serde", 3071 3067 "serde_json", ··· 3078 3074 source = "registry+https://github.com/rust-lang/crates.io-index" 3079 3075 checksum = "fde93d48f0d9277f977a333eca8313695ddd5301dc96f7e02aeddcb0dd99096f" 3080 3076 dependencies = [ 3081 - "io-lifetimes", 3077 + "io-lifetimes 1.0.11", 3082 3078 "windows-sys 0.48.0", 3083 3079 ] 3084 3080 ··· 3088 3084 source = "registry+https://github.com/rust-lang/crates.io-index" 3089 3085 checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 3090 3086 dependencies = [ 3091 - "hermit-abi 0.3.1", 3087 + "hermit-abi", 3092 3088 "libc", 3093 3089 "windows-sys 0.48.0", 3094 3090 ] 3091 + 3092 + [[package]] 3093 + name = "io-lifetimes" 3094 + version = "2.0.2" 3095 + source = "registry+https://github.com/rust-lang/crates.io-index" 3096 + checksum = "bffb4def18c48926ccac55c1223e02865ce1a821751a95920448662696e7472c" 3095 3097 3096 3098 [[package]] 3097 3099 name = "ipconfig" ··· 3113 3103 3114 3104 [[package]] 3115 3105 name = "ipnet" 3116 - version = "2.7.2" 3106 + version = "2.8.0" 3117 3107 source = "registry+https://github.com/rust-lang/crates.io-index" 3118 - checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 3108 + checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" 3119 3109 3120 3110 [[package]] 3121 3111 name = "is-terminal" 3122 - version = "0.4.7" 3112 + version = "0.4.9" 3123 3113 source = "registry+https://github.com/rust-lang/crates.io-index" 3124 - checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 3114 + checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 3125 3115 dependencies = [ 3126 - "hermit-abi 0.3.1", 3127 - "io-lifetimes", 3128 - "rustix 0.37.20", 3116 + "hermit-abi", 3117 + "rustix 0.38.6", 3129 3118 "windows-sys 0.48.0", 3130 3119 ] 3131 3120 ··· 3139 3130 3140 3131 [[package]] 3141 3132 name = "itoa" 3142 - version = "1.0.6" 3133 + version = "1.0.9" 3143 3134 source = "registry+https://github.com/rust-lang/crates.io-index" 3144 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 3135 + checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 3145 3136 3146 3137 [[package]] 3147 3138 name = "ittapi" 3148 - version = "0.3.3" 3139 + version = "0.3.4" 3149 3140 source = "registry+https://github.com/rust-lang/crates.io-index" 3150 - checksum = "2e648c437172ce7d3ac35ca11a068755072054826fa455a916b43524fa4a62a7" 3141 + checksum = "41e0d0b7b3b53d92a7e8b80ede3400112a6b8b4c98d1f5b8b16bb787c780582c" 3151 3142 dependencies = [ 3152 3143 "anyhow", 3153 3144 "ittapi-sys", ··· 3156 3147 3157 3148 [[package]] 3158 3149 name = "ittapi-sys" 3159 - version = "0.3.3" 3150 + version = "0.3.4" 3160 3151 source = "registry+https://github.com/rust-lang/crates.io-index" 3161 - checksum = "a9b32a4d23f72548178dde54f3c12c6b6a08598e25575c0d0fa5bd861e0dc1a5" 3152 + checksum = "f2f8763c96e54e6d6a0dccc2990d8b5e33e3313aaeae6185921a3f4c1614a77c" 3162 3153 dependencies = [ 3163 3154 "cc", 3164 3155 ] ··· 3244 3235 3245 3236 [[package]] 3246 3237 name = "libc" 3247 - version = "0.2.146" 3238 + version = "0.2.147" 3248 3239 source = "registry+https://github.com/rust-lang/crates.io-index" 3249 - checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 3240 + checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 3250 3241 3251 3242 [[package]] 3252 3243 name = "libgit2-sys" ··· 3295 3286 3296 3287 [[package]] 3297 3288 name = "libz-sys" 3298 - version = "1.1.9" 3289 + version = "1.1.12" 3299 3290 source = "registry+https://github.com/rust-lang/crates.io-index" 3300 - checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 3291 + checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" 3301 3292 dependencies = [ 3302 3293 "cc", 3303 3294 "libc", ··· 3322 3313 version = "0.3.8" 3323 3314 source = "registry+https://github.com/rust-lang/crates.io-index" 3324 3315 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 3316 + 3317 + [[package]] 3318 + name = "linux-raw-sys" 3319 + version = "0.4.5" 3320 + source = "registry+https://github.com/rust-lang/crates.io-index" 3321 + checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 3325 3322 3326 3323 [[package]] 3327 3324 name = "liquid" ··· 3368 3353 dependencies = [ 3369 3354 "proc-macro2", 3370 3355 "quote", 3371 - "syn 2.0.18", 3356 + "syn 2.0.28", 3372 3357 ] 3373 3358 3374 3359 [[package]] ··· 3441 3426 source = "registry+https://github.com/rust-lang/crates.io-index" 3442 3427 checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 3443 3428 dependencies = [ 3444 - "regex-automata", 3429 + "regex-automata 0.1.10", 3445 3430 ] 3446 3431 3447 3432 [[package]] ··· 3452 3437 3453 3438 [[package]] 3454 3439 name = "matchit" 3455 - version = "0.7.0" 3440 + version = "0.7.1" 3456 3441 source = "registry+https://github.com/rust-lang/crates.io-index" 3457 - checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" 3442 + checksum = "67827e6ea8ee8a7c4a72227ef4fc08957040acffdb5f122733b24fa12daff41b" 3458 3443 3459 3444 [[package]] 3460 3445 name = "maybe-owned" ··· 3483 3468 source = "registry+https://github.com/rust-lang/crates.io-index" 3484 3469 checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e" 3485 3470 dependencies = [ 3486 - "rustix 0.37.20", 3471 + "rustix 0.37.23", 3487 3472 ] 3488 3473 3489 3474 [[package]] ··· 3567 3552 3568 3553 [[package]] 3569 3554 name = "mongodb" 3570 - version = "2.5.0" 3555 + version = "2.6.0" 3571 3556 source = "registry+https://github.com/rust-lang/crates.io-index" 3572 - checksum = "ebe15399de63ad4294c80069967736cbb87ebe467a8cd0629df9cab88a6fbde6" 3557 + checksum = "ebcd85ec209a5b84fd9f54b9e381f6fa17462bc74160d018fc94fd8b9f61faa8" 3573 3558 dependencies = [ 3574 3559 "async-trait", 3575 3560 "base64 0.13.1", ··· 3748 3733 3749 3734 [[package]] 3750 3735 name = "num-traits" 3751 - version = "0.2.15" 3736 + version = "0.2.16" 3752 3737 source = "registry+https://github.com/rust-lang/crates.io-index" 3753 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 3738 + checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 3754 3739 dependencies = [ 3755 3740 "autocfg", 3756 3741 "libm", ··· 3758 3743 3759 3744 [[package]] 3760 3745 name = "num_cpus" 3761 - version = "1.15.0" 3746 + version = "1.16.0" 3762 3747 source = "registry+https://github.com/rust-lang/crates.io-index" 3763 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 3748 + checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3764 3749 dependencies = [ 3765 - "hermit-abi 0.2.6", 3750 + "hermit-abi", 3766 3751 "libc", 3767 3752 ] 3768 3753 ··· 3803 3788 ] 3804 3789 3805 3790 [[package]] 3791 + name = "object" 3792 + version = "0.31.1" 3793 + source = "registry+https://github.com/rust-lang/crates.io-index" 3794 + checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" 3795 + dependencies = [ 3796 + "memchr", 3797 + ] 3798 + 3799 + [[package]] 3806 3800 name = "oid-registry" 3807 3801 version = "0.6.1" 3808 3802 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3834 3810 3835 3811 [[package]] 3836 3812 name = "openssl" 3837 - version = "0.10.54" 3813 + version = "0.10.55" 3838 3814 source = "registry+https://github.com/rust-lang/crates.io-index" 3839 - checksum = "69b3f656a17a6cbc115b5c7a40c616947d213ba182135b014d6051b73ab6f019" 3815 + checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 3840 3816 dependencies = [ 3841 3817 "bitflags 1.3.2", 3842 3818 "cfg-if 1.0.0", ··· 3855 3831 dependencies = [ 3856 3832 "proc-macro2", 3857 3833 "quote", 3858 - "syn 2.0.18", 3834 + "syn 2.0.28", 3859 3835 ] 3860 3836 3861 3837 [[package]] ··· 3866 3842 3867 3843 [[package]] 3868 3844 name = "openssl-src" 3869 - version = "111.26.0+1.1.1u" 3845 + version = "111.27.0+1.1.1v" 3870 3846 source = "registry+https://github.com/rust-lang/crates.io-index" 3871 - checksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37" 3847 + checksum = "06e8f197c82d7511c5b014030c9b1efeda40d7d5f99d23b4ceed3524a5e63f02" 3872 3848 dependencies = [ 3873 3849 "cc", 3874 3850 ] 3875 3851 3876 3852 [[package]] 3877 3853 name = "openssl-sys" 3878 - version = "0.9.88" 3854 + version = "0.9.90" 3879 3855 source = "registry+https://github.com/rust-lang/crates.io-index" 3880 - checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617" 3856 + checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 3881 3857 dependencies = [ 3882 3858 "cc", 3883 3859 "libc", ··· 3994 3970 ] 3995 3971 3996 3972 [[package]] 3997 - name = "output_vt100" 3998 - version = "0.1.3" 3999 - source = "registry+https://github.com/rust-lang/crates.io-index" 4000 - checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 4001 - dependencies = [ 4002 - "winapi", 4003 - ] 4004 - 4005 - [[package]] 4006 3973 name = "outref" 4007 3974 version = "0.5.1" 4008 3975 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4050 4035 "libc", 4051 4036 "redox_syscall 0.3.5", 4052 4037 "smallvec", 4053 - "windows-targets 0.48.0", 4038 + "windows-targets 0.48.1", 4054 4039 ] 4055 4040 4056 4041 [[package]] 4057 4042 name = "paste" 4058 - version = "1.0.12" 4043 + version = "1.0.14" 4059 4044 source = "registry+https://github.com/rust-lang/crates.io-index" 4060 - checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 4045 + checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 4061 4046 4062 4047 [[package]] 4063 4048 name = "path-absolutize" ··· 4112 4097 4113 4098 [[package]] 4114 4099 name = "pest" 4115 - version = "2.6.1" 4100 + version = "2.7.2" 4116 4101 source = "registry+https://github.com/rust-lang/crates.io-index" 4117 - checksum = "16833386b02953ca926d19f64af613b9bf742c48dcd5e09b32fbfc9740bf84e2" 4102 + checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a" 4118 4103 dependencies = [ 4119 4104 "thiserror", 4120 4105 "ucd-trie", ··· 4122 4107 4123 4108 [[package]] 4124 4109 name = "pest_derive" 4125 - version = "2.6.1" 4110 + version = "2.7.2" 4126 4111 source = "registry+https://github.com/rust-lang/crates.io-index" 4127 - checksum = "7763190f9406839f99e5197afee8c9e759969f7dbfa40ad3b8dbee8757b745b5" 4112 + checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853" 4128 4113 dependencies = [ 4129 4114 "pest", 4130 4115 "pest_generator", ··· 4132 4117 4133 4118 [[package]] 4134 4119 name = "pest_generator" 4135 - version = "2.6.1" 4120 + version = "2.7.2" 4136 4121 source = "registry+https://github.com/rust-lang/crates.io-index" 4137 - checksum = "249061b22e99973da1f5f5f1410284419e283bb60b79255bf5f42a94b66a2e00" 4122 + checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929" 4138 4123 dependencies = [ 4139 4124 "pest", 4140 4125 "pest_meta", 4141 4126 "proc-macro2", 4142 4127 "quote", 4143 - "syn 2.0.18", 4128 + "syn 2.0.28", 4144 4129 ] 4145 4130 4146 4131 [[package]] 4147 4132 name = "pest_meta" 4148 - version = "2.6.1" 4133 + version = "2.7.2" 4149 4134 source = "registry+https://github.com/rust-lang/crates.io-index" 4150 - checksum = "457c310cfc9cf3f22bc58901cc7f0d3410ac5d6298e432a4f9a6138565cb6df6" 4135 + checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48" 4151 4136 dependencies = [ 4152 4137 "once_cell", 4153 4138 "pest", ··· 4166 4151 4167 4152 [[package]] 4168 4153 name = "pin-project" 4169 - version = "1.1.0" 4154 + version = "1.1.2" 4170 4155 source = "registry+https://github.com/rust-lang/crates.io-index" 4171 - checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" 4156 + checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" 4172 4157 dependencies = [ 4173 4158 "pin-project-internal", 4174 4159 ] 4175 4160 4176 4161 [[package]] 4177 4162 name = "pin-project-internal" 4178 - version = "1.1.0" 4163 + version = "1.1.2" 4179 4164 source = "registry+https://github.com/rust-lang/crates.io-index" 4180 - checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" 4165 + checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" 4181 4166 dependencies = [ 4182 4167 "proc-macro2", 4183 4168 "quote", 4184 - "syn 2.0.18", 4169 + "syn 2.0.28", 4185 4170 ] 4186 4171 4187 4172 [[package]] 4188 4173 name = "pin-project-lite" 4189 - version = "0.2.9" 4174 + version = "0.2.10" 4190 4175 source = "registry+https://github.com/rust-lang/crates.io-index" 4191 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 4176 + checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" 4192 4177 4193 4178 [[package]] 4194 4179 name = "pin-utils" ··· 4234 4219 4235 4220 [[package]] 4236 4221 name = "portable-atomic" 4237 - version = "1.3.3" 4222 + version = "1.4.2" 4238 4223 source = "registry+https://github.com/rust-lang/crates.io-index" 4239 - checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794" 4224 + checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e" 4240 4225 4241 4226 [[package]] 4242 4227 name = "portpicker" ··· 4283 4268 4284 4269 [[package]] 4285 4270 name = "pretty_assertions" 4286 - version = "1.3.0" 4271 + version = "1.4.0" 4287 4272 source = "registry+https://github.com/rust-lang/crates.io-index" 4288 - checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 4273 + checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 4289 4274 dependencies = [ 4290 - "ctor", 4291 4275 "diff", 4292 - "output_vt100", 4293 4276 "yansi", 4294 4277 ] 4295 4278 ··· 4333 4320 4334 4321 [[package]] 4335 4322 name = "proc-macro2" 4336 - version = "1.0.60" 4323 + version = "1.0.66" 4337 4324 source = "registry+https://github.com/rust-lang/crates.io-index" 4338 - checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 4325 + checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 4339 4326 dependencies = [ 4340 4327 "unicode-ident", 4341 4328 ] ··· 4448 4435 4449 4436 [[package]] 4450 4437 name = "quote" 4451 - version = "1.0.28" 4438 + version = "1.0.32" 4452 4439 source = "registry+https://github.com/rust-lang/crates.io-index" 4453 - checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 4440 + checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" 4454 4441 dependencies = [ 4455 4442 "proc-macro2", 4456 4443 ] ··· 4587 4574 source = "registry+https://github.com/rust-lang/crates.io-index" 4588 4575 checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 4589 4576 dependencies = [ 4590 - "aho-corasick 1.0.2", 4577 + "aho-corasick", 4591 4578 "memchr", 4592 - "regex-syntax 0.7.2", 4579 + "regex-syntax 0.7.4", 4593 4580 ] 4594 4581 4595 4582 [[package]] ··· 4602 4589 ] 4603 4590 4604 4591 [[package]] 4592 + name = "regex-automata" 4593 + version = "0.3.4" 4594 + source = "registry+https://github.com/rust-lang/crates.io-index" 4595 + checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294" 4596 + 4597 + [[package]] 4605 4598 name = "regex-syntax" 4606 4599 version = "0.6.29" 4607 4600 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4615 4596 4616 4597 [[package]] 4617 4598 name = "regex-syntax" 4618 - version = "0.7.2" 4599 + version = "0.7.4" 4619 4600 source = "registry+https://github.com/rust-lang/crates.io-index" 4620 - checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 4601 + checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 4621 4602 4622 4603 [[package]] 4623 4604 name = "remove_dir_all" ··· 4650 4631 "http", 4651 4632 "http-body", 4652 4633 "hyper", 4653 - "hyper-rustls 0.24.0", 4634 + "hyper-rustls 0.24.1", 4654 4635 "ipnet", 4655 4636 "js-sys", 4656 4637 "log", ··· 4659 4640 "once_cell", 4660 4641 "percent-encoding", 4661 4642 "pin-project-lite", 4662 - "rustls 0.21.2", 4643 + "rustls 0.21.6", 4663 4644 "rustls-pemfile", 4664 4645 "serde", 4665 4646 "serde_json", ··· 4790 4771 4791 4772 [[package]] 4792 4773 name = "rmp" 4793 - version = "0.8.11" 4774 + version = "0.8.12" 4794 4775 source = "registry+https://github.com/rust-lang/crates.io-index" 4795 - checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f" 4776 + checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20" 4796 4777 dependencies = [ 4797 4778 "byteorder", 4798 4779 "num-traits", ··· 4801 4782 4802 4783 [[package]] 4803 4784 name = "rmp-serde" 4804 - version = "1.1.1" 4785 + version = "1.1.2" 4805 4786 source = "registry+https://github.com/rust-lang/crates.io-index" 4806 - checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" 4787 + checksum = "bffea85eea980d8a74453e5d02a8d93028f3c34725de143085a844ebe953258a" 4807 4788 dependencies = [ 4808 4789 "byteorder", 4809 4790 "rmp", ··· 4834 4815 4835 4816 [[package]] 4836 4817 name = "rust-embed" 4837 - version = "6.7.0" 4818 + version = "6.8.1" 4838 4819 source = "registry+https://github.com/rust-lang/crates.io-index" 4839 - checksum = "b73e721f488c353141288f223b599b4ae9303ecf3e62923f40a492f0634a4dc3" 4820 + checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661" 4840 4821 dependencies = [ 4841 4822 "rust-embed-impl", 4842 4823 "rust-embed-utils", ··· 4845 4826 4846 4827 [[package]] 4847 4828 name = "rust-embed-impl" 4848 - version = "6.6.0" 4829 + version = "6.8.1" 4849 4830 source = "registry+https://github.com/rust-lang/crates.io-index" 4850 - checksum = "e22ce362f5561923889196595504317a4372b84210e6e335da529a65ea5452b5" 4831 + checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac" 4851 4832 dependencies = [ 4852 4833 "proc-macro2", 4853 4834 "quote", 4854 4835 "rust-embed-utils", 4855 4836 "shellexpand", 4856 - "syn 2.0.18", 4837 + "syn 2.0.28", 4857 4838 "walkdir", 4858 4839 ] 4859 4840 4860 4841 [[package]] 4861 4842 name = "rust-embed-utils" 4862 - version = "7.5.0" 4843 + version = "7.8.1" 4863 4844 source = "registry+https://github.com/rust-lang/crates.io-index" 4864 - checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731" 4845 + checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74" 4865 4846 dependencies = [ 4866 4847 "sha2 0.10.7", 4867 4848 "walkdir", ··· 4894 4875 source = "registry+https://github.com/rust-lang/crates.io-index" 4895 4876 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 4896 4877 dependencies = [ 4897 - "semver 1.0.17", 4878 + "semver 1.0.18", 4898 4879 ] 4899 4880 4900 4881 [[package]] ··· 4918 4899 4919 4900 [[package]] 4920 4901 name = "rustix" 4921 - version = "0.36.14" 4902 + version = "0.36.15" 4922 4903 source = "registry+https://github.com/rust-lang/crates.io-index" 4923 - checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62" 4904 + checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941" 4924 4905 dependencies = [ 4925 4906 "bitflags 1.3.2", 4926 4907 "errno", 4927 - "io-lifetimes", 4908 + "io-lifetimes 1.0.11", 4928 4909 "libc", 4929 4910 "linux-raw-sys 0.1.4", 4930 4911 "windows-sys 0.45.0", ··· 4932 4913 4933 4914 [[package]] 4934 4915 name = "rustix" 4935 - version = "0.37.20" 4916 + version = "0.37.23" 4936 4917 source = "registry+https://github.com/rust-lang/crates.io-index" 4937 - checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 4918 + checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" 4938 4919 dependencies = [ 4939 4920 "bitflags 1.3.2", 4940 4921 "errno", 4941 - "io-lifetimes", 4922 + "io-lifetimes 1.0.11", 4942 4923 "itoa", 4943 4924 "libc", 4944 4925 "linux-raw-sys 0.3.8", 4945 4926 "once_cell", 4927 + "windows-sys 0.48.0", 4928 + ] 4929 + 4930 + [[package]] 4931 + name = "rustix" 4932 + version = "0.38.6" 4933 + source = "registry+https://github.com/rust-lang/crates.io-index" 4934 + checksum = "1ee020b1716f0a80e2ace9b03441a749e402e86712f15f16fe8a8f75afac732f" 4935 + dependencies = [ 4936 + "bitflags 2.3.3", 4937 + "errno", 4938 + "libc", 4939 + "linux-raw-sys 0.4.5", 4946 4940 "windows-sys 0.48.0", 4947 4941 ] 4948 4942 ··· 4973 4941 4974 4942 [[package]] 4975 4943 name = "rustls" 4976 - version = "0.21.2" 4944 + version = "0.21.6" 4977 4945 source = "registry+https://github.com/rust-lang/crates.io-index" 4978 - checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f" 4946 + checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" 4979 4947 dependencies = [ 4980 4948 "log", 4981 4949 "ring", 4982 - "rustls-webpki 0.100.1", 4950 + "rustls-webpki 0.101.2", 4983 4951 "sct", 4984 4952 ] 4985 4953 ··· 4997 4965 4998 4966 [[package]] 4999 4967 name = "rustls-pemfile" 5000 - version = "1.0.2" 4968 + version = "1.0.3" 5001 4969 source = "registry+https://github.com/rust-lang/crates.io-index" 5002 - checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 4970 + checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 5003 4971 dependencies = [ 5004 4972 "base64 0.21.2", 5005 4973 ] ··· 5026 4994 5027 4995 [[package]] 5028 4996 name = "rustrict" 5029 - version = "0.7.7" 4997 + version = "0.7.8" 5030 4998 source = "registry+https://github.com/rust-lang/crates.io-index" 5031 - checksum = "991ae78d5c4b604c9a419490fdee1c6adfaee3e40ecb97217e02508a91f9550e" 4999 + checksum = "3a6b50905364a8bafca05898f2816b2f75e00d4aaf4c0c33a17fc898b9bc7153" 5032 5000 dependencies = [ 5033 5001 "arrayvec 0.7.4", 5034 5002 "bitflags 1.3.2", ··· 5043 5011 5044 5012 [[package]] 5045 5013 name = "rustversion" 5046 - version = "1.0.12" 5014 + version = "1.0.14" 5047 5015 source = "registry+https://github.com/rust-lang/crates.io-index" 5048 - checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 5016 + checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 5049 5017 5050 5018 [[package]] 5051 5019 name = "rusty-fork" ··· 5061 5029 5062 5030 [[package]] 5063 5031 name = "ryu" 5064 - version = "1.0.13" 5032 + version = "1.0.15" 5065 5033 source = "registry+https://github.com/rust-lang/crates.io-index" 5066 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 5034 + checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 5067 5035 5068 5036 [[package]] 5069 5037 name = "same-file" ··· 5086 5054 5087 5055 [[package]] 5088 5056 name = "schannel" 5089 - version = "0.1.21" 5057 + version = "0.1.22" 5090 5058 source = "registry+https://github.com/rust-lang/crates.io-index" 5091 - checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 5059 + checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 5092 5060 dependencies = [ 5093 - "windows-sys 0.42.0", 5061 + "windows-sys 0.48.0", 5094 5062 ] 5095 5063 5096 5064 [[package]] 5097 5065 name = "scopeguard" 5098 - version = "1.1.0" 5066 + version = "1.2.0" 5099 5067 source = "registry+https://github.com/rust-lang/crates.io-index" 5100 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 5068 + checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 5101 5069 5102 5070 [[package]] 5103 5071 name = "sct" ··· 5111 5079 5112 5080 [[package]] 5113 5081 name = "security-framework" 5114 - version = "2.9.1" 5082 + version = "2.9.2" 5115 5083 source = "registry+https://github.com/rust-lang/crates.io-index" 5116 - checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" 5084 + checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 5117 5085 dependencies = [ 5118 5086 "bitflags 1.3.2", 5119 5087 "core-foundation", ··· 5124 5092 5125 5093 [[package]] 5126 5094 name = "security-framework-sys" 5127 - version = "2.9.0" 5095 + version = "2.9.1" 5128 5096 source = "registry+https://github.com/rust-lang/crates.io-index" 5129 - checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 5097 + checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 5130 5098 dependencies = [ 5131 5099 "core-foundation-sys", 5132 5100 "libc", ··· 5143 5111 5144 5112 [[package]] 5145 5113 name = "semver" 5146 - version = "1.0.17" 5114 + version = "1.0.18" 5147 5115 source = "registry+https://github.com/rust-lang/crates.io-index" 5148 - checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 5116 + checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" 5149 5117 dependencies = [ 5150 5118 "serde", 5151 5119 ] ··· 5158 5126 5159 5127 [[package]] 5160 5128 name = "serde" 5161 - version = "1.0.164" 5129 + version = "1.0.180" 5162 5130 source = "registry+https://github.com/rust-lang/crates.io-index" 5163 - checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 5131 + checksum = "0ea67f183f058fe88a4e3ec6e2788e003840893b91bac4559cabedd00863b3ed" 5164 5132 dependencies = [ 5165 5133 "serde_derive", 5166 5134 ] 5167 5135 5168 5136 [[package]] 5169 5137 name = "serde_bytes" 5170 - version = "0.11.9" 5138 + version = "0.11.12" 5171 5139 source = "registry+https://github.com/rust-lang/crates.io-index" 5172 - checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" 5140 + checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff" 5173 5141 dependencies = [ 5174 5142 "serde", 5175 5143 ] 5176 5144 5177 5145 [[package]] 5178 5146 name = "serde_derive" 5179 - version = "1.0.164" 5147 + version = "1.0.180" 5180 5148 source = "registry+https://github.com/rust-lang/crates.io-index" 5181 - checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 5149 + checksum = "24e744d7782b686ab3b73267ef05697159cc0e5abbed3f47f9933165e5219036" 5182 5150 dependencies = [ 5183 5151 "proc-macro2", 5184 5152 "quote", 5185 - "syn 2.0.18", 5153 + "syn 2.0.28", 5186 5154 ] 5187 5155 5188 5156 [[package]] 5189 5157 name = "serde_json" 5190 - version = "1.0.97" 5158 + version = "1.0.104" 5191 5159 source = "registry+https://github.com/rust-lang/crates.io-index" 5192 - checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" 5160 + checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" 5193 5161 dependencies = [ 5194 - "indexmap 1.9.3", 5162 + "indexmap 2.0.0", 5195 5163 "itoa", 5196 5164 "ryu", 5197 5165 "serde", ··· 5199 5167 5200 5168 [[package]] 5201 5169 name = "serde_path_to_error" 5202 - version = "0.1.11" 5170 + version = "0.1.14" 5203 5171 source = "registry+https://github.com/rust-lang/crates.io-index" 5204 - checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0" 5172 + checksum = "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335" 5205 5173 dependencies = [ 5174 + "itoa", 5206 5175 "serde", 5207 5176 ] 5208 5177 5209 5178 [[package]] 5210 5179 name = "serde_repr" 5211 - version = "0.1.12" 5180 + version = "0.1.16" 5212 5181 source = "registry+https://github.com/rust-lang/crates.io-index" 5213 - checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" 5182 + checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" 5214 5183 dependencies = [ 5215 5184 "proc-macro2", 5216 5185 "quote", 5217 - "syn 2.0.18", 5186 + "syn 2.0.28", 5218 5187 ] 5219 5188 5220 5189 [[package]] 5221 5190 name = "serde_spanned" 5222 - version = "0.6.2" 5191 + version = "0.6.3" 5223 5192 source = "registry+https://github.com/rust-lang/crates.io-index" 5224 - checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 5193 + checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" 5225 5194 dependencies = [ 5226 5195 "serde", 5227 5196 ] ··· 5354 5321 5355 5322 [[package]] 5356 5323 name = "shuttle-admin" 5357 - version = "0.23.0" 5324 + version = "0.24.0" 5358 5325 dependencies = [ 5359 5326 "anyhow", 5360 5327 "clap", ··· 5371 5338 5372 5339 [[package]] 5373 5340 name = "shuttle-auth" 5374 - version = "0.23.0" 5341 + version = "0.24.0" 5375 5342 dependencies = [ 5376 5343 "anyhow", 5377 5344 "async-trait", 5378 5345 "axum", 5379 - "axum-extra 0.7.4", 5346 + "axum-extra 0.7.5", 5380 5347 "axum-sessions", 5381 5348 "clap", 5382 5349 "http", ··· 5400 5367 5401 5368 [[package]] 5402 5369 name = "shuttle-codegen" 5403 - version = "0.23.0" 5370 + version = "0.24.0" 5404 5371 dependencies = [ 5405 5372 "pretty_assertions", 5406 5373 "proc-macro-error", 5407 5374 "proc-macro2", 5408 5375 "quote", 5409 - "syn 2.0.18", 5376 + "reqwest", 5377 + "serde", 5378 + "serde_json", 5379 + "shuttle-common-tests", 5380 + "syn 2.0.28", 5381 + "tokio", 5410 5382 "trybuild", 5411 5383 ] 5412 5384 5413 5385 [[package]] 5414 5386 name = "shuttle-common" 5415 - version = "0.23.0" 5387 + version = "0.24.0" 5416 5388 dependencies = [ 5417 5389 "anyhow", 5418 5390 "async-trait", ··· 5454 5416 "tokio", 5455 5417 "tonic", 5456 5418 "tower", 5457 - "tower-http 0.4.0", 5419 + "tower-http 0.4.3", 5458 5420 "tracing", 5459 5421 "tracing-fluent-assertions", 5460 5422 "tracing-opentelemetry", ··· 5466 5428 5467 5429 [[package]] 5468 5430 name = "shuttle-common-tests" 5469 - version = "0.23.0" 5431 + version = "0.24.0" 5470 5432 dependencies = [ 5433 + "cargo-shuttle", 5471 5434 "hyper", 5435 + "portpicker", 5436 + "reqwest", 5472 5437 "shuttle-common", 5438 + "tokio", 5473 5439 "tower", 5474 5440 ] 5475 5441 5476 5442 [[package]] 5477 5443 name = "shuttle-deployer" 5478 - version = "0.23.0" 5444 + version = "0.24.0" 5479 5445 dependencies = [ 5480 5446 "anyhow", 5481 5447 "async-trait", ··· 5518 5476 "toml 0.5.11", 5519 5477 "tonic", 5520 5478 "tower", 5521 - "tower-http 0.4.0", 5479 + "tower-http 0.4.3", 5522 5480 "tracing", 5523 5481 "tracing-opentelemetry", 5524 5482 "tracing-subscriber", ··· 5530 5488 5531 5489 [[package]] 5532 5490 name = "shuttle-gateway" 5533 - version = "0.23.0" 5491 + version = "0.24.0" 5534 5492 dependencies = [ 5535 5493 "anyhow", 5536 5494 "async-trait", ··· 5573 5531 "tokio", 5574 5532 "tonic", 5575 5533 "tower", 5576 - "tower-http 0.4.0", 5534 + "tower-http 0.4.3", 5577 5535 "tower-sanitize-path", 5578 5536 "tracing", 5579 5537 "tracing-opentelemetry", ··· 5588 5546 5589 5547 [[package]] 5590 5548 name = "shuttle-proto" 5591 - version = "0.23.0" 5549 + version = "0.24.0" 5592 5550 dependencies = [ 5593 5551 "anyhow", 5594 5552 "chrono", ··· 5606 5564 5607 5565 [[package]] 5608 5566 name = "shuttle-provisioner" 5609 - version = "0.23.0" 5567 + version = "0.24.0" 5610 5568 dependencies = [ 5611 5569 "aws-config", 5612 5570 "aws-sdk-rds", ··· 5632 5590 5633 5591 [[package]] 5634 5592 name = "shuttle-resource-recorder" 5635 - version = "0.23.0" 5593 + version = "0.24.0" 5636 5594 dependencies = [ 5637 5595 "async-trait", 5638 5596 "chrono", ··· 5656 5614 5657 5615 [[package]] 5658 5616 name = "shuttle-runtime" 5659 - version = "0.23.0" 5617 + version = "0.24.0" 5660 5618 dependencies = [ 5661 5619 "anyhow", 5662 5620 "async-trait", ··· 5689 5647 5690 5648 [[package]] 5691 5649 name = "shuttle-service" 5692 - version = "0.23.0" 5650 + version = "0.24.0" 5693 5651 dependencies = [ 5694 5652 "anyhow", 5695 5653 "async-trait", ··· 5707 5665 5708 5666 [[package]] 5709 5667 name = "signal-hook" 5710 - version = "0.3.15" 5668 + version = "0.3.17" 5711 5669 source = "registry+https://github.com/rust-lang/crates.io-index" 5712 - checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 5670 + checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 5713 5671 dependencies = [ 5714 5672 "libc", 5715 5673 "signal-hook-registry", ··· 5774 5732 5775 5733 [[package]] 5776 5734 name = "smallvec" 5777 - version = "1.10.0" 5735 + version = "1.11.0" 5778 5736 source = "registry+https://github.com/rust-lang/crates.io-index" 5779 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 5737 + checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 5780 5738 5781 5739 [[package]] 5782 5740 name = "smartstring" ··· 5897 5855 "once_cell", 5898 5856 "paste", 5899 5857 "percent-encoding", 5900 - "rustls 0.21.2", 5858 + "rustls 0.21.6", 5901 5859 "rustls-pemfile", 5902 5860 "serde", 5903 5861 "serde_json", ··· 6081 6039 6082 6040 [[package]] 6083 6041 name = "stringprep" 6084 - version = "0.1.2" 6042 + version = "0.1.3" 6085 6043 source = "registry+https://github.com/rust-lang/crates.io-index" 6086 - checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1" 6044 + checksum = "db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da" 6087 6045 dependencies = [ 6088 6046 "unicode-bidi", 6089 6047 "unicode-normalization", ··· 6136 6094 6137 6095 [[package]] 6138 6096 name = "syn" 6139 - version = "2.0.18" 6097 + version = "2.0.28" 6140 6098 source = "registry+https://github.com/rust-lang/crates.io-index" 6141 - checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 6099 + checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 6142 6100 dependencies = [ 6143 6101 "proc-macro2", 6144 6102 "quote", ··· 6165 6123 6166 6124 [[package]] 6167 6125 name = "system-interface" 6168 - version = "0.25.7" 6126 + version = "0.25.9" 6169 6127 source = "registry+https://github.com/rust-lang/crates.io-index" 6170 - checksum = "928ebd55ab758962e230f51ca63735c5b283f26292297c81404289cda5d78631" 6128 + checksum = "10081a99cbecbc363d381b9503563785f0b02735fccbb0d4c1a2cb3d39f7e7fe" 6171 6129 dependencies = [ 6172 - "bitflags 1.3.2", 6130 + "bitflags 2.3.3", 6173 6131 "cap-fs-ext", 6174 6132 "cap-std", 6175 6133 "fd-lock", 6176 - "io-lifetimes", 6177 - "rustix 0.37.20", 6134 + "io-lifetimes 2.0.2", 6135 + "rustix 0.38.6", 6178 6136 "windows-sys 0.48.0", 6179 - "winx", 6137 + "winx 0.36.1", 6180 6138 ] 6181 6139 6182 6140 [[package]] ··· 6193 6151 6194 6152 [[package]] 6195 6153 name = "tar" 6196 - version = "0.4.38" 6154 + version = "0.4.39" 6197 6155 source = "registry+https://github.com/rust-lang/crates.io-index" 6198 - checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 6156 + checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96" 6199 6157 dependencies = [ 6200 6158 "filetime", 6201 6159 "libc", ··· 6204 6162 6205 6163 [[package]] 6206 6164 name = "target-lexicon" 6207 - version = "0.12.7" 6165 + version = "0.12.11" 6208 6166 source = "registry+https://github.com/rust-lang/crates.io-index" 6209 - checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5" 6167 + checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 6210 6168 6211 6169 [[package]] 6212 6170 name = "task-local-extensions" ··· 6224 6182 checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 6225 6183 dependencies = [ 6226 6184 "cfg-if 1.0.0", 6227 - "fastrand", 6185 + "fastrand 1.9.0", 6228 6186 "redox_syscall 0.3.5", 6229 - "rustix 0.37.20", 6187 + "rustix 0.37.23", 6230 6188 "windows-sys 0.45.0", 6231 6189 ] 6232 6190 ··· 6268 6226 6269 6227 [[package]] 6270 6228 name = "thiserror" 6271 - version = "1.0.40" 6229 + version = "1.0.44" 6272 6230 source = "registry+https://github.com/rust-lang/crates.io-index" 6273 - checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 6231 + checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" 6274 6232 dependencies = [ 6275 6233 "thiserror-impl", 6276 6234 ] 6277 6235 6278 6236 [[package]] 6279 6237 name = "thiserror-impl" 6280 - version = "1.0.40" 6238 + version = "1.0.44" 6281 6239 source = "registry+https://github.com/rust-lang/crates.io-index" 6282 - checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 6240 + checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" 6283 6241 dependencies = [ 6284 6242 "proc-macro2", 6285 6243 "quote", 6286 - "syn 2.0.18", 6244 + "syn 2.0.28", 6287 6245 ] 6288 6246 6289 6247 [[package]] ··· 6298 6256 6299 6257 [[package]] 6300 6258 name = "time" 6301 - version = "0.3.22" 6259 + version = "0.3.24" 6302 6260 source = "registry+https://github.com/rust-lang/crates.io-index" 6303 - checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" 6261 + checksum = "b79eabcd964882a646b3584543ccabeae7869e9ac32a46f6f22b7a5bd405308b" 6304 6262 dependencies = [ 6263 + "deranged", 6305 6264 "itoa", 6306 6265 "libc", 6307 6266 "num_threads", ··· 6319 6276 6320 6277 [[package]] 6321 6278 name = "time-macros" 6322 - version = "0.2.9" 6279 + version = "0.2.11" 6323 6280 source = "registry+https://github.com/rust-lang/crates.io-index" 6324 - checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" 6281 + checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd" 6325 6282 dependencies = [ 6326 6283 "time-core", 6327 6284 ] ··· 6352 6309 6353 6310 [[package]] 6354 6311 name = "tokio" 6355 - version = "1.28.2" 6312 + version = "1.29.1" 6356 6313 source = "registry+https://github.com/rust-lang/crates.io-index" 6357 - checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" 6314 + checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" 6358 6315 dependencies = [ 6359 6316 "autocfg", 6317 + "backtrace", 6360 6318 "bytes", 6361 6319 "libc", 6362 6320 "mio", ··· 6388 6344 dependencies = [ 6389 6345 "proc-macro2", 6390 6346 "quote", 6391 - "syn 2.0.18", 6347 + "syn 2.0.28", 6392 6348 ] 6393 6349 6394 6350 [[package]] ··· 6408 6364 source = "registry+https://github.com/rust-lang/crates.io-index" 6409 6365 checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 6410 6366 dependencies = [ 6411 - "rustls 0.21.2", 6367 + "rustls 0.21.6", 6412 6368 "tokio", 6413 6369 ] 6414 6370 ··· 6438 6394 6439 6395 [[package]] 6440 6396 name = "tokio-tungstenite" 6441 - version = "0.18.0" 6442 - source = "registry+https://github.com/rust-lang/crates.io-index" 6443 - checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" 6444 - dependencies = [ 6445 - "futures-util", 6446 - "log", 6447 - "tokio", 6448 - "tungstenite 0.18.0", 6449 - ] 6450 - 6451 - [[package]] 6452 - name = "tokio-tungstenite" 6453 6397 version = "0.19.0" 6454 6398 source = "registry+https://github.com/rust-lang/crates.io-index" 6455 6399 checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" 6456 6400 dependencies = [ 6457 6401 "futures-util", 6458 6402 "log", 6459 - "rustls 0.21.2", 6403 + "rustls 0.21.6", 6460 6404 "tokio", 6461 6405 "tokio-rustls 0.24.1", 6462 - "tungstenite 0.19.0", 6406 + "tungstenite", 6463 6407 "webpki-roots 0.23.1", 6464 6408 ] 6465 6409 ··· 6494 6462 6495 6463 [[package]] 6496 6464 name = "toml" 6497 - version = "0.7.4" 6465 + version = "0.7.6" 6498 6466 source = "registry+https://github.com/rust-lang/crates.io-index" 6499 - checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 6467 + checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" 6500 6468 dependencies = [ 6501 6469 "serde", 6502 6470 "serde_spanned", 6503 - "toml_datetime 0.6.2", 6504 - "toml_edit 0.19.10", 6471 + "toml_datetime 0.6.3", 6472 + "toml_edit 0.19.14", 6505 6473 ] 6506 6474 6507 6475 [[package]] ··· 6512 6480 6513 6481 [[package]] 6514 6482 name = "toml_datetime" 6515 - version = "0.6.2" 6483 + version = "0.6.3" 6516 6484 source = "registry+https://github.com/rust-lang/crates.io-index" 6517 - checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 6485 + checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 6518 6486 dependencies = [ 6519 6487 "serde", 6520 6488 ] ··· 6533 6501 6534 6502 [[package]] 6535 6503 name = "toml_edit" 6536 - version = "0.19.10" 6504 + version = "0.19.14" 6537 6505 source = "registry+https://github.com/rust-lang/crates.io-index" 6538 - checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" 6506 + checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" 6539 6507 dependencies = [ 6540 - "indexmap 1.9.3", 6508 + "indexmap 2.0.0", 6541 6509 "serde", 6542 6510 "serde_spanned", 6543 - "toml_datetime 0.6.2", 6511 + "toml_datetime 0.6.3", 6544 6512 "winnow", 6545 6513 ] 6546 6514 ··· 6647 6615 6648 6616 [[package]] 6649 6617 name = "tower-http" 6650 - version = "0.4.0" 6618 + version = "0.4.3" 6651 6619 source = "registry+https://github.com/rust-lang/crates.io-index" 6652 - checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658" 6620 + checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" 6653 6621 dependencies = [ 6654 - "base64 0.20.0", 6655 - "bitflags 1.3.2", 6622 + "base64 0.21.2", 6623 + "bitflags 2.3.3", 6656 6624 "bytes", 6657 6625 "futures-core", 6658 6626 "futures-util", ··· 6705 6673 6706 6674 [[package]] 6707 6675 name = "tracing-attributes" 6708 - version = "0.1.25" 6676 + version = "0.1.26" 6709 6677 source = "registry+https://github.com/rust-lang/crates.io-index" 6710 - checksum = "8803eee176538f94ae9a14b55b2804eb7e1441f8210b1c31290b3bccdccff73b" 6678 + checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" 6711 6679 dependencies = [ 6712 6680 "proc-macro2", 6713 6681 "quote", 6714 - "syn 2.0.18", 6682 + "syn 2.0.28", 6715 6683 ] 6716 6684 6717 6685 [[package]] ··· 6841 6809 6842 6810 [[package]] 6843 6811 name = "trybuild" 6844 - version = "1.0.80" 6812 + version = "1.0.82" 6845 6813 source = "registry+https://github.com/rust-lang/crates.io-index" 6846 - checksum = "501dbdbb99861e4ab6b60eb6a7493956a9defb644fd034bc4a5ef27c693c8a3a" 6814 + checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b" 6847 6815 dependencies = [ 6848 6816 "basic-toml", 6849 6817 "glob", ··· 6865 6833 6866 6834 [[package]] 6867 6835 name = "tungstenite" 6868 - version = "0.18.0" 6869 - source = "registry+https://github.com/rust-lang/crates.io-index" 6870 - checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" 6871 - dependencies = [ 6872 - "base64 0.13.1", 6873 - "byteorder", 6874 - "bytes", 6875 - "http", 6876 - "httparse", 6877 - "log", 6878 - "rand", 6879 - "sha1", 6880 - "thiserror", 6881 - "url", 6882 - "utf-8", 6883 - ] 6884 - 6885 - [[package]] 6886 - name = "tungstenite" 6887 6836 version = "0.19.0" 6888 6837 source = "registry+https://github.com/rust-lang/crates.io-index" 6889 6838 checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" ··· 6876 6863 "httparse", 6877 6864 "log", 6878 6865 "rand", 6879 - "rustls 0.21.2", 6866 + "rustls 0.21.6", 6880 6867 "sha1", 6881 6868 "thiserror", 6882 6869 "url", ··· 6903 6890 6904 6891 [[package]] 6905 6892 name = "ucd-trie" 6906 - version = "0.1.5" 6893 + version = "0.1.6" 6907 6894 source = "registry+https://github.com/rust-lang/crates.io-index" 6908 - checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 6895 + checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 6909 6896 6910 6897 [[package]] 6911 6898 name = "ulid" ··· 6946 6933 6947 6934 [[package]] 6948 6935 name = "unicode-ident" 6949 - version = "1.0.9" 6936 + version = "1.0.11" 6950 6937 source = "registry+https://github.com/rust-lang/crates.io-index" 6951 - checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 6938 + checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 6952 6939 6953 6940 [[package]] 6954 6941 name = "unicode-normalization" ··· 7011 6998 7012 6999 [[package]] 7013 7000 name = "urlencoding" 7014 - version = "2.1.2" 7001 + version = "2.1.3" 7015 7002 source = "registry+https://github.com/rust-lang/crates.io-index" 7016 - checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 7003 + checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 7017 7004 7018 7005 [[package]] 7019 7006 name = "utf-8" ··· 7029 7016 7030 7017 [[package]] 7031 7018 name = "utoipa" 7032 - version = "3.3.0" 7019 + version = "3.4.3" 7033 7020 source = "registry+https://github.com/rust-lang/crates.io-index" 7034 - checksum = "68ae74ef183fae36d650f063ae7bde1cacbe1cd7e72b617cbe1e985551878b98" 7021 + checksum = "8c624186f22e625eb8faa777cb33d34cd595aa16d1742aa1d8b6cf35d3e4dda9" 7035 7022 dependencies = [ 7036 - "indexmap 1.9.3", 7023 + "indexmap 2.0.0", 7037 7024 "serde", 7038 7025 "serde_json", 7039 7026 "utoipa-gen", ··· 7041 7028 7042 7029 [[package]] 7043 7030 name = "utoipa-gen" 7044 - version = "3.3.0" 7031 + version = "3.4.4" 7045 7032 source = "registry+https://github.com/rust-lang/crates.io-index" 7046 - checksum = "7ea8ac818da7e746a63285594cce8a96f5e00ee31994e655bd827569cb8b137b" 7033 + checksum = "b9ce5f21ca77e010f5283fa791c6ab892c68b3668a1bdc6b7ac6cf978f5d5b30" 7047 7034 dependencies = [ 7048 7035 "proc-macro-error", 7049 7036 "proc-macro2", 7050 7037 "quote", 7051 - "syn 2.0.18", 7038 + "syn 2.0.28", 7052 7039 "uuid", 7053 7040 ] 7054 7041 7055 7042 [[package]] 7056 7043 name = "utoipa-swagger-ui" 7057 - version = "3.1.3" 7044 + version = "3.1.4" 7058 7045 source = "registry+https://github.com/rust-lang/crates.io-index" 7059 - checksum = "062bba5a3568e126ac72049a63254f4cb1da2eb713db0c1ab2a4c76be191db8c" 7046 + checksum = "4602d7100d3cfd8a086f30494e68532402ab662fa366c9d201d677e33cee138d" 7060 7047 dependencies = [ 7061 7048 "axum", 7062 7049 "mime_guess", ··· 7070 7057 7071 7058 [[package]] 7072 7059 name = "uuid" 7073 - version = "1.3.4" 7060 + version = "1.4.1" 7074 7061 source = "registry+https://github.com/rust-lang/crates.io-index" 7075 - checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" 7062 + checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 7076 7063 dependencies = [ 7077 7064 "getrandom", 7078 7065 "serde", ··· 7150 7137 "cap-time-ext", 7151 7138 "fs-set-times 0.18.1", 7152 7139 "io-extras", 7153 - "io-lifetimes", 7140 + "io-lifetimes 1.0.11", 7154 7141 "is-terminal", 7155 7142 "once_cell", 7156 - "rustix 0.36.14", 7143 + "rustix 0.36.15", 7157 7144 "system-interface", 7158 7145 "tracing", 7159 7146 "wasi-common", ··· 7172 7159 "cap-std", 7173 7160 "io-extras", 7174 7161 "log", 7175 - "rustix 0.36.14", 7162 + "rustix 0.36.15", 7176 7163 "thiserror", 7177 7164 "tracing", 7178 7165 "wasmtime", ··· 7201 7188 "once_cell", 7202 7189 "proc-macro2", 7203 7190 "quote", 7204 - "syn 2.0.18", 7191 + "syn 2.0.28", 7205 7192 "wasm-bindgen-shared", 7206 7193 ] 7207 7194 ··· 7235 7222 dependencies = [ 7236 7223 "proc-macro2", 7237 7224 "quote", 7238 - "syn 2.0.18", 7225 + "syn 2.0.28", 7239 7226 "wasm-bindgen-backend", 7240 7227 "wasm-bindgen-shared", 7241 7228 ] ··· 7248 7235 7249 7236 [[package]] 7250 7237 name = "wasm-encoder" 7251 - version = "0.29.0" 7238 + version = "0.31.1" 7252 7239 source = "registry+https://github.com/rust-lang/crates.io-index" 7253 - checksum = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881" 7240 + checksum = "41763f20eafed1399fff1afb466496d3a959f58241436cfdc17e3f5ca954de16" 7254 7241 dependencies = [ 7255 7242 "leb128", 7256 7243 ] ··· 7293 7280 "indexmap 1.9.3", 7294 7281 "libc", 7295 7282 "log", 7296 - "object", 7283 + "object 0.30.4", 7297 7284 "once_cell", 7298 7285 "paste", 7299 7286 "psm", ··· 7333 7320 "directories-next", 7334 7321 "file-per-thread-logger", 7335 7322 "log", 7336 - "rustix 0.36.14", 7323 + "rustix 0.36.15", 7337 7324 "serde", 7338 7325 "sha2 0.10.7", 7339 7326 "toml 0.5.11", ··· 7376 7363 "cranelift-wasm", 7377 7364 "gimli", 7378 7365 "log", 7379 - "object", 7366 + "object 0.30.4", 7380 7367 "target-lexicon", 7381 7368 "thiserror", 7382 7369 "wasmparser", ··· 7394 7381 "gimli", 7395 7382 "indexmap 1.9.3", 7396 7383 "log", 7397 - "object", 7384 + "object 0.30.4", 7398 7385 "serde", 7399 7386 "target-lexicon", 7400 7387 "thiserror", ··· 7410 7397 dependencies = [ 7411 7398 "cc", 7412 7399 "cfg-if 1.0.0", 7413 - "rustix 0.36.14", 7400 + "rustix 0.36.15", 7414 7401 "wasmtime-asm-macros", 7415 7402 "windows-sys 0.45.0", 7416 7403 ] ··· 7421 7408 source = "registry+https://github.com/rust-lang/crates.io-index" 7422 7409 checksum = "2b111d642a32c858096a57456e503f6b72abdbd04d15b44e12f329c238802f66" 7423 7410 dependencies = [ 7424 - "addr2line", 7411 + "addr2line 0.19.0", 7425 7412 "anyhow", 7426 7413 "bincode", 7427 7414 "cfg-if 1.0.0", ··· 7429 7416 "gimli", 7430 7417 "ittapi", 7431 7418 "log", 7432 - "object", 7419 + "object 0.30.4", 7433 7420 "rustc-demangle", 7434 7421 "serde", 7435 7422 "target-lexicon", ··· 7446 7433 source = "registry+https://github.com/rust-lang/crates.io-index" 7447 7434 checksum = "e7da0f3ae2e2cefa9d28f3f11bcf7d956433a60ccb34f359cd8c930e2bf1cf5a" 7448 7435 dependencies = [ 7449 - "object", 7436 + "object 0.30.4", 7450 7437 "once_cell", 7451 - "rustix 0.36.14", 7438 + "rustix 0.36.15", 7452 7439 ] 7453 7440 7454 7441 [[package]] ··· 7479 7466 "memoffset 0.8.0", 7480 7467 "paste", 7481 7468 "rand", 7482 - "rustix 0.36.14", 7469 + "rustix 0.36.15", 7483 7470 "wasmtime-asm-macros", 7484 7471 "wasmtime-environ", 7485 7472 "wasmtime-fiber", ··· 7535 7522 7536 7523 [[package]] 7537 7524 name = "wast" 7538 - version = "60.0.0" 7525 + version = "62.0.1" 7539 7526 source = "registry+https://github.com/rust-lang/crates.io-index" 7540 - checksum = "bd06cc744b536e30387e72a48fdd492105b9c938bb4f415c39c616a7a0a697ad" 7527 + checksum = "b8ae06f09dbe377b889fbd620ff8fa21e1d49d1d9d364983c0cdbf9870cb9f1f" 7541 7528 dependencies = [ 7542 7529 "leb128", 7543 7530 "memchr", ··· 7547 7534 7548 7535 [[package]] 7549 7536 name = "wat" 7550 - version = "1.0.66" 7537 + version = "1.0.69" 7551 7538 source = "registry+https://github.com/rust-lang/crates.io-index" 7552 - checksum = "5abe520f0ab205366e9ac7d3e6b2fc71de44e32a2b58f2ec871b6b575bdcea3b" 7539 + checksum = "842e15861d203fb4a96d314b0751cdeaf0f6f8b35e8d81d2953af2af5e44e637" 7553 7540 dependencies = [ 7554 - "wast 60.0.0", 7541 + "wast 62.0.1", 7555 7542 ] 7556 7543 7557 7544 [[package]] ··· 7631 7618 7632 7619 [[package]] 7633 7620 name = "whoami" 7634 - version = "1.4.0" 7621 + version = "1.4.1" 7635 7622 source = "registry+https://github.com/rust-lang/crates.io-index" 7636 - checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68" 7623 + checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" 7637 7624 7638 7625 [[package]] 7639 7626 name = "widestring" ··· 7735 7722 source = "registry+https://github.com/rust-lang/crates.io-index" 7736 7723 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 7737 7724 dependencies = [ 7738 - "windows-targets 0.48.0", 7739 - ] 7740 - 7741 - [[package]] 7742 - name = "windows-sys" 7743 - version = "0.42.0" 7744 - source = "registry+https://github.com/rust-lang/crates.io-index" 7745 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 7746 - dependencies = [ 7747 - "windows_aarch64_gnullvm 0.42.2", 7748 - "windows_aarch64_msvc 0.42.2", 7749 - "windows_i686_gnu 0.42.2", 7750 - "windows_i686_msvc 0.42.2", 7751 - "windows_x86_64_gnu 0.42.2", 7752 - "windows_x86_64_gnullvm 0.42.2", 7753 - "windows_x86_64_msvc 0.42.2", 7725 + "windows-targets 0.48.1", 7754 7726 ] 7755 7727 7756 7728 [[package]] ··· 7753 7755 source = "registry+https://github.com/rust-lang/crates.io-index" 7754 7756 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 7755 7757 dependencies = [ 7756 - "windows-targets 0.48.0", 7758 + "windows-targets 0.48.1", 7757 7759 ] 7758 7760 7759 7761 [[package]] ··· 7773 7775 7774 7776 [[package]] 7775 7777 name = "windows-targets" 7776 - version = "0.48.0" 7778 + version = "0.48.1" 7777 7779 source = "registry+https://github.com/rust-lang/crates.io-index" 7778 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 7780 + checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 7779 7781 dependencies = [ 7780 7782 "windows_aarch64_gnullvm 0.48.0", 7781 7783 "windows_aarch64_msvc 0.48.0", ··· 7872 7874 7873 7875 [[package]] 7874 7876 name = "winnow" 7875 - version = "0.4.7" 7877 + version = "0.5.3" 7876 7878 source = "registry+https://github.com/rust-lang/crates.io-index" 7877 - checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" 7879 + checksum = "f46aab759304e4d7b2075a9aecba26228bb073ee8c50db796b2c72c676b5d807" 7878 7880 dependencies = [ 7879 7881 "memchr", 7880 7882 ] ··· 7905 7907 checksum = "1c52a121f0fbf9320d5f2a9a5d82f6cb7557eda5e8b47fc3e7f359ec866ae960" 7906 7908 dependencies = [ 7907 7909 "bitflags 1.3.2", 7908 - "io-lifetimes", 7910 + "io-lifetimes 1.0.11", 7911 + "windows-sys 0.48.0", 7912 + ] 7913 + 7914 + [[package]] 7915 + name = "winx" 7916 + version = "0.36.1" 7917 + source = "registry+https://github.com/rust-lang/crates.io-index" 7918 + checksum = "4857cedf8371f690bb6782a3e2b065c54d1b6661be068aaf3eac8b45e813fdf8" 7919 + dependencies = [ 7920 + "bitflags 2.3.3", 7909 7921 "windows-sys 0.48.0", 7910 7922 ] 7911 7923
+2 -2
pkgs/development/tools/rust/cargo-shuttle/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "cargo-shuttle"; 13 - version = "0.23.0"; 13 + version = "0.24.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "shuttle-hq"; 17 17 repo = "shuttle"; 18 18 rev = "v${version}"; 19 - hash = "sha256-WRmqejTx1nR5Ov2av/f8yRoexVzJGYbfEf+y8pvH/oY="; 19 + hash = "sha256-21ImDhdT07fc+eKhOWU4z/SQWAO2meq4PITKsVSSG9Y="; 20 20 }; 21 21 22 22 cargoLock = {
+2 -2
pkgs/os-specific/linux/uhk-agent/default.nix
··· 1 1 { appimageTools, lib, fetchurl }: 2 2 let 3 3 pname = "uhk-agent"; 4 - version = "3.0.1"; 4 + version = "3.0.2"; 5 5 src = fetchurl { 6 6 url = "https://github.com/UltimateHackingKeyboard/agent/releases/download/v${version}/UHK.Agent-${version}-linux-x86_64.AppImage"; 7 7 name = "${pname}-${version}.AppImage"; 8 - sha256 = "sha256-TX7mL6BWAZHZ2W9/BneOt1vxt2slC2Lv6eFWPAgS2a8="; 8 + sha256 = "sha256-RrZ2J6bmk8VXVmpUi9bjqQRJBYjGIczMaSEG9aQ4U4I="; 9 9 }; 10 10 11 11 appimageContents = appimageTools.extract {
+2 -2
pkgs/servers/komga/default.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation rec { 10 10 pname = "komga"; 11 - version = "1.3.0"; 11 + version = "1.3.1"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/gotson/${pname}/releases/download/v${version}/${pname}-${version}.jar"; 15 - sha256 = "sha256-7/Q4POz2MyS8he3E5F/Delmwc4/EHCoXXz5EAnzVwFk="; 15 + sha256 = "sha256-R1weJRQ8DkBbUndGyO8wvFpsI+6OTZ59C8P6EzsMV+E="; 16 16 }; 17 17 18 18 nativeBuildInputs = [
+2
pkgs/test/cross/default.nix
··· 135 135 pkgs.pkgsLLVM.stdenv 136 136 pkgs.pkgsStatic.bash 137 137 pkgs.pkgsCross.arm-embedded.stdenv 138 + pkgs.pkgsCross.sheevaplug.stdenv # for armv5tel 139 + pkgs.pkgsCross.raspberryPi.stdenv # for armv6l 138 140 pkgs.pkgsCross.armv7l-hf-multiplatform.stdenv 139 141 pkgs.pkgsCross.m68k.stdenv 140 142 pkgs.pkgsCross.aarch64-multiplatform.pkgsBuildTarget.gcc
+4 -2
pkgs/tools/misc/copier/default.nix
··· 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 4 pname = "copier"; 5 - version = "7.0.1"; 5 + version = "8.1.0"; 6 6 format = "pyproject"; 7 7 8 8 src = fetchFromGitHub { ··· 13 13 postFetch = '' 14 14 rm $out/tests/demo/doc/ma*ana.txt 15 15 ''; 16 - hash = "sha256-i8HqMW36YtRxu/DLJWNiCfw6+ce3Gw8r8VBBo9l9aDI="; 16 + hash = "sha256-PxyXlmEZ9cqZgDWcdeNznEC4F1J4NFMiwy0D7g+YZUs="; 17 17 }; 18 18 19 19 POETRY_DYNAMIC_VERSIONING_BYPASS = version; ··· 25 25 26 26 propagatedBuildInputs = with python3.pkgs; [ 27 27 colorama 28 + decorator 28 29 dunamai 30 + funcy 29 31 iteration-utilities 30 32 jinja2 31 33 jinja2-ansible-filters
+2 -2
pkgs/tools/misc/open-pdf-sign/default.nix
··· 1 1 { lib, stdenv, fetchurl, makeWrapper, jre, nix-update-script }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "0.1.5"; 4 + version = "0.1.6"; 5 5 pname = "open-pdf-sign"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/open-pdf-sign/open-pdf-sign/releases/download/v${version}/open-pdf-sign.jar"; 9 - sha256 = "sha256-WYGi2tMs+/yckFblkP7dmC7iadtk1DjpMCkUEv7d/4g="; 9 + sha256 = "sha256-GpMDgN4P8neHOQsXtg2AKXNeCMnv3nEHH50ZVU0uVvY="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeWrapper ];
+4 -4
pkgs/tools/networking/ligolo-ng/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ligolo-ng"; 5 - version = "0.4.3"; 5 + version = "0.4.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tnpitsecurity"; 9 9 repo = "ligolo-ng"; 10 10 rev = "v${version}"; 11 - hash = "sha256-O/qiznQs+x7qBYXVItd0W7a0irEzRf0We7kW7HHLqcw="; 11 + hash = "sha256-bv611kvjyXvWVkWpymQn4NLtDAYuXnNi1c3yT3t3p+8="; 12 12 }; 13 + 14 + vendorHash = "sha256-MEG1p8PJinFOPIU9+9cxtU9FweCgVMYX8KojQ3ZhKKs="; 13 15 14 16 postConfigure = '' 15 17 export CGO_ENABLED=0 16 18 ''; 17 19 18 20 ldflags = [ "-s" "-w" "-extldflags '-static'" ]; 19 - 20 - vendorHash = "sha256-If0K6DmkGk3AmO3eb/ocAl1RJeBN/xgY7dOh9lnVLh8="; 21 21 22 22 doCheck = false; # tests require network access 23 23
+2 -2
pkgs/tools/networking/tgt/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "tgt"; 7 - version = "1.0.86"; 7 + version = "1.0.87"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "fujita"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-xQzTGFptw/L+o8ivXGTxIzVFbAMrsMXvwUjCFS4rhdw="; 13 + sha256 = "sha256-nDYNXQJqCtwlm4HTPTMuUbn6FA8JRYEqxbYUAev2R3o="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ libxslt docbook_xsl makeWrapper ];
+5 -2
pkgs/tools/security/firefox_decrypt/default.nix
··· 2 2 , fetchFromGitHub 3 3 , buildPythonApplication 4 4 , setuptools 5 + , setuptools-scm 6 + , wheel 5 7 , nss 6 8 , nix-update-script 7 9 }: ··· 11 9 buildPythonApplication rec { 12 10 pname = "firefox_decrypt"; 13 11 version = "1.1.0"; 14 - 15 12 format = "pyproject"; 16 13 17 14 src = fetchFromGitHub { 18 15 owner = "unode"; 19 16 repo = pname; 20 17 rev = "0931c0484d7429f7d4de3a2f5b62b01b7924b49f"; 21 - sha256 = "sha256-9HbH8DvHzmlem0XnDbcrIsMQRBuf82cHObqpLzQxNZM="; 18 + hash = "sha256-9HbH8DvHzmlem0XnDbcrIsMQRBuf82cHObqpLzQxNZM="; 22 19 }; 23 20 24 21 nativeBuildInputs = [ 25 22 setuptools 23 + setuptools-scm 24 + wheel 26 25 ]; 27 26 28 27 makeWrapperArgs = [ "--prefix" "LD_LIBRARY_PATH" ":" (lib.makeLibraryPath [ nss ]) ];
+23 -7
pkgs/tools/text/difftastic/Cargo.lock
··· 142 142 143 143 [[package]] 144 144 name = "crossbeam-channel" 145 - version = "0.5.4" 145 + version = "0.5.8" 146 146 source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53" 147 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 148 148 dependencies = [ 149 149 "cfg-if", 150 150 "crossbeam-utils", ··· 234 234 235 235 [[package]] 236 236 name = "difftastic" 237 - version = "0.49.0" 237 + version = "0.50.0" 238 238 dependencies = [ 239 239 "assert_cmd", 240 240 "bumpalo", ··· 244 244 "crossterm", 245 245 "glob", 246 246 "hashbrown 0.12.3", 247 + "humansize", 247 248 "itertools", 248 249 "lazy_static", 249 250 "libc", ··· 364 363 ] 365 364 366 365 [[package]] 366 + name = "humansize" 367 + version = "2.1.3" 368 + source = "registry+https://github.com/rust-lang/crates.io-index" 369 + checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 370 + dependencies = [ 371 + "libm", 372 + ] 373 + 374 + [[package]] 367 375 name = "humantime" 368 376 version = "1.3.0" 369 377 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 411 401 version = "0.2.139" 412 402 source = "registry+https://github.com/rust-lang/crates.io-index" 413 403 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 404 + 405 + [[package]] 406 + name = "libm" 407 + version = "0.2.7" 408 + source = "registry+https://github.com/rust-lang/crates.io-index" 409 + checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 414 410 415 411 [[package]] 416 412 name = "libmimalloc-sys" ··· 667 651 668 652 [[package]] 669 653 name = "rayon" 670 - version = "1.6.1" 654 + version = "1.7.0" 671 655 source = "registry+https://github.com/rust-lang/crates.io-index" 672 - checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 656 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 673 657 dependencies = [ 674 658 "either", 675 659 "rayon-core", ··· 677 661 678 662 [[package]] 679 663 name = "rayon-core" 680 - version = "1.10.1" 664 + version = "1.11.0" 681 665 source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" 666 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 683 667 dependencies = [ 684 668 "crossbeam-channel", 685 669 "crossbeam-deque",
+2 -2
pkgs/tools/text/difftastic/default.nix
··· 16 16 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "difftastic"; 19 - version = "0.49.0"; 19 + version = "0.50.0"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "wilfred"; 23 23 repo = pname; 24 24 rev = version; 25 - hash = "sha256-jFBvMRkuAaQAi/28BBf/9cm6FcNMOYS5M69YoSXsX4Q="; 25 + hash = "sha256-CC06Bryn5VNEsW4Wwbo+ubifizCWgpWUE1FsAozZcdg="; 26 26 }; 27 27 28 28 cargoLock = {
+14 -10
pkgs/tools/text/invoice2data/default.nix
··· 1 1 { lib 2 2 , fetchFromGitHub 3 + , fetchpatch 3 4 , ghostscript 4 5 , imagemagick 5 6 , poppler_utils ··· 17 16 owner = "invoice-x"; 18 17 repo = pname; 19 18 rev = "v${version}"; 20 - sha256 = "sha256-ss2h8cg0sga+lzJyQHckrZB/Eb63Oj3FkqmGqWCzCQ8="; 19 + hash = "sha256-ss2h8cg0sga+lzJyQHckrZB/Eb63Oj3FkqmGqWCzCQ8="; 21 20 }; 22 21 23 - buildInputs = with python3.pkgs; [ setuptools-git ]; 22 + patches = [ 23 + # https://github.com/invoice-x/invoice2data/pull/522 24 + (fetchpatch { 25 + name = "clean-up-build-dependencies.patch"; 26 + url = "https://github.com/invoice-x/invoice2data/commit/ccea3857c7c8295ca51dc24de6cde78774ea7e64.patch"; 27 + hash = "sha256-BhqPW4hWG/EaR3qBv5a68dcvIMrCCT74GdDHr0Mss5Q="; 28 + }) 29 + ]; 30 + 31 + nativeBuildInputs = with python3.pkgs; [ 32 + setuptools-git 33 + ]; 24 34 25 35 propagatedBuildInputs = with python3.pkgs; [ 26 - chardet 27 36 dateparser 28 37 pdfminer-six 29 38 pillow 30 39 pyyaml 31 - setuptools 32 - unidecode 33 40 ]; 34 - 35 - postPatch = '' 36 - substituteInPlace setup.cfg \ 37 - --replace "pytest-runner" "" 38 - ''; 39 41 40 42 makeWrapperArgs = ["--prefix" "PATH" ":" (lib.makeBinPath [ 41 43 ghostscript
+40 -14
pkgs/tools/video/play-with-mpv/default.nix
··· 1 - { lib, python3Packages, fetchFromGitHub, fetchurl, youtube-dl, git }: 1 + { lib 2 + , python3Packages 3 + , fetchFromGitHub 4 + , fetchurl 5 + , youtube-dl 6 + }: 2 7 3 8 let 4 - install_freedesktop = fetchurl { 5 - url = "https://github.com/thann/install_freedesktop/tarball/2673e8da4a67bee0ffc52a0ea381a541b4becdd4"; 6 - sha256 = "0j8d5jdcyqbl5p6sc1ags86v3hr2sghmqqi99d1mvc064g90ckrv"; 9 + install-freedesktop = python3Packages.buildPythonPackage rec { 10 + pname = "install-freedesktop"; 11 + version = "0.1.2-1-g2673e8d"; 12 + format = "setuptools"; 13 + 14 + src = fetchurl { 15 + name = "Thann-install_freedesktop-${version}.tar.gz"; 16 + url = "https://github.com/thann/install_freedesktop/tarball/2673e8da4a67bee0ffc52a0ea381a541b4becdd4"; 17 + hash = "sha256-O08G0iMGsF1DSyliXOHTIsOxDdJPBabNLXRhz5osDUk="; 18 + }; 19 + 20 + # package has no tests 21 + doCheck = false; 7 22 }; 8 23 in 9 24 python3Packages.buildPythonApplication rec { 10 25 pname = "play-with-mpv"; 11 - version = "unstable-2020-05-18"; 26 + version = "unstable-2021-04-02"; 27 + format = "setuptools"; 12 28 13 29 src = fetchFromGitHub { 14 - owner = "thann"; 15 - repo = "play-with-mpv"; 16 - rev = "656448e03fe9de9e8bd21959f2a3b47c4acb8c3e"; 17 - sha256 = "1qma8b3lnkdhxdjsnrq7n9zgy53q62j4naaqqs07kjxbn72zb4p4"; 30 + owner = "thann"; 31 + repo = "play-with-mpv"; 32 + rev = "07a9c1dd57d9e16538991b13fd3e2ed54d6e3a2d"; 33 + hash = "sha256-ZtUFzgYGNa9+g2xDONW8B5bbsbXmyY3IeT1GQH0AVIw="; 18 34 }; 19 - 20 - nativeBuildInputs = [ git ]; 21 - propagatedBuildInputs = [ youtube-dl ]; 22 35 23 36 postPatch = '' 24 37 substituteInPlace setup.py --replace \ 25 - '"https://github.com/thann/install_freedesktop/tarball/master#egg=install_freedesktop-0.2.0"' \ 26 - '"file://${install_freedesktop}#egg=install_freedesktop-0.2.0"' 38 + '"https://github.com/thann/install_freedesktop/tarball/master#egg=install_freedesktop-0.2.0"' \ 39 + '"file://${install-freedesktop}#egg=install_freedesktop-0.2.0"' \ 40 + --replace 'version = get_version()' 'version = "0.1.0.post9"' 27 41 ''; 42 + 43 + nativeBuildInputs = with python3Packages; [ 44 + install-freedesktop 45 + wheel 46 + ]; 47 + 48 + propagatedBuildInputs = [ 49 + youtube-dl 50 + ]; 51 + 52 + # package has no tests 53 + doCheck = false; 28 54 29 55 meta = with lib; { 30 56 description = "Chrome extension and python server that allows you to play videos in webpages with MPV instead";
+4 -8
pkgs/top-level/all-packages.nix
··· 12169 12169 teapot = callPackage ../applications/office/teapot { }; 12170 12170 12171 12171 pyditz = callPackage ../applications/misc/pyditz { 12172 - pythonPackages = python27Packages; 12172 + pythonPackages = python3Packages; 12173 12173 }; 12174 12174 12175 12175 py-spy = darwin.apple_sdk_11_0.callPackage ../development/tools/py-spy { }; ··· 17088 17088 inherit (darwin.apple_sdk.frameworks) CoreServices Security; 17089 17089 }; 17090 17090 cargo-limit = callPackage ../development/tools/rust/cargo-limit { }; 17091 - cargo-make = callPackage ../development/tools/rust/cargo-make { 17092 - inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; 17093 - }; 17091 + cargo-make = callPackage ../development/tools/rust/cargo-make { }; 17094 17092 cargo-modules = callPackage ../development/tools/rust/cargo-modules { }; 17095 17093 cargo-mommy = callPackage ../development/tools/rust/cargo-mommy { }; 17096 17094 cargo-msrv = callPackage ../development/tools/rust/cargo-msrv { ··· 23674 23676 23675 23677 lightstep-tracer-cpp = callPackage ../development/libraries/lightstep-tracer-cpp { }; 23676 23678 23677 - ligolo-ng = callPackage ../tools/networking/ligolo-ng { 23678 - buildGoModule = buildGo119Module; # go 1.20 build failure 23679 - }; 23679 + ligolo-ng = callPackage ../tools/networking/ligolo-ng { }; 23680 23680 23681 23681 linenoise = callPackage ../development/libraries/linenoise { }; 23682 23682 ··· 40579 40583 disnix = callPackage ../tools/package-management/disnix { }; 40580 40584 40581 40585 dysnomia = callPackage ../tools/package-management/disnix/dysnomia (config.disnix or { 40582 - inherit (python2Packages) supervisor; 40586 + inherit (python3Packages) supervisor; 40583 40587 }); 40584 40588 40585 40589 dydisnix = callPackage ../tools/package-management/disnix/dydisnix { };
+4 -1
pkgs/top-level/python-packages.nix
··· 5888 5888 inherit (pkgs.config) cudaSupport; 5889 5889 }; 5890 5890 5891 - libiio = (toPythonModule (pkgs.libiio.override { inherit python; })).python; 5891 + libiio = (toPythonModule (pkgs.libiio.override { 5892 + pythonSupport = true; 5893 + inherit python; 5894 + })).python; 5892 5895 5893 5896 libkeepass = callPackage ../development/python-modules/libkeepass { }; 5894 5897