lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
2af87666 e204236f

+806 -127
+4 -4
pkgs/applications/audio/spek/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoreconfHook, intltool, pkg-config, ffmpeg_4, wxGTK32, gtk3, wrapGAppsHook }: 1 + { lib, stdenv, fetchFromGitHub, autoreconfHook, intltool, pkg-config, ffmpeg, wxGTK32, gtk3, wrapGAppsHook }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "spek"; 5 - version = "0.8.4"; 5 + version = "0.8.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "alexkay"; 9 9 repo = "spek"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-JLQx5LlnVe1TT1KVO3/QSVRqYL+pAMCxoDWrnkUNmRU="; 11 + sha256 = "sha256-VYt2so2k3Rk3sLSV1Tf1G2pESYiXygrKr9Koop8ChCg="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ]; 15 15 16 - buildInputs = [ ffmpeg_4 wxGTK32 gtk3 ]; 16 + buildInputs = [ ffmpeg wxGTK32 gtk3 ]; 17 17 18 18 meta = with lib; { 19 19 description = "Analyse your audio files by showing their spectrogram";
+19 -19
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 110 110 "vendorHash": null 111 111 }, 112 112 "aws": { 113 - "hash": "sha256-cmE7jJO49CuYdiKjrPaHhNCFoMbT0z4uSnFdC7Fnd9g=", 113 + "hash": "sha256-oD8I7wWLdn9Yv6naRcq0myg1L2DcvP/a6VL/fUfdC+g=", 114 114 "homepage": "https://registry.terraform.io/providers/hashicorp/aws", 115 115 "owner": "hashicorp", 116 116 "repo": "terraform-provider-aws", 117 - "rev": "v4.65.0", 117 + "rev": "v4.66.0", 118 118 "spdx": "MPL-2.0", 119 - "vendorHash": "sha256-UvbuWjxlou7lwvU5D6DaEXuCFvn8ECTbkNvKGrHwsu8=" 119 + "vendorHash": "sha256-tetNRSjQTgFzFLSdmRL6f+UlwKp62zr00JzFXJs8nMs=" 120 120 }, 121 121 "azuread": { 122 122 "hash": "sha256-YdlH1c2Oeu9wDiZvlzgYhY8CvWCMM3W/ilEkTU3mR1k=", ··· 566 566 "vendorHash": null 567 567 }, 568 568 "ibm": { 569 - "hash": "sha256-YIabiu1o2+gJ6ZK5F1PRnVqKP3gbhD96FkDfytX8Hak=", 569 + "hash": "sha256-0ZIm6OTVTfbWcPMWsLNxmD3QDDbB72lvwsISkiWzcFQ=", 570 570 "homepage": "https://registry.terraform.io/providers/IBM-Cloud/ibm", 571 571 "owner": "IBM-Cloud", 572 572 "repo": "terraform-provider-ibm", 573 - "rev": "v1.52.1", 573 + "rev": "v1.53.0", 574 574 "spdx": "MPL-2.0", 575 - "vendorHash": "sha256-BTt21bR4kgzyAuS3flalgOJuRxVPwwNOIR2nj2zdw9E=" 575 + "vendorHash": "sha256-bcCiNWwVSLI3F3ikTx8z/TtkbgjLAB8puSFTC9LTEMU=" 576 576 }, 577 577 "icinga2": { 578 578 "hash": "sha256-Y/Oq0aTzP+oSKPhHiHY9Leal4HJJm7TNDpcdqkUsCmk=", ··· 819 819 "vendorHash": null 820 820 }, 821 821 "okta": { 822 - "hash": "sha256-pSGoD4WSfw6lTJTn/Yf8k60CtbPjZeEPJ7mH1c6cRD0=", 822 + "hash": "sha256-NUczAdOYpqpHGpE2OaJtziggA5o+CUYSq2F/RkTL7YU=", 823 823 "homepage": "https://registry.terraform.io/providers/okta/okta", 824 824 "owner": "okta", 825 825 "repo": "terraform-provider-okta", 826 - "rev": "v3.46.0", 826 + "rev": "v4.0.0", 827 827 "spdx": "MPL-2.0", 828 - "vendorHash": "sha256-DkC4BmFfckBtT12lr3rgU9Mg4Nb+7sXjDT/EdfbSFQM=" 828 + "vendorHash": "sha256-LjYPZaF8vy1WUNeI/TFIDjVh08sxf6nKLpvmQsCQFFo=" 829 829 }, 830 830 "oktaasa": { 831 831 "hash": "sha256-2LhxgowqKvDDDOwdznusL52p2DKP+UiXALHcs9ZQd0U=", ··· 855 855 "vendorHash": "sha256-62q67aaOZA3fQmyL8bEHB+W497bcx9Xy7kKrbkjkbaI=" 856 856 }, 857 857 "opentelekomcloud": { 858 - "hash": "sha256-bRvs4IxnUObX/ChPdCn97VUQSxTjV2tfnmBmWmgAXUA=", 858 + "hash": "sha256-WgddD3gy8pTRAtkh6FHqFzN15aLkFz7KnPFUN0MS56Q=", 859 859 "homepage": "https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud", 860 860 "owner": "opentelekomcloud", 861 861 "repo": "terraform-provider-opentelekomcloud", 862 - "rev": "v1.34.2", 862 + "rev": "v1.34.3", 863 863 "spdx": "MPL-2.0", 864 - "vendorHash": "sha256-VEreMBvqvBGUZz5EY5+0jbNDOVbmhYerfLYGa1rl+aw=" 864 + "vendorHash": "sha256-2EuGZxHrpPwDicSrIf/Jx/c4LhOtE5HvTz9LkJ4xCSY=" 865 865 }, 866 866 "opsgenie": { 867 867 "hash": "sha256-Wbe+DyK5wKuZZX8yd3DJN+2wT8KZt+YsBwJYKnZnfcI=", ··· 1180 1180 "vendorHash": "sha256-bNE5HxOcj0K2vdqWPVECeTojnWz0hF9mw0TnRRBhqkQ=" 1181 1181 }, 1182 1182 "vault": { 1183 - "hash": "sha256-etQTHPZ1bngVMpeQ/IZ8yaoe94ZPNT2IG4ip4d+73Xg=", 1183 + "hash": "sha256-eTHdmow16TJ/uJ4M5yFiYrwuYo4kYSnkPXymxAYVjuw=", 1184 1184 "homepage": "https://registry.terraform.io/providers/hashicorp/vault", 1185 1185 "owner": "hashicorp", 1186 1186 "proxyVendor": true, 1187 1187 "repo": "terraform-provider-vault", 1188 - "rev": "v3.15.1", 1188 + "rev": "v3.15.2", 1189 1189 "spdx": "MPL-2.0", 1190 1190 "vendorHash": "sha256-Ox8Onq44NdE/KMrmzbOpKetJKww9T2PvEliLbWU/bLU=" 1191 1191 }, ··· 1235 1235 "vendorHash": "sha256-guUjkk7oW+Gvu015LUAxGqUwZF4H+4xmmOaMqKixZaI=" 1236 1236 }, 1237 1237 "vultr": { 1238 - "hash": "sha256-QZYuxtY89ldGUPNz/DJlFU6HWUJgeJC2TM6cSDoeaYc=", 1238 + "hash": "sha256-4Um4UyDjtamy2s15K3Idm5edZj5BOy13+kr39wl9e0Q=", 1239 1239 "homepage": "https://registry.terraform.io/providers/vultr/vultr", 1240 1240 "owner": "vultr", 1241 1241 "repo": "terraform-provider-vultr", 1242 - "rev": "v2.14.1", 1242 + "rev": "v2.15.0", 1243 1243 "spdx": "MPL-2.0", 1244 1244 "vendorHash": null 1245 1245 }, ··· 1253 1253 "vendorHash": "sha256-itSr5HHjus6G0t5/KFs0sNiredH9m3JnQ3siLtm+NHs=" 1254 1254 }, 1255 1255 "yandex": { 1256 - "hash": "sha256-UFAWifGu/3QKH8JLBYObLhO/PdCQ1f5e9hmehF8grak=", 1256 + "hash": "sha256-ij/KKv/e3KzT5c5KbsW7LszsqzVgwPF2jrnRFOw0uxw=", 1257 1257 "homepage": "https://registry.terraform.io/providers/yandex-cloud/yandex", 1258 1258 "owner": "yandex-cloud", 1259 1259 "proxyVendor": true, 1260 1260 "repo": "terraform-provider-yandex", 1261 - "rev": "v0.89.0", 1261 + "rev": "v0.90.0", 1262 1262 "spdx": "MPL-2.0", 1263 - "vendorHash": "sha256-RfSPCBDb4crv6GZPhsVSQOWnZ3xHa/VWln5pSg68Exg=" 1263 + "vendorHash": "sha256-5pzIvNVgfFT4j18JNHxJ5ZappuS9nFjlpPC3dcsIQRQ=" 1264 1264 } 1265 1265 }
+2 -2
pkgs/development/libraries/science/math/faiss/default.nix
··· 31 31 32 32 let 33 33 pname = "faiss"; 34 - version = "1.7.2"; 34 + version = "1.7.4"; 35 35 36 36 inherit (cudaPackages) cudaFlags backendStdenv; 37 37 inherit (cudaFlags) cudaCapabilities dropDot; ··· 64 64 owner = "facebookresearch"; 65 65 repo = pname; 66 66 rev = "v${version}"; 67 - hash = "sha256-Tklf5AaqJbOs9qtBZVcxXPLAp+K54EViZLSOvEhmswg="; 67 + hash = "sha256-WSce9X6sLZmGM5F0ZkK54VqpIy8u1VB0e9/l78co29M="; 68 68 }; 69 69 70 70 buildInputs = [
+7
pkgs/development/libraries/science/math/faiss/tests.nix
··· 11 11 pname = "faiss-pytest-suite"; 12 12 inherit (faiss) version; 13 13 14 + format = "other"; 15 + 14 16 src = "${faiss.src}/tests"; 15 17 16 18 dontBuild = true; ··· 19 21 # Tests that need GPUs and would fail in the sandbox 20 22 disabledTestPaths = lib.optionals faiss.cudaSupport [ 21 23 "test_contrib.py" 24 + ]; 25 + 26 + disabledTests = [ 27 + # https://github.com/facebookresearch/faiss/issues/2836 28 + "test_update_codebooks_with_double" 22 29 ]; 23 30 24 31 nativeCheckInputs = [
+12 -7
pkgs/development/libraries/tclx/default.nix
··· 1 - { lib, fetchurl, tcl }: 1 + { lib 2 + , fetchFromGitHub 3 + , tcl 4 + }: 2 5 3 6 tcl.mkTclDerivation rec { 4 7 pname = "tclx"; 5 - version = "8.4.1"; 8 + version = "8.6.1"; 6 9 7 - src = fetchurl { 8 - url = "mirror://sourceforge/tclx/tclx${version}.tar.bz2"; 9 - sha256 = "1v2qwzzidz0is58fd1p7wfdbscxm3ip2wlbqkj5jdhf6drh1zd59"; 10 + src = fetchFromGitHub { 11 + owner = "flightaware"; 12 + repo = "tclx"; 13 + rev = "v${version}"; 14 + hash = "sha256-HdbuU0IR8q/0g2fIs1xtug4oox/D24C8E2VbEJC5B1A="; 10 15 }; 11 16 12 17 # required in order for tclx to properly detect tclx.tcl at runtime ··· 17 22 ''; 18 23 19 24 meta = { 20 - homepage = "https://tclx.sourceforge.net/"; 25 + homepage = "https://github.com/flightaware/tclx"; 21 26 description = "Tcl extensions"; 22 27 license = lib.licenses.tcltk; 23 - maintainers = with lib.maintainers; [ kovirobi ]; 28 + maintainers = with lib.maintainers; [ kovirobi fgaz ]; 24 29 }; 25 30 }
+2 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "aioesphomeapi"; 16 - version = "13.7.2"; 16 + version = "13.7.3"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "esphome"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-V4sOpgrDF+h+um/A7VwXKRE+aIUuus+eR1Z1tpt5C1g="; 25 + hash = "sha256-Ywa3m/aUp+CBRdA80a9P2eDwlZfsVYFGbE7ZLggVfwM="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/auth0-python/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "auth0-python"; 16 - version = "4.1.1"; 16 + version = "4.2.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-or9lrvCWBTrbRhKDs12KVIukoeo2T8Sb2sex57DfArc="; 23 + hash = "sha256-DyFRCQGjyv75YVBPN+1xWjKQtPUv29xblYu2TehkkVo="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/css-parser/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "css-parser"; 8 - version = "1.0.8"; 8 + version = "1.0.9"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-mU1qARWo9OK2ZI4rEnMwNtBfoWQniqI0YwyfA+UsjIA="; 13 + hash = "sha256-GW24Is7yJ0WvaljRgM+CBpSc7Vi0j18+6Y8d4WJ0lbs="; 14 14 }; 15 15 16 16 # Test suite not included in tarball yet
+1 -1
pkgs/development/python-modules/interface-meta/default.nix
··· 21 21 poetry-core 22 22 ]; 23 23 24 - propogatedBuildInputs = [ 24 + propagatedBuildInputs = [ 25 25 poetry-dynamic-versioning 26 26 ]; 27 27
+2 -2
pkgs/development/python-modules/json-schema-for-humans/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "json-schema-for-humans"; 21 - version = "0.44.4"; 21 + version = "0.44.5"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "coveooss"; 28 28 repo = pname; 29 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-31F7TzuXyu7KaUFcbul7ZWGH0MfakMJrh2Crel+T4Is="; 30 + hash = "sha256-+RsJdlGMrjW2GFFLUcQBMwBnBlhST0knCleh2e3d10A="; 31 31 }; 32 32 33 33 postPatch = ''
+2 -2
pkgs/development/python-modules/msgspec/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "msgspec"; 11 - version = "0.14.0"; 11 + version = "0.14.2"; 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-adjLXMHJx9sP5qbg9sw+fV2h843KuG1NKqNyX3gEkVY="; 20 + hash = "sha256-8EdAnHrgff+Xf7r/FuyGYZxpzEXusRTyXbNTNgPcHO0="; 21 21 }; 22 22 23 23 # Requires libasan to be accessible
+2 -2
pkgs/development/python-modules/sqlmap/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "sqlmap"; 11 - version = "1.7.4"; 11 + version = "1.7.5"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-U0mfnTteVPYP7gxRci/+poUf1QTdZ0Kk+f59e9S/A+4="; 18 + hash = "sha256-PQk3uEY1gjvs5BerfEAEZe4v6uZYpCZqCo+Qc7mSUw8="; 19 19 }; 20 20 21 21 postPatch = ''
+3 -3
pkgs/development/tools/rust/cargo-llvm-lines/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-llvm-lines"; 5 - version = "0.4.28"; 5 + version = "0.4.29"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "dtolnay"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-ebsmQM3KLhNfBGRXosOlim+rMTg7aQu0LXL4iGr9FRQ="; 11 + hash = "sha256-8FpNUCOK0vAyO7f1Uy+BaqDcZ0GEFvp7meULHtUncNA="; 12 12 }; 13 13 14 - cargoHash = "sha256-YXJfEofipN33aItuqzVZkPvszeZqLyikBoF+viQgCeM="; 14 + cargoHash = "sha256-uIB+fMSVZGZ7OTgiTEeozjPR6CuMsLgEbq/9//of6xo="; 15 15 16 16 meta = with lib; { 17 17 description = "Count the number of lines of LLVM IR across all instantiations of a generic function";
+735 -32
pkgs/games/jumpy/Cargo.lock
··· 19 19 checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 20 21 21 [[package]] 22 + name = "addr2line" 23 + version = "0.19.0" 24 + source = "registry+https://github.com/rust-lang/crates.io-index" 25 + checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 26 + dependencies = [ 27 + "gimli", 28 + ] 29 + 30 + [[package]] 22 31 name = "adler" 23 32 version = "1.0.2" 24 33 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 179 188 "objc-foundation", 180 189 "objc_id", 181 190 "once_cell", 182 - "parking_lot", 191 + "parking_lot 0.12.1", 183 192 "thiserror", 184 193 "winapi", 185 194 "x11rb", ··· 213 222 214 223 [[package]] 215 224 name = "async-executor" 216 - version = "1.5.0" 225 + version = "1.5.1" 217 226 source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 227 + checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 219 228 dependencies = [ 220 229 "async-lock", 221 230 "async-task", ··· 226 235 ] 227 236 228 237 [[package]] 238 + name = "async-io" 239 + version = "1.13.0" 240 + source = "registry+https://github.com/rust-lang/crates.io-index" 241 + checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 242 + dependencies = [ 243 + "async-lock", 244 + "autocfg", 245 + "cfg-if", 246 + "concurrent-queue 2.1.0", 247 + "futures-lite", 248 + "log", 249 + "parking", 250 + "polling", 251 + "rustix", 252 + "slab", 253 + "socket2", 254 + "waker-fn", 255 + ] 256 + 257 + [[package]] 229 258 name = "async-lock" 230 259 version = "2.7.0" 231 260 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 241 270 checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" 242 271 243 272 [[package]] 273 + name = "async-timer" 274 + version = "0.2.10" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "4d62d1c449a11d63d953da8602322493f7718b83c2f649c6a7ba9e08c7af188f" 277 + dependencies = [ 278 + "libc", 279 + "wasm-bindgen", 280 + "winapi", 281 + ] 282 + 283 + [[package]] 244 284 name = "atomic-arena" 245 285 version = "0.1.1" 246 286 source = "registry+https://github.com/rust-lang/crates.io-index" 247 287 checksum = "5450eca8ce5abcfd5520727e975ebab30ccca96030550406b0ca718b224ead10" 248 288 249 289 [[package]] 290 + name = "atomic-polyfill" 291 + version = "0.1.11" 292 + source = "registry+https://github.com/rust-lang/crates.io-index" 293 + checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28" 294 + dependencies = [ 295 + "critical-section", 296 + ] 297 + 298 + [[package]] 250 299 name = "atomic_refcell" 251 300 version = "0.1.9" 252 301 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 257 306 version = "1.1.0" 258 307 source = "registry+https://github.com/rust-lang/crates.io-index" 259 308 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 309 + 310 + [[package]] 311 + name = "backtrace" 312 + version = "0.3.67" 313 + source = "registry+https://github.com/rust-lang/crates.io-index" 314 + checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 315 + dependencies = [ 316 + "addr2line", 317 + "cc", 318 + "cfg-if", 319 + "libc", 320 + "miniz_oxide", 321 + "object", 322 + "rustc-demangle", 323 + ] 260 324 261 325 [[package]] 262 326 name = "base64" ··· 352 416 "js-sys", 353 417 "ndk-glue", 354 418 "notify", 355 - "parking_lot", 419 + "parking_lot 0.12.1", 356 420 "serde", 357 421 "thiserror", 358 422 "wasm-bindgen", ··· 602 666 "anyhow", 603 667 "bevy", 604 668 "kira", 605 - "parking_lot", 669 + "parking_lot 0.12.1", 606 670 "thiserror", 607 671 ] 608 672 ··· 705 769 "erased-serde", 706 770 "glam 0.22.0", 707 771 "once_cell", 708 - "parking_lot", 772 + "parking_lot 0.12.1", 709 773 "serde", 710 774 "smallvec", 711 775 "thiserror", ··· 758 822 "image", 759 823 "naga", 760 824 "once_cell", 761 - "parking_lot", 825 + "parking_lot 0.12.1", 762 826 "regex", 763 827 "serde", 764 828 "smallvec", ··· 782 846 [[package]] 783 847 name = "bevy_simple_tilemap" 784 848 version = "0.10.1" 785 - source = "registry+https://github.com/rust-lang/crates.io-index" 786 - checksum = "9eda3ef72997c971dd4e03757dda2e58d47778a2d2ecb92cc9df73d5b2010e34" 849 + source = "git+https://github.com/forbjok/bevy_simple_tilemap.git?rev=963d447fa1fd2d6f89228106275b7086840be762#963d447fa1fd2d6f89228106275b7086840be762" 787 850 dependencies = [ 788 851 "bevy", 789 852 "bitflags", ··· 964 1027 checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 965 1028 966 1029 [[package]] 1030 + name = "bitfield" 1031 + version = "0.14.0" 1032 + source = "registry+https://github.com/rust-lang/crates.io-index" 1033 + checksum = "2d7e60934ceec538daadb9d8432424ed043a904d8e0243f3c6446bce549a46ac" 1034 + 1035 + [[package]] 1036 + name = "bitfield-rle" 1037 + version = "0.2.0" 1038 + source = "registry+https://github.com/rust-lang/crates.io-index" 1039 + checksum = "3f8acc105b7bd3ed61e4bb7ad3e3b3f2a8da72205b2e0408cf71a499e8f57dd0" 1040 + dependencies = [ 1041 + "failure", 1042 + "varinteger", 1043 + ] 1044 + 1045 + [[package]] 967 1046 name = "bitflags" 968 1047 version = "1.3.2" 969 1048 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1099 1178 ] 1100 1179 1101 1180 [[package]] 1181 + name = "bones_matchmaker_proto" 1182 + version = "0.1.0" 1183 + source = "registry+https://github.com/rust-lang/crates.io-index" 1184 + checksum = "bff7e71011db4da9f456122f586cf576ee42b249b26a5b2a840eee2141c4ef38" 1185 + dependencies = [ 1186 + "serde", 1187 + ] 1188 + 1189 + [[package]] 1102 1190 name = "bones_render" 1103 1191 version = "0.1.2" 1104 1192 source = "git+https://github.com/fishfolk/bones#ad6d073a33dc342d5aed1155488e4681cf1bc782" ··· 1148 1236 dependencies = [ 1149 1237 "proc-macro2", 1150 1238 "quote", 1151 - "syn 2.0.12", 1239 + "syn 2.0.13", 1152 1240 ] 1153 1241 1154 1242 [[package]] ··· 1249 1337 "heck", 1250 1338 "proc-macro2", 1251 1339 "quote", 1252 - "syn 2.0.12", 1340 + "syn 2.0.13", 1253 1341 ] 1254 1342 1255 1343 [[package]] ··· 1268 1356 "str-buf", 1269 1357 "winapi", 1270 1358 ] 1359 + 1360 + [[package]] 1361 + name = "cobs" 1362 + version = "0.2.3" 1363 + source = "registry+https://github.com/rust-lang/crates.io-index" 1364 + checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" 1271 1365 1272 1366 [[package]] 1273 1367 name = "cocoa" ··· 1460 1554 "ndk-context", 1461 1555 "oboe", 1462 1556 "once_cell", 1463 - "parking_lot", 1557 + "parking_lot 0.12.1", 1464 1558 "wasm-bindgen", 1465 1559 "wasm-bindgen-futures", 1466 1560 "web-sys", ··· 1477 1571 ] 1478 1572 1479 1573 [[package]] 1574 + name = "critical-section" 1575 + version = "1.1.1" 1576 + source = "registry+https://github.com/rust-lang/crates.io-index" 1577 + checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52" 1578 + 1579 + [[package]] 1480 1580 name = "crossbeam" 1481 1581 version = "0.8.2" 1482 1582 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1782 1882 "ecolor", 1783 1883 "emath", 1784 1884 "nohash-hasher", 1785 - "parking_lot", 1885 + "parking_lot 0.12.1", 1786 1886 ] 1787 1887 1788 1888 [[package]] ··· 1841 1941 checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1842 1942 1843 1943 [[package]] 1944 + name = "failure" 1945 + version = "0.1.8" 1946 + source = "registry+https://github.com/rust-lang/crates.io-index" 1947 + checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 1948 + dependencies = [ 1949 + "backtrace", 1950 + "failure_derive", 1951 + ] 1952 + 1953 + [[package]] 1954 + name = "failure_derive" 1955 + version = "0.1.8" 1956 + source = "registry+https://github.com/rust-lang/crates.io-index" 1957 + checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 1958 + dependencies = [ 1959 + "proc-macro2", 1960 + "quote", 1961 + "syn 1.0.109", 1962 + "synstructure", 1963 + ] 1964 + 1965 + [[package]] 1844 1966 name = "fastrand" 1845 1967 version = "1.9.0" 1846 1968 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1945 2067 ] 1946 2068 1947 2069 [[package]] 2070 + name = "flume" 2071 + version = "0.10.14" 2072 + source = "registry+https://github.com/rust-lang/crates.io-index" 2073 + checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 2074 + dependencies = [ 2075 + "spin 0.9.7", 2076 + ] 2077 + 2078 + [[package]] 1948 2079 name = "fnv" 1949 2080 version = "1.0.7" 1950 2081 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1984 2115 ] 1985 2116 1986 2117 [[package]] 2118 + name = "futures" 2119 + version = "0.3.28" 2120 + source = "registry+https://github.com/rust-lang/crates.io-index" 2121 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 2122 + dependencies = [ 2123 + "futures-channel", 2124 + "futures-core", 2125 + "futures-executor", 2126 + "futures-io", 2127 + "futures-sink", 2128 + "futures-task", 2129 + "futures-util", 2130 + ] 2131 + 2132 + [[package]] 2133 + name = "futures-channel" 2134 + version = "0.3.28" 2135 + source = "registry+https://github.com/rust-lang/crates.io-index" 2136 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 2137 + dependencies = [ 2138 + "futures-core", 2139 + "futures-sink", 2140 + ] 2141 + 2142 + [[package]] 1987 2143 name = "futures-core" 1988 2144 version = "0.3.28" 1989 2145 source = "registry+https://github.com/rust-lang/crates.io-index" 1990 2146 checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 1991 2147 1992 2148 [[package]] 2149 + name = "futures-executor" 2150 + version = "0.3.28" 2151 + source = "registry+https://github.com/rust-lang/crates.io-index" 2152 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 2153 + dependencies = [ 2154 + "futures-core", 2155 + "futures-task", 2156 + "futures-util", 2157 + ] 2158 + 2159 + [[package]] 1993 2160 name = "futures-io" 1994 2161 version = "0.3.28" 1995 2162 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2011 2178 ] 2012 2179 2013 2180 [[package]] 2181 + name = "futures-macro" 2182 + version = "0.3.28" 2183 + source = "registry+https://github.com/rust-lang/crates.io-index" 2184 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 2185 + dependencies = [ 2186 + "proc-macro2", 2187 + "quote", 2188 + "syn 2.0.13", 2189 + ] 2190 + 2191 + [[package]] 2192 + name = "futures-sink" 2193 + version = "0.3.28" 2194 + source = "registry+https://github.com/rust-lang/crates.io-index" 2195 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 2196 + 2197 + [[package]] 2198 + name = "futures-task" 2199 + version = "0.3.28" 2200 + source = "registry+https://github.com/rust-lang/crates.io-index" 2201 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 2202 + 2203 + [[package]] 2204 + name = "futures-util" 2205 + version = "0.3.28" 2206 + source = "registry+https://github.com/rust-lang/crates.io-index" 2207 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 2208 + dependencies = [ 2209 + "futures-channel", 2210 + "futures-core", 2211 + "futures-io", 2212 + "futures-macro", 2213 + "futures-sink", 2214 + "futures-task", 2215 + "memchr", 2216 + "pin-project-lite", 2217 + "pin-utils", 2218 + "slab", 2219 + ] 2220 + 2221 + [[package]] 2014 2222 name = "fxhash" 2015 2223 version = "0.2.1" 2016 2224 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2054 2262 ] 2055 2263 2056 2264 [[package]] 2265 + name = "ggrs" 2266 + version = "0.9.4" 2267 + source = "registry+https://github.com/rust-lang/crates.io-index" 2268 + checksum = "1419c3c38e579884b075b99a8ade2ca507e87a2bde81940c6fe4aea895696831" 2269 + dependencies = [ 2270 + "bincode", 2271 + "bitfield-rle", 2272 + "bytemuck", 2273 + "instant", 2274 + "js-sys", 2275 + "parking_lot 0.11.2", 2276 + "rand 0.8.5", 2277 + "serde", 2278 + ] 2279 + 2280 + [[package]] 2057 2281 name = "gilrs" 2058 2282 version = "0.10.1" 2059 2283 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2087 2311 ] 2088 2312 2089 2313 [[package]] 2314 + name = "gimli" 2315 + version = "0.27.2" 2316 + source = "registry+https://github.com/rust-lang/crates.io-index" 2317 + checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 2318 + 2319 + [[package]] 2090 2320 name = "glam" 2091 2321 version = "0.22.0" 2092 2322 source = "registry+https://github.com/rust-lang/crates.io-index" 2093 2323 checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774" 2094 2324 dependencies = [ 2095 2325 "bytemuck", 2326 + "num-traits", 2096 2327 "serde", 2097 2328 ] 2098 2329 ··· 2183 2414 ] 2184 2415 2185 2416 [[package]] 2417 + name = "hash32" 2418 + version = "0.2.1" 2419 + source = "registry+https://github.com/rust-lang/crates.io-index" 2420 + checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 2421 + dependencies = [ 2422 + "byteorder", 2423 + ] 2424 + 2425 + [[package]] 2186 2426 name = "hashbrown" 2187 2427 version = "0.12.3" 2188 2428 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2190 2430 dependencies = [ 2191 2431 "ahash 0.7.6", 2192 2432 "serde", 2433 + ] 2434 + 2435 + [[package]] 2436 + name = "heapless" 2437 + version = "0.7.16" 2438 + source = "registry+https://github.com/rust-lang/crates.io-index" 2439 + checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743" 2440 + dependencies = [ 2441 + "atomic-polyfill", 2442 + "hash32", 2443 + "rustc_version", 2444 + "serde", 2445 + "spin 0.9.7", 2446 + "stable_deref_trait", 2193 2447 ] 2194 2448 2195 2449 [[package]] ··· 2268 2522 ] 2269 2523 2270 2524 [[package]] 2525 + name = "if-addrs" 2526 + version = "0.7.0" 2527 + source = "registry+https://github.com/rust-lang/crates.io-index" 2528 + checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9" 2529 + dependencies = [ 2530 + "libc", 2531 + "winapi", 2532 + ] 2533 + 2534 + [[package]] 2271 2535 name = "image" 2272 2536 version = "0.24.6" 2273 2537 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2486 2750 2487 2751 [[package]] 2488 2752 name = "jumpy" 2489 - version = "0.6.1" 2753 + version = "0.7.0" 2490 2754 dependencies = [ 2491 2755 "anyhow", 2492 2756 "async-channel", 2757 + "async-timer", 2493 2758 "base64 0.21.0", 2494 2759 "bevy", 2495 2760 "bevy-inspector-egui", ··· 2500 2765 "bevy_kira_audio", 2501 2766 "bevy_prototype_lyon", 2502 2767 "bevy_tweening", 2768 + "bitfield", 2503 2769 "bones_bevy_asset", 2504 2770 "bones_bevy_renderer", 2505 2771 "bones_lib", 2772 + "bones_matchmaker_proto", 2506 2773 "bytemuck", 2774 + "bytes", 2507 2775 "clap", 2508 2776 "directories", 2777 + "downcast-rs", 2509 2778 "egui_extras", 2510 2779 "either", 2511 2780 "fluent", ··· 2513 2782 "fnv", 2514 2783 "futures-lite", 2515 2784 "getrandom 0.2.8", 2785 + "ggrs", 2516 2786 "iyes_loopless", 2517 2787 "jumpy_core", 2518 2788 "leafwing-input-manager", 2519 2789 "log", 2790 + "mdns-sd", 2520 2791 "mimalloc", 2521 2792 "normalize-path", 2793 + "numquant", 2522 2794 "once_cell", 2523 2795 "peg", 2796 + "ping-rs", 2797 + "postcard", 2524 2798 "puffin", 2525 2799 "puffin_egui", 2800 + "quinn", 2801 + "quinn_runtime_bevy", 2526 2802 "rand 0.8.5", 2803 + "rcgen", 2804 + "rustls", 2527 2805 "serde", 2528 2806 "serde_json", 2529 2807 "serde_yaml", 2808 + "smallvec", 2530 2809 "thiserror", 2531 2810 "tracing", 2811 + "turborand", 2532 2812 "type_ulid", 2533 2813 "unic-langid", 2534 2814 "wasm-bindgen", ··· 2537 2817 2538 2818 [[package]] 2539 2819 name = "jumpy_core" 2540 - version = "0.1.0" 2820 + version = "0.7.0" 2541 2821 dependencies = [ 2542 2822 "bevy", 2543 2823 "bones_bevy_asset", ··· 2547 2827 "glam 0.22.0", 2548 2828 "hex", 2549 2829 "humantime-serde", 2830 + "indexmap", 2550 2831 "nalgebra", 2551 2832 "ordered-float", 2552 2833 "petgraph", ··· 2664 2945 2665 2946 [[package]] 2666 2947 name = "libmimalloc-sys" 2667 - version = "0.1.30" 2948 + version = "0.1.31" 2668 2949 source = "registry+https://github.com/rust-lang/crates.io-index" 2669 - checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174" 2950 + checksum = "ef2c45001fb108f37d41bed8efd715769acb14674c1ce3e266ef0e317ef5f877" 2670 2951 dependencies = [ 2671 2952 "cc", 2672 2953 "libc", ··· 2785 3066 ] 2786 3067 2787 3068 [[package]] 3069 + name = "mdns-sd" 3070 + version = "0.7.2" 3071 + source = "registry+https://github.com/rust-lang/crates.io-index" 3072 + checksum = "ed0b1898d42fb934073c893ab88e8ae72076a5d862417dcf214c028011019753" 3073 + dependencies = [ 3074 + "flume", 3075 + "if-addrs", 3076 + "polling", 3077 + "socket2", 3078 + ] 3079 + 3080 + [[package]] 2788 3081 name = "memchr" 2789 3082 version = "2.5.0" 2790 3083 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2824 3117 2825 3118 [[package]] 2826 3119 name = "mimalloc" 2827 - version = "0.1.34" 3120 + version = "0.1.35" 2828 3121 source = "registry+https://github.com/rust-lang/crates.io-index" 2829 - checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1" 3122 + checksum = "92666043c712f7f5c756d07443469ddcda6dd971cc15258bb7f3c3216fd1b7aa" 2830 3123 dependencies = [ 2831 3124 "libmimalloc-sys", 2832 3125 ] ··· 2948 3241 "ndk-macro", 2949 3242 "ndk-sys", 2950 3243 "once_cell", 2951 - "parking_lot", 3244 + "parking_lot 0.12.1", 2952 3245 ] 2953 3246 2954 3247 [[package]] ··· 3141 3434 ] 3142 3435 3143 3436 [[package]] 3437 + name = "numquant" 3438 + version = "0.2.0" 3439 + source = "registry+https://github.com/rust-lang/crates.io-index" 3440 + checksum = "54809e43d79aa532432c0d03c6adf62fdd96f2e152b90cef6cd9a316c3da4d99" 3441 + 3442 + [[package]] 3144 3443 name = "objc" 3145 3444 version = "0.2.7" 3146 3445 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3177 3476 checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 3178 3477 dependencies = [ 3179 3478 "objc", 3479 + ] 3480 + 3481 + [[package]] 3482 + name = "object" 3483 + version = "0.30.3" 3484 + source = "registry+https://github.com/rust-lang/crates.io-index" 3485 + checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 3486 + dependencies = [ 3487 + "memchr", 3180 3488 ] 3181 3489 3182 3490 [[package]] ··· 3209 3517 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 3210 3518 3211 3519 [[package]] 3520 + name = "openssl-probe" 3521 + version = "0.1.5" 3522 + source = "registry+https://github.com/rust-lang/crates.io-index" 3523 + checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3524 + 3525 + [[package]] 3212 3526 name = "optional" 3213 3527 version = "0.5.0" 3214 3528 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3246 3560 3247 3561 [[package]] 3248 3562 name = "parking_lot" 3563 + version = "0.11.2" 3564 + source = "registry+https://github.com/rust-lang/crates.io-index" 3565 + checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 3566 + dependencies = [ 3567 + "instant", 3568 + "lock_api", 3569 + "parking_lot_core 0.8.6", 3570 + ] 3571 + 3572 + [[package]] 3573 + name = "parking_lot" 3249 3574 version = "0.12.1" 3250 3575 source = "registry+https://github.com/rust-lang/crates.io-index" 3251 3576 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 3252 3577 dependencies = [ 3253 3578 "lock_api", 3254 - "parking_lot_core", 3579 + "parking_lot_core 0.9.7", 3580 + ] 3581 + 3582 + [[package]] 3583 + name = "parking_lot_core" 3584 + version = "0.8.6" 3585 + source = "registry+https://github.com/rust-lang/crates.io-index" 3586 + checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 3587 + dependencies = [ 3588 + "cfg-if", 3589 + "instant", 3590 + "libc", 3591 + "redox_syscall", 3592 + "smallvec", 3593 + "winapi", 3255 3594 ] 3256 3595 3257 3596 [[package]] ··· 3329 3668 checksum = "9fa00462b37ead6d11a82c9d568b26682d78e0477dc02d1966c013af80969739" 3330 3669 3331 3670 [[package]] 3671 + name = "pem" 3672 + version = "1.1.1" 3673 + source = "registry+https://github.com/rust-lang/crates.io-index" 3674 + checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" 3675 + dependencies = [ 3676 + "base64 0.13.1", 3677 + ] 3678 + 3679 + [[package]] 3332 3680 name = "percent-encoding" 3333 3681 version = "2.2.0" 3334 3682 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3396 3744 ] 3397 3745 3398 3746 [[package]] 3747 + name = "pin-project" 3748 + version = "1.0.12" 3749 + source = "registry+https://github.com/rust-lang/crates.io-index" 3750 + checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3751 + dependencies = [ 3752 + "pin-project-internal", 3753 + ] 3754 + 3755 + [[package]] 3756 + name = "pin-project-internal" 3757 + version = "1.0.12" 3758 + source = "registry+https://github.com/rust-lang/crates.io-index" 3759 + checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3760 + dependencies = [ 3761 + "proc-macro2", 3762 + "quote", 3763 + "syn 1.0.109", 3764 + ] 3765 + 3766 + [[package]] 3399 3767 name = "pin-project-lite" 3400 3768 version = "0.2.9" 3401 3769 source = "registry+https://github.com/rust-lang/crates.io-index" 3402 3770 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 3403 3771 3404 3772 [[package]] 3773 + name = "pin-utils" 3774 + version = "0.1.0" 3775 + source = "registry+https://github.com/rust-lang/crates.io-index" 3776 + checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3777 + 3778 + [[package]] 3779 + name = "ping-rs" 3780 + version = "0.1.2" 3781 + source = "registry+https://github.com/rust-lang/crates.io-index" 3782 + checksum = "d873f038f84371f9c7fa13f6afea4d5f1fbcd5070ba8eb7af2a6d41c768eff8b" 3783 + dependencies = [ 3784 + "futures", 3785 + "mio", 3786 + "paste", 3787 + "socket2", 3788 + "windows 0.43.0", 3789 + ] 3790 + 3791 + [[package]] 3405 3792 name = "pkg-config" 3406 3793 version = "0.3.26" 3407 3794 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3420 3807 ] 3421 3808 3422 3809 [[package]] 3810 + name = "polling" 3811 + version = "2.6.0" 3812 + source = "registry+https://github.com/rust-lang/crates.io-index" 3813 + checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" 3814 + dependencies = [ 3815 + "autocfg", 3816 + "bitflags", 3817 + "cfg-if", 3818 + "concurrent-queue 2.1.0", 3819 + "libc", 3820 + "log", 3821 + "pin-project-lite", 3822 + "windows-sys 0.45.0", 3823 + ] 3824 + 3825 + [[package]] 3826 + name = "postcard" 3827 + version = "1.0.4" 3828 + source = "registry+https://github.com/rust-lang/crates.io-index" 3829 + checksum = "cfa512cd0d087cc9f99ad30a1bf64795b67871edbead083ffc3a4dfafa59aa00" 3830 + dependencies = [ 3831 + "cobs", 3832 + "heapless", 3833 + "serde", 3834 + ] 3835 + 3836 + [[package]] 3423 3837 name = "pp-rs" 3424 3838 version = "0.2.1" 3425 3839 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3452 3866 3453 3867 [[package]] 3454 3868 name = "proc-macro2" 3455 - version = "1.0.54" 3869 + version = "1.0.55" 3456 3870 source = "registry+https://github.com/rust-lang/crates.io-index" 3457 - checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 3871 + checksum = "1d0dd4be24fcdcfeaa12a432d588dc59bbad6cad3510c67e74a2b6b2fc950564" 3458 3872 dependencies = [ 3459 3873 "unicode-ident", 3460 3874 ] ··· 3476 3890 "byteorder", 3477 3891 "instant", 3478 3892 "once_cell", 3479 - "parking_lot", 3893 + "parking_lot 0.12.1", 3480 3894 "ruzstd", 3481 3895 "serde", 3482 3896 "zstd", ··· 3499 3913 ] 3500 3914 3501 3915 [[package]] 3916 + name = "quinn" 3917 + version = "0.9.3" 3918 + source = "registry+https://github.com/rust-lang/crates.io-index" 3919 + checksum = "445cbfe2382fa023c4f2f3c7e1c95c03dcc1df2bf23cebcb2b13e1402c4394d1" 3920 + dependencies = [ 3921 + "bytes", 3922 + "pin-project-lite", 3923 + "quinn-proto", 3924 + "quinn-udp", 3925 + "rustc-hash", 3926 + "rustls", 3927 + "thiserror", 3928 + "tokio", 3929 + "tracing", 3930 + "webpki", 3931 + ] 3932 + 3933 + [[package]] 3934 + name = "quinn-proto" 3935 + version = "0.9.3" 3936 + source = "registry+https://github.com/rust-lang/crates.io-index" 3937 + checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c" 3938 + dependencies = [ 3939 + "bytes", 3940 + "rand 0.8.5", 3941 + "ring", 3942 + "rustc-hash", 3943 + "rustls", 3944 + "rustls-native-certs", 3945 + "slab", 3946 + "thiserror", 3947 + "tinyvec", 3948 + "tracing", 3949 + "webpki", 3950 + ] 3951 + 3952 + [[package]] 3953 + name = "quinn-udp" 3954 + version = "0.3.2" 3955 + source = "registry+https://github.com/rust-lang/crates.io-index" 3956 + checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" 3957 + dependencies = [ 3958 + "libc", 3959 + "quinn-proto", 3960 + "socket2", 3961 + "tracing", 3962 + "windows-sys 0.42.0", 3963 + ] 3964 + 3965 + [[package]] 3966 + name = "quinn_runtime_bevy" 3967 + version = "0.1.0" 3968 + source = "registry+https://github.com/rust-lang/crates.io-index" 3969 + checksum = "0a4d0c40761a7f14497d4ad43c3887fff819aff1a68d6d731377d98b2106e3be" 3970 + dependencies = [ 3971 + "async-executor", 3972 + "async-io", 3973 + "bevy_tasks", 3974 + "futures-lite", 3975 + "pin-project", 3976 + "quinn", 3977 + "quinn-proto", 3978 + "quinn-udp", 3979 + ] 3980 + 3981 + [[package]] 3502 3982 name = "quote" 3503 3983 version = "1.0.26" 3504 3984 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3664 4144 ] 3665 4145 3666 4146 [[package]] 4147 + name = "rcgen" 4148 + version = "0.10.0" 4149 + source = "registry+https://github.com/rust-lang/crates.io-index" 4150 + checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" 4151 + dependencies = [ 4152 + "pem", 4153 + "ring", 4154 + "time", 4155 + "yasna", 4156 + ] 4157 + 4158 + [[package]] 3667 4159 name = "rectangle-pack" 3668 4160 version = "0.4.2" 3669 4161 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3722 4214 checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" 3723 4215 3724 4216 [[package]] 4217 + name = "ring" 4218 + version = "0.16.20" 4219 + source = "registry+https://github.com/rust-lang/crates.io-index" 4220 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 4221 + dependencies = [ 4222 + "cc", 4223 + "libc", 4224 + "once_cell", 4225 + "spin 0.5.2", 4226 + "untrusted", 4227 + "web-sys", 4228 + "winapi", 4229 + ] 4230 + 4231 + [[package]] 3725 4232 name = "ringbuf" 3726 4233 version = "0.3.3" 3727 4234 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3748 4255 ] 3749 4256 3750 4257 [[package]] 4258 + name = "rustc-demangle" 4259 + version = "0.1.22" 4260 + source = "registry+https://github.com/rust-lang/crates.io-index" 4261 + checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b" 4262 + 4263 + [[package]] 3751 4264 name = "rustc-hash" 3752 4265 version = "1.1.0" 3753 4266 source = "registry+https://github.com/rust-lang/crates.io-index" 3754 4267 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3755 4268 3756 4269 [[package]] 4270 + name = "rustc_version" 4271 + version = "0.4.0" 4272 + source = "registry+https://github.com/rust-lang/crates.io-index" 4273 + checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 4274 + dependencies = [ 4275 + "semver", 4276 + ] 4277 + 4278 + [[package]] 3757 4279 name = "rustix" 3758 4280 version = "0.37.6" 3759 4281 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3768 4290 ] 3769 4291 3770 4292 [[package]] 4293 + name = "rustls" 4294 + version = "0.20.8" 4295 + source = "registry+https://github.com/rust-lang/crates.io-index" 4296 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 4297 + dependencies = [ 4298 + "log", 4299 + "ring", 4300 + "sct", 4301 + "webpki", 4302 + ] 4303 + 4304 + [[package]] 4305 + name = "rustls-native-certs" 4306 + version = "0.6.2" 4307 + source = "registry+https://github.com/rust-lang/crates.io-index" 4308 + checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" 4309 + dependencies = [ 4310 + "openssl-probe", 4311 + "rustls-pemfile", 4312 + "schannel", 4313 + "security-framework", 4314 + ] 4315 + 4316 + [[package]] 4317 + name = "rustls-pemfile" 4318 + version = "1.0.2" 4319 + source = "registry+https://github.com/rust-lang/crates.io-index" 4320 + checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" 4321 + dependencies = [ 4322 + "base64 0.21.0", 4323 + ] 4324 + 4325 + [[package]] 3771 4326 name = "ruzstd" 3772 4327 version = "0.3.1" 3773 4328 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3803 4358 ] 3804 4359 3805 4360 [[package]] 4361 + name = "schannel" 4362 + version = "0.1.21" 4363 + source = "registry+https://github.com/rust-lang/crates.io-index" 4364 + checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 4365 + dependencies = [ 4366 + "windows-sys 0.42.0", 4367 + ] 4368 + 4369 + [[package]] 3806 4370 name = "scopeguard" 3807 4371 version = "1.1.0" 3808 4372 source = "registry+https://github.com/rust-lang/crates.io-index" 3809 4373 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3810 4374 3811 4375 [[package]] 4376 + name = "sct" 4377 + version = "0.7.0" 4378 + source = "registry+https://github.com/rust-lang/crates.io-index" 4379 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 4380 + dependencies = [ 4381 + "ring", 4382 + "untrusted", 4383 + ] 4384 + 4385 + [[package]] 4386 + name = "security-framework" 4387 + version = "2.8.2" 4388 + source = "registry+https://github.com/rust-lang/crates.io-index" 4389 + checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" 4390 + dependencies = [ 4391 + "bitflags", 4392 + "core-foundation", 4393 + "core-foundation-sys 0.8.3", 4394 + "libc", 4395 + "security-framework-sys", 4396 + ] 4397 + 4398 + [[package]] 4399 + name = "security-framework-sys" 4400 + version = "2.8.0" 4401 + source = "registry+https://github.com/rust-lang/crates.io-index" 4402 + checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" 4403 + dependencies = [ 4404 + "core-foundation-sys 0.8.3", 4405 + "libc", 4406 + ] 4407 + 4408 + [[package]] 3812 4409 name = "self_cell" 3813 4410 version = "0.10.2" 3814 4411 source = "registry+https://github.com/rust-lang/crates.io-index" 3815 4412 checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" 4413 + 4414 + [[package]] 4415 + name = "semver" 4416 + version = "1.0.17" 4417 + source = "registry+https://github.com/rust-lang/crates.io-index" 4418 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 3816 4419 3817 4420 [[package]] 3818 4421 name = "serde" ··· 3831 4434 dependencies = [ 3832 4435 "proc-macro2", 3833 4436 "quote", 3834 - "syn 2.0.12", 4437 + "syn 2.0.13", 3835 4438 ] 3836 4439 3837 4440 [[package]] ··· 3927 4530 ] 3928 4531 3929 4532 [[package]] 4533 + name = "socket2" 4534 + version = "0.4.9" 4535 + source = "registry+https://github.com/rust-lang/crates.io-index" 4536 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 4537 + dependencies = [ 4538 + "libc", 4539 + "winapi", 4540 + ] 4541 + 4542 + [[package]] 3930 4543 name = "spade" 3931 4544 version = "2.1.0" 3932 4545 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3939 4552 ] 3940 4553 3941 4554 [[package]] 4555 + name = "spin" 4556 + version = "0.5.2" 4557 + source = "registry+https://github.com/rust-lang/crates.io-index" 4558 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4559 + 4560 + [[package]] 4561 + name = "spin" 4562 + version = "0.9.7" 4563 + source = "registry+https://github.com/rust-lang/crates.io-index" 4564 + checksum = "c0959fd6f767df20b231736396e4f602171e00d95205676286e79d4a4eb67bef" 4565 + dependencies = [ 4566 + "lock_api", 4567 + ] 4568 + 4569 + [[package]] 3942 4570 name = "spin_sleep" 3943 4571 version = "1.1.1" 3944 4572 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3957 4585 "bitflags", 3958 4586 "num-traits", 3959 4587 ] 4588 + 4589 + [[package]] 4590 + name = "stable_deref_trait" 4591 + version = "1.2.0" 4592 + source = "registry+https://github.com/rust-lang/crates.io-index" 4593 + checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3960 4594 3961 4595 [[package]] 3962 4596 name = "static_assertions" ··· 4075 4709 4076 4710 [[package]] 4077 4711 name = "syn" 4078 - version = "2.0.12" 4712 + version = "2.0.13" 4079 4713 source = "registry+https://github.com/rust-lang/crates.io-index" 4080 - checksum = "79d9531f94112cfc3e4c8f5f02cb2b58f72c97b7efd85f70203cc6d8efda5927" 4714 + checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec" 4081 4715 dependencies = [ 4082 4716 "proc-macro2", 4083 4717 "quote", ··· 4085 4719 ] 4086 4720 4087 4721 [[package]] 4722 + name = "synstructure" 4723 + version = "0.12.6" 4724 + source = "registry+https://github.com/rust-lang/crates.io-index" 4725 + checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 4726 + dependencies = [ 4727 + "proc-macro2", 4728 + "quote", 4729 + "syn 1.0.109", 4730 + "unicode-xid", 4731 + ] 4732 + 4733 + [[package]] 4088 4734 name = "termcolor" 4089 4735 version = "1.2.0" 4090 4736 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4110 4756 dependencies = [ 4111 4757 "proc-macro2", 4112 4758 "quote", 4113 - "syn 2.0.12", 4759 + "syn 2.0.13", 4114 4760 ] 4115 4761 4116 4762 [[package]] ··· 4184 4830 version = "0.1.1" 4185 4831 source = "registry+https://github.com/rust-lang/crates.io-index" 4186 4832 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4833 + 4834 + [[package]] 4835 + name = "tokio" 4836 + version = "1.27.0" 4837 + source = "registry+https://github.com/rust-lang/crates.io-index" 4838 + checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" 4839 + dependencies = [ 4840 + "autocfg", 4841 + "pin-project-lite", 4842 + "windows-sys 0.45.0", 4843 + ] 4187 4844 4188 4845 [[package]] 4189 4846 name = "toml" ··· 4413 5070 checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c" 4414 5071 4415 5072 [[package]] 5073 + name = "untrusted" 5074 + version = "0.7.1" 5075 + source = "registry+https://github.com/rust-lang/crates.io-index" 5076 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 5077 + 5078 + [[package]] 4416 5079 name = "url" 4417 5080 version = "2.3.1" 4418 5081 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4447 5110 checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 4448 5111 4449 5112 [[package]] 5113 + name = "varinteger" 5114 + version = "1.0.6" 5115 + source = "registry+https://github.com/rust-lang/crates.io-index" 5116 + checksum = "7ea29db9f94ff08bb619656b8120878f280526f71dc88b5262c958a510181812" 5117 + 5118 + [[package]] 4450 5119 name = "vec1" 4451 5120 version = "1.10.1" 4452 5121 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4586 5255 ] 4587 5256 4588 5257 [[package]] 5258 + name = "webpki" 5259 + version = "0.22.0" 5260 + source = "registry+https://github.com/rust-lang/crates.io-index" 5261 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 5262 + dependencies = [ 5263 + "ring", 5264 + "untrusted", 5265 + ] 5266 + 5267 + [[package]] 4589 5268 name = "weezl" 4590 5269 version = "0.1.7" 4591 5270 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4601 5280 "js-sys", 4602 5281 "log", 4603 5282 "naga", 4604 - "parking_lot", 5283 + "parking_lot 0.12.1", 4605 5284 "raw-window-handle 0.5.2", 4606 5285 "smallvec", 4607 5286 "static_assertions", ··· 4627 5306 "fxhash", 4628 5307 "log", 4629 5308 "naga", 4630 - "parking_lot", 5309 + "parking_lot 0.12.1", 4631 5310 "profiling", 4632 5311 "raw-window-handle 0.5.2", 4633 5312 "smallvec", ··· 4663 5342 "metal", 4664 5343 "naga", 4665 5344 "objc", 4666 - "parking_lot", 5345 + "parking_lot 0.12.1", 4667 5346 "profiling", 4668 5347 "range-alloc", 4669 5348 "raw-window-handle 0.5.2", ··· 4737 5416 4738 5417 [[package]] 4739 5418 name = "windows" 5419 + version = "0.43.0" 5420 + source = "registry+https://github.com/rust-lang/crates.io-index" 5421 + checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244" 5422 + dependencies = [ 5423 + "windows_aarch64_gnullvm", 5424 + "windows_aarch64_msvc 0.42.2", 5425 + "windows_i686_gnu 0.42.2", 5426 + "windows_i686_msvc 0.42.2", 5427 + "windows_x86_64_gnu 0.42.2", 5428 + "windows_x86_64_gnullvm", 5429 + "windows_x86_64_msvc 0.42.2", 5430 + ] 5431 + 5432 + [[package]] 5433 + name = "windows" 4740 5434 version = "0.44.0" 4741 5435 source = "registry+https://github.com/rust-lang/crates.io-index" 4742 5436 checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" ··· 4896 5590 "ndk-glue", 4897 5591 "objc", 4898 5592 "once_cell", 4899 - "parking_lot", 5593 + "parking_lot 0.12.1", 4900 5594 "percent-encoding", 4901 5595 "raw-window-handle 0.4.3", 4902 5596 "raw-window-handle 0.5.2", ··· 4946 5640 checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67" 4947 5641 dependencies = [ 4948 5642 "nix 0.24.3", 5643 + ] 5644 + 5645 + [[package]] 5646 + name = "yasna" 5647 + version = "0.5.1" 5648 + source = "registry+https://github.com/rust-lang/crates.io-index" 5649 + checksum = "aed2e7a52e3744ab4d0c05c20aa065258e84c49fd4226f5191b2ed29712710b4" 5650 + dependencies = [ 5651 + "time", 4949 5652 ] 4950 5653 4951 5654 [[package]]
+3 -17
pkgs/games/jumpy/default.nix
··· 1 1 { lib 2 2 , rustPlatform 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , makeWrapper 6 5 , pkg-config 7 6 , zstd ··· 17 16 18 17 rustPlatform.buildRustPackage rec { 19 18 pname = "jumpy"; 20 - version = "0.6.1"; 19 + version = "0.7.0"; 21 20 22 21 src = fetchFromGitHub { 23 22 owner = "fishfolk"; 24 23 repo = pname; 25 24 rev = "v${version}"; 26 - sha256 = "sha256-03VPfSIlGB8Cc1jWzZSj9MBFBBmMjyx+RdHr3r3oolU="; 25 + sha256 = "sha256-krO/iPGnzXeY3W8xSFerlKa1DvDl7ss00bGaAMkHUtw="; 27 26 }; 28 27 29 28 cargoLock = { 30 29 lockFile = ./Cargo.lock; 31 30 outputHashes = { 31 + "bevy_simple_tilemap-0.10.1" = "sha256-Q/AsBZjsr+uTIh/oN0OsIJxntZ4nuc1AReo0Ronj930="; 32 32 "bones_asset-0.1.0" = "sha256-YyY5OsbRLkpAgvNifRiXfmzfsgFw/oFV1nQVCkXG4j4="; 33 33 }; 34 34 }; 35 - 36 - patches = [ 37 - # removes unused patch in patch.crates-io, which cases the build to fail 38 - # error: failed to load source for dependency `bevy_simple_tilemap` 39 - # Caused by: attempting to update a git repository, but --frozen was specified 40 - ./remove-unused-patch.patch 41 - 42 - # the crate version is outdated 43 - (fetchpatch { 44 - name = "bump-version-to-0-6-1.patch"; 45 - url = "https://github.com/fishfolk/jumpy/commit/15081c425056cdebba1bc90bfcaba50a2e24829f.patch"; 46 - hash = "sha256-dxLfy1HMdjh2VPbqMb/kwvDxeuptFi3W9tLzvg6TLsE="; 47 - }) 48 - ]; 49 35 50 36 nativeBuildInputs = [ 51 37 makeWrapper
-22
pkgs/games/jumpy/remove-unused-patch.patch
··· 1 - --- a/Cargo.lock 2 - +++ b/Cargo.lock 3 - @@ -4977,8 +4977,3 @@ dependencies = [ 4 - "libc", 5 - "pkg-config", 6 - ] 7 - - 8 - -[[patch.unused]] 9 - -name = "bevy_simple_tilemap" 10 - -version = "0.11.0" 11 - -source = "git+https://github.com/forbjok/bevy_simple_tilemap.git#9a1d4332e961327443adb16aca306f837b6f4da5" 12 - --- a/Cargo.toml 13 - +++ b/Cargo.toml 14 - @@ -94,8 +94,6 @@ codegen-units = 1 # Improved rapier physics perf, so it might help other stuf 15 - lto = true 16 - 17 - [patch.crates-io] 18 - -bevy_simple_tilemap = { git = "https://github.com/forbjok/bevy_simple_tilemap.git" } 19 - - 20 - bones_lib = { git = "https://github.com/fishfolk/bones" } 21 - bones_bevy_asset = { git = "https://github.com/fishfolk/bones" } 22 - type_ulid = { git = "https://github.com/fishfolk/bones" }
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2023.5.0"; 5 + version = "2023.5.1"; 6 6 components = { 7 7 "3_day_blinds" = ps: with ps; [ 8 8 ];
+3 -3
pkgs/servers/home-assistant/default.nix
··· 321 321 extraBuildInputs = extraPackages python.pkgs; 322 322 323 323 # Don't forget to run parse-requirements.py after updating 324 - hassVersion = "2023.5.0"; 324 + hassVersion = "2023.5.1"; 325 325 326 326 in python.pkgs.buildPythonApplication rec { 327 327 pname = "homeassistant"; ··· 337 337 # Primary source is the pypi sdist, because it contains translations 338 338 src = fetchPypi { 339 339 inherit pname version; 340 - hash = "sha256-zTOOQiA9nSJJR59fjkR1k+JNOvqXh1XB21i4nzQq4ZQ="; 340 + hash = "sha256-SnNZE2FFL+PVnAoX661d5d4P1drbSPZQsL25mi4TuNI="; 341 341 }; 342 342 343 343 # Secondary source is git for tests ··· 345 345 owner = "home-assistant"; 346 346 repo = "core"; 347 347 rev = "refs/tags/${version}"; 348 - hash = "sha256-spH1gu045VQeC21OeOEYKTLkql0Gflpha927Kvd7q1w="; 348 + hash = "sha256-ddD9hBN+UU9Z3zfNsymD7O5Fi5v1Xuh2wMPmfhrsoO8="; 349 349 }; 350 350 351 351 nativeBuildInputs = with python3.pkgs; [
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 4 4 # the frontend version corresponding to a specific home-assistant version can be found here 5 5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 6 6 pname = "home-assistant-frontend"; 7 - version = "20230503.1"; 7 + version = "20230503.2"; 8 8 format = "wheel"; 9 9 10 10 src = fetchPypi { ··· 12 12 pname = "home_assistant_frontend"; 13 13 dist = "py3"; 14 14 python = "py3"; 15 - hash = "sha256-h3M2mnlJOwo05zSmjlPKZVh5npR2IAKT2ff4gIz6f0Y="; 15 + hash = "sha256-Iz7GviL5qRjEE+I15NpquJ3seHFJPnoMasChIti4mYY="; 16 16 }; 17 17 18 18 # there is nothing to strip in this package
+2 -2
pkgs/tools/virtualization/google-guest-oslogin/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "google-guest-oslogin"; 13 - version = "20230406.02"; 13 + version = "20230502.00"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "GoogleCloudPlatform"; 17 17 repo = "guest-oslogin"; 18 18 rev = version; 19 - sha256 = "sha256-Eo/wgGytOIbpEsNdAiDt88HRrddy5CopRCFJy7pLKb0="; 19 + sha256 = "sha256-66e0d6nE3880xsdI67O71TyZKQi3sGHkx7fLo3xVI7Q="; 20 20 }; 21 21 22 22 postPatch = ''