Merge pull request #260640 from linsui/pot

pot: 2.6.2 -> 2.6.3

authored by Weijia Wang and committed by GitHub 0e86745f 87e39e08

+27 -27
+23 -23
pkgs/applications/misc/pot/Cargo.lock
··· 420 421 [[package]] 422 name = "bstr" 423 - version = "1.6.2" 424 source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" 426 dependencies = [ 427 "memchr", 428 "serde", ··· 2390 2391 [[package]] 2392 name = "jobserver" 2393 - version = "0.1.26" 2394 source = "registry+https://github.com/rust-lang/crates.io-index" 2395 - checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 2396 dependencies = [ 2397 "libc", 2398 ] ··· 2417 2418 [[package]] 2419 name = "json-patch" 2420 - version = "1.1.0" 2421 source = "registry+https://github.com/rust-lang/crates.io-index" 2422 - checksum = "4f7765dccf8c39c3a470fc694efe322969d791e713ca46bc7b5c506886157572" 2423 dependencies = [ 2424 "serde", 2425 "serde_json", ··· 4050 4051 [[package]] 4052 name = "regex" 4053 - version = "1.9.6" 4054 source = "registry+https://github.com/rust-lang/crates.io-index" 4055 - checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff" 4056 dependencies = [ 4057 "aho-corasick", 4058 "memchr", 4059 - "regex-automata 0.3.9", 4060 - "regex-syntax 0.7.5", 4061 ] 4062 4063 [[package]] ··· 4071 4072 [[package]] 4073 name = "regex-automata" 4074 - version = "0.3.9" 4075 source = "registry+https://github.com/rust-lang/crates.io-index" 4076 - checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" 4077 dependencies = [ 4078 "aho-corasick", 4079 "memchr", 4080 - "regex-syntax 0.7.5", 4081 ] 4082 4083 [[package]] ··· 4088 4089 [[package]] 4090 name = "regex-syntax" 4091 - version = "0.7.5" 4092 source = "registry+https://github.com/rust-lang/crates.io-index" 4093 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 4094 4095 [[package]] 4096 name = "reqwest" ··· 4419 4420 [[package]] 4421 name = "semver" 4422 - version = "1.0.19" 4423 source = "registry+https://github.com/rust-lang/crates.io-index" 4424 - checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" 4425 dependencies = [ 4426 "serde", 4427 ] ··· 5321 [[package]] 5322 name = "tauri-plugin-autostart" 5323 version = "0.0.0" 5324 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#07650ca94b70b309a48d499a99ad1ad6519ce17a" 5325 dependencies = [ 5326 "auto-launch", 5327 "log", ··· 5334 [[package]] 5335 name = "tauri-plugin-fs-watch" 5336 version = "0.0.0" 5337 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#07650ca94b70b309a48d499a99ad1ad6519ce17a" 5338 dependencies = [ 5339 "log", 5340 "notify", ··· 5348 [[package]] 5349 name = "tauri-plugin-log" 5350 version = "0.0.0" 5351 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#07650ca94b70b309a48d499a99ad1ad6519ce17a" 5352 dependencies = [ 5353 "byte-unit", 5354 "fern", ··· 5363 [[package]] 5364 name = "tauri-plugin-single-instance" 5365 version = "0.0.0" 5366 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#07650ca94b70b309a48d499a99ad1ad6519ce17a" 5367 dependencies = [ 5368 "log", 5369 "serde", ··· 5377 [[package]] 5378 name = "tauri-plugin-sql" 5379 version = "0.0.0" 5380 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#07650ca94b70b309a48d499a99ad1ad6519ce17a" 5381 dependencies = [ 5382 "futures-core", 5383 "log", ··· 5393 [[package]] 5394 name = "tauri-plugin-store" 5395 version = "0.0.0" 5396 - source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#07650ca94b70b309a48d499a99ad1ad6519ce17a" 5397 dependencies = [ 5398 "log", 5399 "serde",
··· 420 421 [[package]] 422 name = "bstr" 423 + version = "1.7.0" 424 source = "registry+https://github.com/rust-lang/crates.io-index" 425 + checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" 426 dependencies = [ 427 "memchr", 428 "serde", ··· 2390 2391 [[package]] 2392 name = "jobserver" 2393 + version = "0.1.27" 2394 source = "registry+https://github.com/rust-lang/crates.io-index" 2395 + checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" 2396 dependencies = [ 2397 "libc", 2398 ] ··· 2417 2418 [[package]] 2419 name = "json-patch" 2420 + version = "1.2.0" 2421 source = "registry+https://github.com/rust-lang/crates.io-index" 2422 + checksum = "55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6" 2423 dependencies = [ 2424 "serde", 2425 "serde_json", ··· 4050 4051 [[package]] 4052 name = "regex" 4053 + version = "1.10.0" 4054 source = "registry+https://github.com/rust-lang/crates.io-index" 4055 + checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87" 4056 dependencies = [ 4057 "aho-corasick", 4058 "memchr", 4059 + "regex-automata 0.4.1", 4060 + "regex-syntax 0.8.0", 4061 ] 4062 4063 [[package]] ··· 4071 4072 [[package]] 4073 name = "regex-automata" 4074 + version = "0.4.1" 4075 source = "registry+https://github.com/rust-lang/crates.io-index" 4076 + checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b" 4077 dependencies = [ 4078 "aho-corasick", 4079 "memchr", 4080 + "regex-syntax 0.8.0", 4081 ] 4082 4083 [[package]] ··· 4088 4089 [[package]] 4090 name = "regex-syntax" 4091 + version = "0.8.0" 4092 source = "registry+https://github.com/rust-lang/crates.io-index" 4093 + checksum = "c3cbb081b9784b07cceb8824c8583f86db4814d172ab043f3c23f7dc600bf83d" 4094 4095 [[package]] 4096 name = "reqwest" ··· 4419 4420 [[package]] 4421 name = "semver" 4422 + version = "1.0.20" 4423 source = "registry+https://github.com/rust-lang/crates.io-index" 4424 + checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" 4425 dependencies = [ 4426 "serde", 4427 ] ··· 5321 [[package]] 5322 name = "tauri-plugin-autostart" 5323 version = "0.0.0" 5324 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#9b20f28d747f6ec3ba5a80bfcd5edc1d573b4c90" 5325 dependencies = [ 5326 "auto-launch", 5327 "log", ··· 5334 [[package]] 5335 name = "tauri-plugin-fs-watch" 5336 version = "0.0.0" 5337 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#9b20f28d747f6ec3ba5a80bfcd5edc1d573b4c90" 5338 dependencies = [ 5339 "log", 5340 "notify", ··· 5348 [[package]] 5349 name = "tauri-plugin-log" 5350 version = "0.0.0" 5351 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#9b20f28d747f6ec3ba5a80bfcd5edc1d573b4c90" 5352 dependencies = [ 5353 "byte-unit", 5354 "fern", ··· 5363 [[package]] 5364 name = "tauri-plugin-single-instance" 5365 version = "0.0.0" 5366 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#9b20f28d747f6ec3ba5a80bfcd5edc1d573b4c90" 5367 dependencies = [ 5368 "log", 5369 "serde", ··· 5377 [[package]] 5378 name = "tauri-plugin-sql" 5379 version = "0.0.0" 5380 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#9b20f28d747f6ec3ba5a80bfcd5edc1d573b4c90" 5381 dependencies = [ 5382 "futures-core", 5383 "log", ··· 5393 [[package]] 5394 name = "tauri-plugin-store" 5395 version = "0.0.0" 5396 + source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v1#9b20f28d747f6ec3ba5a80bfcd5edc1d573b4c90" 5397 dependencies = [ 5398 "log", 5399 "serde",
+4 -4
pkgs/applications/misc/pot/default.nix
··· 23 24 stdenv.mkDerivation rec { 25 pname = "pot"; 26 - version = "2.6.2"; 27 28 src = fetchFromGitHub { 29 owner = "pot-app"; 30 repo = "pot-desktop"; 31 rev = version; 32 - hash = "sha256-0NnZe1o8HsB1GR6wp8Da/CTLhcve/sGIumD2qb9DC3s="; 33 }; 34 35 sourceRoot = "${src.name}/src-tauri"; ··· 66 67 dontFixup = true; 68 outputHashMode = "recursive"; 69 - outputHash = "sha256-m83cDKtFfwA3Xv8EqXNyF37ss+8qFDdFhu/1X1g7n/0="; 70 }; 71 72 cargoDeps = rustPlatform.importCargoLock { 73 lockFile = ./Cargo.lock; 74 outputHashes = { 75 # All other crates in the same workspace reuse this hash. 76 - "tauri-plugin-autostart-0.0.0" = "sha256-hvR9tUp7yFhSP2bqE0mGwT8NHL7fGOYQ3Gz2wYi0bXI="; 77 }; 78 }; 79
··· 23 24 stdenv.mkDerivation rec { 25 pname = "pot"; 26 + version = "2.6.3"; 27 28 src = fetchFromGitHub { 29 owner = "pot-app"; 30 repo = "pot-desktop"; 31 rev = version; 32 + hash = "sha256-ag54ns4lqIGjjHj6n8mDJTalQfBjqLxqSudjyeRRSs4="; 33 }; 34 35 sourceRoot = "${src.name}/src-tauri"; ··· 66 67 dontFixup = true; 68 outputHashMode = "recursive"; 69 + outputHash = "sha256-PqdwoGPsu1j4sDTvBAguDhB2v1yaNWybluLiN37SDa4="; 70 }; 71 72 cargoDeps = rustPlatform.importCargoLock { 73 lockFile = ./Cargo.lock; 74 outputHashes = { 75 # All other crates in the same workspace reuse this hash. 76 + "tauri-plugin-autostart-0.0.0" = "sha256-wgVsF3H9BT8lBew7tQ308eIQ6cLZT93hD/4eYCDEq98="; 77 }; 78 }; 79