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

vcmi: 1.6.6 -> 1.6.7 (#386059)

parents db2f00a1 e154a5da
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.6";
  version = "1.6.7";

  src = fetchFromGitHub {
    owner = "vcmi";
    repo = "vcmi";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-JlRZMYS4w6yScpEehNDbtogzeBMq6zwE2Qfsuxmmib8=";
    hash = "sha256-ImfEKVyuvl8VAsaq34DBe+fiAxf11Mr0jWVI51EsSRs=";
  };

  nativeBuildInputs = [