vcmi: 1.6.7 -> 1.6.8

This commit is contained in:
R. Ryantm 2025-04-25 18:47:02 +00:00
parent 5525a6aace
commit 23497883e2

View file

@ -29,14 +29,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vcmi"; pname = "vcmi";
version = "1.6.7"; version = "1.6.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vcmi"; owner = "vcmi";
repo = "vcmi"; repo = "vcmi";
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-ImfEKVyuvl8VAsaq34DBe+fiAxf11Mr0jWVI51EsSRs="; hash = "sha256-k6tkylNXEzU+zzYoFWtx+AkoHQzAwbBxPB2DVevsryw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [