convertall: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm
2025-06-28 00:53:42 +00:00
parent 3d8d335978
commit af60da0aa1

View File

@@ -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;