vcmi: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2024-01-05 23:36:43 +00:00
parent ad41959648
commit 9eada0a872

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
hash = "sha256-5G6qmn2b1/0h7aGNNx4t38Akzg2bZFKubOp3FLqSi+I=";
hash = "sha256-C8WzEidTanWKPI/J2bEsi7sTMhn+FmykC55EsXZLLQ0=";
};
nativeBuildInputs = [