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

vcmi: 1.5.7 -> 1.6.0 (#366852)

parents 5330b2a6 0a08293a
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.5.7";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "vcmi";
    repo = "vcmi";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-Op5cnp/gO3PPv/QyrashFDBCyqwlO6wkv5Ni5jpRWd8=";
    hash = "sha256-Av6gVCLvRuOh2A6emZQbbMHDNQnEyvN4UMZjqzvNRw8=";
  };

  nativeBuildInputs = [