diff --git a/pkgs/applications/science/misc/convertall/default.nix b/pkgs/applications/science/misc/convertall/default.nix index db2bf013b5f0..93dab99a2454 100644 --- a/pkgs/applications/science/misc/convertall/default.nix +++ b/pkgs/applications/science/misc/convertall/default.nix @@ -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;