tbls: 1.60.0 -> 1.61.0

This commit is contained in:
R. Ryantm
2023-02-06 18:21:49 +00:00
committed by Florian Brandes
parent 274e8df051
commit d72b0f9a4f

View File

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