lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.uuidm: 0.9.9 -> 0.9.10

+2 -2
+2 -2
pkgs/development/ocaml-modules/uuidm/default.nix
··· 7 7 ocamlbuild, 8 8 topkg, 9 9 cmdliner, 10 - version ? if lib.versionAtLeast ocaml.version "4.14" then "0.9.9" else "0.9.8", 10 + version ? if lib.versionAtLeast ocaml.version "4.14" then "0.9.10" else "0.9.8", 11 11 }: 12 12 13 13 lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08") ··· 21 21 url = "https://erratique.ch/software/uuidm/releases/uuidm-${version}.tbz"; 22 22 hash = 23 23 { 24 - "0.9.9" = "sha256-jOgNF05dpoU/XQEefSZhn3zSlQ1BA1b/U4Ib9j2mvFo="; 24 + "0.9.10" = "sha256-kWVZSofWMyky5nAuxoh1xNhwMKZ2qUahL3Dh27J36Vc="; 25 25 "0.9.8" = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM="; 26 26 } 27 27 ."${version}";