mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
why3: 0.86.1 -> 0.86.2
This commit is contained in:
parent
4a2b075154
commit
38eb17c2e2
@ -1,12 +1,12 @@
|
||||
{ fetchurl, stdenv, ocaml, ocamlPackages, coq }:
|
||||
{ fetchurl, stdenv, ocamlPackages, coq }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "why3-${version}";
|
||||
version = "0.86.1";
|
||||
version = "0.86.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://gforge.inria.fr/frs/download.php/file/34797/why3-0.86.1.tar.gz;
|
||||
sha256 = "129kzq79n8h480zrlphgh1ixvwp3wm18nbcky9bp4wdnr6zaibd7";
|
||||
url = https://gforge.inria.fr/frs/download.php/file/35214/why3-0.86.2.tar.gz;
|
||||
sha256 = "08sa7dmp6yp29xn0m6h98nic4q47vb4ahvaid5drwh522pvwvg10";
|
||||
};
|
||||
|
||||
buildInputs = with ocamlPackages;
|
||||
|
Loading…
Reference in New Issue
Block a user