From bc57f200b5018b556f9f0dde6c68b501125da9aa Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 24 Feb 2024 09:56:54 +0000 Subject: [PATCH] ocamlPackages.curly: 0.2.0 -> 0.3.0 --- pkgs/development/ocaml-modules/curly/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/curly/default.nix b/pkgs/development/ocaml-modules/curly/default.nix index 5f0e93f8f26d..b67baecfce75 100644 --- a/pkgs/development/ocaml-modules/curly/default.nix +++ b/pkgs/development/ocaml-modules/curly/default.nix @@ -4,7 +4,7 @@ buildDunePackage rec { pname = "curly"; - version = "0.2.0"; + version = "0.3.0"; minimalOCamlVersion = "4.02"; @@ -12,7 +12,7 @@ buildDunePackage rec { src = fetchurl { url = "https://github.com/rgrinberg/curly/releases/download/${version}/curly-${version}.tbz"; - hash = "sha256-01D1+03CqxLrPoBbNWpSKOzABJf63DhQLA1kRWdueB8="; + hash = "sha256-Qn/PKBNOcMt3dk2f7uJD8x0yo4RHobXSjTQck7fcXTw="; }; propagatedBuildInputs = [ result ];