ltl2ba: 1.2b1 -> 1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ltl2ba/versions
This commit is contained in:
R. RyanTM 2018-11-19 02:28:38 -08:00
parent 0925c482c8
commit 5648699f6c

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" ];