We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 842c7dd + f93e34e commit 46d0143Copy full SHA for 46d0143
pkgs/by-name/tf/tfswitch/package.nix
@@ -5,16 +5,16 @@
5
}:
6
buildGoModule rec {
7
pname = "tfswitch";
8
- version = "1.7.0";
+ version = "1.8.0";
9
10
src = fetchFromGitHub {
11
owner = "warrensbox";
12
repo = "terraform-switcher";
13
rev = "v${version}";
14
- sha256 = "sha256-Lxczo2zlBqDyHAcGPR1UM1s8tR4+F80YeNI0JJXLN30=";
+ sha256 = "sha256-9N6C2y+lGyWSJgDiPsMKo03ji6lhq+0OI1idi1VcrAA=";
15
};
16
17
- vendorHash = "sha256-JnfRdircsabRP1O8dSs8/OGwTSvv4xmIXeFQsnbpb5o=";
+ vendorHash = "sha256-4qZ5egtNN0O+ESkvavprNd6Xtxh/eyD5INolqKXo674=";
18
19
# Disable tests since it requires network access and relies on the
20
# presence of release.hashicorp.com
0 commit comments