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

tenv: 1.7.0 -> 1.7.1
This commit is contained in:
Nick Cao 2024-04-14 10:57:28 -04:00 committed by GitHub
commit 7aa3fa87d7
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.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "tofuutils";
repo = "tenv";
rev = "v${version}";
hash = "sha256-yAwjNh4Qc09VNpVZ6/e6nnPrz61K/tkSa1df+sMXBj8=";
hash = "sha256-Iq1yv80qiQxISS0r1ShjJOXVtp/ryodgih1m3ykI8+0=";
};
vendorHash = "sha256-NMkR90+kJ3VsuhF45l5K68uOqenPfINZDEE0GfjULro=";