rustic: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm
2026-01-01 16:24:38 +00:00
parent c26eb5e78b
commit aaa668abd3

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "rustic";
version = "0.10.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "rustic-rs";
repo = "rustic";
tag = "v${version}";
hash = "sha256-IyAfaCeppmIKrnEb/RxNV3nNYLjlZR28u5HXNbyc8wc=";
hash = "sha256-MYl6tcCpWsyU38YSXpK3uFaDpS351ct89JIXhvpVu+Q=";
};
cargoHash = "sha256-wkI38C0ol0q5od+mbmr8JVekLMGEyWT+eQyy9kILyFs=";
cargoHash = "sha256-RIkOyx1paYKeytNPAcD402hBQi36gys+6lMnmoR24L8=";
nativeBuildInputs = [ installShellFiles ];