Loading pkgs/development/ocaml-modules/postgresql/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ buildDunePackage rec { pname = "postgresql"; version = "5.1.3"; version = "5.2.0"; minimalOCamlVersion = "4.12"; src = fetchurl { url = "https://github.com/mmottl/postgresql-ocaml/releases/download/${version}/postgresql-${version}.tbz"; hash = "sha256-RipVP8mj+tYwO8LrVASvVc36ZAJYjMI4x6Uj5J50Eww="; hash = "sha256-uU/K7hvQljGnUzClPRdod32tpVAGd/sGqh3NqIygJ4A="; }; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/development/ocaml-modules/postgresql/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ buildDunePackage rec { pname = "postgresql"; version = "5.1.3"; version = "5.2.0"; minimalOCamlVersion = "4.12"; src = fetchurl { url = "https://github.com/mmottl/postgresql-ocaml/releases/download/${version}/postgresql-${version}.tbz"; hash = "sha256-RipVP8mj+tYwO8LrVASvVc36ZAJYjMI4x6Uj5J50Eww="; hash = "sha256-uU/K7hvQljGnUzClPRdod32tpVAGd/sGqh3NqIygJ4A="; }; nativeBuildInputs = [ pkg-config ]; Loading