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

tlaplus: 1.7.3 -> 1.7.4
This commit is contained in:
Nick Cao
2024-08-18 09:34:44 -04:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tlaplus";
version = "1.7.3";
version = "1.7.4";
src = fetchurl {
url = "https://github.com/tlaplus/tlaplus/releases/download/v${version}/tla2tools.jar";
sha256 = "sha256-5P8V6oH05voSXAgwBDclSxdxdMalrfaNpElkar4IUZ0=";
sha256 = "sha256-k2omIGHJFGlN/WaaVDviRXPEXVqg/yCouWsj0B4FDog=";
};
nativeBuildInputs = [ makeWrapper ];