Merge pull request #178436 from xabufr/master

tfswitch: 0.13.1250 -> 0.13.1275

authored by Bobby Rong and committed by GitHub 6141b893 629ed9ea

+2 -2
+2 -2
pkgs/applications/networking/cluster/tfswitch/default.nix
··· 1 1 { buildGoModule, lib, fetchFromGitHub }: 2 2 buildGoModule rec { 3 3 pname = "tfswitch"; 4 - version = "0.13.1250"; 4 + version = "0.13.1275"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "warrensbox"; 8 8 repo = "terraform-switcher"; 9 9 rev = version; 10 - sha256 = "sha256-OfQUwAv7PgjcDLE4Wm6I8pAHeLV9sHlLHRVqTB13B4c="; 10 + sha256 = "sha256-yuoJkVztLtlr4xOa4muWKquwAb8lo2IQpD7PLxEQfpg="; 11 11 }; 12 12 13 13 vendorSha256 = "sha256-jM9xYwBshBpaT4duBTvVwYUOapQfUbq9kL7EaRIGfQY=";