chiaki-ng: 1.9.6 -> 1.9.7

This commit is contained in:
R. Ryantm
2025-05-11 00:35:32 +00:00
parent 74e5fb8074
commit 3bd264bb71

View File

@@ -37,13 +37,13 @@
stdenv.mkDerivation rec {
pname = "chiaki-ng";
version = "1.9.6";
version = "1.9.7";
src = fetchFromGitHub {
owner = "streetpea";
repo = "chiaki-ng";
rev = "v${version}";
hash = "sha256-TY27Xc13RiTcAgrUFJ3M3ALnxgeY+/4re3cjZ5kNwc8=";
hash = "sha256-dAb4RGRCC6pCpfLxUJO7pFnqNm1icaU3v1n+HhJILe0=";
fetchSubmodules = true;
};