Skip to content

Commit a6a90a6

Browse files
authored
tbls: 1.78.0 -> 1.79.4 (#360337)
2 parents a63d604 + b0822b5 commit a6a90a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tb/tbls/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "tbls";
12-
version = "1.78.0";
12+
version = "1.79.4";
1313

1414
src = fetchFromGitHub {
1515
owner = "k1LoW";
1616
repo = "tbls";
1717
rev = "v${version}";
18-
hash = "sha256-vqt4IlVvqlUjDqvcdiRctt/VuEkZ5YzCXYHvHfc87Ew=";
18+
hash = "sha256-o/ZhXoenK3xlflRMXS9NtnW23VBiDmDPSGlHtE3cNiM=";
1919
};
2020

21-
vendorHash = "sha256-cnACY+NIjsVe6BU7AjTO+yLDn0f1HO1gHnw5SgqKuy4=";
21+
vendorHash = "sha256-SkddF8ZxvGRQ+/tWnmlcoaTs3MRfVgQWX4MZ05nZ9XA=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)