tfswitch: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-11-04 03:50:20 +00:00
parent 59eeca222c
commit 10686efb3c
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "tfswitch";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "warrensbox";
repo = "terraform-switcher";
rev = "v${version}";
sha256 = "sha256-9N6C2y+lGyWSJgDiPsMKo03ji6lhq+0OI1idi1VcrAA=";
sha256 = "sha256-0yK4/eQ2WNnNopA2dMbvMr5mv3w9vQhfQuJExQM2gvc=";
};
vendorHash = "sha256-4qZ5egtNN0O+ESkvavprNd6Xtxh/eyD5INolqKXo674=";