tlaplusToolbox: 1.5.6 -> 1.5.7

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tla-toolbox/versions.
wip/yesman
R. RyanTM 6 years ago
parent 1ae2f10642
commit 9882d5635c
  1. 4
      pkgs/applications/science/logic/tlaplus/toolbox.nix

@ -3,7 +3,7 @@
}:
let
version = "1.5.6";
version = "1.5.7";
arch = "x86_64";
desktopItem = makeDesktopItem rec {
@ -24,7 +24,7 @@ in stdenv.mkDerivation {
name = "tla-toolbox-${version}";
src = fetchzip {
url = "https://tla.msr-inria.inria.fr/tlatoolbox/products/TLAToolbox-${version}-linux.gtk.${arch}.zip";
sha256 = "1h63mcbrkf4jcg6qncpqffdi0x665z0wlfdq43d67p411xcqmbw9";
sha256 = "0lg9sizpw5mkcnwwvmgqigkizjyz2lf1wrg48h7mg7wcv3macy4q";
};
buildInputs = [ makeWrapper ];

Loading…
Cancel
Save