flutter: Use deepClone = true for SDK repository

This commit is contained in:
hacker1024
2023-12-21 11:44:07 +01:00
committed by Maciej Krüger
parent ee289896a7
commit 30170047b8
@@ -45,7 +45,10 @@ let
owner = "flutter";
repo = "flutter";
rev = version;
leaveDotGit = true;
# The Flutter SDK uses Git to obtain version information,
# and relies on many features that do not work with leaveDotGit alone.
# https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/version.dart
deepClone = true;
hash = flutterHash;
};
};
@@ -82,7 +85,7 @@ in
x86_64-darwin = "sha256-BchKowKd6BscVuk/dXibcQzdFkW9//GDfll77mHEI4M=";
aarch64-darwin = "sha256-9yrx09vYrOTmdqkfJI7mfh7DI1/rg67tPlf82m5+iKI=";
};
flutterHash = "sha256-jFroBAlYGqcxuV/DKIvnhR11dQyPI0lm0wwhwokAoB0=";
flutterHash = "sha256-s6JLDNHRBq3kZjA5vZHID9DQPNn/CZT2a3C3uvV/M6g=";
patches = flutter3Patches;
pubspecLockFile = ./lockfiles/stable/pubspec.lock;
vendorHash = "sha256-lsFOvvmhszBcFb9XvabpqfL2Ek4wjhmB0OrcWUOURFQ=";