about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 14:45:58 +0200
committerGitHub <noreply@github.com>2022-03-27 14:45:58 +0200
commitb8f9be5de7f054be6b5a887022943a44436d6643 (patch)
treedac9a1ddeba3b3ffc02a1639d608602491f68642 /pkgs/development/ocaml-modules
parent06702657c6c5bdd644ae230a79105d627f61e30b (diff)
parenta537e6f7ed9d7eddb259e8a64fc9292a0d3db22d (diff)
downloadnixlib-b8f9be5de7f054be6b5a887022943a44436d6643.tar
nixlib-b8f9be5de7f054be6b5a887022943a44436d6643.tar.gz
nixlib-b8f9be5de7f054be6b5a887022943a44436d6643.tar.bz2
nixlib-b8f9be5de7f054be6b5a887022943a44436d6643.tar.lz
nixlib-b8f9be5de7f054be6b5a887022943a44436d6643.tar.xz
nixlib-b8f9be5de7f054be6b5a887022943a44436d6643.tar.zst
nixlib-b8f9be5de7f054be6b5a887022943a44436d6643.zip
Merge pull request #165625 from StridBot/auto-update/ocaml4.13.1-jingoo
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/jingoo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/jingoo/default.nix b/pkgs/development/ocaml-modules/jingoo/default.nix
index cc2c65009ff3..36aa09455cec 100644
--- a/pkgs/development/ocaml-modules/jingoo/default.nix
+++ b/pkgs/development/ocaml-modules/jingoo/default.nix
@@ -3,7 +3,7 @@
 
 buildDunePackage rec {
   pname = "jingoo";
-  version = "1.4.2";
+  version = "1.4.4";
 
   useDune2 = true;
 
@@ -13,7 +13,7 @@ buildDunePackage rec {
     owner = "tategakibunko";
     repo = "jingoo";
     rev = "v${version}";
-    sha256 = "0q947aik4i4z5wjllhwlkxh60qczwgra21yyrrzwhi9y5bnf8346";
+    sha256 = "sha256-qIw69OE7wYyZYKnIc9QrmF8MzY5Fg5pBFyIpexmaYxA=";
   };
 
   buildInputs = [ menhir ];