Merge pull request #255775 from r-ryantm/auto-update/reason

reason: 3.9.0 -> 3.10.0
This commit is contained in:
Weijia Wang 2023-09-22 21:34:12 +02:00 committed by GitHub
commit 9055f46296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-reason";
version = "3.9.0";
version = "3.10.0";
src = fetchurl {
url = "https://github.com/reasonml/reason/releases/download/${version}/reason-${version}.tbz";
hash = "sha256-vPAIHs89Bc5o6Ch2obwqSEl8eCJbizEPLPJLM/NWhBY=";
hash = "sha256-F+rUwoZK9yc/VtCtYsRWS+Lq3nbT2oex04HtW0T0Zss=";
};
strictDeps = true;