flutter: 1.22.0 -> 1.22.4
This commit is contained in:
parent
c5623e1bb1
commit
d6db914fc4
@ -10,10 +10,8 @@ in
|
|||||||
stable = mkFlutter rec {
|
stable = mkFlutter rec {
|
||||||
inherit dart;
|
inherit dart;
|
||||||
pname = "flutter";
|
pname = "flutter";
|
||||||
channel = "stable";
|
version = "1.22.4";
|
||||||
version = "1.22.0";
|
sha256Hash = "0qalgav9drqddcj8lfvl9ddf3325n953pvkmgha47lslg9sa88zw";
|
||||||
filename = "flutter_linux_${version}-${channel}.tar.xz";
|
|
||||||
sha256Hash = "0ryrx458ss8ryhmspcfrhjvad2pl46bxh1qk5vzwzhxiqdc79vm8";
|
|
||||||
patches = getPatches ./patches/stable;
|
patches = getPatches ./patches/stable;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{ channel
|
{ pname
|
||||||
, pname
|
|
||||||
, version
|
, version
|
||||||
, sha256Hash
|
, sha256Hash
|
||||||
, patches
|
, patches
|
||||||
, dart
|
, dart
|
||||||
|
, channel ? "stable"
|
||||||
, filename ? "flutter_linux_${version}-${channel}.tar.xz"
|
, filename ? "flutter_linux_${version}-${channel}.tar.xz"
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user