tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
chiaki: 2.1.0 -> 2.1.1
R. Ryantm
4 years ago
587e2a32
1e178abc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
games
chiaki
default.nix
+2
-2
pkgs/games/chiaki/default.nix
···
18
19
mkDerivation rec {
20
pname = "chiaki";
21
-
version = "2.1.0";
22
23
src = fetchgit {
24
url = "https://git.sr.ht/~thestr4ng3r/chiaki";
25
rev = "v${version}";
26
fetchSubmodules = true;
27
-
sha256 = "1hgh2j71rch53cnpm3f195gpfgrb4hd0yqa810k3ikar8zl4h7sd";
28
};
29
30
nativeBuildInputs = [
···
18
19
mkDerivation rec {
20
pname = "chiaki";
21
+
version = "2.1.1";
22
23
src = fetchgit {
24
url = "https://git.sr.ht/~thestr4ng3r/chiaki";
25
rev = "v${version}";
26
fetchSubmodules = true;
27
+
sha256 = "sha256-VkCA8KS4EHuVSgoYt1YDT38hA1NEBckiBwRcgDZUSs4=";
28
};
29
30
nativeBuildInputs = [