mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 05:07:35 +00:00
crowdsec: fix hash
This commit is contained in:
parent
1f5c2993a5
commit
326517a529
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user