aboutsummaryrefslogtreecommitdiff
path: root/nix2/pull-upstream.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nix2/pull-upstream.sh')
-rwxr-xr-xnix2/pull-upstream.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/nix2/pull-upstream.sh b/nix2/pull-upstream.sh
new file mode 100755
index 0000000..a797951
--- /dev/null
+++ b/nix2/pull-upstream.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+REF=v1.4.3
+
+wget https://github.com/hashicorp/nomad/raw/${REF}/drivers/exec/driver.go -O driver.go
+wget https://github.com/hashicorp/nomad/raw/${REF}/drivers/exec/handle.go -O handle.go
+wget https://github.com/hashicorp/nomad/raw/${REF}/drivers/exec/state.go -O state.go