lol

Merge pull request #228982 from devhell/bump-rustic

rustic-rs: 0.5.2 -> 0.5.3

authored by nobbz.dev and committed by

GitHub e4863240 b24c8876

+3 -3
+3 -3
pkgs/tools/backup/rustic-rs/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "rustic-rs"; 5 - version = "0.5.2"; 5 + version = "0.5.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rustic-rs"; 9 9 repo = "rustic"; 10 10 rev = "refs/tags/v${version}"; 11 - hash = "sha256-DL6IpWUGZT5kqnJVFehjMZAmBp2shUZSA5KvJDa9FFY="; 11 + hash = "sha256-OZ80foq6DQZoJuJsQT4hxAHvzYn+uJbqG29wiZ7mPi8="; 12 12 }; 13 13 14 - cargoHash = "sha256-K4bj0jE+PuOL2mEeVEI84On17Jyw7PKtNPQzDKMvY+c="; 14 + cargoHash = "sha256-xdSAdw6YY6mYZDBKkH20wfB1oNiKecC7XhRKLUaHsTQ="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17