lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

min-ed-launcher: 0.12.1 -> 0.12.2

R. Ryantm 6428ce7b d09337b0

+2 -2
+2 -2
pkgs/by-name/mi/min-ed-launcher/package.nix
··· 6 6 }: 7 7 buildDotnetModule rec { 8 8 pname = "min-ed-launcher"; 9 - version = "0.12.1"; 9 + version = "0.12.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "rfvgyhn"; 13 13 repo = "min-ed-launcher"; 14 14 tag = "v${version}"; 15 - hash = "sha256-/dzcWwpg1nIrqICAQIxzwMgfrCB1G9bu2bT7Cv1khFM="; 15 + hash = "sha256-jx8R/8mWuluD7ub8J3UqiP4A8k1npBgZpqRti3mhBrM="; 16 16 17 17 leaveDotGit = true; # During build the current commit is appended to the version 18 18 };