vcmi: 1.6.4 -> 1.6.5

Changes: https://github.com/vcmi/vcmi/blob/1.6.5/ChangeLog.md
This commit is contained in:
Sergei Trofimovich
2025-02-04 22:18:47 +00:00
parent ab36ef17c8
commit 3048cdc6db
+2 -2
View File
@@ -29,14 +29,14 @@
stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
fetchSubmodules = true;
hash = "sha256-1GNoHNPeSeVGfK9mgXiuaMVxwnAM0n26V56pk5IHEs4=";
hash = "sha256-VUwCo9OTTI8tsX7P1voq/1VVGrNxYM+OXkWhXWqoT60=";
};
nativeBuildInputs = [