c4fb0432ae
GitOrigin-RevId: 3fc1143a04da49a92c3663813c6a0c1e8ccd477f
12 lines
No EOL
286 B
Text
12 lines
No EOL
286 B
Text
# -*- mode: snippet -*-
|
|
# name: fetchFromGitHub
|
|
# uuid:
|
|
# key: fetchFromGitHub
|
|
# condition: t
|
|
# --
|
|
fetchFromGitHub {
|
|
owner = "$1";
|
|
repo = "$2";
|
|
rev = "$3";
|
|
sha256 = "0000000000000000000000000000000000000000000000000000";
|
|
} |