Merge pull request #227292 from r-ryantm/auto-update/tlaplus

tlaplus: 1.7.2 -> 1.7.3
This commit is contained in:
Weijia Wang 2023-04-21 00:07:16 +03:00 committed by GitHub
commit 482e796513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tlaplus";
version = "1.7.2";
version = "1.7.3";
src = fetchurl {
url = "https://github.com/tlaplus/tlaplus/releases/download/v${version}/tla2tools.jar";
sha256 = "sha256-+hhUPkTtWXSoW9LGDA3BZiCuEXaA6o5pPSaRmZ7ZCyI=";
sha256 = "sha256-5P8V6oH05voSXAgwBDclSxdxdMalrfaNpElkar4IUZ0=";
};
nativeBuildInputs = [ makeWrapper ];