Merge pull request #163726 from r-ryantm/auto-update/autorestic

autorestic: 1.5.5 -> 1.5.6
This commit is contained in:
Ryan Mulligan 2022-03-12 14:52:51 -06:00 committed by GitHub
commit 140343a5db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "autorestic";
version = "1.5.5";
version = "1.5.6";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JOiFsH9r92Gac7DH7h/4Q6hwXBtqLwHNQpW3gKBybHo=";
sha256 = "sha256-NhKAxybPLBR1Kaw2d4xI8WKS4cG0yAMHbUBDWgr5T0A=";
};
vendorSha256 = "sha256-WzmgV0wUsGfMVeho6M8wXJKD9adaAKRYmaJYaAcXwFc=";