why3: 0.88.1 -> 0.88.3

This commit is contained in:
Vincent Laporte 2018-01-14 05:51:06 +00:00
parent 08492b31d1
commit aee1cebda7
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "why3-${version}";
version = "0.88.1";
version = "0.88.3";
src = fetchurl {
url = https://gforge.inria.fr/frs/download.php/file/37185/why3-0.88.1.tar.gz;
sha256 = "1qj00963si0vdrqjp79ai27g9rr8sqvly6n6nwpga6bnss98xqkw";
url = https://gforge.inria.fr/frs/download.php/file/37313/why3-0.88.3.tar.gz;
sha256 = "0limdqy9l5bjzwhdalcfdyh0b6laxgiphhvr4bby9p0030agssiy";
};
buildInputs = (with ocamlPackages; [