Skip to content

Commit 996d5f0

Browse files
authored
tfswitch: 1.4.4 -> 1.4.5 (#406761)
2 parents 4360929 + 6c38a6f commit 996d5f0

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.4.4";
8+
version = "1.4.5";
99

1010
src = fetchFromGitHub {
1111
owner = "warrensbox";
1212
repo = "terraform-switcher";
1313
rev = "v${version}";
14-
sha256 = "sha256-cuy33QWCXNcDHV+Agxwy8qcBYFos05SaohTMgwBusuc=";
14+
sha256 = "sha256-hwAVnTvOXxLUCtCKNMvdS4MfscpMACIZHgJsJNqAJBE=";
1515
};
1616

17-
vendorHash = "sha256-IS6TNtp9M7RgGg38udA0cbbeegmljcpVlnbxSH6hn7o=";
17+
vendorHash = "sha256-inMUSw75tLPAhJrcralzeib2Mo1H37CI7629Xopu/mA=";
1818

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

0 commit comments

Comments
 (0)