crowdsec: fix hash

This commit is contained in:
Peder Bergebakken Sundt 2024-06-10 12:55:36 +02:00
parent 1f5c2993a5
commit 326517a529

View File

@ -7,8 +7,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "crowdsecurity";
repo = pname;
rev = "v${version}";
hash = "sha256-7E//BhimgHOQ4Plmf1XEXXf7B/fiKRRdl1u3bo8lIn0=";
rev = "refs/tags/v${version}";
hash = "sha256-3GpSpADtCNvekR7gjbIlqzog7PMog6Sra5tpcnUf/gk=";
};
vendorHash = "sha256-kkQYKiOSmFHjhOrYV40YRZX9w6rUue0NSKfw+Bqxb9s=";