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

vcmi: 1.5.4 -> 1.5.5
This commit is contained in:
Azat Bahawi 2024-07-22 10:10:25 +00:00 committed by GitHub
commit 44b968e577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [