restic-browser: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2025-01-02 22:24:51 +00:00
parent 5503736c2b
commit c828d6d06e
2 changed files with 740 additions and 416 deletions
+736 -412
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -16,26 +16,26 @@
}:
rustPlatform.buildRustPackage rec {
pname = "restic-browser";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "emuell";
repo = "restic-browser";
rev = "v${version}";
hash = "sha256-KE9pa4P6WyzNo3CxPKgREb6EEkUEQSuhihn938XN45A=";
hash = "sha256-magf19hA5PVAZafRcQXFaAD50qGofztpiluVc2aCeOk=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tauri-plugin-window-state-0.1.1" = "sha256-Mf2/cnKotd751ZcSHfiSLNe2nxBfo4dMBdoCwQhe7yI=";
"fix-path-env-0.0.0" = "sha256-kSpWO2qMotpsYKJokqUWCUzGGmNOazaREDLjke4/CtE=";
};
};
npmDeps = fetchNpmDeps {
name = "${pname}-npm-deps-${version}";
inherit src;
hash = "sha256-OhJQ+rhtsEkwrPu+V6ITkXSJT6RJ8pYFATo0VfJaijc=";
hash = "sha256-U82hVPfVd12vBeDT3PHexwmc9OitkuxTugYRe4Z/3eo=";
};
nativeBuildInputs =