Merge pull request #262655 from r-ryantm/auto-update/vassal

vassal: 3.7.0 -> 3.7.4
This commit is contained in:
Weijia Wang 2023-10-28 04:21:51 +02:00 committed by GitHub
commit f5da3b7b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "VASSAL";
version = "3.7.0";
version = "3.7.4";
src = fetchzip {
url = "https://github.com/vassalengine/vassal/releases/download/${version}/${pname}-${version}-linux.tar.bz2";
sha256 = "sha256-GmqPnay/K36cJgP622ht18csaohcUYZpvMD8LaOH4eM=";
sha256 = "sha256-G9h5U5jlLOFCAKXdwzK+J8er3pUL4AUq5FLcvbUN93A=";
};
buildInputs = [