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

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

vcmi: 1.4.4 -> 1.4.5
parents d345cbb4 3fe363f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

stdenv.mkDerivation rec {
  pname = "vcmi";
  version = "1.4.4";
  version = "1.4.5";

  src = fetchFromGitHub {
    owner = "vcmi";
    repo = "vcmi";
    rev = version;
    hash = "sha256-BUphJqIZkxhPGsiK9ubG3oL9ak2ekFze8chdK28qX3o=";
    hash = "sha256-nyYzG0O7tZwo77r7QwenVgaTffZ3ELEyUrkZmdvwm/w=";
  };

  nativeBuildInputs = [