ocamlPackages.cry: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-03-18 17:43:33 +00:00
parent d0d9d40f13
commit 8362f8da09

View File

@ -2,13 +2,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "cry"; pname = "cry";
version = "1.0.2"; version = "1.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "savonet"; owner = "savonet";
repo = "ocaml-cry"; repo = "ocaml-cry";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-wtilYOUOHElW8ZVxolMNomvT//ho2tACmoubEvU2bpQ="; hash = "sha256-ea6f2xTVmYekPmzAKasA9mNG4Voxw2MCkfZ9LB9gwbo=";
}; };
postPatch = '' postPatch = ''