mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-30 20:24:43 +00:00
8 lines
130 B
Nix
8 lines
130 B
Nix
{ fetchFromGitHub }:
|
|
fetchFromGitHub {
|
|
owner = "flutter";
|
|
repo = "flutter";
|
|
tag = "@flutter_version@";
|
|
hash = "@hash@";
|
|
}
|