package.nix: updated package version, updated flutter version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, copyDesktopItems
|
||||
, wrapGAppsHook3
|
||||
, fetchFromGitHub
|
||||
, flutter319
|
||||
, flutter322
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -20,8 +20,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
in flutter319.buildFlutterApplication rec {
|
||||
version = "5.0.172";
|
||||
in flutter322.buildFlutterApplication rec {
|
||||
version = "5.0.174";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "invoiceninja";
|
||||
|
||||
Reference in New Issue
Block a user