vcmi: 1.6.4 -> 1.6.5 (#379427)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-17 01:18:58 +01:00
committed by GitHub
+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 = [