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

vcmi: 1.5.1 -> 1.5.2
This commit is contained in:
Azat Bahawi 2024-06-02 21:44:26 +03:00 committed by GitHub
commit e4c22dc16b
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.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
fetchSubmodules = true;
hash = "sha256-w4SYgc8T57PyezY6UspNCwBcoM6ytnNu6QsxwB4QYDw=";
hash = "sha256-Hn3qNTWFU3SMBTJxA2owsAQqIl9wZy33B2Mp4UdlLn4=";
};
nativeBuildInputs = [