why3: 0.88.1 -> 0.88.3
This commit is contained in:
parent
08492b31d1
commit
aee1cebda7
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "why3-${version}";
|
name = "why3-${version}";
|
||||||
version = "0.88.1";
|
version = "0.88.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://gforge.inria.fr/frs/download.php/file/37185/why3-0.88.1.tar.gz;
|
url = https://gforge.inria.fr/frs/download.php/file/37313/why3-0.88.3.tar.gz;
|
||||||
sha256 = "1qj00963si0vdrqjp79ai27g9rr8sqvly6n6nwpga6bnss98xqkw";
|
sha256 = "0limdqy9l5bjzwhdalcfdyh0b6laxgiphhvr4bby9p0030agssiy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = (with ocamlPackages; [
|
buildInputs = (with ocamlPackages; [
|
||||||
|
Loading…
Reference in New Issue
Block a user