Unverified Commit 9e122ef8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 20655370 dc561f04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@

stdenv.mkDerivation rec {
  pname = "chiaki-ng";
  version = "1.9.0";
  version = "1.9.1";

  src = fetchFromGitHub {
    owner = "streetpea";
    repo = "chiaki-ng";
    rev = "v${version}";
    hash = "sha256-7+AixZu74y1V+rUauVswPzuWX2x6n3MJoM2A2w4zyuI=";
    hash = "sha256-1e53lqNns0CrpUfJ1AhclPO4nkMAfJT6xIXZlxXRir8=";
    fetchSubmodules = true;
  };