4a7fb2c8ea
This reverts commit fe90d5a666.
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
{ fetchFromGitHub }:
|
|
fetchFromGitHub {
|
|
owner = "flutter";
|
|
repo = "flutter";
|
|
tag = "@flutter_version@";
|
|
hash = "@hash@";
|
|
}
|