blob: d2447e4b5a4d4e26fc437b97f15dc52c13be0427 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- mode: snippet -*-
# name: fetchFromGitHub
# uuid: fetchFromGitHub
# key: fetchFromGitHub
# condition: t
# --
fetchFromGitHub {
owner = "$1";
repo = "$2";
rev = "$3";
sha256 = "0000000000000000000000000000000000000000000000000000";
}
|