Unverified Commit 3fb18376 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

vcmi: 1.6.1 -> 1.6.2 (#371157)

parents ebba83e1 f728cbfe
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.1";
  version = "1.6.2";

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

  nativeBuildInputs = [