Skip to content

Commit 46d0143

Browse files
tfswitch: 1.7.0 -> 1.8.0 (#455110)
2 parents 842c7dd + f93e34e commit 46d0143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tf/tfswitch/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
buildGoModule rec {
77
pname = "tfswitch";
8-
version = "1.7.0";
8+
version = "1.8.0";
99

1010
src = fetchFromGitHub {
1111
owner = "warrensbox";
1212
repo = "terraform-switcher";
1313
rev = "v${version}";
14-
sha256 = "sha256-Lxczo2zlBqDyHAcGPR1UM1s8tR4+F80YeNI0JJXLN30=";
14+
sha256 = "sha256-9N6C2y+lGyWSJgDiPsMKo03ji6lhq+0OI1idi1VcrAA=";
1515
};
1616

17-
vendorHash = "sha256-JnfRdircsabRP1O8dSs8/OGwTSvv4xmIXeFQsnbpb5o=";
17+
vendorHash = "sha256-4qZ5egtNN0O+ESkvavprNd6Xtxh/eyD5INolqKXo674=";
1818

1919
# Disable tests since it requires network access and relies on the
2020
# presence of release.hashicorp.com

0 commit comments

Comments
 (0)