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

tenv: 2.0.3 -> 2.0.7
This commit is contained in:
Nick Cao 2024-06-17 16:22:26 -04:00 committed by GitHub
commit c6e8c2427b
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.0.3";
version = "2.0.7";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-Bx5E/vJe2SjYRJ2o3enBrzMMellRWapu99hH4HRr8nM=";
hash = "sha256-654ZaQ7KzAWEXwN9Xwzdmg4KsCCLCm+i2M0730gP/zM=";
};
vendorHash = "sha256-OrMCzqqOFQkI8IwcfO/JVPyd/sw+Ud0VySV7UPiucwc=";