3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #164928 from r-ryantm/auto-update/terraformer

terraformer: 0.8.18 -> 0.8.19
This commit is contained in:
Mario Rodas 2022-03-19 22:56:35 -05:00 committed by GitHub
commit f4be38ef89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "terraformer";
version = "0.8.18";
version = "0.8.19";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = pname;
rev = version;
sha256 = "sha256-F+OmeXCb0Q2Qqu0T+dqdxvUYszg4ED/zoayH9iO6PCM=";
sha256 = "sha256-h6hqgAHyMNnE7AXNPTUM2srgHW9WGcGmO8d30U2IbSo=";
};
vendorSha256 = "sha256-fCovSA3ZbKn9DrDlb/SXoe8iQTTEAiiDZFSpHUPmxzo=";
vendorSha256 = "sha256-bT6+fH0VJfcgehiiLIDTEYyWgVHIMUGuRaebzm2st60=";
subPackages = [ "." ];