about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-09-16 13:29:18 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2022-09-16 13:29:18 +0200
commitcccc3b53f40b6662682d7d4d1a85ab7989143250 (patch)
tree8074b594094d8de520fe5dadd0fe4ff04777760f
parentd7772a6871607e8006c45a2c63c82cc3b733c019 (diff)
why3: 1.5.0 → 1.5.1
-rw-r--r--pkgs/applications/science/logic/why3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/why3/default.nix b/pkgs/applications/science/logic/why3/default.nix
index ab5006e424e10..11cd19188965e 100644
--- a/pkgs/applications/science/logic/why3/default.nix
+++ b/pkgs/applications/science/logic/why3/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   pname = "why3";
-  version = "1.5.0";
+  version = "1.5.1";
 
   src = fetchurl {
     url = "https://why3.gitlabpages.inria.fr/releases/${pname}-${version}.tar.gz";
-    sha256 = "sha256:0qjh49pyqmg3xi09fn4lyzz23i6h18y9sgc8ayscvx3bwr3vcqhr";
+    sha256 = "sha256-vNR7WeiSvg+763GcovoZBFDfncekJMeqNegP4fVw06I=";
   };
 
   buildInputs = with ocamlPackages; [