Commit 83cfa063 authored by R. RyanTM's avatar R. RyanTM
Browse files

xivlauncher: 1.1.1 -> 1.1.2

parent 4a8e7878
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
}:

let
  rev = "1.1.1";
  rev = "1.1.2";
in
buildDotnetModule rec {
  pname = "XIVLauncher";
@@ -27,7 +27,7 @@ buildDotnetModule rec {
    owner = "goatcorp";
    repo = "XIVLauncher.Core";
    inherit rev;
    hash = "sha256-gXec5Btnm/9M7jgPdrnLn8im0jCdLCJjsEBPpuCNz2I=";
    hash = "sha256-QkA18C3oWxcW0vK6sji7vbm4bY5LxwIWierAg5qf38Q=";
    fetchSubmodules = true;
  };