tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
xivlauncher: 1.2.0 -> 1.2.1
R. Ryantm
8 months ago
4967d802
cc0851f9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
xi
xivlauncher
package.nix
+2
-2
pkgs/by-name/xi/xivlauncher/package.nix
···
17
}:
18
19
let
20
-
rev = "1.2.0";
21
in
22
buildDotnetModule rec {
23
pname = "XIVLauncher";
···
27
owner = "goatcorp";
28
repo = "XIVLauncher.Core";
29
inherit rev;
30
-
hash = "sha256-2ZL3giUrc4mUNh8rr+yI+k2Sx5rZsoFGR1ZBlTugH6M=";
31
fetchSubmodules = true;
32
};
33
···
17
}:
18
19
let
20
+
rev = "1.2.1";
21
in
22
buildDotnetModule rec {
23
pname = "XIVLauncher";
···
27
owner = "goatcorp";
28
repo = "XIVLauncher.Core";
29
inherit rev;
30
+
hash = "sha256-bGHUDPUrohcc/lLE647cicaEIYo9t1/anc2VeMJlsGc=";
31
fetchSubmodules = true;
32
};
33