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.
1 parent 5f29601 commit 6c38a6fCopy full SHA for 6c38a6f
pkgs/by-name/tf/tfswitch/package.nix
@@ -5,16 +5,16 @@
5
}:
6
buildGoModule rec {
7
pname = "tfswitch";
8
- version = "1.4.4";
+ version = "1.4.5";
9
10
src = fetchFromGitHub {
11
owner = "warrensbox";
12
repo = "terraform-switcher";
13
rev = "v${version}";
14
- sha256 = "sha256-cuy33QWCXNcDHV+Agxwy8qcBYFos05SaohTMgwBusuc=";
+ sha256 = "sha256-hwAVnTvOXxLUCtCKNMvdS4MfscpMACIZHgJsJNqAJBE=";
15
};
16
17
- vendorHash = "sha256-IS6TNtp9M7RgGg38udA0cbbeegmljcpVlnbxSH6hn7o=";
+ vendorHash = "sha256-inMUSw75tLPAhJrcralzeib2Mo1H37CI7629Xopu/mA=";
18
19
# Disable tests since it requires network access and relies on the
20
# presence of release.hashicorp.com
0 commit comments