Unverified Commit a5bdfcb4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

min-ed-launcher: 0.11.3 -> 0.12.0 (#404885)

parents 7a6d3f74 f95af231
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildDotnetModule rec {
  pname = "min-ed-launcher";
  version = "0.11.3";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "rfvgyhn";
    repo = "min-ed-launcher";
    tag = "v${version}";
    hash = "sha256-HJIvbuTsCG51PPVieJbXGyAviqgM9/WPz0+0VhIWz9k=";
    hash = "sha256-x3T88bhjxlf6K+COGfZGLsgwlEBSs9WR9zV+ZiTzh7g=";

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