tbls: 1.74.3 -> 1.75.0

This commit is contained in:
R. Ryantm 2024-05-16 16:34:05 +00:00
parent c68fb0f373
commit 502a61933f

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "tbls";
version = "1.74.3";
version = "1.75.0";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-tS/sdX74Fr6arZh7/JiNFz1grjPMVZfg8C1VvqxsbYM=";
hash = "sha256-8bfDahJw+ZUSNqMiKDqqyX2jVPd6Wg3JsD/ATAW/oF4=";
};
vendorHash = "sha256-NafHcWP9xJX2hy8i1TKtBi54cXDKgoxbgwLQjYRBcjU=";