We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4394c8c + 4c968b6 commit 02f917dCopy full SHA for 02f917d
pkgs/by-name/mi/min-ed-launcher/package.nix
@@ -6,13 +6,13 @@
6
}:
7
buildDotnetModule rec {
8
pname = "min-ed-launcher";
9
- version = "0.12.0";
+ version = "0.12.1";
10
11
src = fetchFromGitHub {
12
owner = "rfvgyhn";
13
repo = "min-ed-launcher";
14
tag = "v${version}";
15
- hash = "sha256-x3T88bhjxlf6K+COGfZGLsgwlEBSs9WR9zV+ZiTzh7g=";
+ hash = "sha256-/dzcWwpg1nIrqICAQIxzwMgfrCB1G9bu2bT7Cv1khFM=";
16
17
leaveDotGit = true; # During build the current commit is appended to the version
18
};
0 commit comments