Merge pull request #317350 from r-ryantm/auto-update/tbls

tbls: 1.75.0 -> 1.76.0
This commit is contained in:
Azat Bahawi 2024-06-05 10:15:39 +03:00 committed by GitHub
commit 51202de231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];