Skip to content

Commit b265ee0

Browse files
tenv: 4.1.0 -> 4.2.4 (#386480)
2 parents 9e28a77 + 0aa8a1d commit b265ee0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkgs/by-name/te/tenv/package.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
1010

1111
buildGoModule rec {
1212
pname = "tenv";
13-
version = "4.1.0";
13+
version = "4.2.4";
1414

1515
src = fetchFromGitHub {
1616
owner = "tofuutils";
1717
repo = "tenv";
18-
rev = "v${version}";
19-
hash = "sha256-6Em/cauhHuK0RN8Jp1JkPFBHFBwu65QxVHTAu0rh+Vo=";
18+
tag = "v${version}";
19+
hash = "sha256-r0vIrhqCHTYuQMafGCsJbEo9mOWjxGRYSEXQa49FCZU=";
2020
};
2121

22-
vendorHash = "sha256-JrAzjnXqZSlsukLRXqHReiKPuOyWQS85/F2EnXf043U=";
22+
vendorHash = "sha256-0+RZ4kJS2hIePhWInPqtkeM0V0iWu3+eaaiH8wwRwVI=";
23+
24+
excludedPackages = [ "tools" ];
2325

2426
# Tests disabled for requiring network access to release.hashicorp.com
2527
doCheck = false;

0 commit comments

Comments
 (0)