restic: 0.16.1 -> 0.16.2

Diff: https://github.com/restic/restic/compare/v0.16.1...v0.16.2

Changelog: https://github.com/restic/restic/blob/v0.16.2/CHANGELOG.md

+2 -2
+2 -2
pkgs/tools/backup/restic/default.nix
··· 3 3 4 4 buildGoModule rec { 5 5 pname = "restic"; 6 - version = "0.16.1"; 6 + version = "0.16.2"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "restic"; 10 10 repo = "restic"; 11 11 rev = "v${version}"; 12 - hash = "sha256-sMxOZEnZr2UdhmwLXQnggQzw+pXcoWmqqADlQ0yDhj8="; 12 + hash = "sha256-Qrbg8/f1ne+7c+mnUc/8CoZBjiGLohJXnu0cnc0pT4g="; 13 13 }; 14 14 15 15 patches = [