convertall: 1.0.1 -> 1.0.2 (#420666)
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
|
||||
flutter329.buildFlutterApplication rec {
|
||||
pname = "convertall";
|
||||
version = "1.0.1";
|
||||
version = "1.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "doug-101";
|
||||
repo = "ConvertAll";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wsSe7dVjEgLDOIavcMzdxW9LKZcZPaQMcw4RhsPS0jU=";
|
||||
hash = "sha256-esc2xhL0Jx5SaqM0GnnVzdtnSN9bX8zln66We/2RqoA=";
|
||||
};
|
||||
|
||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||
|
||||
Reference in New Issue
Block a user