chiaki: 2.1.0 -> 2.1.1

+2 -2
+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 = [