about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-03-15 15:42:27 -0700
committerGitHub <noreply@github.com>2022-03-15 15:42:27 -0700
commit8057e54992bdee9166fe80c2f441aef99fb6fc0d (patch)
tree05e0f0881f0eaa671537b8569506dc041d2d7428
parent14a85eaffae4f71d3e82bc62d8ddb44a4ede32cc (diff)
parentc9a6adc80367efb0b3e18c7a9d2d54b5542e9095 (diff)
Merge pull request #163927 from r-ryantm/auto-update/tfswitch
tfswitch: 0.13.1201 -> 0.13.1218
-rw-r--r--pkgs/applications/networking/cluster/tfswitch/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/tfswitch/default.nix b/pkgs/applications/networking/cluster/tfswitch/default.nix
index f8473481cc018..3e872c27142da 100644
--- a/pkgs/applications/networking/cluster/tfswitch/default.nix
+++ b/pkgs/applications/networking/cluster/tfswitch/default.nix
@@ -1,16 +1,16 @@
 { buildGoModule, lib, fetchFromGitHub }:
 buildGoModule rec {
   pname = "tfswitch";
-  version = "0.13.1201";
+  version = "0.13.1218";
 
   src = fetchFromGitHub {
     owner = "warrensbox";
     repo = "terraform-switcher";
     rev = version;
-    sha256 = "sha256-gJa8oVdgerDi0GdTSNus5rHLsFuzg8ZqVeKTMuPXu0o=";
+    sha256 = "sha256-RJdbNXO+6TqFLapWiZ1UeXGS5522ykQvhhNDEHPr8xE=";
   };
 
-  vendorSha256 = "sha256-z3UDrwlMHFFH56U3oylSWE3wqWOCA4RI2smafHHwYkQ=";
+  vendorSha256 = "sha256-Xqgki072Iy+snRriPVJ9oaDNJ/LiKL+AuU+eVw0zlDU=";
 
   # Disable tests since it requires network access and relies on the
   # presence of release.hashicorp.com