driftctl: 0.38.2 -> 0.39.0

QJoly 7c99d4b1 83e3797d

+4 -4
+4 -4
pkgs/applications/networking/cluster/driftctl/default.nix
··· 2 3 buildGoModule rec { 4 pname = "driftctl"; 5 - version = "0.38.2"; 6 7 src = fetchFromGitHub { 8 owner = "snyk"; 9 repo = "driftctl"; 10 rev = "v${version}"; 11 - sha256 = "sha256-PPzoZypTP3yrgU50Uv7yBNCc2nAa84quCTWjxyq9h/c="; 12 }; 13 14 - vendorHash = "sha256-XVEXWBVqYoAlK4DP0GdWqJDcLy9WxCaUdNbVESJ9zoM="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17 ··· 51 and fills in the missing piece in your DevSecOps toolbox. 52 ''; 53 license = licenses.asl20; 54 - maintainers = with maintainers; [ kaction jk ]; 55 }; 56 }
··· 2 3 buildGoModule rec { 4 pname = "driftctl"; 5 + version = "0.39.0"; 6 7 src = fetchFromGitHub { 8 owner = "snyk"; 9 repo = "driftctl"; 10 rev = "v${version}"; 11 + sha256 = "sha256-1i5x05q0Mo3E3ExM9qONRtQCH3nO7pXyNqOaAtz7qYE="; 12 }; 13 14 + vendorHash = "sha256-H/+LORl7Bjy1NshjtWDzj13YCrlQQgtBr4+Rz/rxQkY="; 15 16 nativeBuildInputs = [ installShellFiles ]; 17 ··· 51 and fills in the missing piece in your DevSecOps toolbox. 52 ''; 53 license = licenses.asl20; 54 + maintainers = with maintainers; [ kaction jk qjoly ]; 55 }; 56 }