Skip to content

Commit

Permalink
tfswitch: 0.13.1201 -> 0.13.1218
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 13, 2022
1 parent 12769bc commit c9a6adc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/tfswitch/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c9a6adc

Please sign in to comment.