Skip to content

Commit

Permalink
ocamlPackages.ptime: 1.1.0 -> 1.2.0 (#348415)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 2, 2024
2 parents ae2487e + 38566e7 commit 08ee597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/ptime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08")
"ptime is not available for OCaml ${ocaml.version}"

stdenv.mkDerivation (finalAttrs: {
version = "1.1.0";
version = "1.2.0";
pname = "ocaml${ocaml.version}-ptime";

src = fetchurl {
url = "https://erratique.ch/software/ptime/releases/ptime-${finalAttrs.version}.tbz";
hash = "sha256-y/WxVFT7JxBeLDNAI+HhHY+TnXF4hw9cvo7SbfcBPrE=";
hash = "sha256-lhZ0f99JDsNugCTKsn7gHjoK9XfYojImY4+kA03nOrA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 08ee597

Please sign in to comment.