min-ed-launcher: 0.12.2 -> 0.13.0 (#526957)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-16 17:37:24 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildDotnetModule rec {
pname = "min-ed-launcher";
version = "0.12.2";
version = "0.13.0";
src = fetchFromGitHub {
owner = "rfvgyhn";
repo = "min-ed-launcher";
tag = "v${version}";
hash = "sha256-jx8R/8mWuluD7ub8J3UqiP4A8k1npBgZpqRti3mhBrM=";
hash = "sha256-blqGq6PORBEtCLO007TR3xJ6UXX8nFSOIoFh8Dc/5B8=";
leaveDotGit = true; # During build the current commit is appended to the version
};