autorestic: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm 2024-03-28 12:51:45 +00:00
parent e0188a425e
commit fd8e13613e

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "autorestic";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "cupcakearmy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e/OBu1tcIxr/ddKhbFyOtvU8Oqr0gpBRNpHRyoFKw6M=";
sha256 = "sha256-g7P/q29LMZEibEP6Pmve2WwuxdmSpdqQpwG6/RPDMAM=";
};
vendorHash = "sha256-K3+5DRXcx56sJ4XHikVtmoxmpJbBeAgPkN9KtHVgvYA=";
vendorHash = "sha256-1ya1h/v5uEVoZpPVugxXQC3FCH5GKPhcHIDm8rSY9OU=";
nativeBuildInputs = [ installShellFiles ];