evolve-core: 1.6 -> 1.7 (#382041)
Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
flutter327.buildFlutterApplication rec {
|
||||
pname = "evolve-core";
|
||||
version = "1.6";
|
||||
version = "1.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "arcnations-united";
|
||||
repo = "evolve-core";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-W8KpGQ81wjv/tAl09ax/a4Any5PNhhl1DIABhWgAwdc=";
|
||||
hash = "sha256-U5qMJ3aquD2EzWXwTKw0GJPdaCmK68v8DLdJMAwKrzs=";
|
||||
};
|
||||
|
||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||
|
||||
Reference in New Issue
Block a user