vassal: 3.6.19 -> 3.7.0

This commit is contained in:
R. Ryantm 2023-09-08 19:48:41 +00:00
parent c08b005e0f
commit 3ff659c21c

View File

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