Skip to content

Commit

Permalink
chiaki-ng: 1.9.4 -> 1.9.5 (NixOS#375195)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 20, 2025
2 parents 3c71f6a + d3c3aee commit b65bda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/chiaki-ng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit b65bda9

Please sign in to comment.