autorestic: 1.7.5 -> 1.7.6

This commit is contained in:
R. Ryantm
2023-03-05 20:46:55 +00:00
parent cb351f064e
commit 1c696382ae
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "autorestic";
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gf2sqMI8dG7+sVSqe2f5oG7vqQ9UDKAqPUS+MPVB7SI=";
sha256 = "sha256-jlCCARbZSAHK0ojlTdtUl7fo+MAtuQYo64lZeKyQ9ho=";
};
vendorHash = "sha256-eB24vCElnnk3EMKniCblmeRsFk0BQ0wFeBf0B8OPanE=";
vendorHash = "sha256-K3+5DRXcx56sJ4XHikVtmoxmpJbBeAgPkN9KtHVgvYA=";
nativeBuildInputs = [ installShellFiles ];