chiaki-ng: 1.9.0 -> 1.9.1 (#353305)

This commit is contained in:
Nick Cao 2024-11-04 09:12:59 -05:00 committed by GitHub
commit 9e122ef874
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "chiaki-ng"; pname = "chiaki-ng";
version = "1.9.0"; version = "1.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "streetpea"; owner = "streetpea";
repo = "chiaki-ng"; repo = "chiaki-ng";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-7+AixZu74y1V+rUauVswPzuWX2x6n3MJoM2A2w4zyuI="; hash = "sha256-1e53lqNns0CrpUfJ1AhclPO4nkMAfJT6xIXZlxXRir8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };