chiaki: 2.0.1 -> 2.1.0

+2 -2
+2 -2
pkgs/games/chiaki/default.nix
··· 18 19 mkDerivation rec { 20 pname = "chiaki"; 21 - version = "2.0.1"; 22 23 src = fetchgit { 24 url = "https://git.sr.ht/~thestr4ng3r/chiaki"; 25 rev = "v${version}"; 26 fetchSubmodules = true; 27 - sha256 = "0l532i9j6wmzbxqx7fg69kgfd1zy1r1wlw6f756vpxpgswivi892"; 28 }; 29 30 nativeBuildInputs = [
··· 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 = [