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 { flutter329.buildFlutterApplication rec {
pname = "convertall"; pname = "convertall";
version = "1.0.1"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "doug-101"; owner = "doug-101";
repo = "ConvertAll"; repo = "ConvertAll";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-wsSe7dVjEgLDOIavcMzdxW9LKZcZPaQMcw4RhsPS0jU="; hash = "sha256-esc2xhL0Jx5SaqM0GnnVzdtnSN9bX8zln66We/2RqoA=";
}; };
pubspecLock = lib.importJSON ./pubspec.lock.json; pubspecLock = lib.importJSON ./pubspec.lock.json;