flutter stable 1.17.3 -> 1.17.5

This commit is contained in:
kolaente 2020-07-05 17:15:14 +02:00
parent 0cf41434cd
commit ed596a2069
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -9,9 +9,9 @@ in {
stable = mkFlutter rec {
pname = "flutter";
channel = "stable";
version = "1.17.3";
version = "1.17.5";
filename = "flutter_linux_${version}-${channel}.tar.xz";
sha256Hash = "16ymnphah0xqf9vn44syznmr66xbkdh4y75ynk7nr8aisrcdd81z";
sha256Hash = "0kapja3nh7dfhjbn2np02wghijrjnpzsv4hz10fj54hs8hdx19di";
patches = getPatches ./patches/stable;
};
beta = mkFlutter rec {