aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/tools/quicktemplate/deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/quicktemplate/deps.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/quicktemplate/deps.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/quicktemplate/deps.nix b/nixpkgs/pkgs/development/tools/quicktemplate/deps.nix
new file mode 100644
index 00000000000..6c042966c23
--- /dev/null
+++ b/nixpkgs/pkgs/development/tools/quicktemplate/deps.nix
@@ -0,0 +1,12 @@
+# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
+[
+ {
+ goPackagePath = "github.com/valyala/bytebufferpool";
+ fetch = {
+ type = "git";
+ url = "https://github.com/valyala/bytebufferpool";
+ rev = "cdfbe9377474227bb42120c1e22fd4433e7f69bf";
+ sha256 = "0c6cixd85dvl2gvs7sdh0k2wm8r3grl4fw0jg4w7d78cp8s2k7ag";
+ };
+ }
+]