Merge pull request #43899 from r-ryantm/auto-update/tla-toolbox

tlaplusToolbox: 1.5.6 -> 1.5.7
This commit is contained in:
Frederik Rietdijk 2018-07-22 08:44:58 +02:00 committed by GitHub
commit f3088832df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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