rclone-ui: 3.5.0 -> 3.5.3
This commit is contained in:
@@ -20,31 +20,29 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "rclone-ui";
|
pname = "rclone-ui";
|
||||||
version = "3.5.0";
|
version = "3.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rclone-ui";
|
owner = "rclone-ui";
|
||||||
repo = "rclone-ui";
|
repo = "rclone-ui";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-U2bhhNqw2dWqyd5You1L8vTe30Q81DQd7YwHf6KcdBQ=";
|
hash = "sha256-QswFZJDWPASyqyqzYepS2bzd4K3JulA4UmK/dT9ryVo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
|
name = "${finalAttrs.pname}-${finalAttrs.version}-npm-deps";
|
||||||
inherit (finalAttrs) src;
|
inherit (finalAttrs) src;
|
||||||
forceGitDeps = true;
|
forceGitDeps = true;
|
||||||
hash = "sha256-omZprG5ozCrwkxB7G9n82wvpF7wXz+IWPEI8FEnOJvk=";
|
hash = "sha256-SZhxTgYKfU1I/wzlktgsaMk+em7ly4ekiMvxb0ge+ZM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoRoot = "src-tauri";
|
cargoRoot = "src-tauri";
|
||||||
buildAndTestSubdir = finalAttrs.cargoRoot;
|
buildAndTestSubdir = finalAttrs.cargoRoot;
|
||||||
|
|
||||||
cargoHash = "sha256-5JlqhhrHyHGTQ+9gYLgSQm+jF8th5UYdnLvXMRPKCTY=";
|
cargoHash = "sha256-bBkFMixt7Wrchlg/odjDMdHEp7omOofcPqDwacIFyOc=";
|
||||||
|
|
||||||
# Disable tauri bundle updater, can be removed when #389107 is merged
|
# Disable tauri bundle updater, can be removed when #389107 is merged
|
||||||
patches = [ ./remove_updater.patch ];
|
patches = [ ./remove_updater.patch ];
|
||||||
# Remove duplicate tao-macros dependency causing fetchCargoVendor failure.
|
|
||||||
cargoPatches = [ ./remove_duplicate_dependency.patch ];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace src-tauri/tauri.conf.json \
|
substituteInPlace src-tauri/tauri.conf.json \
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
|
|
||||||
index a6862ca..ab56106 100644
|
|
||||||
--- a/src-tauri/Cargo.lock
|
|
||||||
+++ b/src-tauri/Cargo.lock
|
|
||||||
@@ -5890,17 +5890,6 @@ dependencies = [
|
|
||||||
"x11-dl",
|
|
||||||
]
|
|
||||||
|
|
||||||
-[[package]]
|
|
||||||
-name = "tao-macros"
|
|
||||||
-version = "0.1.3"
|
|
||||||
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
-checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
|
|
||||||
-dependencies = [
|
|
||||||
- "proc-macro2",
|
|
||||||
- "quote",
|
|
||||||
- "syn 2.0.111",
|
|
||||||
-]
|
|
||||||
-
|
|
||||||
[[package]]
|
|
||||||
name = "tao-macros"
|
|
||||||
version = "0.1.3"
|
|
||||||
Reference in New Issue
Block a user