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

tenv: 1.11.2 -> 1.11.5
This commit is contained in:
Nick Cao 2024-05-27 10:49:04 -04:00 committed by GitHub
commit df1c3f4fa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tenv";
version = "1.11.2";
version = "1.11.5";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-HlAnCmkMLtQWv63BW0pUns76AylZ1RcKN3D6qpMRo5w=";
hash = "sha256-GQZQJdhQxg2i61Wiazeag6XBYPmOdQ1nAv5ROJH50ns=";
};
vendorHash = "sha256-teog4VJGDOYsABuE2/fvOtcWvC8mM36rJQI6KZb3eS8=";
vendorHash = "sha256-OrMCzqqOFQkI8IwcfO/JVPyd/sw+Ud0VySV7UPiucwc=";
# Tests disabled for requiring network access to release.hashicorp.com
doCheck = false;