Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ fetchFromGitHub }: 2fetchFromGitHub { 3 owner = "flutter"; 4 repo = "flutter"; 5 rev = "@flutter_version@"; 6 hash = "@hash@"; 7}