Merge pull request #279034 from r-ryantm/auto-update/vcmi

vcmi: 1.4.1 -> 1.4.2

authored by Azat Bahawi and committed by GitHub d4b028b6 43f38c1b

+2 -2
+2 -2
pkgs/games/vcmi/default.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "vcmi"; 30 - version = "1.4.1"; 30 + version = "1.4.2"; 31 31 32 32 src = fetchFromGitHub { 33 33 owner = "vcmi"; 34 34 repo = "vcmi"; 35 35 rev = version; 36 - hash = "sha256-5G6qmn2b1/0h7aGNNx4t38Akzg2bZFKubOp3FLqSi+I="; 36 + hash = "sha256-C8WzEidTanWKPI/J2bEsi7sTMhn+FmykC55EsXZLLQ0="; 37 37 }; 38 38 39 39 nativeBuildInputs = [