Merge pull request #37063 from ryantm/auto-update/ltl2ba

ltl2ba: 1.1 -> 1.2b1
This commit is contained in:
Austin Seipp 2018-03-16 17:12:02 -05:00 committed by GitHub
commit c108e67825
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.1";
version = "1.2b1";
src = fetchurl {
url = "http://www.lsv.ens-cachan.fr/~gastin/ltl2ba/${name}.tar.gz";
sha256 = "16z0gc7a9dkarwn0l6rvg5jdhw1q4qyn4501zlchy0zxqddz0sx6";
sha256 = "1f4jnkfkyj8lcc5qfqbiypfc11rhhpqqi6xs9xx5dysg6r6303wm";
};
hardeningDisable = [ "format" ];