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

tenv: 2.2.1 -> 2.3.0
This commit is contained in:
Nick Cao 2024-07-06 12:22:22 -04:00 committed by GitHub
commit 4021bf762e
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.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-je+T+Kbin0O7CuTRSsv3u+3IWLahTRn8io7yasubLM8=";
hash = "sha256-AQzxrUEq6Bp6784uoUiinR7Rb18pjJrFxkmWAcPNyb0=";
};
vendorHash = "sha256-v1NWlZhfypoS+bZCtr+P2s1t4qYVncbjx9IyRhi2sa4=";