Unverified Commit 61acddb6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

chiaki-ng: 1.9.6 -> 1.9.7 (#406023)

parents 5adc82ec 3bd264bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,13 +37,13 @@

stdenv.mkDerivation rec {
  pname = "chiaki-ng";
  version = "1.9.6";
  version = "1.9.7";

  src = fetchFromGitHub {
    owner = "streetpea";
    repo = "chiaki-ng";
    rev = "v${version}";
    hash = "sha256-TY27Xc13RiTcAgrUFJ3M3ALnxgeY+/4re3cjZ5kNwc8=";
    hash = "sha256-dAb4RGRCC6pCpfLxUJO7pFnqNm1icaU3v1n+HhJILe0=";
    fetchSubmodules = true;
  };