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

autorestic: 1.5.0 -> 1.5.1
This commit is contained in:
Bobby Rong 2022-01-20 12:43:16 +08:00 committed by GitHub
commit c9f2ab4f74
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.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6/t7k0PNcRuCsIAV1iyDxDqsgm2fpBj+26MfvebNEBM=";
sha256 = "sha256-T34+oHEe+BWFJwWfYnC71+mP4+uhTMYr9r426I4fXcY=";
};
vendorSha256 = "sha256-eKsPdmPJXiCwvb2A28tNxF4xStry3iA6aLb+XYFJYSg=";