Merge pull request #191483 from vbgl/why3-1.5.1

why3: 1.5.0 → 1.5.1
This commit is contained in:
Christian Kögler 2022-09-17 23:18:46 +02:00 committed by GitHub
commit 31da214833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; [