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

tenv: 2.1.8 -> 2.2.1
This commit is contained in:
Weijia Wang 2024-06-30 10:39:30 +02:00 committed by GitHub
commit 705fbce81a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tenv";
version = "2.1.8";
version = "2.2.1";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-9wY+9lAbrnwiXpLilMaqtQz0XmMGRMv+m+yR7BxmSsw=";
hash = "sha256-je+T+Kbin0O7CuTRSsv3u+3IWLahTRn8io7yasubLM8=";
};
vendorHash = "sha256-v1NWlZhfypoS+bZCtr+P2s1t4qYVncbjx9IyRhi2sa4=";