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

vassal: 3.6.19 -> 3.7.0
This commit is contained in:
Weijia Wang
2023-09-22 11:23:12 +02:00
committed by GitHub
+2 -2
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 = [