Merge pull request #264418 from dotlambda/restic-0.16.2

restic: 0.16.1 -> 0.16.2
This commit is contained in:
Robert Schütz 2023-11-05 17:46:00 -08:00 committed by GitHub
commit eb5caed9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
buildGoModule rec {
pname = "restic";
version = "0.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "restic";
repo = "restic";
rev = "v${version}";
hash = "sha256-sMxOZEnZr2UdhmwLXQnggQzw+pXcoWmqqADlQ0yDhj8=";
hash = "sha256-Qrbg8/f1ne+7c+mnUc/8CoZBjiGLohJXnu0cnc0pT4g=";
};
patches = [