summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-07-13 05:47:25 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-07-20 05:52:47 +0200
commitd60110fd977181eb70c85534b88f757d4755a2f1 (patch)
treefacebf5d102b6b8f25555514b59998005dd42736
parent12475801fad74d7187bb4b4080b7aa4aa254617d (diff)
downloadnixpkgs-d60110fd977181eb70c85534b88f757d4755a2f1.tar
nixpkgs-d60110fd977181eb70c85534b88f757d4755a2f1.tar.gz
nixpkgs-d60110fd977181eb70c85534b88f757d4755a2f1.tar.bz2
nixpkgs-d60110fd977181eb70c85534b88f757d4755a2f1.tar.lz
nixpkgs-d60110fd977181eb70c85534b88f757d4755a2f1.tar.xz
nixpkgs-d60110fd977181eb70c85534b88f757d4755a2f1.tar.zst
nixpkgs-d60110fd977181eb70c85534b88f757d4755a2f1.zip
ocamlPackages.js_of_ocaml: 5.3.0 → 5.4.0
-rw-r--r--pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix b/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
index 80e19af292d..4b2020c0b21 100644
--- a/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
+++ b/pkgs/development/tools/ocaml/js_of_ocaml/compiler.nix
@@ -5,12 +5,12 @@
 
 buildDunePackage rec {
   pname = "js_of_ocaml-compiler";
-  version = "5.3.0";
+  version = "5.4.0";
   minimalOCamlVersion = "4.08";
 
   src = fetchurl {
     url = "https://github.com/ocsigen/js_of_ocaml/releases/download/${version}/js_of_ocaml-${version}.tbz";
-    hash = "sha256-vp497rmOXSjxvLLZhHwE0ohfwH7VjM2LCKpLZijNZNI=";
+    hash = "sha256-8SFd4TOGf+/bFuJ5iiJe4ERkaaV0Yq8N7r3SLSqNO5Q=";
   };
 
   nativeBuildInputs = [ menhir ];