Unverified Commit 9a2e74d9 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

tfswitch: 1.4.3 -> 1.4.4 (#398315)



Co-authored-by: default avatarpsibi <psibi2000@gmail.com>
parents 76d386bf c8f77c25
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@
}:
buildGoModule rec {
  pname = "tfswitch";
  version = "1.4.3";
  version = "1.4.4";

  src = fetchFromGitHub {
    owner = "warrensbox";
    repo = "terraform-switcher";
    rev = "v${version}";
    sha256 = "sha256-5Zyu0SLF+xjemFKInzRKCcDZs72gwAJN7bacO+5StMg=";
    sha256 = "sha256-cuy33QWCXNcDHV+Agxwy8qcBYFos05SaohTMgwBusuc=";
  };

  vendorHash = "sha256-EjbS+1osM6Qauoi95JHLOdxeLOz0Jgz6ZaTFtfs6IgM=";
  vendorHash = "sha256-IS6TNtp9M7RgGg38udA0cbbeegmljcpVlnbxSH6hn7o=";

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