chiaki-ng: 1.9.4 -> 1.9.5

This commit is contained in:
Morgan Helton
2025-01-19 18:12:03 -06:00
parent 61d7cc96bd
commit d3c3aee40f
+2 -2
View File
@@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "chiaki-ng";
version = "1.9.4";
version = "1.9.5";
src = fetchFromGitHub {
owner = "streetpea";
repo = "chiaki-ng";
rev = "v${version}";
hash = "sha256-IkmNl2zoC/1ZF3QuTFtfmqD+oq4HJfM5uRdhgQSNkcI=";
hash = "sha256-rq/8PUIqsN/1Dq9rpGFUslFlZdt/RCHiDUGszKKvGFU=";
fetchSubmodules = true;
};