3
0
Fork 0
forked from mirrors/nixpkgs

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

vcmi: 1.4.2 -> 1.4.4
This commit is contained in:
Azat Bahawi 2024-01-20 08:35:10 +00:00 committed by GitHub
commit cc107a50a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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