lol

wox: 2.0.0-beta.3 -> 2.0.0-beta.4 (#436441)

authored by

Peder Bergebakken Sundt and committed by
GitHub
985c7bcb 90dc9f2c

+19 -99
+8 -8
pkgs/by-name/wo/wox/package.nix
··· 8 8 pnpm_9, 9 9 python3Packages, 10 10 writableTmpDirAsHomeHook, 11 - buildGoModule, 11 + buildGo125Module, 12 12 pkg-config, 13 13 autoPatchelfHook, 14 14 xorg, ··· 22 22 }: 23 23 24 24 let 25 - version = "2.0.0-beta.3"; 25 + version = "2.0.0-beta.4"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "Wox-launcher"; 29 29 repo = "Wox"; 30 30 tag = "v${version}"; 31 - hash = "sha256-z/fVRs5mflBhkeTazK9zg5WTYqDpqiXWEcNepEHg2k8="; 31 + hash = "sha256-KOndb8snDk1BwOontI5G9wnBBvO8KV85YF5zzp95t/M="; 32 32 }; 33 33 34 34 metaCommon = { ··· 74 74 src 75 75 sourceRoot 76 76 ; 77 - fetcherVersion = 1; 78 - hash = "sha256-4Xj6doUHFoZSwel+cPnr2m3rfvlxNmQCppm5gXGIEtU="; 77 + fetcherVersion = 2; 78 + hash = "sha256-HhdMwVNt7178EQlZGpTiTySBp8GR9tBpUaikEWt1BGY="; 79 79 }; 80 80 81 81 buildPhase = '' ··· 137 137 }; 138 138 }; 139 139 in 140 - buildGoModule { 140 + buildGo125Module { 141 141 pname = "wox"; 142 142 inherit version src; 143 143 ··· 154 154 --replace-fail "Exec=%s" "Exec=wox" 155 155 ''; 156 156 157 - vendorHash = "sha256-PW8upRPhv4UDnXvI+0b61c4jKkTrxzFuobF7x+qxY74="; 157 + vendorHash = "sha256-Ft4X2woSf0ib0Z8dAwf0VAFQv0ck9nVs7EnpWgGi2+0="; 158 158 159 159 proxyVendor = true; 160 160 ··· 200 200 ]; 201 201 202 202 postInstall = '' 203 - install -Dm644 ../assets/app.png $out/share/pixmaps/wox.png 203 + install -Dm644 ../assets/app.png $out/share/icons/hicolor/1024x1024/apps/wox.png 204 204 ''; 205 205 206 206 meta = metaCommon // {
+11 -91
pkgs/by-name/wo/wox/pubspec.lock.json
··· 326 326 "source": "hosted", 327 327 "version": "0.1.6" 328 328 }, 329 - "flutter_inappwebview": { 330 - "dependency": "direct main", 331 - "description": { 332 - "name": "flutter_inappwebview", 333 - "sha256": "80092d13d3e29b6227e25b67973c67c7210bd5e35c4b747ca908e31eb71a46d5", 334 - "url": "https://pub.dev" 335 - }, 336 - "source": "hosted", 337 - "version": "6.1.5" 338 - }, 339 - "flutter_inappwebview_android": { 340 - "dependency": "transitive", 341 - "description": { 342 - "name": "flutter_inappwebview_android", 343 - "sha256": "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba", 344 - "url": "https://pub.dev" 345 - }, 346 - "source": "hosted", 347 - "version": "1.1.3" 348 - }, 349 - "flutter_inappwebview_internal_annotations": { 350 - "dependency": "transitive", 351 - "description": { 352 - "name": "flutter_inappwebview_internal_annotations", 353 - "sha256": "787171d43f8af67864740b6f04166c13190aa74a1468a1f1f1e9ee5b90c359cd", 354 - "url": "https://pub.dev" 355 - }, 356 - "source": "hosted", 357 - "version": "1.2.0" 358 - }, 359 - "flutter_inappwebview_ios": { 360 - "dependency": "transitive", 361 - "description": { 362 - "name": "flutter_inappwebview_ios", 363 - "sha256": "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d", 364 - "url": "https://pub.dev" 365 - }, 366 - "source": "hosted", 367 - "version": "1.1.2" 368 - }, 369 - "flutter_inappwebview_macos": { 370 - "dependency": "transitive", 371 - "description": { 372 - "name": "flutter_inappwebview_macos", 373 - "sha256": "c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1", 374 - "url": "https://pub.dev" 375 - }, 376 - "source": "hosted", 377 - "version": "1.1.2" 378 - }, 379 - "flutter_inappwebview_platform_interface": { 380 - "dependency": "transitive", 381 - "description": { 382 - "name": "flutter_inappwebview_platform_interface", 383 - "sha256": "cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500", 384 - "url": "https://pub.dev" 385 - }, 386 - "source": "hosted", 387 - "version": "1.3.0+1" 388 - }, 389 - "flutter_inappwebview_web": { 390 - "dependency": "transitive", 391 - "description": { 392 - "name": "flutter_inappwebview_web", 393 - "sha256": "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598", 394 - "url": "https://pub.dev" 395 - }, 396 - "source": "hosted", 397 - "version": "1.1.2" 398 - }, 399 - "flutter_inappwebview_windows": { 400 - "dependency": "transitive", 401 - "description": { 402 - "name": "flutter_inappwebview_windows", 403 - "sha256": "8b4d3a46078a2cdc636c4a3d10d10f2a16882f6be607962dbfff8874d1642055", 404 - "url": "https://pub.dev" 405 - }, 406 - "source": "hosted", 407 - "version": "0.6.0" 408 - }, 409 329 "flutter_lints": { 410 330 "dependency": "direct dev", 411 331 "description": { ··· 598 518 "dependency": "transitive", 599 519 "description": { 600 520 "name": "leak_tracker", 601 - "sha256": "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0", 521 + "sha256": "8dcda04c3fc16c14f48a7bb586d4be1f0d1572731b6d81d51772ef47c02081e0", 602 522 "url": "https://pub.dev" 603 523 }, 604 524 "source": "hosted", 605 - "version": "10.0.9" 525 + "version": "11.0.1" 606 526 }, 607 527 "leak_tracker_flutter_testing": { 608 528 "dependency": "transitive", 609 529 "description": { 610 530 "name": "leak_tracker_flutter_testing", 611 - "sha256": "f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573", 531 + "sha256": "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1", 612 532 "url": "https://pub.dev" 613 533 }, 614 534 "source": "hosted", 615 - "version": "3.0.9" 535 + "version": "3.0.10" 616 536 }, 617 537 "leak_tracker_testing": { 618 538 "dependency": "transitive", 619 539 "description": { 620 540 "name": "leak_tracker_testing", 621 - "sha256": "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3", 541 + "sha256": "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1", 622 542 "url": "https://pub.dev" 623 543 }, 624 544 "source": "hosted", 625 - "version": "3.0.1" 545 + "version": "3.0.2" 626 546 }, 627 547 "linked_scroll_controller": { 628 548 "dependency": "transitive", ··· 1124 1044 "dependency": "transitive", 1125 1045 "description": { 1126 1046 "name": "test_api", 1127 - "sha256": "fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd", 1047 + "sha256": "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00", 1128 1048 "url": "https://pub.dev" 1129 1049 }, 1130 1050 "source": "hosted", 1131 - "version": "0.7.4" 1051 + "version": "0.7.6" 1132 1052 }, 1133 1053 "tuple": { 1134 1054 "dependency": "transitive", ··· 1284 1204 "dependency": "transitive", 1285 1205 "description": { 1286 1206 "name": "vector_math", 1287 - "sha256": "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803", 1207 + "sha256": "d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b", 1288 1208 "url": "https://pub.dev" 1289 1209 }, 1290 1210 "source": "hosted", 1291 - "version": "2.1.4" 1211 + "version": "2.2.0" 1292 1212 }, 1293 1213 "visibility_detector": { 1294 1214 "dependency": "transitive", ··· 1382 1302 } 1383 1303 }, 1384 1304 "sdks": { 1385 - "dart": ">=3.7.0 <4.0.0", 1305 + "dart": ">=3.8.0-0 <4.0.0", 1386 1306 "flutter": ">=3.27.0" 1387 1307 } 1388 1308 }