min-ed-launcher: 0.12.0 -> 0.12.1
This commit is contained in:
parent
1f622956bd
commit
4c968b6439
@ -6,13 +6,13 @@
|
|||||||
}:
|
}:
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "min-ed-launcher";
|
pname = "min-ed-launcher";
|
||||||
version = "0.12.0";
|
version = "0.12.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rfvgyhn";
|
owner = "rfvgyhn";
|
||||||
repo = "min-ed-launcher";
|
repo = "min-ed-launcher";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-x3T88bhjxlf6K+COGfZGLsgwlEBSs9WR9zV+ZiTzh7g=";
|
hash = "sha256-/dzcWwpg1nIrqICAQIxzwMgfrCB1G9bu2bT7Cv1khFM=";
|
||||||
|
|
||||||
leaveDotGit = true; # During build the current commit is appended to the version
|
leaveDotGit = true; # During build the current commit is appended to the version
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user