vcmi: 1.6.0 -> 1.6.1

Changes: https://github.com/vcmi/vcmi/releases/tag/1.6.1
This commit is contained in:
Sergei Trofimovich
2024-12-28 08:18:09 +00:00
parent 9e09ce2d47
commit 23e527abc7
+2 -2
View File
@@ -29,14 +29,14 @@
stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
fetchSubmodules = true;
hash = "sha256-Av6gVCLvRuOh2A6emZQbbMHDNQnEyvN4UMZjqzvNRw8=";
hash = "sha256-+fgtAjjDlR6CeV0kO1sgvZc09gTYHVaisLKnqQlyRFI=";
};
nativeBuildInputs = [