rustic-rs: 0.5.2 -> 0.5.3

This commit is contained in:
devhell 2023-04-29 21:01:10 +01:00
parent 327f9a5943
commit d68fd467d9

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rustic-rs"; pname = "rustic-rs";
version = "0.5.2"; version = "0.5.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rustic-rs"; owner = "rustic-rs";
repo = "rustic"; repo = "rustic";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-DL6IpWUGZT5kqnJVFehjMZAmBp2shUZSA5KvJDa9FFY="; hash = "sha256-OZ80foq6DQZoJuJsQT4hxAHvzYn+uJbqG29wiZ7mPi8=";
}; };
cargoHash = "sha256-K4bj0jE+PuOL2mEeVEI84On17Jyw7PKtNPQzDKMvY+c="; cargoHash = "sha256-xdSAdw6YY6mYZDBKkH20wfB1oNiKecC7XhRKLUaHsTQ=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];