tbls: 1.70.2 -> 1.71.0

This commit is contained in:
R. Ryantm 2023-11-14 12:42:46 +00:00
parent 2387a37fa0
commit e368961f0f

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "tbls";
version = "1.70.2";
version = "1.71.0";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-LSICkg99veFHLmdcQZmnyfTbdqx7k2XI13W7Cjuj3qA=";
hash = "sha256-cV5t4gNhPODGzJoLZdft6/9gBBVio50BJKYEI24a8qg=";
};
vendorHash = "sha256-84h+LQzk/xy/Gapy7IxB8IPvsVGRsJP7udd9HhLskew=";
vendorHash = "sha256-1w1pQyHTuEJ1w01lJIZhXuEArFigjoFKGvi0cpFd8m0=";
nativeBuildInputs = [ installShellFiles ];