Merge pull request #50703 from r-ryantm/auto-update/ltl2ba

ltl2ba: 1.2b1 -> 1.2
This commit is contained in:
Renaud 2018-11-19 22:21:52 +01:00 committed by GitHub
commit 6550c0275e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ltl2ba-${version}";
version = "1.2b1";
version = "1.2";
src = fetchurl {
url = "http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/${name}.tar.gz";
sha256 = "1f4jnkfkyj8lcc5qfqbiypfc11rhhpqqi6xs9xx5dysg6r6303wm";
sha256 = "0vzv5g7v87r41cvdafxi6yqnk7glzxrzgavy8213k59f6v11dzlx";
};
hardeningDisable = [ "format" ];