From 3005e695d4eb4b072bfc4b631fe1277a7d71a997 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 26 Aug 2023 04:20:00 +0000 Subject: [PATCH] ocamlPackages.bwd: 2.1.0 -> 2.2.0 Diff: https://github.com/RedPRL/ocaml-bwd/compare/2.1.0...2.2.0 Changelog: https://github.com/RedPRL/ocaml-bwd/blob/2.2.0/CHANGELOG.markdown --- pkgs/development/ocaml-modules/bwd/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/bwd/default.nix b/pkgs/development/ocaml-modules/bwd/default.nix index bff1de9bc865..8f3d4fd54175 100644 --- a/pkgs/development/ocaml-modules/bwd/default.nix +++ b/pkgs/development/ocaml-modules/bwd/default.nix @@ -2,7 +2,7 @@ buildDunePackage rec { pname = "bwd"; - version = "2.1.0"; + version = "2.2.0"; minimalOCamlVersion = "4.12"; duneVersion = "3"; @@ -11,7 +11,7 @@ buildDunePackage rec { owner = "RedPRL"; repo = "ocaml-bwd"; rev = version; - hash = "sha256-ucXOBjD1behL2h8CZv64xtRjCPkajZic7G1oxxDmEXY="; + hash = "sha256-4DttkEPI9yJtMsqzTNSnoDajcvMQPIiJAHk0kJl540Y="; }; doCheck = true; @@ -19,7 +19,8 @@ buildDunePackage rec { meta = { description = "Backward Lists"; - inherit (src.meta) homepage; + homepage = "https://github.com/RedPRL/ocaml-bwd"; + changelog = "https://github.com/RedPRL/ocaml-bwd/blob/${version}/CHANGELOG.markdown"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.vbgl ]; };