tenv: 4.1.0 -> 4.2.4 (#386480)

This commit is contained in:
Donovan Glover
2025-03-03 17:32:33 +00:00
committed by GitHub
+6 -4
View File
@@ -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;