vcmi: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm 2024-01-26 15:48:02 +00:00
parent 5af80acc9a
commit 3fe363f633
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "vcmi";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "vcmi";
repo = "vcmi";
rev = version;
hash = "sha256-BUphJqIZkxhPGsiK9ubG3oL9ak2ekFze8chdK28qX3o=";
hash = "sha256-nyYzG0O7tZwo77r7QwenVgaTffZ3ELEyUrkZmdvwm/w=";
};
nativeBuildInputs = [