1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

vcmi: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm 2024-06-21 15:15:24 +00:00
parent 197496f33c
commit 5de60f7944

View file

@ -28,14 +28,14 @@
stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
fetchSubmodules = true;
hash = "sha256-Hn3qNTWFU3SMBTJxA2owsAQqIl9wZy33B2Mp4UdlLn4=";
hash = "sha256-P1Rt7VvLaesAQ5JEHv+3cG51EzDAwhcQ45RTcvYlKVc=";
};
nativeBuildInputs = [