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

tenv: 1.8.0 -> 1.9.4
This commit is contained in:
Weijia Wang 2024-05-01 10:38:22 +02:00 committed by GitHub
commit a3c55049e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tenv";
version = "1.8.0";
version = "1.9.4";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-w8A3tmv8KzwtP5gqbaj5UdFxLcz9ILBP1itXSlLJ3Q0=";
hash = "sha256-lrBoZwdhDPE2cGTxptMV6PChUdHe99n7AqCozMUkXk0=";
};
vendorHash = "sha256-NMkR90+kJ3VsuhF45l5K68uOqenPfINZDEE0GfjULro=";