vcmi: 1.6.6 -> 1.6.7

Changes: https://github.com/vcmi/vcmi/blob/master/ChangeLog.md#166---167
This commit is contained in:
Sergei Trofimovich
2025-03-01 10:54:11 +00:00
parent 6e282518d2
commit e154a5da7d
+2 -2
View File
@@ -29,14 +29,14 @@
stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.6.6";
version = "1.6.7";
src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
fetchSubmodules = true;
hash = "sha256-JlRZMYS4w6yScpEehNDbtogzeBMq6zwE2Qfsuxmmib8=";
hash = "sha256-ImfEKVyuvl8VAsaq34DBe+fiAxf11Mr0jWVI51EsSRs=";
};
nativeBuildInputs = [