tenv: 4.6.2 -> 4.7.0 (#414876)

This commit is contained in:
OTABI Tomoya
2025-06-14 23:51:11 +09:00
committed by GitHub

View File

@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "tenv";
version = "4.6.2";
version = "4.7.0";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
tag = "v${version}";
hash = "sha256-oYAl388/PBIL7LxOWUCZLHYfOKkkB/BEaTKpTN8rp5U=";
hash = "sha256-2ZtXmbrA68lGYvaclkZK1pjiw7AipdIImDzgrrxcz+4=";
};
vendorHash = "sha256-5aWf5O25cudtIny159t3Mllp2wV0C+JxWe7RDkYOxVM=";
vendorHash = "sha256-acJNxu7M3YOBcQ3KY9qL9vpBoaYIZRUtIDuvkLgATTc=";
excludedPackages = [ "tools" ];