driftctl: 0.38.1 -> 0.38.2

This commit is contained in:
R. Ryantm 2023-01-15 07:01:57 +00:00
parent 3bc481f4b2
commit e556438e1c

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "driftctl";
version = "0.38.1";
version = "0.38.2";
src = fetchFromGitHub {
owner = "snyk";
repo = "driftctl";
rev = "v${version}";
sha256 = "sha256-etH/92Nhl5ZkmBeDtgFN0pLUOzgWhd3lClW4+zXYPr4=";
sha256 = "sha256-PPzoZypTP3yrgU50Uv7yBNCc2nAa84quCTWjxyq9h/c=";
};
vendorSha256 = "sha256-tvl0VlMUD7rVlB/OjyptYyllx6brX+ycGTp4In9yEvE=";
vendorHash = "sha256-XVEXWBVqYoAlK4DP0GdWqJDcLy9WxCaUdNbVESJ9zoM=";
nativeBuildInputs = [ installShellFiles ];