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

tbls: 1.74.1 -> 1.74.3
This commit is contained in:
Azat Bahawi 2024-05-09 09:58:20 +03:00 committed by GitHub
commit 2450f5bd63
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.74.1";
version = "1.74.3";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "tbls";
rev = "v${version}";
hash = "sha256-QuusOxXcTp7c6zkj6L//jOXWwLUgrsUFtsUtrNZrkOk=";
hash = "sha256-tS/sdX74Fr6arZh7/JiNFz1grjPMVZfg8C1VvqxsbYM=";
};
vendorHash = "sha256-mDZOBwm3k3L4QqQA+1C3jRz46R7+4wwJg9BVNWB0F0A=";
vendorHash = "sha256-NafHcWP9xJX2hy8i1TKtBi54cXDKgoxbgwLQjYRBcjU=";
nativeBuildInputs = [ installShellFiles ];