about summary refs log tree commit diff
path: root/pkgs/development/tools/yaml2json/deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/yaml2json/deps.nix')
-rw-r--r--pkgs/development/tools/yaml2json/deps.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/tools/yaml2json/deps.nix b/pkgs/development/tools/yaml2json/deps.nix
new file mode 100644
index 000000000000..f907520cc872
--- /dev/null
+++ b/pkgs/development/tools/yaml2json/deps.nix
@@ -0,0 +1,11 @@
+[
+  {
+    goPackagePath = "gopkg.in/yaml.v2";
+    fetch = {
+      type = "git";
+      url = "https://gopkg.in/yaml.v2";
+      rev = "d670f9405373e636a5a2765eea47fac0c9bc91a4";
+      sha256 = "1w1xid51n8v1mydn2m3vgggw8qgpd5a5sr62snsc77d99fpjsrs0";
+    };
+  }
+]