min-ed-launcher: 0.12.1 -> 0.12.2

This commit is contained in:
R. Ryantm
2025-07-26 01:35:34 +00:00
parent d09337b003
commit 6428ce7ba3
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildDotnetModule rec {
pname = "min-ed-launcher";
version = "0.12.1";
version = "0.12.2";
src = fetchFromGitHub {
owner = "rfvgyhn";
repo = "min-ed-launcher";
tag = "v${version}";
hash = "sha256-/dzcWwpg1nIrqICAQIxzwMgfrCB1G9bu2bT7Cv1khFM=";
hash = "sha256-jx8R/8mWuluD7ub8J3UqiP4A8k1npBgZpqRti3mhBrM=";
leaveDotGit = true; # During build the current commit is appended to the version
};