about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/flutter/update/get-flutter.nix
blob: 81680797229b6868fc8e310adb9270c74100e340 (plain) (blame)
1
2
3
4
5
6
7
{ fetchFromGitHub }:
fetchFromGitHub {
  owner = "flutter";
  repo = "flutter";
  rev = "@flutter_version@";
  hash = "@hash@";
}