evolve-core: 1.6 -> 1.7

This commit is contained in:
R. Ryantm
2025-02-14 13:04:46 +00:00
parent 62172c1d3a
commit ab58e267e3
+2 -2
View File
@@ -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;