0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 22:20:30 +03:00
nixpkgs/pkgs/development/compilers/flutter/update/get-flutter.nix.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
130 B
Nix
Raw Normal View History

2024-01-09 21:14:03 +02:00
{ fetchFromGitHub }:
fetchFromGitHub {
owner = "flutter";
repo = "flutter";
rev = "@flutter_version@";
hash = "@hash@";
}