driftctl: 0.38.2 -> 0.39.0

This commit is contained in:
QJoly 2023-06-08 17:29:04 +02:00
parent 83e3797d0d
commit 7c99d4b1dc

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "driftctl";
version = "0.38.2";
version = "0.39.0";
src = fetchFromGitHub {
owner = "snyk";
repo = "driftctl";
rev = "v${version}";
sha256 = "sha256-PPzoZypTP3yrgU50Uv7yBNCc2nAa84quCTWjxyq9h/c=";
sha256 = "sha256-1i5x05q0Mo3E3ExM9qONRtQCH3nO7pXyNqOaAtz7qYE=";
};
vendorHash = "sha256-XVEXWBVqYoAlK4DP0GdWqJDcLy9WxCaUdNbVESJ9zoM=";
vendorHash = "sha256-H/+LORl7Bjy1NshjtWDzj13YCrlQQgtBr4+Rz/rxQkY=";
nativeBuildInputs = [ installShellFiles ];
@ -51,6 +51,6 @@ buildGoModule rec {
and fills in the missing piece in your DevSecOps toolbox.
'';
license = licenses.asl20;
maintainers = with maintainers; [ kaction jk ];
maintainers = with maintainers; [ kaction jk qjoly ];
};
}