tenv: 1.11.2 -> 1.11.5

This commit is contained in:
R. Ryantm 2024-05-26 21:22:43 +00:00
parent 8de5bd2ac7
commit 147bdf3ca1

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;