convertall: 1.0.1 -> 1.0.2 (#420666)

This commit is contained in:
Matthias Beyer
2025-07-05 19:05:21 +02:00
committed by GitHub

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;