min-ed-launcher: 0.11.3 -> 0.12.0 (#404885)

This commit is contained in:
Aleksana
2025-05-16 15:27:07 +08:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildDotnetModule rec {
pname = "min-ed-launcher";
version = "0.11.3";
version = "0.12.0";
src = fetchFromGitHub {
owner = "rfvgyhn";
repo = "min-ed-launcher";
tag = "v${version}";
hash = "sha256-HJIvbuTsCG51PPVieJbXGyAviqgM9/WPz0+0VhIWz9k=";
hash = "sha256-x3T88bhjxlf6K+COGfZGLsgwlEBSs9WR9zV+ZiTzh7g=";
leaveDotGit = true; # During build the current commit is appended to the version
};