Skip to content

Commit 02f917d

Browse files
authored
min-ed-launcher: 0.12.0 -> 0.12.1 (#417408)
2 parents 4394c8c + 4c968b6 commit 02f917d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mi/min-ed-launcher/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildDotnetModule rec {
88
pname = "min-ed-launcher";
9-
version = "0.12.0";
9+
version = "0.12.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "rfvgyhn";
1313
repo = "min-ed-launcher";
1414
tag = "v${version}";
15-
hash = "sha256-x3T88bhjxlf6K+COGfZGLsgwlEBSs9WR9zV+ZiTzh7g=";
15+
hash = "sha256-/dzcWwpg1nIrqICAQIxzwMgfrCB1G9bu2bT7Cv1khFM=";
1616

1717
leaveDotGit = true; # During build the current commit is appended to the version
1818
};

0 commit comments

Comments
 (0)