tbls: 1.61.0 -> 1.62.0

This commit is contained in:
R. Ryantm 2023-02-15 05:58:54 +00:00
parent 0621648513
commit c5edb111ae

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "tbls";
version = "1.61.0";
version = "1.62.0";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-yXD/LILWaXtjd3etdWINglZtvIYE6i6qmCSR3FUUQeM=";
hash = "sha256-T2zmgGbhWvqaor76mQuQ1O5bF+eGVaH6N4w17iyNhwU=";
};
vendorHash = "sha256-AeaTAjo1wRl7Ymg/fyoijaa9UXf9SiNR447WJtZeN5o=";