tenv: 2.1.8 -> 2.2.1

This commit is contained in:
R. Ryantm
2024-06-29 06:27:02 +00:00
parent c8201d6eef
commit f6b9c85562
+2 -2
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=";