about summary refs log tree commit diff
path: root/pkgs/development/tools/asmfmt/deps.nix
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2018-10-31 11:12:56 -0700
committerWael M. Nasreddine <wael.nasreddine@gmail.com>2018-11-02 21:58:08 -0700
commit126e64e658ad41852637a92c48382fab34d86ff4 (patch)
tree88f1d0620105ee3990fdc008b674b3161e8a61f5 /pkgs/development/tools/asmfmt/deps.nix
parent5ea21ad32add0d94ea9bef5e56caec97febf8937 (diff)
asmfmt: init at 1.1
Diffstat (limited to 'pkgs/development/tools/asmfmt/deps.nix')
-rw-r--r--pkgs/development/tools/asmfmt/deps.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/pkgs/development/tools/asmfmt/deps.nix b/pkgs/development/tools/asmfmt/deps.nix
new file mode 100644
index 0000000000000..0288fc206d492
--- /dev/null
+++ b/pkgs/development/tools/asmfmt/deps.nix
@@ -0,0 +1,20 @@
+[
+  {
+    goPackagePath = "golang.org/x/tools";
+    fetch = {
+      type = "git";
+      url = "https://go.googlesource.com/tools";
+      rev = "3a10b9bf0a52df7e992a8c3eb712a86d3c896c75";
+      sha256 = "19f3dijcc54jnd7458jab2dgpd0gzccmv2qympd9wi8cc8jpnhws";
+    };
+  }
+  {
+    goPackagePath = "sourcegraph.com/sqs/goreturns";
+    fetch = {
+      type = "git";
+      url = "https://github.com/sqs/goreturns";
+      rev = "538ac601451833c7c4449f8431d65d53c1c60e41";
+      sha256 = "0gcplch8zmcgwl6xvcffxg50g3xnf60n7dlqxgn51179qcjr354p";
+    };
+  }
+]