tfswitch: 1.4.7 -> 1.5.0 (#431830)

Co-authored-by: psibi <psibi2000@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-08 02:01:55 +00:00
committed by GitHub
co-authored by psibi
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "tfswitch";
version = "1.4.7";
version = "1.5.0";
src = fetchFromGitHub {
owner = "warrensbox";
repo = "terraform-switcher";
rev = "v${version}";
sha256 = "sha256-r3zTIcn+AOYAgdaCVmKFg4rZrJZFvg7HDB/yU59z+cs=";
sha256 = "sha256-u7EnixxFds3dqNcyv+rHrGZdmwc34amq4tGGmBw0RsU=";
};
vendorHash = "sha256-HbNdWvKvmZDalDQoMtQMaXiT0NIFNtVowSIYO4z9h8c=";