mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
tfsec: 0.38.2 -> 0.38.3
https://github.com/tfsec/tfsec/releases/tag/v0.38.3
This commit is contained in:
parent
863e300e39
commit
6689c39fb6
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "tfsec";
|
||||
version = "0.38.2";
|
||||
version = "0.38.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tfsec";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-jHmAA3yVtEChrqQ62S9hcSavoLXKc2hJOCDuet/FTzQ=";
|
||||
sha256 = "0vw62cagggqpv3q68ypz3wykhyghz6dzl59hxsahy8lr9b1npy8a";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/tfsec/tfsec";
|
||||
|
Loading…
Reference in New Issue
Block a user