nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 7 lines 130 B view raw
1{ fetchFromGitHub }: 2fetchFromGitHub { 3 owner = "flutter"; 4 repo = "flutter"; 5 tag = "@flutter_version@"; 6 hash = "@hash@"; 7}