Unverified Commit f0ed9a54 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

xivlauncher: 1.3.0 -> 1.3.1 (#474491)

parents 2031c8d6 1114aacf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
}:

let
  rev = "1.3.0";
  rev = "1.3.1";
in
buildDotnetModule rec {
  pname = "XIVLauncher";
@@ -27,7 +27,7 @@ buildDotnetModule rec {
    owner = "goatcorp";
    repo = "XIVLauncher.Core";
    inherit rev;
    hash = "sha256-tPziHwHK4B+LJ8xNWEBmpFStkczZF3G5jhjxYYG59m0=";
    hash = "sha256-a5lxQFNJjC4LVlokLeEEiPAXPTK9KkgboqjlEc+Viw0=";
    fetchSubmodules = true;
  };