evolve-core: 1.6 -> 1.7 (#382041)

Co-authored-by: genga898 <genga898@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-14 16:38:34 +00:00
committed by GitHub
co-authored by genga898
+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;