Loading pkgs/servers/sql/postgresql/ext/age.nix +6 −6 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "age"; version = "0.2.0"; version = "0.6.0"; src = fetchFromGitHub { owner = "bitnine-oss"; repo = "AgensGraph-Extension"; owner = "apache"; repo = "incubator-age"; rev = "v${version}"; sha256 = "0way59lj30727jlz2qz6rnw4fsxcd5028xcwgrwk7jxcaqi5fa17"; sha256 = "1cl6p9qz2yhgm603ljlyjdn0msk3hzga1frjqsmqmpp3nw4dbkka"; }; buildInputs = [ postgresql ]; Loading Loading @@ -55,8 +55,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A graph database extension for PostgreSQL"; homepage = "https://github.com/bitnine-oss/AgensGraph-Extension"; changelog = "https://github.com/bitnine-oss/AgensGraph-Extension/releases/tag/v${version}"; homepage = "https://age.apache.org/"; changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}"; maintainers = with maintainers; [ ]; platforms = postgresql.meta.platforms; license = licenses.asl20; Loading Loading
pkgs/servers/sql/postgresql/ext/age.nix +6 −6 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "age"; version = "0.2.0"; version = "0.6.0"; src = fetchFromGitHub { owner = "bitnine-oss"; repo = "AgensGraph-Extension"; owner = "apache"; repo = "incubator-age"; rev = "v${version}"; sha256 = "0way59lj30727jlz2qz6rnw4fsxcd5028xcwgrwk7jxcaqi5fa17"; sha256 = "1cl6p9qz2yhgm603ljlyjdn0msk3hzga1frjqsmqmpp3nw4dbkka"; }; buildInputs = [ postgresql ]; Loading Loading @@ -55,8 +55,8 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A graph database extension for PostgreSQL"; homepage = "https://github.com/bitnine-oss/AgensGraph-Extension"; changelog = "https://github.com/bitnine-oss/AgensGraph-Extension/releases/tag/v${version}"; homepage = "https://age.apache.org/"; changelog = "https://github.com/apache/incubator-age/releases/tag/v${version}"; maintainers = with maintainers; [ ]; platforms = postgresql.meta.platforms; license = licenses.asl20; Loading