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

tbls: 1.73.3 -> 1.74.0

authored by Nick Cao and committed by GitHub e900b57f 4ce6107d

+3 -3
+3 -3
pkgs/tools/misc/tbls/default.nix
··· 9 10 buildGoModule rec { 11 pname = "tbls"; 12 - version = "1.73.3"; 13 14 src = fetchFromGitHub { 15 owner = "k1LoW"; 16 repo = "tbls"; 17 rev = "v${version}"; 18 - hash = "sha256-mAGEJ+FISPRrIz3dWwuf9EYbTNdaMj7tbHgthSYBiIU="; 19 }; 20 21 - vendorHash = "sha256-oMGAsVRSyndCJ3QXfrI02XrsOXkzljTNro6ygal6mDk="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24
··· 9 10 buildGoModule rec { 11 pname = "tbls"; 12 + version = "1.74.0"; 13 14 src = fetchFromGitHub { 15 owner = "k1LoW"; 16 repo = "tbls"; 17 rev = "v${version}"; 18 + hash = "sha256-diMg47aZvMpVtvSbg1nA2Sva7JnEBfh8ZU9AHcz+xno="; 19 }; 20 21 + vendorHash = "sha256-UbMR3yTabGSUqT30T81R/fGnWI4Mz7/utCjZ5Fq0MWU="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24