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

tenv: 1.2.0 -> 1.3.0
This commit is contained in:
Mario Rodas 2024-03-26 07:07:02 -05:00 committed by GitHub
commit e51be23fab
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.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-yLNdBwKF6Jts661P+YZhFGNr71TG7Scb6RGvFxTLqYQ=";
hash = "sha256-v8Llk9TpTXg8yddNfNc3yh476adokdllOPdPGQDcrMs=";
};
vendorHash = "sha256-GGWiP1rIDF6qxST2ZmnKNkgbS+15hxaCs1d1+UEiYgU=";
vendorHash = "sha256-3R6UW0jCIcHY1weX8PTFU3nEKTS7VbRD0l78tycIXaE=";
# Tests disabled for requiring network access to release.hashicorp.com
doCheck = false;