about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cry
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-06-13 17:37:40 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-06-13 21:33:09 +0200
commit1f31dbf1ec76d986d56c7c5391245e7bf0ba44d6 (patch)
tree67555d1112e32683d5497354d0839c8fc438cff8 /pkgs/development/ocaml-modules/cry
parent1e77e1182712a62fd93ea6f3e2b0a660e257c888 (diff)
ocamlPackages.cry: 0.6.5 -> 0.6.7
Diffstat (limited to 'pkgs/development/ocaml-modules/cry')
-rw-r--r--pkgs/development/ocaml-modules/cry/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/cry/default.nix b/pkgs/development/ocaml-modules/cry/default.nix
index 510c8fd0e2825..bf294b76db96e 100644
--- a/pkgs/development/ocaml-modules/cry/default.nix
+++ b/pkgs/development/ocaml-modules/cry/default.nix
@@ -2,13 +2,13 @@
 
 buildDunePackage rec {
   pname = "cry";
-  version = "0.6.5";
+  version = "0.6.7";
 
   src = fetchFromGitHub {
     owner = "savonet";
     repo = "ocaml-cry";
-    rev = version;
-    sha256 = "1g4smccj27sv8pb9az5hbzxi99swg3d55mp7j25lz30xyabvksc3";
+    rev = "v${version}";
+    sha256 = "sha256-1Omp3LBKGTPVwEBd530H0Djn3xiEjOHLqso6S8yIJSQ=";
   };
 
   meta = with lib; {