Skip to content

Commit

Permalink
tfswitch 1.0.2 -> 1.2.2 (#336767)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Aug 28, 2024
2 parents 6f8da97 + fa340af commit ac63aa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = "1.0.2";
version = "1.2.2";

src = fetchFromGitHub {
owner = "warrensbox";
repo = "terraform-switcher";
rev = version;
sha256 = "sha256-Gp7+TEE7rmlabZhley/crpYZiqiKcc6uqSr6leZsmgU=";
rev = "v${version}";
sha256 = "sha256-Ym0ypMfoceOvje1z1oCxjnFrl1oosMFSplM7bhI0KXU=";
};

vendorHash = "sha256-DsC9djgt7Er2m2TacUldpJP43jC0IBklPnu41Saf4DY=";
vendorHash = "sha256-44A9fF+HIOJrlxpps6GV3yjPBqfpwOhEZ8Ejnp2o/wk=";

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

0 comments on commit ac63aa9

Please sign in to comment.