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

Merge pull request #332522 from r-ryantm/auto-update/vcmi

vcmi: 1.5.5 -> 1.5.6
parents 5f95845a 0db436f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

stdenv.mkDerivation rec {
  pname = "vcmi";
  version = "1.5.5";
  version = "1.5.6";

  src = fetchFromGitHub {
    owner = "vcmi";
    repo = "vcmi";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-CDMfSipwjhmtD2daTMa1Jir/dzdeY16Db9PiaHoHrzA=";
    hash = "sha256-jdqhHxUJchc0d9wy5Fh/ZHJkMPffLP5aldNMg/+bRAM=";
  };

  nativeBuildInputs = [