Unverified Commit b265ee0a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

tenv: 4.1.0 -> 4.2.4 (#386480)

parents 9e28a778 0aa8a1d5
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -10,16 +10,18 @@

buildGoModule rec {
  pname = "tenv";
  version = "4.1.0";
  version = "4.2.4";

  src = fetchFromGitHub {
    owner = "tofuutils";
    repo = "tenv";
    rev = "v${version}";
    hash = "sha256-6Em/cauhHuK0RN8Jp1JkPFBHFBwu65QxVHTAu0rh+Vo=";
    tag = "v${version}";
    hash = "sha256-r0vIrhqCHTYuQMafGCsJbEo9mOWjxGRYSEXQa49FCZU=";
  };

  vendorHash = "sha256-JrAzjnXqZSlsukLRXqHReiKPuOyWQS85/F2EnXf043U=";
  vendorHash = "sha256-0+RZ4kJS2hIePhWInPqtkeM0V0iWu3+eaaiH8wwRwVI=";

  excludedPackages = [ "tools" ];

  # Tests disabled for requiring network access to release.hashicorp.com
  doCheck = false;