Merge pull request #302801 from r-ryantm/auto-update/tenv

tenv: 1.4.0 -> 1.7.0
This commit is contained in:
Nick Cao 2024-04-09 09:40:15 -04:00 committed by GitHub
commit ae85998eae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tenv";
version = "1.4.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-QWIwy995Y1QC2GbWxkRVZ3oaRv6+WhHNPeU9CUNCpA8=";
hash = "sha256-yAwjNh4Qc09VNpVZ6/e6nnPrz61K/tkSa1df+sMXBj8=";
};
vendorHash = "sha256-62bMFzVI6mQLC8TNvwQMEMdkPVjDa6/ElwT/41t4Cqw=";
vendorHash = "sha256-NMkR90+kJ3VsuhF45l5K68uOqenPfINZDEE0GfjULro=";
# Tests disabled for requiring network access to release.hashicorp.com
doCheck = false;