about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 08:10:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-11 08:10:24 +0000
commitdaf4863891eadae16e0774d92ad503c5db29ffc3 (patch)
treefe5e81badd3d914df9b3f8ff35fabcff9f2ceb98 /pkgs/development/ocaml-modules
parent547a750222e2dc5a07a3d085dc5a165b7b44cdd8 (diff)
downloadnixlib-daf4863891eadae16e0774d92ad503c5db29ffc3.tar
nixlib-daf4863891eadae16e0774d92ad503c5db29ffc3.tar.gz
nixlib-daf4863891eadae16e0774d92ad503c5db29ffc3.tar.bz2
nixlib-daf4863891eadae16e0774d92ad503c5db29ffc3.tar.lz
nixlib-daf4863891eadae16e0774d92ad503c5db29ffc3.tar.xz
nixlib-daf4863891eadae16e0774d92ad503c5db29ffc3.tar.zst
nixlib-daf4863891eadae16e0774d92ad503c5db29ffc3.zip
ocamlPackages.duppy: 0.9.2 -> 0.9.3
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/duppy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/duppy/default.nix b/pkgs/development/ocaml-modules/duppy/default.nix
index 48d360deb23f..6397b1e21e5a 100644
--- a/pkgs/development/ocaml-modules/duppy/default.nix
+++ b/pkgs/development/ocaml-modules/duppy/default.nix
@@ -2,13 +2,13 @@
 
 buildDunePackage rec {
   pname = "duppy";
-  version = "0.9.2";
+  version = "0.9.3";
 
   src = fetchFromGitHub {
     owner = "savonet";
     repo = "ocaml-duppy";
     rev = "v${version}";
-    sha256 = "132dawca1p5s965m40ldmnihlpgfm47y62kfbzgim7sgsdwxxw5y";
+    sha256 = "sha256-5U/CNQ88Wi/AgJEoFeS9O0zTPiD9ysJNQohRVJdyH9w=";
   };
 
   propagatedBuildInputs = [ ocaml_pcre ];