We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a63d604 + b0822b5 commit a6a90a6Copy full SHA for a6a90a6
pkgs/by-name/tb/tbls/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "tbls";
12
- version = "1.78.0";
+ version = "1.79.4";
13
14
src = fetchFromGitHub {
15
owner = "k1LoW";
16
repo = "tbls";
17
rev = "v${version}";
18
- hash = "sha256-vqt4IlVvqlUjDqvcdiRctt/VuEkZ5YzCXYHvHfc87Ew=";
+ hash = "sha256-o/ZhXoenK3xlflRMXS9NtnW23VBiDmDPSGlHtE3cNiM=";
19
};
20
21
- vendorHash = "sha256-cnACY+NIjsVe6BU7AjTO+yLDn0f1HO1gHnw5SgqKuy4=";
+ vendorHash = "sha256-SkddF8ZxvGRQ+/tWnmlcoaTs3MRfVgQWX4MZ05nZ9XA=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
0 commit comments