Unverified Commit 7dce7dbc authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

vcmi: 1.6.2 -> 1.6.3 (#373124)

parents e8411dbc a7699ed2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

stdenv.mkDerivation rec {
  pname = "vcmi";
  version = "1.6.2";
  version = "1.6.3";

  src = fetchFromGitHub {
    owner = "vcmi";
    repo = "vcmi";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-IUE/19tknfvca84Jiybbq0zb00WxOgP9N+BMTbUfPzA=";
    hash = "sha256-nq/2y0bV1UMMQVOpT/iG27Ulvux1aWS55XalMtayOtQ=";
  };

  nativeBuildInputs = [