min-ed-launcher: 0.12.0 -> 0.12.1

This commit is contained in:
R. Ryantm 2025-06-17 01:38:40 +00:00
parent 1f622956bd
commit 4c968b6439

View File

@ -6,13 +6,13 @@
}:
buildDotnetModule rec {
pname = "min-ed-launcher";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "rfvgyhn";
repo = "min-ed-launcher";
tag = "v${version}";
hash = "sha256-x3T88bhjxlf6K+COGfZGLsgwlEBSs9WR9zV+ZiTzh7g=";
hash = "sha256-/dzcWwpg1nIrqICAQIxzwMgfrCB1G9bu2bT7Cv1khFM=";
leaveDotGit = true; # During build the current commit is appended to the version
};