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

autorestic: 1.7.9 -> 1.7.10
This commit is contained in:
Nick Cao 2024-01-12 11:22:18 -05:00 committed by GitHub
commit 644eb99f52
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.7.9";
version = "1.7.10";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7KYbA9qKa1o0ZLb+6S/UgAPT7wpsIugEFzWYB3voqBU=";
sha256 = "sha256-LhcHTXzTd2C9Nb60pZGc3Z1wlbs9RNUj8uW4r7vzIX0=";
};
vendorHash = "sha256-K3+5DRXcx56sJ4XHikVtmoxmpJbBeAgPkN9KtHVgvYA=";