flutter stable 1.17.3 -> 1.17.5
This commit is contained in:
parent
0cf41434cd
commit
ed596a2069
|
@ -9,9 +9,9 @@ in {
|
||||||
stable = mkFlutter rec {
|
stable = mkFlutter rec {
|
||||||
pname = "flutter";
|
pname = "flutter";
|
||||||
channel = "stable";
|
channel = "stable";
|
||||||
version = "1.17.3";
|
version = "1.17.5";
|
||||||
filename = "flutter_linux_${version}-${channel}.tar.xz";
|
filename = "flutter_linux_${version}-${channel}.tar.xz";
|
||||||
sha256Hash = "16ymnphah0xqf9vn44syznmr66xbkdh4y75ynk7nr8aisrcdd81z";
|
sha256Hash = "0kapja3nh7dfhjbn2np02wghijrjnpzsv4hz10fj54hs8hdx19di";
|
||||||
patches = getPatches ./patches/stable;
|
patches = getPatches ./patches/stable;
|
||||||
};
|
};
|
||||||
beta = mkFlutter rec {
|
beta = mkFlutter rec {
|
||||||
|
|
Loading…
Reference in New Issue