Merge pull request #215442 from r-ryantm/auto-update/tfswitch

tfswitch: 0.13.1300 -> 0.13.1308

authored by

Weijia Wang and committed by
GitHub
5f8d2c44 b207e664

+3 -3
+3 -3
pkgs/applications/networking/cluster/tfswitch/default.nix
··· 1 1 { buildGoModule, lib, fetchFromGitHub }: 2 2 buildGoModule rec { 3 3 pname = "tfswitch"; 4 - version = "0.13.1300"; 4 + version = "0.13.1308"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "warrensbox"; 8 8 repo = "terraform-switcher"; 9 9 rev = version; 10 - sha256 = "sha256-btvoFllCfwQJNpRWdAB05Cu4JYmT1xynJxDbzO/6LDs="; 10 + sha256 = "sha256-EyA7LwfL3vCNzd2wpyUbrUnvkM0/f7/cQp+jcAcGZsg="; 11 11 }; 12 12 13 - vendorSha256 = "sha256-NX+vzI/Fa/n9ZQjpESes4fNVAmKlA1rqPwSKsL2GEUY="; 13 + vendorHash = "sha256-NX+vzI/Fa/n9ZQjpESes4fNVAmKlA1rqPwSKsL2GEUY="; 14 14 15 15 # Disable tests since it requires network access and relies on the 16 16 # presence of release.hashicorp.com