tlaplusToolbox: 1.6.0 -> 1.7.0

wip/yesman
R. RyanTM 4 years ago
parent 6eeb612a9b
commit 887f1978f6
  1. 4
      pkgs/applications/science/logic/tlaplus/toolbox.nix

@ -3,7 +3,7 @@
}:
let
version = "1.6.0";
version = "1.7.0";
arch = "x86_64";
desktopItem = makeDesktopItem rec {
@ -25,7 +25,7 @@ in stdenv.mkDerivation {
inherit version;
src = fetchzip {
url = "https://tla.msr-inria.inria.fr/tlatoolbox/products/TLAToolbox-${version}-linux.gtk.${arch}.zip";
sha256 = "1mgx4p5qykf9q0p4cp6kcpc7fx8g5f2w1g40kdgas24hqwrgs3cm";
sha256 = "0v15wscawair5bghr5ixb4i062kmh9by1m0hnz2r1sawlqyafz02";
};
buildInputs = [ makeWrapper ];

Loading…
Cancel
Save