Commit 6353b500 authored by R. RyanTM's avatar R. RyanTM
Browse files

vcmi: 1.5.4 -> 1.5.5

parent 48b8f3cb
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.4";
  version = "1.5.5";

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

  nativeBuildInputs = [