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

autorestic: 1.5.1 -> 1.5.2
This commit is contained in:
Mario Rodas 2022-02-19 15:31:51 -05:00 committed by GitHub
commit 755f7b1d74
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.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T34+oHEe+BWFJwWfYnC71+mP4+uhTMYr9r426I4fXcY=";
sha256 = "sha256-9nYLjnJZlwmDkamip1BVF/2NeFmGP+Oot3vRfl2Pcy0=";
};
vendorSha256 = "sha256-eKsPdmPJXiCwvb2A28tNxF4xStry3iA6aLb+XYFJYSg=";