lol

terraform: 1.3.6 -> 1.3.7

authored by

techknowlogick and committed by
zowoq
39e73874 72a4c545

+2 -2
+2 -2
pkgs/applications/networking/cluster/terraform/default.nix
··· 168 168 mkTerraform = attrs: pluggable (generic attrs); 169 169 170 170 terraform_1 = mkTerraform { 171 - version = "1.3.6"; 172 - sha256 = "sha256-aETsvcHoHSwqWCAdn9JPJLcX1Wi1umUghSjkq37OYDU="; 171 + version = "1.3.7"; 172 + sha256 = "sha256-z49DXJ9oYObJQWHPeuKvQ6jJtAheYuy0+QmvZ74ZbTQ"; 173 173 vendorSha256 = "sha256-fviukVGBkbxFs2fJpEp/tFMymXex7NRQdcGIIA9W88k="; 174 174 patches = [ ./provider-path-0_15.patch ]; 175 175 passthru = {