mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 22:20:30 +03:00
8 lines
130 B
Nix
8 lines
130 B
Nix
![]() |
{ fetchFromGitHub }:
|
||
|
fetchFromGitHub {
|
||
|
owner = "flutter";
|
||
|
repo = "flutter";
|
||
|
rev = "@flutter_version@";
|
||
|
hash = "@hash@";
|
||
|
}
|