Loading pkgs/development/ocaml-modules/seqes/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,10 +9,10 @@ buildDunePackage rec { pname = "seqes"; version = "0.2"; version = "0.4"; src = fetchurl { url = "https://gitlab.com/nomadic-labs/seqes/-/archive/${version}/seqes-${version}.tar.gz"; sha256 = "sha256-IxLA0jaIPdX9Zn/GL8UHDJYjA1UBW6leGbZmp64YMjI="; url = "https://gitlab.com/raphael-proust/seqes/-/archive/${version}/seqes-${version}.tar.gz"; hash = "sha256-E4BalN68CJP7u6NSC0XBooWvUeSNqV+3KEOtoJ4g/dM="; }; minimalOCamlVersion = "4.14"; Loading Loading
pkgs/development/ocaml-modules/seqes/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,10 +9,10 @@ buildDunePackage rec { pname = "seqes"; version = "0.2"; version = "0.4"; src = fetchurl { url = "https://gitlab.com/nomadic-labs/seqes/-/archive/${version}/seqes-${version}.tar.gz"; sha256 = "sha256-IxLA0jaIPdX9Zn/GL8UHDJYjA1UBW6leGbZmp64YMjI="; url = "https://gitlab.com/raphael-proust/seqes/-/archive/${version}/seqes-${version}.tar.gz"; hash = "sha256-E4BalN68CJP7u6NSC0XBooWvUeSNqV+3KEOtoJ4g/dM="; }; minimalOCamlVersion = "4.14"; Loading