flutter 1.22.4 -> 2.0.3

This commit is contained in:
kolaente
2021-03-21 14:06:57 +01:00
parent 520689c01e
commit 3be901912d
4 changed files with 46 additions and 53 deletions
@@ -4,7 +4,7 @@ let
getPatches = dir:
let files = builtins.attrNames (builtins.readDir dir);
in map (f: dir + ("/" + f)) files;
version = "1.22.4";
version = "2.0.3";
channel = "stable";
filename = "flutter_linux_${version}-${channel}.tar.xz";
in
@@ -15,7 +15,7 @@ in
pname = "flutter";
src = fetchurl {
url = "https://storage.googleapis.com/flutter_infra/releases/${channel}/linux/${filename}";
sha256 = "0qalgav9drqddcj8lfvl9ddf3325n953pvkmgha47lslg9sa88zw";
sha256 = "14a63cpkp78rgymmlrppds69jsrdarg33dr43nb7s61r0xfh9icm";
};
patches = getPatches ./patches;
};