restic-browser: 0.3.1 -> 0.3.2 (#370401)

Co-authored-by: js6pak <js6pak@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-05 16:53:48 +00:00
committed by GitHub
co-authored by js6pak
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 =