about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-12-01 09:25:38 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-12-01 11:04:08 +0100
commit38eb17c2e280469301639afc1a3f0e4d72935b6c (patch)
tree8f7638f7a419f01acde36c7c2514a0fa046514c5 /pkgs/applications/science
parent4a2b075154a629679d296f40283bc1f9c5cd5d3d (diff)
downloadnixlib-38eb17c2e280469301639afc1a3f0e4d72935b6c.tar
nixlib-38eb17c2e280469301639afc1a3f0e4d72935b6c.tar.gz
nixlib-38eb17c2e280469301639afc1a3f0e4d72935b6c.tar.bz2
nixlib-38eb17c2e280469301639afc1a3f0e4d72935b6c.tar.lz
nixlib-38eb17c2e280469301639afc1a3f0e4d72935b6c.tar.xz
nixlib-38eb17c2e280469301639afc1a3f0e4d72935b6c.tar.zst
nixlib-38eb17c2e280469301639afc1a3f0e4d72935b6c.zip
why3: 0.86.1 -> 0.86.2
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/why3/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/science/logic/why3/default.nix b/pkgs/applications/science/logic/why3/default.nix
index d1fb853ee9e1..0313467ed789 100644
--- a/pkgs/applications/science/logic/why3/default.nix
+++ b/pkgs/applications/science/logic/why3/default.nix
@@ -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;