Skip to content

Commit dc561f0

Browse files
committed
chiaki-ng: 1.9.0 -> 1.9.1
1 parent 7966d83 commit dc561f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/chiaki-ng/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
stdenv.mkDerivation rec {
3737
pname = "chiaki-ng";
38-
version = "1.9.0";
38+
version = "1.9.1";
3939

4040
src = fetchFromGitHub {
4141
owner = "streetpea";
4242
repo = "chiaki-ng";
4343
rev = "v${version}";
44-
hash = "sha256-7+AixZu74y1V+rUauVswPzuWX2x6n3MJoM2A2w4zyuI=";
44+
hash = "sha256-1e53lqNns0CrpUfJ1AhclPO4nkMAfJT6xIXZlxXRir8=";
4545
fetchSubmodules = true;
4646
};
4747

0 commit comments

Comments
 (0)