chiaki-ng: 1.9.2 -> 1.9.3

(cherry picked from commit fea51825c4)
This commit is contained in:
R. Ryantm 2024-12-19 04:43:54 +00:00 committed by Sefa Eyeoglu
parent 621261ae9f
commit e0dd542296
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "chiaki-ng";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "streetpea";
repo = "chiaki-ng";
rev = "v${version}";
hash = "sha256-UZIdRMHd5HJg/PNVL4pZM1VbW9dLqpHVTTuY0h5PHSY=";
hash = "sha256-0oclfGxlLlZMmpiYvsMV3ftn7Vir94G+5Xv0/B7YfPg=";
fetchSubmodules = true;
};