tbls: 1.75.0 -> 1.76.0

This commit is contained in:
R. Ryantm 2024-06-05 03:23:01 +00:00
parent a5ca13d240
commit 55ebbb5329

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "tbls";
version = "1.75.0";
version = "1.76.0";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-8bfDahJw+ZUSNqMiKDqqyX2jVPd6Wg3JsD/ATAW/oF4=";
hash = "sha256-tVilEpSmCHx+m8HwcsyNDVIUICccndnn4vI4oOa5t/w=";
};
vendorHash = "sha256-NafHcWP9xJX2hy8i1TKtBi54cXDKgoxbgwLQjYRBcjU=";
vendorHash = "sha256-ALjpU5el6Tmzsw2f5/AizFBuk+zJj9RKe9KHdE0AOrM=";
nativeBuildInputs = [ installShellFiles ];